Searched refs:test_opcode (Results 1 – 1 of 1) sorted by relevance
14362 uint32_t test_opcode; in TestEmulation() local14368 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()