Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DOpcode.h171 void SetOpcode32(uint32_t inst, lldb::ByteOrder order) { in SetOpcode32() function
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp108 m_opcode.SetOpcode32(ReadMemoryUnsigned(ctx, m_addr, 4, 0, &success), in ReadInstruction()
/llvm-project-15.0.7/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp472 m_opcode.SetOpcode32(data.GetU32(&data_offset), byte_order); in Decode()
508 m_opcode.SetOpcode32(data.GetU32(&data_offset), byte_order); in Decode()
634 m_opcode.SetOpcode32(uval32, byte_order); in CalculateMnemonicOperandsAndComment()
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp380 m_opcode.SetOpcode32( in ReadInstruction()
/llvm-project-15.0.7/lldb/source/Core/
H A DDisassembler.cpp1190 m_opcode.SetOpcode32(value32, eByteOrderInvalid); in SetOpcode()
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp937 m_opcode.SetOpcode32( in ReadInstruction()
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp1040 m_opcode.SetOpcode32( in ReadInstruction()
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp13843 m_opcode.SetOpcode32( in ReadInstruction()
13851 m_opcode.SetOpcode32(MemARead(read_inst_context, pc, 4, 0, &success), in ReadInstruction()
14406 m_opcode.SetOpcode32(test_opcode, endian::InlHostByteOrder()); in TestEmulation()
14409 m_opcode.SetOpcode32(test_opcode, endian::InlHostByteOrder()); in TestEmulation()