Searched refs:PREV_CHECK (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dmips-formats.h141 #define PREV_CHECK(SIZE, LSB, GT_OK, LT_OK, EQ_OK, ZERO_OK) \ macro
H A Dmips-opc.c52 case 'u': PREV_CHECK (5, 16, true, false, false, false);
53 case 'v': PREV_CHECK (5, 16, true, true, false, false);
54 case 'w': PREV_CHECK (5, 16, false, true, true, true);
55 case 'x': PREV_CHECK (5, 21, true, false, false, true);
56 case 'y': PREV_CHECK (5, 21, false, true, false, false);
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dmips-formats.h141 #define PREV_CHECK(SIZE, LSB, GT_OK, LT_OK, EQ_OK, ZERO_OK) \ macro
H A Dmips-opc.c52 case 'u': PREV_CHECK (5, 16, TRUE, FALSE, FALSE, FALSE);
53 case 'v': PREV_CHECK (5, 16, TRUE, TRUE, FALSE, FALSE);
54 case 'w': PREV_CHECK (5, 16, FALSE, TRUE, TRUE, TRUE);
55 case 'x': PREV_CHECK (5, 21, TRUE, FALSE, FALSE, TRUE);
56 case 'y': PREV_CHECK (5, 21, FALSE, TRUE, FALSE, FALSE);
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dmips-formats.h141 #define PREV_CHECK(SIZE, LSB, GT_OK, LT_OK, EQ_OK, ZERO_OK) \ macro
H A Dmips-opc.c52 case 'u': PREV_CHECK (5, 16, true, false, false, false);
53 case 'v': PREV_CHECK (5, 16, true, true, false, false);
54 case 'w': PREV_CHECK (5, 16, false, true, true, true);
55 case 'x': PREV_CHECK (5, 21, true, false, false, true);
56 case 'y': PREV_CHECK (5, 21, false, true, false, false);
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dmips-formats.h141 #define PREV_CHECK(SIZE, LSB, GT_OK, LT_OK, EQ_OK, ZERO_OK) \ macro
H A Dmips-opc.c52 case 'u': PREV_CHECK (5, 16, true, false, false, false);
53 case 'v': PREV_CHECK (5, 16, true, true, false, false);
54 case 'w': PREV_CHECK (5, 16, false, true, true, true);
55 case 'x': PREV_CHECK (5, 21, true, false, false, true);
56 case 'y': PREV_CHECK (5, 21, false, true, false, false);

Completed in 297 milliseconds