Searched refs:V8_IMM8 (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/runtime_core/libpandafile/tests/ |
D | bytecode_instruction_tests.cpp | 66 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V8_IMM8, 0>()), 0x12); in TEST() 67 … EXPECT_EQ((inst.GetImm<BytecodeInstruction::Format::V8_IMM8, 0>()), static_cast<int8_t>(0xf2)); in TEST() 74 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V8_IMM8, 0>()), 0xf2); in TEST() 75 EXPECT_EQ((inst.GetImm<BytecodeInstruction::Format::V8_IMM8, 0>()), 0x12); in TEST() 297 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V8_IMM8, 0>()), 0x12); in TEST() 298 …EXPECT_EQ((inst.GetImm<BytecodeInstructionSafe::Format::V8_IMM8, 0>()), static_cast<int8_t>(0xf2)); in TEST() 305 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V8_IMM8, 0>()), 0xf2); in TEST() 306 EXPECT_EQ((inst.GetImm<BytecodeInstructionSafe::Format::V8_IMM8, 0>()), 0x12); in TEST() 526 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V8_IMM8, 0>()), 0x12); in TEST() 528 … EXPECT_EQ((inst.GetImm<BytecodeInstructionSafe::Format::V8_IMM8, 0>()), static_cast<int8_t>(0)); in TEST()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/ |
D | old_instruction_enum.h | 65 V8_IMM8, enumerator
|
D | old_instruction.h | 244 if constexpr (format == Format::V8_IMM8) { in GetImm() 436 case Format::V8_IMM8: { in Size() 474 return Format::V8_IMM8; in GetFormat() 528 return Format::V8_IMM8; in GetFormat() 532 return Format::V8_IMM8; in GetFormat() 568 return Format::V8_IMM8; in GetFormat() 572 return Format::V8_IMM8; in GetFormat() 576 return Format::V8_IMM8; in GetFormat() 580 return Format::V8_IMM8; in GetFormat() 584 return Format::V8_IMM8; in GetFormat() [all …]
|