| /openbsd-src/usr.sbin/vmd/ |
| H A D | x86_mmio.c | 264 str_opcode(&insn->insn_opcode), in dump_insn() 265 str_operand_enc(&insn->insn_opcode), insn->insn_bytes_len, in dump_insn() 483 switch (insn->insn_opcode.op_encoding) { in decode_modrm() 651 struct x86_opcode *opcode = &insn->insn_opcode; in decode_opcode() 742 if (insn->insn_opcode.op_encoding != OP_ENC_MI) in decode_imm() 746 if (insn->insn_opcode.op_type == OP_MOV) { in decode_imm() 747 switch (insn->insn_opcode.op_bytes[0]) { in decode_imm() 858 str_opcode(&insn->insn_opcode), str_operand_enc(&insn->insn_opcode), in insn_decode() 939 if (insn->insn_opcode.op_encoding != OP_ENC_RM) in emulate_mov() 955 if (insn->insn_opcode.op_encoding != OP_ENC_RM) { in emulate_movzx() [all …]
|
| H A D | mmio.h | 113 struct x86_opcode insn_opcode; member
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-mips.c | 1680 str, insn.insn_opcode)); in md_assemble() 1761 && ((((ip->insn_opcode >> OP_SH_FS) & OP_MASK_FS) &~(unsigned)1) in insn_uses_reg() 1765 && ((((ip->insn_opcode >> OP_SH_FT) & OP_MASK_FT) &~(unsigned)1) in insn_uses_reg() 1772 && ((ip->insn_opcode >> OP_SH_RS) & OP_MASK_RS) == reg) in insn_uses_reg() 1775 && ((ip->insn_opcode >> OP_SH_RT) & OP_MASK_RT) == reg) in insn_uses_reg() 1781 && (mips16_to_32_reg_map[((ip->insn_opcode >> MIPS16OP_SH_RX) in insn_uses_reg() 1786 && (mips16_to_32_reg_map[((ip->insn_opcode >> MIPS16OP_SH_RY) in insn_uses_reg() 1791 && (mips16_to_32_reg_map[((ip->insn_opcode >> MIPS16OP_SH_MOVE32Z) in insn_uses_reg() 1802 && ((ip->insn_opcode >> MIPS16OP_SH_REGR32) in insn_uses_reg() 1829 if (reg == ((prev_insn.insn_opcode >> OP_SH_RT) & OP_MASK_RT)) in reg_needs_delay() [all …]
|
| H A D | tc-mips.h | 94 unsigned long insn_opcode; member
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-mips.c | 139 unsigned long insn_opcode; member 923 INSERT_BITS ((INSN).insn_opcode, VALUE, OP_MASK_##FIELD, OP_SH_##FIELD) 925 INSERT_BITS ((INSN).insn_opcode, VALUE, \ 930 EXTRACT_BITS ((INSN).insn_opcode, OP_MASK_##FIELD, OP_SH_##FIELD) 932 EXTRACT_BITS ((INSN).insn_opcode, \ 1274 insn->insn_opcode = mo->match; in create_insn() 1291 md_number_to_chars (f, insn->insn_opcode, 4); in install_insn() 1294 md_number_to_chars (f, insn->insn_opcode >> 16, 2); in install_insn() 1295 md_number_to_chars (f + 2, insn->insn_opcode & 0xffff, 2); in install_insn() 1304 md_number_to_chars (f, insn->insn_opcode, 2); in install_insn() [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/ |
| H A D | EmulateInstructionMIPS.h | 74 bool SetInstruction(const lldb_private::Opcode &insn_opcode,
|
| H A D | EmulateInstructionMIPS.cpp | 987 bool EmulateInstructionMIPS::SetInstruction(const Opcode &insn_opcode, in SetInstruction() argument 992 if (EmulateInstruction::SetInstruction(insn_opcode, inst_addr, target)) { in SetInstruction() 1003 uint32_t current_inst_size = insn_opcode.GetByteSize(); in SetInstruction()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | EmulateInstruction.h | 385 virtual bool SetInstruction(const Opcode &insn_opcode,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulateInstructionARM.h | 129 bool SetInstruction(const Opcode &insn_opcode, const Address &inst_addr,
|
| H A D | EmulateInstructionARM.cpp | 13764 bool EmulateInstructionARM::SetInstruction(const Opcode &insn_opcode, in SetInstruction() argument 13767 if (EmulateInstruction::SetInstruction(insn_opcode, inst_addr, target)) { in SetInstruction()
|
| /openbsd-src/gnu/usr.bin/binutils/gas/po/ |
| H A D | tr.po | 6308 msgid "returned from mips_ip(%s) insn_opcode = 0x%x\n" 6309 msgstr "geri dönüş: mips_ip(%s) insn_opcode = 0x%x\n"
|
| H A D | gas.pot | 6184 msgid "returned from mips_ip(%s) insn_opcode = 0x%x\n"
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/po/ |
| H A D | tr.po | 7110 msgid "returned from mips_ip(%s) insn_opcode = 0x%x\n" 7111 msgstr "geri dönüş: mips_ip(%s) insn_opcode = 0x%x\n"
|
| H A D | gas.pot | 6742 msgid "returned from mips_ip(%s) insn_opcode = 0x%x\n"
|