Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp14362 uint32_t test_opcode; in TestEmulation() local
14368 test_opcode = value_sp->GetValueAs<uint64_t>().value_or(0); in TestEmulation()
14373 if (test_opcode < 0x10000) in TestEmulation()
14374 m_opcode.SetOpcode16(test_opcode, endian::InlHostByteOrder()); in TestEmulation()
14376 m_opcode.SetOpcode32(test_opcode, endian::InlHostByteOrder()); in TestEmulation()
14379 m_opcode.SetOpcode32(test_opcode, endian::InlHostByteOrder()); in TestEmulation()