Home
last modified time | relevance | path

Searched refs:JMP_IMM32 (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dbytecode_emitter.cpp203 *extra_bytes_ptr = GetSizeByOpcode(Opcode::JMP_IMM32); in DoReserveSpaceForOffset()
211 UpdateBranchOffs(&bytecode_[insn_pc], INSN_SIZE + GetSizeByOpcode(Opcode::JMP_IMM32)); in DoReserveSpaceForOffset()
213 Emit<Format::IMM32>(bytecode_.begin() + *target_ptr, Opcode::JMP_IMM32, 0); in DoReserveSpaceForOffset()
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dbytecode_emitter.cpp203 *extraBytesPtr = GetSizeByOpcode(Opcode::JMP_IMM32); in DoReserveSpaceForOffset()
211 UpdateBranchOffs(&bytecode_[insnPc], static_cast<int32_t>(insnSize + GetSizeByOpcode(Opcode::JMP_IMM32))); in DoReserveSpaceForOffset()
213 Emit<Format::IMM32>(bytecode_.begin() + *targetPtr, Opcode::JMP_IMM32, 0); in DoReserveSpaceForOffset()
/arkcompiler/runtime_core/libpandafile/tests/
H A Dbytecode_emitter_tests.cpp256 return Opcode::JMP_IMM32; in GetOpcode()
391 expected << Opcode::JMP_IMM32 << Split32(-num_ret); in HWTEST()
412 expected << Opcode::JMP_IMM32 << Split32(num_ret + globals::IMM_5); in HWTEST()
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
H A Dold_instruction_enum.h107 JMP_IMM32 = 36, member in Opcode
H A Dold_instruction.h525 case Opcode::JMP_IMM32: in GetFormat()
1343 case Opcode::JMP_IMM32: in HasFlag()
/arkcompiler/runtime_core/static_core/libpandafile/tests/
H A Dbytecode_emitter_tests.cpp258 return Opcode::JMP_IMM32; in GetOpcode()
395 expected << Opcode::JMP_IMM32 << Split32(-numRet); in TEST()
416 expected << Opcode::JMP_IMM32 << Split32(numRet + globals::IMM_5); in TEST()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Decma_opcode_des.h205 V(JMP_IMM32) \
H A Dbytecodes.cpp137 case EcmaOpcode::JMP_IMM32: in InitBytecodeMetaData()
336 case EcmaOpcode::JMP_IMM32: in InitBytecodeMetaData()
1857 case EcmaOpcode::JMP_IMM32: in InitBytecodeInfo()
H A Dbytecode_circuit_builder.cpp81 case EcmaOpcode::JMP_IMM32: in CollectRegionInfo()
H A Dprofiler_stub_builder.cpp1128 GateRef jmpImm32 = Int8(static_cast<uint8_t>(EcmaOpcode::JMP_IMM32)); in TryJitCompile()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dpanda_file_translator.cpp422 case OldBytecodeInst::Opcode::JMP_IMM32: { in FixOpcode()
423 *pc = static_cast<uint8_t>(EcmaOpcode::JMP_IMM32); in FixOpcode()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_compiler.cpp230 case EcmaOpcode::JMP_IMM32: { in GetJumpToOffsets()
3595 BYTECODE_BASELINE_HANDLER_IMPLEMENT(JMP_IMM32) in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.cpp1118 HANDLE_OPCODE(JMP_IMM32) { in RunInternal()

Completed in 43 milliseconds