Home
last modified time | relevance | path

Searched refs:LDAI_IMM32 (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
H A Dold_instruction_enum.h92 LDAI_IMM32 = 21, member in Opcode
H A Dold_instruction.h495 case Opcode::LDAI_IMM32: in GetFormat()
1312 case Opcode::LDAI_IMM32: in HasFlag()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Decma_opcode_des.h214 V(LDAI_IMM32) \
H A Dbytecodes.cpp75 case EcmaOpcode::LDAI_IMM32: in InitBytecodeMetaData()
119 case EcmaOpcode::LDAI_IMM32: in InitBytecodeMetaData()
204 case EcmaOpcode::LDAI_IMM32: in InitBytecodeMetaData()
625 case EcmaOpcode::LDAI_IMM32: { in InitBytecodeInfo()
H A Dbytecode_circuit_builder.cpp758 case EcmaOpcode::LDAI_IMM32: in NewConst()
H A Dinterpreter_stub.cpp2442 DISPATCH_WITH_ACC(LDAI_IMM32); in DECLARE_ASM_HANDLER()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dpanda_file_translator.cpp451 *pc = static_cast<uint8_t>(EcmaOpcode::LDAI_IMM32); in FixOpcode()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.cpp1209 HANDLE_OPCODE(LDAI_IMM32) { in RunInternal()
1213 DISPATCH(LDAI_IMM32); in RunInternal()
H A Dinterpreter_assembly.cpp510 DISPATCH(LDAI_IMM32); in HandleLdaiImm32()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_compiler.cpp1188 BYTECODE_BASELINE_HANDLER_IMPLEMENT(LDAI_IMM32) in BYTECODE_BASELINE_HANDLER_IMPLEMENT()

Completed in 54 milliseconds