Searched defs:test_opcode (Results 1 - 1 of 1) sorted by last modified time

/external/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp13502 uint32_t test_opcode; local
13508 test_opcode = value_sp->GetUInt64Value ();
13513 m_opcode.SetOpcode32 (test_opcode);
13518 if (test_opcode < 0x10000)
13519 m_opcode.SetOpcode16 (test_opcode);
13521 m_opcode.SetOpcode32 (test_opcode);

Completed in 155 milliseconds