Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/tests/
Dbytecode_instruction_tests.cpp179 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V4_V4, 0>()), 0xa); in TEST()
180 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V4_V4, 1>()), 0xb); in TEST()
411 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V4_V4, 0>()), 0xa); in TEST()
412 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V4_V4, 1>()), 0xb); in TEST()
604 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V4_V4, 0>()), 0); in TEST()
606 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V4_V4, 1>()), 0); in TEST()
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
Dold_instruction.h396 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 …]
Dold_instruction_enum.h55 V4_V4, enumerator