Home
last modified time | relevance | path

Searched refs:PREF_IMM16_V8 (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
Dold_instruction_enum.h38 PREF_IMM16_V8, enumerator
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/
Dpanda_file_translator.cpp1153 … uint16_t imm = static_cast<uint16_t>(inst.GetImm<OldBytecodeInst::Format::PREF_IMM16_V8>() - 1); in FixOpcode()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp4059 … GateRef jumpSize = IntPtr(-BytecodeInstruction::Size(BytecodeInstruction::Format::PREF_IMM16_V8)); in DECLARE_ASM_HANDLER()