Searched refs:udst (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | msp430-dis.c | 782 unsigned short udst = 0; in msp430x_calla_instr() local 814 udst = msp430dis_opcode (addr + 2, info); in msp430x_calla_instr() 817 sprintf (op1, "&%d", (ureg << 16) + udst); in msp430x_calla_instr() 818 sprintf (comm1, "0x%05x", (ureg << 16) + udst); in msp430x_calla_instr() 831 udst = msp430dis_opcode (addr + 2, info); in msp430x_calla_instr() 834 sprintf (op1, "#%d", (ureg << 16) + udst); in msp430x_calla_instr() 835 sprintf (comm1, "0x%05x", (ureg << 16) + udst); in msp430x_calla_instr()
|