Searched refs:V16_V16 (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/runtime_core/libpandafile/tests/ |
H A D | bytecode_instruction_tests.cpp | 221 // V16_V16 in TEST() 226 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V16_V16, 0>()), 0xabcd); in TEST() 227 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V16_V16, 1>()), 0xeef1); in TEST() 480 // V16_V16 in TEST() 485 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V16_V16, 0>()), 0xabcd); in TEST() 486 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V16_V16, 1>()), 0xeef1); in TEST() 707 // V16_V16 in TEST() 713 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V16_V16, 0>()), 0xabcd); in TEST() 715 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V16_V16, 1>()), 0xf1); in TEST()
|
/arkcompiler/runtime_core/static_core/libpandafile/tests/ |
H A D | bytecode_instruction_tests.cpp | 203 // V16_V16 in TEST() 208 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V16_V16, 0>()), 0xabcd); in TEST() 209 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V16_V16, 1>()), 0xeef1); in TEST() 436 // V16_V16 in TEST() 441 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V16_V16, 0>()), 0xabcd); in TEST() 442 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V16_V16, 1>()), 0xeef1); in TEST() 636 // V16_V16 in TEST() 642 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V16_V16, 0>()), 0xabcd); in TEST() 644 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V16_V16, 1>()), 0xf1); in TEST()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/ |
H A D | old_instruction_enum.h | 53 V16_V16, member in Format
|
H A D | old_instruction.h | 384 case Format::V16_V16: { in Size() 460 return Format::V16_V16; in GetFormat() 464 return Format::V16_V16; in GetFormat() 470 return Format::V16_V16; in GetFormat() 776 return Format::V16_V16; in GetFormat()
|
Completed in 8 milliseconds