Searched refs:IMM8 (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/runtime_core/libpandafile/tests/ |
D | bytecode_instruction_tests.cpp | 51 EXPECT_EQ((inst.GetImm<BytecodeInstruction::Format::IMM8, 0>()), static_cast<int8_t>(0xf2)); in TEST() 58 EXPECT_EQ((inst.GetImm<BytecodeInstruction::Format::IMM8, 0>()), 0x21); in TEST() 282 … EXPECT_EQ((inst.GetImm<BytecodeInstructionSafe::Format::IMM8, 0>()), static_cast<int8_t>(0xf2)); in TEST() 289 EXPECT_EQ((inst.GetImm<BytecodeInstructionSafe::Format::IMM8, 0>()), 0x21); in TEST() 507 … EXPECT_EQ((inst.GetImm<BytecodeInstructionSafe::Format::IMM8, 0>()), static_cast<int8_t>(0)); in TEST() 516 EXPECT_EQ((inst.GetImm<BytecodeInstructionSafe::Format::IMM8, 0>()), 0); in TEST()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/ |
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 …]
|
D | old_instruction_enum.h | 28 IMM8, enumerator
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | bytecode_info_collector.cpp | 465 auto imm = bcIns.GetImm<BytecodeInstruction::Format::IMM8>(); in CollectMethodInfoFromBC() 514 auto imm = bcIns.GetImm<BytecodeInstruction::Format::IMM8>(); in CollectModuleInfoFromBC() 529 auto imm = bcIns.GetImm<BytecodeInstruction::Format::IMM8>(); in CollectModuleInfoFromBC()
|
/arkcompiler/runtime_core/compiler/docs/ |
D | ir_builder.md | 135 …inst->SetInput(1, FindOrCreateConstant(instruction->GetImm<BytecodeInstruction::Format::IMM8, 0>()…
|