Searched refs:udst (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | msp430-dis.c | 819 unsigned short udst = 0; in msp430_branchinstr() local 855 if (msp430dis_opcode_unsigned (addr + 2, info, &udst, comm1)) in msp430_branchinstr() 858 sprintf (op1, "#0x%04x", PS (udst)); in msp430_branchinstr() 887 if (msp430dis_opcode_unsigned (addr + 2, info, &udst, comm1)) in msp430_branchinstr() 890 sprintf (op1, "&0x%04x", PS (udst)); in msp430_branchinstr() 929 unsigned short udst = 0; in msp430x_calla_instr() local 965 if (msp430dis_opcode_unsigned (addr + 2, info, &udst, comm1)) in msp430x_calla_instr() 969 sprintf (op1, "&%d", (ureg << 16) + udst); in msp430x_calla_instr() 970 sprintf (comm1, "0x%05x", (ureg << 16) + udst); in msp430x_calla_instr() 990 if (msp430dis_opcode_unsigned (addr + 2, info, &udst, comm1)) in msp430x_calla_instr() [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | msp430-dis.c | 819 unsigned short udst = 0; in msp430_branchinstr() local 855 if (msp430dis_opcode_unsigned (addr + 2, info, &udst, comm1)) in msp430_branchinstr() 858 sprintf (op1, "#0x%04x", PS (udst)); in msp430_branchinstr() 887 if (msp430dis_opcode_unsigned (addr + 2, info, &udst, comm1)) in msp430_branchinstr() 890 sprintf (op1, "&0x%04x", PS (udst)); in msp430_branchinstr() 929 unsigned short udst = 0; in msp430x_calla_instr() local 965 if (msp430dis_opcode_unsigned (addr + 2, info, &udst, comm1)) in msp430x_calla_instr() 969 sprintf (op1, "&%d", (ureg << 16) + udst); in msp430x_calla_instr() 970 sprintf (comm1, "0x%05x", (ureg << 16) + udst); in msp430x_calla_instr() 990 if (msp430dis_opcode_unsigned (addr + 2, info, &udst, comm1)) in msp430x_calla_instr() [all …]
|
| /netbsd/src/sys/netinet/ |
| D | ip_output.c | 249 } udst, usrc; in ip_output() local 250 struct sockaddr *rdst = &udst.sa; /* real IP destination, as in ip_output() 295 sockaddr_in_init(&udst.sin, &ip->ip_dst, 0); in ip_output() 314 dst = &udst.sin; in ip_output() 315 error = rtcache_setdst(ro, &udst.sa); in ip_output() 480 ip_mloopback(ifp, m, &udst.sin); in ip_output()
|