HomeSort by: relevance | last modified time | path
    Searched defs:udst (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
msp430-dis.c 830 unsigned short udst = 0; local
866 if (msp430dis_opcode_unsigned (addr + 2, info, &udst, comm1))
869 sprintf (op1, "#0x%04x", PS (udst));
898 if (msp430dis_opcode_unsigned (addr + 2, info, &udst, comm1))
901 sprintf (op1, "&0x%04x", PS (udst));
940 unsigned short udst = 0; local
976 if (msp430dis_opcode_unsigned (addr + 2, info, &udst, comm1))
980 sprintf (op1, "&%d", (ureg << 16) + udst);
981 sprintf (comm1, "0x%05x", (ureg << 16) + udst);
1001 if (msp430dis_opcode_unsigned (addr + 2, info, &udst, comm1)
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
msp430-dis.c 819 unsigned short udst = 0; local
855 if (msp430dis_opcode_unsigned (addr + 2, info, &udst, comm1))
858 sprintf (op1, "#0x%04x", PS (udst));
887 if (msp430dis_opcode_unsigned (addr + 2, info, &udst, comm1))
890 sprintf (op1, "&0x%04x", PS (udst));
929 unsigned short udst = 0; local
965 if (msp430dis_opcode_unsigned (addr + 2, info, &udst, comm1))
969 sprintf (op1, "&%d", (ureg << 16) + udst);
970 sprintf (comm1, "0x%05x", (ureg << 16) + udst);
990 if (msp430dis_opcode_unsigned (addr + 2, info, &udst, comm1)
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
msp430-dis.c 819 unsigned short udst = 0; local
855 if (msp430dis_opcode_unsigned (addr + 2, info, &udst, comm1))
858 sprintf (op1, "#0x%04x", PS (udst));
887 if (msp430dis_opcode_unsigned (addr + 2, info, &udst, comm1))
890 sprintf (op1, "&0x%04x", PS (udst));
929 unsigned short udst = 0; local
965 if (msp430dis_opcode_unsigned (addr + 2, info, &udst, comm1))
969 sprintf (op1, "&%d", (ureg << 16) + udst);
970 sprintf (comm1, "0x%05x", (ureg << 16) + udst);
990 if (msp430dis_opcode_unsigned (addr + 2, info, &udst, comm1)
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
msp430-dis.c 819 unsigned short udst = 0; local
855 if (msp430dis_opcode_unsigned (addr + 2, info, &udst, comm1))
858 sprintf (op1, "#0x%04x", PS (udst));
887 if (msp430dis_opcode_unsigned (addr + 2, info, &udst, comm1))
890 sprintf (op1, "&0x%04x", PS (udst));
929 unsigned short udst = 0; local
965 if (msp430dis_opcode_unsigned (addr + 2, info, &udst, comm1))
969 sprintf (op1, "&%d", (ureg << 16) + udst);
970 sprintf (comm1, "0x%05x", (ureg << 16) + udst);
990 if (msp430dis_opcode_unsigned (addr + 2, info, &udst, comm1)
    [all...]
  /src/sys/netinet/
ip_output.c 248 } udst, usrc; local
249 struct sockaddr *rdst = &udst.sa; /* real IP destination, as
295 sockaddr_in_init(&udst.sin, &ip->ip_dst, 0);
314 dst = &udst.sin;
315 error = rtcache_setdst(ro, &udst.sa);
484 ip_mloopback(ifp, m, &udst.sin);

Completed in 98 milliseconds