Searched refs:M68XG_OP_NONE (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-m68hc11.c | 2866 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/ |
D | m68hc11.h | 368 #define M68XG_OP_NONE 0x0001 macro
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | m68hc11-opc.c | 1582 { "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 },
|
D | m68hc11-dis.c | 265 if (format & (M68XG_OP_NONE)) in print_insn()
|