Home
last modified time | relevance | path

Searched refs:V4_V4_V4_V4_ID16 (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libpandafile/tests/
Dbytecode_instruction_tests.cpp241 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V4_V4_V4_V4_ID16, 0x0>()), 0x1); in TEST()
242 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V4_V4_V4_V4_ID16, 0x1>()), 0x2); in TEST()
243 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V4_V4_V4_V4_ID16, 0x2>()), 0x3); in TEST()
244 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V4_V4_V4_V4_ID16, 0x3>()), 0x4); in TEST()
245 … EXPECT_EQ((inst.GetId<BytecodeInstruction::Format::V4_V4_V4_V4_ID16, 0>()), BytecodeId(0xeef1)); in TEST()
473 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V4_V4_V4_V4_ID16, 0x0>()), 0x1); in TEST()
474 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V4_V4_V4_V4_ID16, 0x1>()), 0x2); in TEST()
475 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V4_V4_V4_V4_ID16, 0x2>()), 0x3); in TEST()
476 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V4_V4_V4_V4_ID16, 0x3>()), 0x4); in TEST()
477 …EXPECT_EQ((inst.GetId<BytecodeInstructionSafe::Format::V4_V4_V4_V4_ID16, 0>()), BytecodeId(0xeef1)… in TEST()
[all …]
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
Dold_instruction_enum.h58 V4_V4_V4_V4_ID16, enumerator
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()
1254 case Format::V4_V4_V4_V4_ID16: in HasId()