Lines Matching refs:regd
140 int regs = 0, regd = 0; in msp430_singleoperand() local
148 regd = insn & 0x0f; in msp430_singleoperand()
177 if (regd == 0) in msp430_singleoperand()
182 else if (regd == 1) in msp430_singleoperand()
185 else if (regd == 2) in msp430_singleoperand()
189 sprintf (op, "r%d", regd); in msp430_singleoperand()
193 if (regd == 0) in msp430_singleoperand()
210 else if (regd == 2) in msp430_singleoperand()
236 sprintf (op, "%d(r%d)", dst, regd); in msp430_singleoperand()
244 if (regd == 3) in msp430_singleoperand()
253 sprintf (op, "r%d", regd); in msp430_singleoperand()
259 * cycles = print_as2_reg_name (regd, op, comm, 1, 1, 3); in msp430_singleoperand()
263 if (regd == 0) in msp430_singleoperand()
283 * cycles = print_as3_reg_name (regd, op, comm, 1, 1, 3); in msp430_singleoperand()
288 if (regd == 0) in msp430_singleoperand()
304 else if (regd == 2) in msp430_singleoperand()
316 else if (regd == 3) in msp430_singleoperand()
335 sprintf (op, "%d(r%d)", dst, regd); in msp430_singleoperand()
374 int regs = 0, regd = 0; in msp430_doubleoperand() local
382 regd = insn & 0x0f; in msp430_doubleoperand()
404 if (regd != regs || as != ad) in msp430_doubleoperand()
410 if (regd == 3) in msp430_doubleoperand()
416 sprintf (op1, "r%d", regd); in msp430_doubleoperand()
421 if (regd == 0) in msp430_doubleoperand()
440 else if (regd == 2) in msp430_doubleoperand()
471 sprintf (op1, "%d(r%d)", dst, regd); in msp430_doubleoperand()
484 if (ad == 0 && regd == 3) in msp430_doubleoperand()
602 if (regd == 0) in msp430_doubleoperand()
607 else if (regd == 1) in msp430_doubleoperand()
610 else if (regd == 2) in msp430_doubleoperand()
614 sprintf (op2, "r%d", regd); in msp430_doubleoperand()
620 if (regd == 0) in msp430_doubleoperand()
639 else if (regd == 2) in msp430_doubleoperand()
667 sprintf (op2, "%d(r%d)", dst, regd); in msp430_doubleoperand()
683 int regs = 0, regd = 0; in msp430_branchinstr() local
688 regd = insn & 0x0f; in msp430_branchinstr()
692 if (regd != 0) /* Destination register is not a PC. */ in msp430_branchinstr()