Searched refs:IMM16 (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/runtime_core/libpandafile/tests/ |
H A D | bytecode_instruction_tests.cpp | 84 // IMM16 in TEST() 89 EXPECT_EQ((inst.GetImm<BytecodeInstruction::Format::IMM16, 0>()), 0x12f2); in TEST() 96 EXPECT_EQ((inst.GetImm<BytecodeInstruction::Format::IMM16, 0>()), static_cast<int16_t>(0xf212)); in TEST() 342 // IMM16 in TEST() 347 EXPECT_EQ((inst.GetImm<BytecodeInstructionSafe::Format::IMM16, 0>()), 0x12f2); in TEST() 354 EXPECT_EQ((inst.GetImm<BytecodeInstructionSafe::Format::IMM16, 0>()), static_cast<int16_t>(0xf212)); in TEST() 592 // IMM16 in TEST() 598 EXPECT_EQ((inst.GetImm<BytecodeInstructionSafe::Format::IMM16, 0>()), 0xf2); in TEST()
|
/arkcompiler/runtime_core/static_core/libpandafile/tests/ |
H A D | bytecode_instruction_tests.cpp | 81 // IMM16 in TEST() 86 EXPECT_EQ((inst.GetImm<BytecodeInstruction::Format::IMM16, 0>()), 0x12f2); in TEST() 93 EXPECT_EQ((inst.GetImm<BytecodeInstruction::Format::IMM16, 0>()), static_cast<int16_t>(0xf212)); in TEST() 313 // IMM16 in TEST() 318 EXPECT_EQ((inst.GetImm<BytecodeInstructionSafe::Format::IMM16, 0>()), 0x12f2); in TEST() 325 EXPECT_EQ((inst.GetImm<BytecodeInstructionSafe::Format::IMM16, 0>()), static_cast<int16_t>(0xf212)); in TEST() 536 // IMM16 in TEST() 542 EXPECT_EQ((inst.GetImm<BytecodeInstructionSafe::Format::IMM16, 0>()), 0xf2); in TEST()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | profiler_stub_builder.h | 71 SlotIDFormat format_ = SlotIDFormat::IMM16;
|
H A D | bc_call_signature.h | 415 V(name##WithJitProf, name, SlotIDFormat::IMM16)
442 V(name##WithProf, name, SlotIDFormat::IMM16)
|
H A D | profiler_stub_builder.cpp | 796 if (format == SlotIDFormat::IMM16) { in GetSlotID()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/ |
H A D | old_instruction.h | 109 if constexpr (format == Format::IMM16) { in GetImm() 264 case Format::IMM16: { in Size() 494 return Format::IMM16; in GetFormat() 524 return Format::IMM16; in GetFormat() 538 return Format::IMM16; in GetFormat() 542 return Format::IMM16; in GetFormat() 546 return Format::IMM16; in GetFormat() 550 return Format::IMM16; in GetFormat() 554 return Format::IMM16; in GetFormat() 558 return Format::IMM16; in GetFormat() [all...] |
H A D | old_instruction_enum.h | 22 IMM16, member in Format
|
Completed in 9 milliseconds