Lines Matching refs:IS_OPCODE
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()
4233 gas_assert (IS_OPCODE (fragP->fr_opcode[0], M6811_BSR) in md_estimate_size_before_relax()
4234 || IS_OPCODE (fragP->fr_opcode[0], M6811_BRA) in md_estimate_size_before_relax()
4235 || IS_OPCODE (fragP->fr_opcode[0], M6812_BSR)); in md_estimate_size_before_relax()