Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dmips-formats.h138 #define PREV_CHECK(SIZE, LSB, GT_OK, LT_OK, EQ_OK, ZERO_OK) \ macro
Dmips-opc.c51 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()
DChangeLog-2014240 * mips-formats.h (PREV_CHECK): New define.