Searched refs:V8_IMM64 (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/runtime_core/libpandafile/tests/ |
H A D | bytecode_instruction_tests.cpp | 169 // V8_IMM64 in TEST() 174 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V8_IMM64, 0>()), 0x11); in TEST() 175 EXPECT_EQ((inst.GetImm<BytecodeInstruction::Format::V8_IMM64, 0>()), 0x041012f23456789a); in TEST() 182 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V8_IMM64, 0>()), 0xab); in TEST() 183 EXPECT_EQ((inst.GetImm<BytecodeInstruction::Format::V8_IMM64, 0>()), static_cast<int64_t>(0xab1012f23456789a)); in TEST() 427 // V8_IMM64 in TEST() 432 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V8_IMM64, 0>()), 0x11); in TEST() 433 EXPECT_EQ((inst.GetImm<BytecodeInstructionSafe::Format::V8_IMM64, 0>()), 0x041012f23456789a); in TEST() 440 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V8_IMM64, 0>()), 0xab); in TEST() 441 EXPECT_EQ((inst.GetImm<BytecodeInstructionSafe::Format::V8_IMM64, in TEST() [all...] |
/arkcompiler/runtime_core/static_core/libpandafile/tests/ |
H A D | bytecode_instruction_tests.cpp | 160 // V8_IMM64 in TEST() 165 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V8_IMM64, 0>()), 0x11); in TEST() 166 EXPECT_EQ((inst.GetImm<BytecodeInstruction::Format::V8_IMM64, 0>()), 0x041012f23456789a); in TEST() 173 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V8_IMM64, 0>()), 0xab); in TEST() 174 EXPECT_EQ((inst.GetImm<BytecodeInstruction::Format::V8_IMM64, 0>()), static_cast<int64_t>(0xab1012f23456789a)); in TEST() 392 // V8_IMM64 in TEST() 397 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V8_IMM64, 0>()), 0x11); in TEST() 398 EXPECT_EQ((inst.GetImm<BytecodeInstructionSafe::Format::V8_IMM64, 0>()), 0x041012f23456789a); in TEST() 405 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V8_IMM64, 0>()), 0xab); in TEST() 406 EXPECT_EQ((inst.GetImm<BytecodeInstructionSafe::Format::V8_IMM64, in TEST() [all...] |
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/ |
H A D | old_instruction_enum.h | 65 V8_IMM64, member in Format
|
H A D | old_instruction.h | 239 if constexpr (format == Format::V8_IMM64) { in GetImm() 432 case Format::V8_IMM64: { in Size() 480 return Format::V8_IMM64; in GetFormat() 482 return Format::V8_IMM64; in GetFormat()
|
Completed in 8 milliseconds