Searched refs:MSP430_RLC (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-msp430.c | 117 #define MSP430_RLC(n,i,sop,o1) \ macro 122 MSP430_RLC (beq, 0, 0x2400, 0x2000), 123 MSP430_RLC (bne, 1, 0x2000, 0x2400), 124 MSP430_RLC (blt, 2, 0x3800, 0x3400), 125 MSP430_RLC (bltu, 3, 0x2800, 0x2c00), 126 MSP430_RLC (bge, 4, 0x3400, 0x3800), 127 MSP430_RLC (bgeu, 5, 0x2c00, 0x2800), 133 #undef MSP430_RLC 134 #define MSP430_RLC(n,i,sop,o1) \ macro 139 MSP430_RLC (beq, 0, 0x2400, 0x2000), [all …]
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | ChangeLog | 1979 * msp430.h (struct rcodes_s, MSP430_RLC, msp430_rcodes,
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-2004 | 210 * config/tc-msp430.c (struct rcodes_s, MSP430_RLC, msp430_rcodes,
|