Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/tests/
H A Dbytecode_imm_fetch_tests.cpp45 EXPECT_EQ((inst.GetImm<BytecodeInstruction::Format::IMM8, 0>()), static_cast<int8_t>(-22)); in TEST()
46 EXPECT_EQ((inst.GetImm<BytecodeInstruction::Format::IMM8, 0, true>()), static_cast<int8_t>(-22)); in TEST()
94 EXPECT_EQ((inst.GetImm<BytecodeInstruction::Format::IMM8, 0>()), static_cast<int8_t>(0x0d)); in TEST()
95 EXPECT_EQ((inst.GetImm<BytecodeInstruction::Format::IMM8, 0, false>()), in TEST()
H A Dbytecode_instruction_tests.cpp49 // IMM8 in TEST()
54 EXPECT_EQ((inst.GetImm<BytecodeInstruction::Format::IMM8, 0>()), static_cast<int8_t>(0xf2)); in TEST()
61 EXPECT_EQ((inst.GetImm<BytecodeInstruction::Format::IMM8, 0>()), 0x21); in TEST()
307 // IMM8 in TEST()
312 EXPECT_EQ((inst.GetImm<BytecodeInstructionSafe::Format::IMM8, 0>()), static_cast<int8_t>(0xf2)); in TEST()
319 EXPECT_EQ((inst.GetImm<BytecodeInstructionSafe::Format::IMM8, 0>()), 0x21); in TEST()
558 // IMM8 in TEST()
564 EXPECT_EQ((inst.GetImm<BytecodeInstructionSafe::Format::IMM8, 0>()), static_cast<int8_t>(0)); in TEST()
573 EXPECT_EQ((inst.GetImm<BytecodeInstructionSafe::Format::IMM8, 0>()), 0); in TEST()
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
H A Dold_instruction.h139 if constexpr (format == Format::IMM8) { in GetImm()
288 case Format::IMM8: { in Size()
492 return Format::IMM8; in GetFormat()
522 return Format::IMM8; in GetFormat()
536 return Format::IMM8; in GetFormat()
540 return Format::IMM8; in GetFormat()
544 return Format::IMM8; in GetFormat()
548 return Format::IMM8; in GetFormat()
552 return Format::IMM8; in GetFormat()
556 return Format::IMM8; in GetFormat()
[all...]
H A Dold_instruction_enum.h28 IMM8, member in Format
/arkcompiler/runtime_core/static_core/libpandafile/tests/
H A Dbytecode_instruction_tests.cpp49 // IMM8 in TEST()
54 EXPECT_EQ((inst.GetImm<BytecodeInstruction::Format::IMM8, 0>()), static_cast<int8_t>(0xf2)); in TEST()
61 EXPECT_EQ((inst.GetImm<BytecodeInstruction::Format::IMM8, 0>()), 0x21); in TEST()
281 // IMM8 in TEST()
286 EXPECT_EQ((inst.GetImm<BytecodeInstructionSafe::Format::IMM8, 0>()), static_cast<int8_t>(0xf2)); in TEST()
293 EXPECT_EQ((inst.GetImm<BytecodeInstructionSafe::Format::IMM8, 0>()), 0x21); in TEST()
505 // IMM8 in TEST()
511 EXPECT_EQ((inst.GetImm<BytecodeInstructionSafe::Format::IMM8, 0>()), static_cast<int8_t>(0)); in TEST()
520 EXPECT_EQ((inst.GetImm<BytecodeInstructionSafe::Format::IMM8, 0>()), 0); in TEST()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbc_call_signature.h412 V(name##WithJitProf, name, SlotIDFormat::IMM8)
436 V(name##WithProf, name, SlotIDFormat::IMM8)
H A Dinterpreter_stub.cpp84 DECLARE_ASM_HANDLER_BASE(name, true, REGISTER_NULL_CALL_BACK, SlotIDFormat::IMM8) \
88 DECLARE_ASM_HANDLER_BASE(name, false, REGISTER_NULL_CALL_BACK, SlotIDFormat::IMM8) \

Completed in 18 milliseconds