Searched refs:test_opcode (Results 1 – 1 of 1) sorted by relevance
14443 uint32_t test_opcode; in TestEmulation() local14449 test_opcode = value_sp->GetUInt64Value(); in TestEmulation()14454 if (test_opcode < 0x10000) in TestEmulation()14455 m_opcode.SetOpcode16(test_opcode, endian::InlHostByteOrder()); in TestEmulation()14457 m_opcode.SetOpcode32(test_opcode, endian::InlHostByteOrder()); in TestEmulation()14460 m_opcode.SetOpcode32(test_opcode, endian::InlHostByteOrder()); in TestEmulation()