Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/static_core/compiler/tests/
Dasm_caller.cpp61 #define C_EXTERN_ONE_PARAM(opc, param) \ argument
70 #define C_EXTERN_TWO_PARAM(opc, param) \ argument
93 #define CALL_ONE_PARAM_OUTPUT(opc, param) \ in TEST_F() argument
105 #define CALL_ONE_PARAM_OUTPUT(opc, param) \ in TEST_F() argument
119 #define CALL_TWO_PARAM_OUTPUT(opc, param) … in TEST_F() argument
131 #define CALL_TWO_PARAM_OUTPUT(opc, param) \ in TEST_F() argument
Dinst_generator_test.cpp77 auto opc = static_cast<Opcode>(i); in Generate() local
190 …ams([[maybe_unused]] T *param1, [[maybe_unused]] T *param2, [[maybe_unused]] T *param3, Opcode opc) in FixParams()
298 bool IsImmOps(Opcode opc) in IsImmOps()
304 bool IsUnaryShiftedRegisterOps(Opcode opc) in IsUnaryShiftedRegisterOps()
309 bool IsBinaryShiftedRegisterOps(Opcode opc) in IsBinaryShiftedRegisterOps()
315 bool IsTernary(Opcode opc) in IsTernary()
331 void Generate(Opcode opc, std::pair<ParamType, ParamType> vals) in Generate()
337 …std::optional<ParamType> ExecModule(Graph *graph, Opcode opc, ParamType param1, ParamType param2, … in ExecModule()
390 void Generate(Opcode opc, std::tuple<ParamType, ParamType, ParamType> vals) in Generate()
492 auto opc = Opcode::Cast; in GenCast() local
[all …]
Dinst_generator.cpp182 auto opc = inst->GetOpcode(); in GenerateOperation() local
219 Inst *GraphCreator::PopulateLoadArrayPair(Graph *graph, BasicBlock *block, Inst *inst, Opcode opc) in PopulateLoadArrayPair()
237 void GraphCreator::PopulateStoreArrayPair(Graph *graph, Inst *inst, Opcode opc) in PopulateStoreArrayPair()
478 auto opc = inst->GetOpcode(); in PopulateGraph() local
518 auto opc = inst->GetOpcode(); in Finalize() local
1319 void StatisticGenerator::FillHTMLPageOpcodeStatistic(std::ofstream &htmlPage, Opcode opc) in FillHTMLPageOpcodeStatistic()
1369 auto opc = static_cast<Opcode>(i); in GenerateHTMLPage() local
Dchecks_elimination_test.cpp94 Graph *ArithmeticTestInput(int32_t index, int32_t arrayLen, Opcode opc, int32_t val) in ArithmeticTestInput()
116 Graph *ArithmeticTestOutput1(int32_t index, int32_t arrayLen, Opcode opc, int32_t val) in ArithmeticTestOutput1()
140 Graph *ArithmeticTestOutput2(int32_t index, int32_t arrayLen, Opcode opc, int32_t val) in ArithmeticTestOutput2()
162 void ArithmeticTest(int32_t index, int32_t arrayLen, Opcode opc, int32_t val) in ArithmeticTest()
/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/static_core/compiler/optimizer/code_generator/
Dencode_visitor.h99 #define BINARY_IMM_OPERATION(opc) static void Visit##opc##I(GraphVisitor *visitor, Inst *inst) argument
119 #define BINARY_SIGN_UNSIGN_OPERATION(opc) static void Visit##opc(GraphVisitor *visitor, Inst *inst) argument
135 #define BINARY_SHIFTED_REGISTER_OPERATION_DEF(opc, ignored) \ argument
Dencode.h140 #define UNARY_OPERATION(opc) \ argument
148 #define BINARY_OPERATION(opc) \ argument
160 #define BINARY_SHIFTED_REGISTER_OPERATION(opc) \ argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/
Dasm_printer.h193 #define UNARY_OPERATION(opc) \ argument
205 #define BINARY_OPERATION(opc) \ argument
217 #define BINARY_SHIFTED_REGISTER_OPERATION(opc) \ argument
239 #define BINARY_OPERATION(opc) \ argument
262 #define DEF_ZERO_PARAM_OPERATION(opc) \ argument
283 #define DEF_ONE_PARAM_OPERATION(opc, type, param) \ argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dtarget.h250 #define UNARY_OPERATION(opc) void Encode##opc(Reg dst, Reg src0) override; /* CC-OFF(G.PRE.09) code… argument
252 #define BINARY_OPERATION(opc) \ argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dtarget.h210 #define UNARY_OPERATION(opc) void Encode##opc(Reg dst, Reg src0) override; /* CC-OFF(G.PRE.09) code… argument
212 #define BINARY_OPERATION(opc) \ argument
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_checker.h32 for (auto opc : opcs) { variable
Ddump.cpp165 ArenaString opc(GetOpcodeString(opcode), adapter); in DumpTypedFieldOpcode() local
173 ArenaString opc(GetOpcodeString(opcode), allocator->Adapter()); in DumpTypedOpcode() local
Dgraph_checker.cpp263 [[maybe_unused]] Opcode opc = inst->GetOpcode(); in CheckStartBlock() local
540 [[maybe_unused]] auto opc = last_inst->GetOpcode(); in CheckBlockEdges() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dtarget.h277 #define UNARY_OPERATION(opc) void Encode##opc(Reg dst, Reg src0) override; /* CC-OFF(G.PRE.09) code… argument
279 #define BINARY_OPERATION(opc) \ argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dinsn.h52 Insn(MemPool &memPool, MOperator opc) in Insn()
61 Insn(MemPool &memPool, MOperator opc, Operand &opnd0) : Insn(memPool, opc) in Insn()
65 Insn(MemPool &memPool, MOperator opc, Operand &opnd0, Operand &opnd1) : Insn(memPool, opc) in Insn()
70 …Insn(MemPool &memPool, MOperator opc, Operand &opnd0, Operand &opnd1, Operand &opnd2) : Insn(memPo… in Insn()
76 …Insn(MemPool &memPool, MOperator opc, Operand &opnd0, Operand &opnd1, Operand &opnd2, Operand &opn… in Insn()
84 …Insn(MemPool &memPool, MOperator opc, Operand &opnd0, Operand &opnd1, Operand &opnd2, Operand &opn… in Insn()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dbalance_expressions.h73 void SetOpcode(Opcode opc) in SetOpcode()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_checker.h40 for (auto opc : opcs) { variable
491 auto opc = node.GetInst()->GetOpcode(); in CheckThrows() local
Ddump.cpp192 ArenaString opc(GetOpcodeString(opcode), adapter); in DumpTypedFieldOpcode() local
200 ArenaString opc(GetOpcodeString(opcode), allocator->Adapter()); in DumpTypedOpcode() local
209 ArenaString opc(GetOpcodeString(opcode), allocator->Adapter()); in DumpTypedOpcode() local
595 ArenaString opc(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() local
627 Opcode opc; member in ark::compiler::ObjectPairParams
664 ArenaString opc(GetOpcodeString(params.opc), adapter); in DumpObjectPairOpcode() local
766 ArenaString opc(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() local
782 ArenaString opc(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dhotness_propagation.h137 auto opc = loopBlock->GetLastInst()->GetOpcode(); in ProcessInfiniteLoop() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/maple_be/
Dcg_cgbb_test.cpp28 static maplebe::Insn CreateInsnObj(std::string poolName, maple::uint32 opc) in CreateInsnObj()
/arkcompiler/runtime_core/static_core/libllvmbackend/tests/
Dinst_generator_test.cpp141 auto opc = static_cast<Opcode>(i); in Generate() local
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder.cpp264 SaveStateInst *InstBuilder::CreateSaveState(Opcode opc, size_t pc) in CreateSaveState()
/arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/
Dinst_builder_dyn.cpp280 compiler::SaveStateInst *InstBuilder::CreateSaveState([[maybe_unused]] compiler::Opcode opc, size_t… in CreateSaveState()
/arkcompiler/runtime_core/libabckit/src/codegen/
Dcodegen_dynamic.cpp221 std::string opc; in EncodeSta() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.cpp190 uint32_t opc = GetOpcFromScale(vt.GetScale(), true); in Ldp() local
236 uint32_t opc = GetOpcFromScale(vt.GetScale(), true); in Stp() local
248 uint32_t opc = 0; in GetOpcFromScale() local

12