Home
last modified time | relevance | path

Searched refs:regd (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dmsp430-dis.c140 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()
[all …]