Home
last modified time | relevance | path

Searched refs:IMM8 (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/libpandafile/tests/
Dbytecode_instruction_tests.cpp51 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/
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 …]
Dold_instruction_enum.h28 IMM8, enumerator
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp465 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/
Dir_builder.md135 …inst->SetInput(1, FindOrCreateConstant(instruction->GetImm<BytecodeInstruction::Format::IMM8, 0>()…