Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp14392 uint32_t test_opcode; in TestEmulation() local
14398 test_opcode = value_sp->GetUInt64Value(); in TestEmulation()
14403 if (test_opcode < 0x10000) in TestEmulation()
14404 m_opcode.SetOpcode16(test_opcode, endian::InlHostByteOrder()); in TestEmulation()
14406 m_opcode.SetOpcode32(test_opcode, endian::InlHostByteOrder()); in TestEmulation()
14409 m_opcode.SetOpcode32(test_opcode, endian::InlHostByteOrder()); in TestEmulation()