Home
last modified time | relevance | path

Searched refs:M6812_OP_TBCC_MARKER (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/include/opcode/
Dm68hc11.h394 #define M6812_OP_TBCC_MARKER 0x01000000 macro
/toolchain/binutils/binutils-2.27/opcodes/
Dm68hc11-dis.c457 if ((opcode[j].format & M6812_OP_TBCC_MARKER) in print_insn()
Dm68hc11-opc.c102 #define OP_TBEQ_MARKER (M6812_OP_TBCC_MARKER|M6812_OP_EQ_MARKER)
103 #define OP_TBNE_MARKER (M6812_OP_TBCC_MARKER)
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-m68hc11.c1547 case M6812_OP_TBCC_MARKER: in check_range()
1991 else if (opcode->format & M6812_OP_TBCC_MARKER) in build_dbranch_insn()
2799 #define M6812_XBCC_MARKER (M6812_OP_TBCC_MARKER \