Searched refs:LDAI_IMM32 (Results 1 – 12 of 12) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/ |
D | old_instruction_enum.h | 91 LDAI_IMM32 = 21, enumerator
|
D | old_instruction.h | 495 case Opcode::LDAI_IMM32: in GetFormat() 1311 case Opcode::LDAI_IMM32: in HasFlag()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/templates/ |
D | debugger_instruction_handler.inl | 941 DEBUG_HANDLE_OPCODE(LDAI_IMM32) argument 944 REAL_GOTO_DISPATCH_OPCODE(EcmaOpcode::LDAI_IMM32);
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | ecma_opcode_des.h | 204 V(LDAI_IMM32) \
|
D | bytecodes.cpp | 69 case EcmaOpcode::LDAI_IMM32: in InitBytecodeMetaData() 144 case EcmaOpcode::LDAI_IMM32: in InitBytecodeMetaData() 490 case EcmaOpcode::LDAI_IMM32: { in InitBytecodeInfo()
|
D | bytecode_circuit_builder.cpp | 853 case EcmaOpcode::LDAI_IMM32: in NewConst()
|
D | interpreter_stub.cpp | 2040 DISPATCH_WITH_ACC(LDAI_IMM32); in DECLARE_ASM_HANDLER()
|
/arkcompiler/ets_runtime/tools/circuit_viewer/examples/ |
D | log_loop.txt | 16 [compiler] < 0: LDAI_IMM32, In=[], Out=[acc,] > 18 [compiler] < 2: LDAI_IMM32, In=[], Out=[acc,] > 72 [compiler] < 0: LDAI_IMM32, In=[], Out=[acc,] > 74 [compiler] < 2: LDAI_IMM32, In=[], Out=[acc,] > 129 [compiler] < 0: LDAI_IMM32, In=[], Out=[acc,] > 131 [compiler] < 2: LDAI_IMM32, In=[], Out=[acc,] > 197 [compiler] < 0: LDAI_IMM32, In=[], Out=[acc,] > 200 [compiler] < 2: LDAI_IMM32, In=[], Out=[acc,] >
|
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
D | method_type_infer.cpp | 247 case EcmaOpcode::LDAI_IMM32: in Infer()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | panda_file_translator.cpp | 382 *pc = static_cast<uint8_t>(EcmaOpcode::LDAI_IMM32); in FixOpcode()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | interpreter-inl.h | 1144 HANDLE_OPCODE(LDAI_IMM32) { in RunInternal() 1148 DISPATCH(LDAI_IMM32); in RunInternal()
|
D | interpreter_assembly.cpp | 479 DISPATCH(LDAI_IMM32); in HandleLdaiImm32()
|