Searched refs:IS_OPCODE (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-m68hc11.c | 57 #define IS_OPCODE(C1,C2) (((C1) & 0x0FF) == ((C2) & 0x0FF)) macro 1794 if (IS_OPCODE (code, M6812_BSR)) in convert_branch() 1796 else if (IS_OPCODE (code, M6811_BSR)) in convert_branch() 1798 else if (IS_OPCODE (code, M6811_BRA)) in convert_branch() 3973 gas_assert (IS_OPCODE (fragP->fr_opcode[0], M6811_BSR) in md_convert_frag() 3974 || IS_OPCODE (fragP->fr_opcode[0], M6811_BRA) in md_convert_frag() 3975 || IS_OPCODE (fragP->fr_opcode[0], M6812_BSR)); in md_convert_frag() 4113 gas_assert (IS_OPCODE (fragP->fr_opcode[0], M6811_BSR) in md_estimate_size_before_relax() 4114 || IS_OPCODE (fragP->fr_opcode[0], M6811_BRA) in md_estimate_size_before_relax() 4115 || IS_OPCODE (fragP->fr_opcode[0], M6812_BSR)); in md_estimate_size_before_relax() [all …]
|
D | rl78-parse.y | 161 %token EXPR UNKNOWN_OPCODE IS_OPCODE 1260 #define OPC(x) { #x, x, IS_OPCODE } 1265 { "and", AND_, IS_OPCODE }, 1431 && !(token_table[i].val == IS_OPCODE && rl78_last_token != 0) in rl78_lex()
|
D | rx-parse.y | 146 %token EXPR UNKNOWN_OPCODE IS_OPCODE 1156 #define OPC(x) { #x, x, IS_OPCODE } 1160 { "and", AND_, IS_OPCODE }, 1422 && !(token_table[i].val == IS_OPCODE && rx_last_token != 0) in rx_lex()
|