Home
last modified time | relevance | path

Searched refs:V16_V16 (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/libpandafile/tests/
H A Dbytecode_instruction_tests.cpp221 // 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 Dbytecode_instruction_tests.cpp203 // 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 Dold_instruction_enum.h53 V16_V16, member in Format
H A Dold_instruction.h384 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