| /arkcompiler/runtime_core/compiler/tests/ |
| D | asm_caller.cpp | 44 #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/tests/ |
| D | asm_caller.cpp | 51 #define C_EXTERN_ONE_PARAM(opc, param) \ argument 60 #define C_EXTERN_TWO_PARAM(opc, param) \ argument 82 #define CALL_ONE_PARAM_OUTPUT(opc, param) \ in EMITED_TWO_PARAM_INST_LIST() argument 94 #define CALL_ONE_PARAM_OUTPUT(opc, param) \ in EMITED_TWO_PARAM_INST_LIST() argument 104 #define CALL_TWO_PARAM_OUTPUT(opc, param) … in EMITED_TWO_PARAM_INST_LIST() argument
|
| D | inst_generator_test.cpp | 85 auto opc = static_cast<Opcode>(i); in Generate() local 178 …ams([[maybe_unused]] T *param1, [[maybe_unused]] T *param2, [[maybe_unused]] T *param3, Opcode opc) in FixParams() 286 bool IsImmOps(Opcode opc) in IsImmOps() 292 bool IsUnaryShiftedRegisterOps(Opcode opc) in IsUnaryShiftedRegisterOps() 297 bool IsBinaryShiftedRegisterOps(Opcode opc) in IsBinaryShiftedRegisterOps() 303 bool IsTernary(Opcode opc) in IsTernary() 319 void Generate(Opcode opc, std::pair<ParamType, ParamType> vals) in Generate() 325 void Generate(Opcode opc, std::tuple<ParamType, ParamType, ParamType> vals) in Generate() 409 auto opc = Opcode::Cast; in GenCast() local 512 T DoLogic(Opcode opc, T param1, [[maybe_unused]] T param2, [[maybe_unused]] T param3, in DoLogic() [all …]
|
| D | inst_generator.cpp | 179 auto opc = inst->GetOpcode(); in GenerateOperation() local 1199 auto opc = static_cast<Opcode>(i); in GenerateHTMLPage() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/ |
| D | asm_printer.h | 193 #define UNARY_OPERATION(opc) \ argument 206 #define BINARY_OPERATION(opc) \ argument 229 #define BINARY_SHIFTED_REGISTER_OPERATION(opc) \ argument 260 #define DEF_ZERO_PARAM_OPERATION(opc) \ argument 282 #define DEF_ONE_PARAM_OPERATION(opc, type, param) \ argument
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | graph_checker.h | 32 for (auto opc : opcs) { variable
|
| D | dump.cpp | 172 ArenaString opc(GetOpcodeString(opcode), adapter); in DumpTypedFieldOpcode() local 180 ArenaString opc(GetOpcodeString(opcode), allocator->Adapter()); in DumpTypedOpcode() local
|
| D | graph_checker.cpp | 270 [[maybe_unused]] Opcode opc = inst->GetOpcode(); in CheckStartBlock() local 547 [[maybe_unused]] auto opc = last_inst->GetOpcode(); in CheckBlockEdges() local
|
| D | ir_constructor.h | 212 auto opc = CurrentInst()->GetOpcode(); in Inputs() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | insn.h | 49 Insn(MemPool &memPool, MOperator opc) in Insn() 57 Insn(MemPool &memPool, MOperator opc, Operand &opnd0) : Insn(memPool, opc) in Insn() 61 Insn(MemPool &memPool, MOperator opc, Operand &opnd0, Operand &opnd1) : Insn(memPool, opc) in Insn() 66 …Insn(MemPool &memPool, MOperator opc, Operand &opnd0, Operand &opnd1, Operand &opnd2) : Insn(memPo… in Insn() 72 …Insn(MemPool &memPool, MOperator opc, Operand &opnd0, Operand &opnd1, Operand &opnd2, Operand &opn… in Insn() 80 …Insn(MemPool &memPool, MOperator opc, Operand &opnd0, Operand &opnd1, Operand &opnd2, Operand &opn… in Insn() 751 …VectorInsn(MemPool &memPool, MOperator opc) : Insn(memPool, opc), regSpecList(localAlloc.Adapter()) in VectorInsn()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | target.h | 465 #define UNARY_OPERATION(opc) void Encode##opc(Reg dst, Reg src0) override; argument 467 #define BINARY_OPERATION_REG(opc) void Encode##opc(Reg dst, Reg src0, Reg src1) override; argument 469 #define BINARY_OPERATION_IMM(opc) void Encode##opc(Reg dst, Reg src0, Imm src1) override; argument 471 #define BINARY_OPERATION(opc) BINARY_OPERATION_REG(opc) BINARY_OPERATION_IMM(opc) argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | graph_checker.h | 56 for (auto opc : opcs) { variable 455 auto opc = node.GetInst()->GetOpcode(); in CheckThrows() local
|
| D | dump.cpp | 192 ArenaString opc(GetOpcodeString(opcode), adapter); in DumpTypedFieldOpcode() local 200 ArenaString opc(GetOpcodeString(opcode), allocator->Adapter()); in DumpTypedOpcode() local 683 ArenaString opc(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() local 697 ArenaString opc(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | balance_expressions.h | 73 void SetOpcode(Opcode opc) in SetOpcode()
|
| D | peepholes.cpp | 1744 [[maybe_unused]] auto opc = inst->GetOpcode(); in TrySwapInputs() local 1755 auto opc = inst->GetOpcode(); in TrySimplifyShifts() local 2456 auto opc = inst->GetOpcode(); in TryCombineAddSubConst() local 2466 auto opc = inst->GetOpcode(); in TryCombineShiftConst() local
|
| D | lowering.cpp | 450 Opcode opc = inst->GetOpcode(); in LowerShift() local 905 Opcode opc = inst->GetOpcode(); in LowerLogic() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | target.h | 468 #define UNARY_OPERATION(opc) void Encode##opc(Reg dst, Reg src0) override; argument 470 #define BINARY_OPERATION_REG_REG_REG(opc) void Encode##opc(Reg dst, Reg src0, Reg src1) override; argument 472 #define BINARY_OPERATION_REG_REG_IMM(opc) void Encode##opc(Reg dst, Reg src0, Imm src1) override; argument 474 #define BINARY_OPERATION(opc) BINARY_OPERATION_REG_REG_REG(opc) BINARY_OPERATION_REG_REG_IMM(opc) argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | codegen.h | 861 #define BINARY_IMM_OPERATION(opc) static void Visit##opc##I(GraphVisitor *visitor, Inst *inst); argument 872 #define BINARY_SIGN_UNSIGN_OPERATION(opc) static void Visit##opc(GraphVisitor *visitor, Inst *inst); argument 883 #define BINARY_SHIFTED_REGISTER_OPERATION_DEF(opc, ignored) \ argument
|
| D | encode.h | 143 #define UNARY_OPERATION(opc) \ argument 151 #define BINARY_OPERATION(opc) \ argument 163 #define BINARY_SHIFTED_REGISTER_OPERATION(opc) \ argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ |
| D | target.h | 625 #define UNARY_OPERATION(opc) void Encode##opc(Reg dst, Reg src0) override; argument 627 #define BINARY_OPERATION(opc) \ argument
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| D | inst_builder.cpp | 265 SaveStateInst *InstBuilder::CreateSaveState(Opcode opc, size_t pc) in CreateSaveState()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_cgfunc.cpp | 718 Opcode opc) in SelectVectorBinOp() 724 Opcode opc) in SelectVectorBitwiseOp() 729 RegOperand *X64CGFunc::SelectVectorCompareZero(Operand *o1, PrimType oty1, Operand *o2, Opcode opc) in SelectVectorCompareZero() 734 …*X64CGFunc::SelectVectorCompare(Operand *o1, PrimType oty1, Operand *o2, PrimType oty2, Opcode opc) in SelectVectorCompare() 817 Opcode opc) in SelectVectorShift() 822 …*X64CGFunc::SelectVectorShiftImm(PrimType rType, Operand *o1, Operand *imm, int32 sVal, Opcode opc) in SelectVectorShiftImm()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | inst_builder.cpp | 342 SaveStateInst *InstBuilder::CreateSaveState(Opcode opc, size_t pc) in CreateSaveState()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | assembler_aarch64.cpp | 193 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/ |
| D | codegen.cpp | 316 pandasm::Opcode opc; in EncodeSta() local
|