Searched refs:V4_V4_ID16 (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/runtime_core/libpandafile/tests/ |
D | bytecode_instruction_tests.cpp | 222 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V4_V4_ID16, 0>()), 0x1); in TEST() 223 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V4_V4_ID16, 1>()), 0x2); in TEST() 224 EXPECT_EQ((inst.GetId<BytecodeInstruction::Format::V4_V4_ID16, 0>()), BytecodeId(0xeef1)); in TEST() 454 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V4_V4_ID16, 0>()), 0x1); in TEST() 455 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V4_V4_ID16, 1>()), 0x2); in TEST() 456 … EXPECT_EQ((inst.GetId<BytecodeInstructionSafe::Format::V4_V4_ID16, 0>()), BytecodeId(0xeef1)); in TEST() 660 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V4_V4_ID16, 0>()), 0x1); in TEST() 662 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V4_V4_ID16, 1>()), 0x2); in TEST() 664 EXPECT_EQ((inst.GetId<BytecodeInstructionSafe::Format::V4_V4_ID16, 0>()), BytecodeId(0xf1)); in TEST()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/ |
D | old_instruction.h | 87 if (format == Format::V4_V4_ID16) { in GetId() 400 case Format::V4_V4_ID16: { in Size() 694 return Format::V4_V4_ID16; in GetFormat() 698 return Format::V4_V4_ID16; in GetFormat() 716 return Format::V4_V4_ID16; in GetFormat() 718 return Format::V4_V4_ID16; in GetFormat() 720 return Format::V4_V4_ID16; in GetFormat() 722 return Format::V4_V4_ID16; in GetFormat() 724 return Format::V4_V4_ID16; in GetFormat() 726 return Format::V4_V4_ID16; in GetFormat() [all …]
|
D | old_instruction_enum.h | 56 V4_V4_ID16, enumerator
|