Lines Matching refs:dst

95   short dst = 0;  in msp430_singleoperand()  local
140 dst = msp430dis_opcode (addr + 2, info); in msp430_singleoperand()
143 sprintf (op, "0x%04x", dst); in msp430_singleoperand()
145 PS ((short) (addr + 2) + dst)); in msp430_singleoperand()
150 dst = msp430dis_opcode (addr + 2, info); in msp430_singleoperand()
153 sprintf (op, "&0x%04x", PS (dst)); in msp430_singleoperand()
157 dst = msp430dis_opcode (addr + 2, info); in msp430_singleoperand()
160 sprintf (op, "%d(r%d)", dst, regd); in msp430_singleoperand()
218 dst = msp430dis_opcode (addr + 2, info); in msp430_singleoperand()
220 sprintf (op, "#%d", dst); in msp430_singleoperand()
221 sprintf (comm, "#0x%04x", PS (dst)); in msp430_singleoperand()
235 dst = msp430dis_opcode (addr + 2, info); in msp430_singleoperand()
237 sprintf (op, "0x%04x", PS (dst)); in msp430_singleoperand()
239 PS ((short) addr + 2 + dst)); in msp430_singleoperand()
244 dst = msp430dis_opcode (addr + 2, info); in msp430_singleoperand()
246 sprintf (op, "&0x%04x", PS (dst)); in msp430_singleoperand()
257 dst = msp430dis_opcode (addr + 2, info); in msp430_singleoperand()
259 sprintf (op, "%d(r%d)", dst, regd); in msp430_singleoperand()
298 short dst = 0; in msp430_doubleoperand() local
337 dst = msp430dis_opcode (addr + 2, info); in msp430_doubleoperand()
340 sprintf (op1, "0x%04x", PS (dst)); in msp430_doubleoperand()
342 PS ((short) addr + 2 + dst)); in msp430_doubleoperand()
348 dst = msp430dis_opcode (addr + 2, info); in msp430_doubleoperand()
351 if (dst != msp430dis_opcode (addr + 4, info)) in msp430_doubleoperand()
355 sprintf (op1, "&0x%04x", PS (dst)); in msp430_doubleoperand()
360 dst = msp430dis_opcode (addr + 2, info); in msp430_doubleoperand()
363 sprintf (op1, "%d(r%d)", dst, regd); in msp430_doubleoperand()
438 dst = msp430dis_opcode (addr + 2, info); in msp430_doubleoperand()
440 sprintf (op1, "#%d", dst); in msp430_doubleoperand()
441 sprintf (comm1, "#0x%04x", PS (dst)); in msp430_doubleoperand()
455 dst = msp430dis_opcode (addr + 2, info); in msp430_doubleoperand()
457 sprintf (op1, "0x%04x", PS (dst)); in msp430_doubleoperand()
459 PS ((short) addr + 2 + dst)); in msp430_doubleoperand()
465 dst = msp430dis_opcode (addr + 2, info); in msp430_doubleoperand()
467 sprintf (op1, "&0x%04x", PS (dst)); in msp430_doubleoperand()
468 sprintf (comm1, "0x%04x", PS (dst)); in msp430_doubleoperand()
480 dst = msp430dis_opcode (addr + 2, info); in msp430_doubleoperand()
482 sprintf (op1, "%d(r%d)", dst, regs); in msp430_doubleoperand()
513 dst = msp430dis_opcode (addr + cmd_len, info); in msp430_doubleoperand()
514 sprintf (op2, "0x%04x", PS (dst)); in msp430_doubleoperand()
516 PS ((short) addr + cmd_len + dst)); in msp430_doubleoperand()
522 dst = msp430dis_opcode (addr + cmd_len, info); in msp430_doubleoperand()
524 sprintf (op2, "&0x%04x", PS (dst)); in msp430_doubleoperand()
528 dst = msp430dis_opcode (addr + cmd_len, info); in msp430_doubleoperand()
530 sprintf (op2, "%d(r%d)", dst, regd); in msp430_doubleoperand()
549 short dst = 0; in msp430_branchinstr() local
615 dst = msp430dis_opcode (addr + 2, info); in msp430_branchinstr()
617 sprintf (op1, "#0x%04x", PS (dst)); in msp430_branchinstr()
632 dst = msp430dis_opcode (addr + 2, info); in msp430_branchinstr()
635 sprintf (op1, "0x%04x", PS (dst)); in msp430_branchinstr()
637 PS ((short) addr + 2 + dst)); in msp430_branchinstr()
642 dst = msp430dis_opcode (addr + 2, info); in msp430_branchinstr()
644 sprintf (op1, "&0x%04x", PS (dst)); in msp430_branchinstr()
655 dst = msp430dis_opcode (addr + 2, info); in msp430_branchinstr()
657 sprintf (op1, "%d(r%d)", dst, regs); in msp430_branchinstr()