Searched refs:IMM32 (Results 1 – 4 of 4) sorted by relevance
/arkcompiler/runtime_core/libpandafile/tests/ |
D | bytecode_instruction_tests.cpp | 115 EXPECT_EQ((inst.GetImm<BytecodeInstruction::Format::IMM32, 0>()), 0x1012f234); in TEST() 122 …EXPECT_EQ((inst.GetImm<BytecodeInstruction::Format::IMM32, 0>()), static_cast<int32_t>(0xf1f21234)… in TEST() 346 EXPECT_EQ((inst.GetImm<BytecodeInstructionSafe::Format::IMM32, 0>()), 0x1012f234); in TEST() 353 …EXPECT_EQ((inst.GetImm<BytecodeInstructionSafe::Format::IMM32, 0>()), static_cast<int32_t>(0xf1f21… in TEST() 560 EXPECT_EQ((inst.GetImm<BytecodeInstructionSafe::Format::IMM32, 0>()), 0x12f234); in TEST()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/ |
D | old_instruction_enum.h | 24 IMM32, enumerator
|
D | old_instruction.h | 119 if constexpr (format == Format::IMM32) { in GetImm() 272 case Format::IMM32: { in Size() 496 return Format::IMM32; in GetFormat() 526 return Format::IMM32; in GetFormat() 634 return Format::IMM32; in GetFormat() 636 return Format::IMM32; in GetFormat() 782 return Format::IMM32; in GetFormat()
|
/arkcompiler/runtime_core/libpandafile/ |
D | bytecode_emitter.cpp | 213 Emit<Format::IMM32>(bytecode_.begin() + *target_ptr, Opcode::JMP_IMM32, 0); in DoReserveSpaceForOffset()
|