Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-m68hc11.c2817 struct m68hc11_opcode opcode_local; in md_assemble() local
2861 opcode_local.name = opc->opcode->name; in md_assemble()
2863 opcode_local.opcode = opc->opcode->opcode; in md_assemble()
2864 opcode_local.format = opc->opcode->format; in md_assemble()
2872 opcode_local.format = M68XG_OP_NONE; in md_assemble()
2921 opcode_local.format = M68XG_OP_NONE; in md_assemble()
2922 opcode_local.opcode = opc->opcode->opcode; in md_assemble()
2923 build_insn_xg (&opcode_local, operands, 0); in md_assemble()
2945 opcode_local.opcode = opcode->opcode in md_assemble()
2947 opcode_local.format = M68XG_OP_NONE; in md_assemble()
[all …]