Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-m68hc11.c2866 if (opc->format == M68XG_OP_NONE) in md_assemble()
2869 opcode_local.format = M68XG_OP_NONE; in md_assemble()
2918 opcode_local.format = M68XG_OP_NONE; in md_assemble()
2944 opcode_local.format = M68XG_OP_NONE; in md_assemble()
2980 opcode_local.format = M68XG_OP_NONE; in md_assemble()
3016 opcode_local.format = M68XG_OP_NONE; in md_assemble()
3055 opcode_local.format = M68XG_OP_NONE; in md_assemble()
3177 opcode_local.format = M68XG_OP_NONE; in md_assemble()
3243 opcode_local.format = M68XG_OP_NONE; in md_assemble()
3280 opcode_local.format = M68XG_OP_NONE; in md_assemble()
[all …]
/toolchain/binutils/binutils-2.27/include/opcode/
Dm68hc11.h368 #define M68XG_OP_NONE 0x0001 macro
/toolchain/binutils/binutils-2.27/opcodes/
Dm68hc11-opc.c1582 { "brk", M68XG_OP_NONE, 2, 0x0000, 0, 0, 0, 0, 0, cpuxgate, 0xffff },
1583 { "nop", M68XG_OP_NONE, 2, 0x0100, 0, 0, 0, 0, 0, cpuxgate, 0xffff },
1584 { "rts", M68XG_OP_NONE, 2, 0x0200, 0, 0, 0, 0, 0, cpuxgate, 0xffff },
1585 { "sif", M68XG_OP_NONE, 2, 0x0300, 0, 0, 0, 0, 0, cpuxgate, 0xffff },
Dm68hc11-dis.c265 if (format & (M68XG_OP_NONE)) in print_insn()