Home
last modified time | relevance | path

Searched defs:opc (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dasm_caller.cpp44 #define C_EXTERN_ONE_PARAM(opc, param) \ argument
52 #define C_EXTERN_TWO_PARAM(opc, param) \ argument
72 #define CALL_ONE_PARAM_OUTPUT(opc, param) \ in EMITED_TWO_PARAM_INST_LIST() argument
83 #define CALL_ONE_PARAM_OUTPUT(opc, param) \ in EMITED_TWO_PARAM_INST_LIST() argument
93 #define CALL_TWO_PARAM_OUTPUT(opc, param) … in EMITED_TWO_PARAM_INST_LIST() argument
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_checker.h32 for (auto opc : opcs) { variable
Ddump.cpp172 ArenaString opc(GetOpcodeString(opcode), adapter); in DumpTypedFieldOpcode() local
180 ArenaString opc(GetOpcodeString(opcode), allocator->Adapter()); in DumpTypedOpcode() local
Dgraph_checker.cpp270 [[maybe_unused]] Opcode opc = inst->GetOpcode(); in CheckStartBlock() local
547 [[maybe_unused]] auto opc = last_inst->GetOpcode(); in CheckBlockEdges() local
Dir_constructor.h212 auto opc = CurrentInst()->GetOpcode(); in Inputs() local
Dgraph.h830 [[nodiscard]] Inst* CreateInst(Opcode opc) const in CreateInst()
Dinst.h184 constexpr const char *GetOpcodeString(Opcode opc) in GetOpcodeString()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder.cpp265 SaveStateInst *InstBuilder::CreateSaveState(Opcode opc, size_t pc) in CreateSaveState()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.cpp193 uint32_t opc = GetOpcFromScale(vt.GetScale(), true); in Ldp() local
239 uint32_t opc = GetOpcFromScale(vt.GetScale(), true); in Stp() local
251 uint32_t opc = 0; in GetOpcFromScale() local
/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.cpp316 pandasm::Opcode opc; in EncodeSta() local