Home
last modified time | relevance | path

Searched refs:IMM16 (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/libpandafile/tests/
H A Dbytecode_instruction_tests.cpp84 // 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 Dbytecode_instruction_tests.cpp81 // 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 Dprofiler_stub_builder.h71 SlotIDFormat format_ = SlotIDFormat::IMM16;
H A Dbc_call_signature.h415 V(name##WithJitProf, name, SlotIDFormat::IMM16)
442 V(name##WithProf, name, SlotIDFormat::IMM16)
H A Dprofiler_stub_builder.cpp796 if (format == SlotIDFormat::IMM16) { in GetSlotID()
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
H A Dold_instruction.h109 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 Dold_instruction_enum.h22 IMM16, member in Format

Completed in 10 milliseconds