Searched refs:V4_V4 (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/runtime_core/libpandafile/tests/ |
H A D | bytecode_instruction_tests.cpp | 189 // V4_V4 in TEST() 194 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V4_V4, 0>()), 0xa); in TEST() 195 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V4_V4, 1>()), 0xb); in TEST() 448 // V4_V4 in TEST() 453 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V4_V4, 0>()), 0xa); in TEST() 454 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V4_V4, 1>()), 0xb); in TEST() 667 // V4_V4 in TEST() 673 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V4_V4, 0>()), 0); in TEST() 675 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V4_V4, 1>()), 0); in TEST()
|
/arkcompiler/runtime_core/static_core/libpandafile/tests/ |
H A D | bytecode_instruction_tests.cpp | 177 // V4_V4 in TEST() 182 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V4_V4, 0>()), 0xa); in TEST() 183 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V4_V4, 1>()), 0xb); in TEST() 410 // V4_V4 in TEST() 415 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V4_V4, 0>()), 0xa); in TEST() 416 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V4_V4, 1>()), 0xb); in TEST() 602 // V4_V4 in TEST() 608 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V4_V4, 0>()), 0); in TEST() 610 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V4_V4, 1>()), 0); in TEST()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/ |
H A D | old_instruction.h | 396 case Format::V4_V4: { in Size() 456 return Format::V4_V4; in GetFormat() 462 return Format::V4_V4; in GetFormat() 466 return Format::V4_V4; in GetFormat() 648 return Format::V4_V4; in GetFormat() 650 return Format::V4_V4; in GetFormat() 652 return Format::V4_V4; in GetFormat() 654 return Format::V4_V4; in GetFormat() 656 return Format::V4_V4; in GetFormat() 678 return Format::V4_V4; in GetFormat() [all...] |
H A D | old_instruction_enum.h | 56 V4_V4, member in Format
|
Completed in 7 milliseconds