Searched refs:IMM32 (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/runtime_core/libpandafile/tests/ |
H A D | bytecode_imm_fetch_tests.cpp | 56 EXPECT_EQ(inst.GetFormat(), BytecodeInstruction::Format::IMM32); in TEST() 57 EXPECT_EQ((inst.GetImm<BytecodeInstruction::Format::IMM32, 0>()), static_cast<int32_t>(0x1e)); in TEST() 58 EXPECT_EQ((inst.GetImm<BytecodeInstruction::Format::IMM32, 0, true>()), static_cast<int32_t>(0x1e)); in TEST()
|
H A D | bytecode_instruction_tests.cpp | 119 // IMM32 in TEST() 124 EXPECT_EQ((inst.GetImm<BytecodeInstruction::Format::IMM32, 0>()), 0x1012f234); in TEST() 131 EXPECT_EQ((inst.GetImm<BytecodeInstruction::Format::IMM32, 0>()), static_cast<int32_t>(0xf1f21234)); in TEST() 377 // IMM32 in TEST() 382 EXPECT_EQ((inst.GetImm<BytecodeInstructionSafe::Format::IMM32, 0>()), 0x1012f234); in TEST() 389 EXPECT_EQ((inst.GetImm<BytecodeInstructionSafe::Format::IMM32, 0>()), static_cast<int32_t>(0xf1f21234)); in TEST() 617 // IMM32 in TEST() 623 EXPECT_EQ((inst.GetImm<BytecodeInstructionSafe::Format::IMM32, 0>()), 0x12f234); in TEST()
|
/arkcompiler/runtime_core/static_core/libpandafile/tests/ |
H A D | bytecode_instruction_tests.cpp | 113 // IMM32 in TEST() 118 EXPECT_EQ((inst.GetImm<BytecodeInstruction::Format::IMM32, 0>()), 0x1012f234); in TEST() 125 EXPECT_EQ((inst.GetImm<BytecodeInstruction::Format::IMM32, 0>()), static_cast<int32_t>(0xf1f21234)); in TEST() 345 // IMM32 in TEST() 350 EXPECT_EQ((inst.GetImm<BytecodeInstructionSafe::Format::IMM32, 0>()), 0x1012f234); in TEST() 357 EXPECT_EQ((inst.GetImm<BytecodeInstructionSafe::Format::IMM32, 0>()), static_cast<int32_t>(0xf1f21234)); in TEST() 558 // IMM32 in TEST() 564 EXPECT_EQ((inst.GetImm<BytecodeInstructionSafe::Format::IMM32, 0>()), 0x12f234); in TEST()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/ |
H A D | old_instruction_enum.h | 24 IMM32, member in Format
|
H A 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/ |
H A D | bytecode_emitter.cpp | 213 Emit<Format::IMM32>(bytecode_.begin() + *target_ptr, Opcode::JMP_IMM32, 0); in DoReserveSpaceForOffset()
|
/arkcompiler/runtime_core/static_core/libpandafile/ |
H A D | bytecode_emitter.cpp | 213 Emit<Format::IMM32>(bytecode_.begin() + *targetPtr, Opcode::JMP_IMM32, 0); in DoReserveSpaceForOffset()
|
Completed in 11 milliseconds