Home
last modified time | relevance | path

Searched defs:opc (Results 1 – 25 of 40) 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
92 #define CALL_ONE_PARAM_OUTPUT(opc, param) \ in TEST_F() argument
104 #define CALL_ONE_PARAM_OUTPUT(opc, param) \ in TEST_F() argument
114 #define CALL_TWO_PARAM_OUTPUT(opc, param) … in TEST_F() argument
126 #define CALL_TWO_PARAM_OUTPUT(opc, param) \ in TEST_F() argument
Dinst_generator_test.cpp77 auto opc = static_cast<Opcode>(i); in Generate() local
189 …ams([[maybe_unused]] T *param1, [[maybe_unused]] T *param2, [[maybe_unused]] T *param3, Opcode opc) in FixParams()
297 bool IsImmOps(Opcode opc) in IsImmOps()
303 bool IsUnaryShiftedRegisterOps(Opcode opc) in IsUnaryShiftedRegisterOps()
308 bool IsBinaryShiftedRegisterOps(Opcode opc) in IsBinaryShiftedRegisterOps()
314 bool IsTernary(Opcode opc) in IsTernary()
330 void Generate(Opcode opc, std::pair<ParamType, ParamType> vals) in Generate()
336 …std::optional<ParamType> ExecModule(Graph *graph, Opcode opc, ParamType param1, ParamType param2, … in ExecModule()
389 void Generate(Opcode opc, std::tuple<ParamType, ParamType, ParamType> vals) in Generate()
491 auto opc = Opcode::Cast; in GenCast() local
[all …]
Dinst_generator.cpp179 auto opc = inst->GetOpcode(); in GenerateOperation() local
216 Inst *GraphCreator::PopulateLoadArrayPair(Graph *graph, BasicBlock *block, Inst *inst, Opcode opc) in PopulateLoadArrayPair()
234 void GraphCreator::PopulateStoreArrayPair(Graph *graph, Inst *inst, Opcode opc) in PopulateStoreArrayPair()
474 auto opc = inst->GetOpcode(); in PopulateGraph() local
514 auto opc = inst->GetOpcode(); in Finalize() local
1313 void StatisticGenerator::FillHTMLPageOpcodeStatistic(std::ofstream &htmlPage, Opcode opc) in FillHTMLPageOpcodeStatistic()
1363 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; 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; 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; 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()
857 …VectorInsn(MemPool &memPool, MOperator opc) : Insn(memPool, opc), regSpecList(localAlloc.Adapter()) in VectorInsn()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_checker.h56 for (auto opc : opcs) { variable
461 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
768 ArenaString opc(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() local
782 ArenaString opc(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dbalance_expressions.h73 void SetOpcode(Opcode opc) in SetOpcode()
Dpeepholes.cpp1638 [[maybe_unused]] auto opc = inst->GetOpcode(); in TrySwapInputs() local
1649 auto opc = inst->GetOpcode(); in TrySimplifyShifts() local
2392 auto opc = inst->GetOpcode(); in TryCombineAddSubConst() local
2402 auto opc = inst->GetOpcode(); in TryCombineShiftConst() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dhotness_propagation.h137 auto opc = loopBlock->GetLastInst()->GetOpcode(); in ProcessInfiniteLoop() local
/arkcompiler/runtime_core/static_core/libllvmbackend/tests/
Dinst_generator_test.cpp131 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/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cgfunc.cpp708 Opcode opc) in SelectVectorBinOp()
714 Opcode opc) in SelectVectorBitwiseOp()
719 RegOperand *X64CGFunc::SelectVectorCompareZero(Operand *o1, PrimType oty1, Operand *o2, Opcode opc) in SelectVectorCompareZero()
724 …*X64CGFunc::SelectVectorCompare(Operand *o1, PrimType oty1, Operand *o2, PrimType oty2, Opcode opc) in SelectVectorCompare()
807 Opcode opc) in SelectVectorShift()
812 …*X64CGFunc::SelectVectorShiftImm(PrimType rType, Operand *o1, Operand *imm, int32 sVal, Opcode opc) in SelectVectorShiftImm()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.cpp194 uint32_t opc = GetOpcFromScale(vt.GetScale(), true); in Ldp() local
240 uint32_t opc = GetOpcFromScale(vt.GetScale(), true); in Stp() local
252 uint32_t opc = 0; in GetOpcFromScale() local
/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.cpp233 pandasm::Opcode opc; in EncodeSta() local

12