Searched refs:IMM8 (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/runtime_core/libpandafile/tests/ |
H A D | bytecode_imm_fetch_tests.cpp | 45 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 D | bytecode_instruction_tests.cpp | 49 // 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 D | old_instruction.h | 139 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 D | old_instruction_enum.h | 28 IMM8, member in Format
|
/arkcompiler/runtime_core/static_core/libpandafile/tests/ |
H A D | bytecode_instruction_tests.cpp | 49 // 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 D | bc_call_signature.h | 412 V(name##WithJitProf, name, SlotIDFormat::IMM8)
436 V(name##WithProf, name, SlotIDFormat::IMM8)
|
H A D | interpreter_stub.cpp | 84 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