Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/binutils/gas/config/
Dtc-mips.c156 unsigned long insn_opcode; member
960 INSERT_BITS ((INSN).insn_opcode, VALUE, OP_MASK_##FIELD, OP_SH_##FIELD)
962 INSERT_BITS ((INSN).insn_opcode, VALUE, \
967 EXTRACT_BITS ((INSN).insn_opcode, OP_MASK_##FIELD, OP_SH_##FIELD)
969 EXTRACT_BITS ((INSN).insn_opcode, \
1323 insn->insn_opcode = mo->match; in create_insn()
1340 md_number_to_chars (f, insn->insn_opcode, 4); in install_insn()
1343 md_number_to_chars (f, insn->insn_opcode >> 16, 2); in install_insn()
1344 md_number_to_chars (f + 2, insn->insn_opcode & 0xffff, 2); in install_insn()
1353 md_number_to_chars (f, insn->insn_opcode, 2); in install_insn()
[all …]
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
DEmulateInstruction.h418 SetInstruction (const Opcode &insn_opcode, const Address &inst_addr, Target *target);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.h164 SetInstruction (const Opcode &insn_opcode, const Address &inst_addr, Target *target);
DEmulateInstructionARM.cpp12871 EmulateInstructionARM::SetInstruction (const Opcode &insn_opcode, const Address &inst_addr, Target … in SetInstruction() argument
12873 if (EmulateInstruction::SetInstruction (insn_opcode, inst_addr, target)) in SetInstruction()
/freebsd-10-stable/contrib/binutils/gas/po/
Dgas.pot7365 msgid "returned from mips_ip(%s) insn_opcode = 0x%x\n"