Home
last modified time | relevance | path

Searched refs:PREF_IMM16_V8 (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
H A Dold_instruction_enum.h39 PREF_IMM16_V8, member in Format
H A Dold_instruction.h174 if constexpr (format == Format::PREF_IMM16_V8) { in GetImm()
328 case Format::PREF_IMM16_V8: { in Size()
1118 return Format::PREF_IMM16_V8; in GetFormat()
1120 return Format::PREF_IMM16_V8; in GetFormat()
1122 return Format::PREF_IMM16_V8; in GetFormat()
1124 return Format::PREF_IMM16_V8; in GetFormat()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dpanda_file_translator.cpp1222 uint16_t imm = static_cast<uint16_t>(inst.GetImm<OldBytecodeInst::Format::PREF_IMM16_V8>() - 1); in FixOpcode()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp3664 GateRef jumpSize = IntPtr(-BytecodeInstruction::Size(BytecodeInstruction::Format::PREF_IMM16_V8)); in GenerateCircuit()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub.cpp4782 GateRef jumpSize = IntPtr(-BytecodeInstruction::Size(BytecodeInstruction::Format::PREF_IMM16_V8)); in DECLARE_ASM_HANDLER()

Completed in 29 milliseconds