Searched refs:V8_V8 (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/runtime_core/libpandafile/tests/ |
H A D | bytecode_instruction_tests.cpp | 209 // V8_V8 in TEST() 214 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V8_V8, 0>()), 0xab); in TEST() 215 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V8_V8, 1>()), 0xcd); in TEST() 468 // V8_V8 in TEST() 473 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V8_V8, 0>()), 0xab); in TEST() 474 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V8_V8, 1>()), 0xcd); in TEST() 692 // V8_V8 in TEST() 698 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V8_V8, 0>()), 0xab); in TEST() 700 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V8_V8, 1>()), 0); in TEST()
|
/arkcompiler/runtime_core/static_core/libpandafile/tests/ |
H A D | bytecode_instruction_tests.cpp | 194 // V8_V8 in TEST() 199 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V8_V8, 0>()), 0xab); in TEST() 200 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V8_V8, 1>()), 0xcd); in TEST() 427 // V8_V8 in TEST() 432 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V8_V8, 0>()), 0xab); in TEST() 433 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V8_V8, 1>()), 0xcd); in TEST() 624 // V8_V8 in TEST() 630 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V8_V8, 0>()), 0xab); in TEST() 632 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V8_V8, 1>()), 0); in TEST()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/ |
H A D | old_instruction_enum.h | 67 V8_V8, member in Format
|
H A D | old_instruction.h | 440 case Format::V8_V8: { in Size() 458 return Format::V8_V8; in GetFormat() 468 return Format::V8_V8; in GetFormat() 774 return Format::V8_V8; in GetFormat()
|
Completed in 7 milliseconds