Searched refs:PREV_CHECK (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | mips-formats.h | 138 #define PREV_CHECK(SIZE, LSB, GT_OK, LT_OK, EQ_OK, ZERO_OK) \ macro
|
D | mips-opc.c | 51 case 'u': PREV_CHECK (5, 16, TRUE, FALSE, FALSE, FALSE); in decode_mips_operand() 52 case 'v': PREV_CHECK (5, 16, TRUE, TRUE, FALSE, FALSE); in decode_mips_operand() 53 case 'w': PREV_CHECK (5, 16, FALSE, TRUE, TRUE, TRUE); in decode_mips_operand() 54 case 'x': PREV_CHECK (5, 21, TRUE, FALSE, FALSE, TRUE); in decode_mips_operand() 55 case 'y': PREV_CHECK (5, 21, FALSE, TRUE, FALSE, FALSE); in decode_mips_operand()
|
D | ChangeLog-2014 | 240 * mips-formats.h (PREV_CHECK): New define.
|