Searched refs:MSP430_RLC (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-msp430.c | 114 #define MSP430_RLC(n,i,sop,o1) \ macro 119 MSP430_RLC (beq, 0, 0x2400, 0x2000), 120 MSP430_RLC (bne, 1, 0x2000, 0x2400), 121 MSP430_RLC (blt, 2, 0x3800, 0x3400), 122 MSP430_RLC (bltu, 3, 0x2800, 0x2c00), 123 MSP430_RLC (bge, 4, 0x3400, 0x3800), 124 MSP430_RLC (bgeu, 5, 0x2c00, 0x2800), 130 #undef MSP430_RLC 131 #define MSP430_RLC(n,i,sop,o1) \ macro 136 MSP430_RLC (beq, 0, 0x2400, 0x2000), [all …]
|
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | ChangeLog-0415 | 2434 * msp430.h (struct rcodes_s, MSP430_RLC, msp430_rcodes,
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-2004 | 210 * config/tc-msp430.c (struct rcodes_s, MSP430_RLC, msp430_rcodes,
|