Searched refs:V8_IMM16 (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/runtime_core/libpandafile/tests/ |
D | bytecode_instruction_tests.cpp | 98 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V8_IMM16, 0>()), 0x10); in TEST() 99 EXPECT_EQ((inst.GetImm<BytecodeInstruction::Format::V8_IMM16, 0>()), 0x12f2); in TEST() 106 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V8_IMM16, 0>()), 0xff); in TEST() 107 …EXPECT_EQ((inst.GetImm<BytecodeInstruction::Format::V8_IMM16, 0>()), static_cast<int16_t>(0xf212)); in TEST() 329 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V8_IMM16, 0>()), 0x10); in TEST() 330 EXPECT_EQ((inst.GetImm<BytecodeInstructionSafe::Format::V8_IMM16, 0>()), 0x12f2); in TEST() 337 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V8_IMM16, 0>()), 0xff); in TEST() 338 …EXPECT_EQ((inst.GetImm<BytecodeInstructionSafe::Format::V8_IMM16, 0>()), static_cast<int16_t>(0xf2… in TEST() 548 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V8_IMM16, 0>()), 0x10); in TEST() 550 EXPECT_EQ((inst.GetImm<BytecodeInstructionSafe::Format::V8_IMM16, 0>()), 0xf2); in TEST()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/ |
D | old_instruction_enum.h | 62 V8_IMM16, enumerator
|
D | old_instruction.h | 229 if constexpr (format == Format::V8_IMM16) { in GetImm() 424 case Format::V8_IMM16: { in Size() 476 return Format::V8_IMM16; in GetFormat() 530 return Format::V8_IMM16; in GetFormat() 534 return Format::V8_IMM16; in GetFormat() 570 return Format::V8_IMM16; in GetFormat() 574 return Format::V8_IMM16; in GetFormat() 578 return Format::V8_IMM16; in GetFormat() 582 return Format::V8_IMM16; in GetFormat() 586 return Format::V8_IMM16; in GetFormat() [all …]
|