Home
last modified time | relevance | path

Searched refs:V4_V4_V4_V4_ID16 (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/libpandafile/tests/
H A Dbytecode_instruction_tests.cpp263 // V4_V4_V4_V4_ID16 in TEST()
268 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V4_V4_V4_V4_ID16, 0x0>()), 0x1); in TEST()
269 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V4_V4_V4_V4_ID16, 0x1>()), 0x2); in TEST()
270 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V4_V4_V4_V4_ID16, 0x2>()), 0x3); in TEST()
271 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V4_V4_V4_V4_ID16, 0x3>()), 0x4); in TEST()
272 EXPECT_EQ((inst.GetId<BytecodeInstruction::Format::V4_V4_V4_V4_ID16, 0>()), BytecodeId(0xeef1)); in TEST()
519 // V4_V4_V4_V4_ID16 in TEST()
524 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V4_V4_V4_V4_ID16, 0x0>()), 0x1); in TEST()
525 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V4_V4_V4_V4_ID16, 0x1>()), 0x2); in TEST()
526 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V4_V4_V4_V4_ID16, in TEST()
[all...]
/arkcompiler/runtime_core/static_core/libpandafile/tests/
H A Dbytecode_instruction_tests.cpp239 // V4_V4_V4_V4_ID16 in TEST()
244 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V4_V4_V4_V4_ID16, 0x0>()), 0x1); in TEST()
245 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V4_V4_V4_V4_ID16, 0x1>()), 0x2); in TEST()
246 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V4_V4_V4_V4_ID16, 0x2>()), 0x3); in TEST()
247 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V4_V4_V4_V4_ID16, 0x3>()), 0x4); in TEST()
248 EXPECT_EQ((inst.GetId<BytecodeInstruction::Format::V4_V4_V4_V4_ID16>()), BytecodeId(0xeef1)); in TEST()
472 // V4_V4_V4_V4_ID16 in TEST()
477 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V4_V4_V4_V4_ID16, 0x0>()), 0x1); in TEST()
478 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V4_V4_V4_V4_ID16, 0x1>()), 0x2); in TEST()
479 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V4_V4_V4_V4_ID16, in TEST()
[all...]
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
H A Dold_instruction_enum.h59 V4_V4_V4_V4_ID16, member in Format
H A Dold_instruction.h93 if (format == Format::V4_V4_V4_V4_ID16) { in GetId()
408 case Format::V4_V4_V4_V4_ID16: { in Size()
700 return Format::V4_V4_V4_V4_ID16; in GetFormat()
756 return Format::V4_V4_V4_V4_ID16; in GetFormat()
766 return Format::V4_V4_V4_V4_ID16; in GetFormat()
1255 case Format::V4_V4_V4_V4_ID16: in HasId()
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Dinterpreter-inl.h3203 static_assert(FORMAT == BytecodeInstruction::Format::V4_V4_V4_V4_ID16, "Invalid call format"); in CopyCallArguments()
3276 } else if constexpr (FORMAT == BytecodeInstruction::Format::V4_V4_V4_V4_ID16) { in CopyArguments()
3300 } else if (FORMAT == BytecodeInstruction::Format::V4_V4_V4_V4_ID16 || in CreateAndSetFrame()
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
H A Dentrypoints.cpp1209 return CreateMultiDimArray<BytecodeInstruction::Format::V4_V4_V4_V4_ID16>(thread, frame, klass, caller, in CreateMultiDimensionalArrayById()

Completed in 15 milliseconds