| /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
|
| D | inst_generator_test.cpp | 81 auto opc = static_cast<Opcode>(i); in Generate() local 173 …([[maybe_unused]] T *param_1, [[maybe_unused]] T *param_2, [[maybe_unused]] T *param_3, Opcode opc) in FixParams() 281 bool isImmOps(Opcode opc) in isImmOps() 287 bool isUnaryShiftedRegisterOps(Opcode opc) in isUnaryShiftedRegisterOps() 292 bool isBinaryShiftedRegisterOps(Opcode opc) in isBinaryShiftedRegisterOps() 298 bool isTernary(Opcode opc) in isTernary() 314 void Generate(Opcode opc, std::pair<param_type, param_type> vals) in Generate() 320 void Generate(Opcode opc, std::tuple<param_type, param_type, param_type> vals) in Generate() 409 auto opc = Opcode::Cast; in GenCast() local 515 T DoLogic(Opcode opc, T param_1, [[maybe_unused]] T param_2, [[maybe_unused]] T param_3, in DoLogic() [all …]
|
| D | inst_generator.cpp | 175 auto opc = inst->GetOpcode(); in GenerateOperation() local 1233 auto opc = static_cast<Opcode>(i); in GenerateHTMLPage() local
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/ |
| D | asm_printer.h | 193 #define UnaryOperation(opc) \ argument 206 #define BinaryOperation(opc) \ argument 229 #define BinaryShiftedRegisterOperation(opc) \ argument 260 #define DefZeroParamOperation(opc) \ argument 282 #define DefOneParamOperation(opc, type, param) \ argument
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | graph_checker.h | 34 for (auto opc : opcs) { variable 356 auto opc = node.GetInst()->GetOpcode(); in CheckThrows() local
|
| D | graph_checker.cpp | 203 auto opc = inst->GetOpcode(); in CheckDataFlow() local 360 [[maybe_unused]] Opcode opc = inst->GetOpcode(); in CheckDataFlow() local 667 [[maybe_unused]] auto opc = last_inst->GetOpcode(); in CheckDataFlow() local 737 auto opc = inst->GetOpcode(); in CheckDataFlow() local 2094 #define VisitBinaryShiftedRegister(opc) \ in CheckDataFlow() argument
|
| D | dump.cpp | 187 ArenaString opc(GetOpcodeString(opcode), adapter); in DumpTypedFieldOpcode() local 195 ArenaString opc(GetOpcodeString(opcode), allocator->Adapter()); in DumpTypedOpcode() local 569 ArenaString opc(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() local
|
| D | ir_constructor.h | 222 auto opc = CurrentInst()->GetOpcode(); in Inputs() local
|
| D | graph.h | 883 [[nodiscard]] Inst* CreateInst(Opcode opc) const in CreateInst()
|
| D | inst.h | 231 constexpr const char *GetOpcodeString(Opcode opc) in GetOpcodeString()
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | target.h | 473 #define UnaryOperation(opc) void Encode##opc(Reg dst, Reg src0) override; argument 475 #define BinaryOperationReg(opc) void Encode##opc(Reg dst, Reg src0, Reg src1) override; argument 477 #define BinaryOperationImm(opc) void Encode##opc(Reg dst, Reg src0, Imm src1) override; argument 479 #define BinaryOperation(opc) BinaryOperationReg(opc) BinaryOperationImm(opc) argument
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | balance_expressions.h | 73 void SetOpcode(Opcode opc) in SetOpcode()
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | codegen.h | 604 #define BinaryImmOperation(opc) static void Visit##opc##I(GraphVisitor *visitor, Inst *inst); argument 615 #define BinarySignUnsignOperation(opc) static void Visit##opc(GraphVisitor *visitor, Inst *inst); argument 626 #define BinaryShiftedRegisterOperationDef(opc, ignored) static void Visit##opc##SR(GraphVisitor *vi… argument
|
| D | encode.h | 143 #define UnaryOperation(opc) \ argument 151 #define BinaryOperation(opc) \ argument 163 #define BinaryShiftedRegisterOperation(opc) \ argument
|
| D | codegen.cpp | 2314 #define UnaryOperation(opc) \ argument 2325 #define BinaryOperation(opc) \ argument 2337 #define BinaryShiftedRegisterOperation(opc) \ argument 2363 #define BinaryImmOperation(opc) … in ENCODE_INST_WITH_SHIFTED_OPERAND() argument 2383 #define BinarySignUnsignOperation(opc) \ argument
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | target.h | 524 #define UnaryOperation(opc) void Encode##opc(Reg dst, Reg src0) override; argument 526 #define BinaryOperationRegRegReg(opc) void Encode##opc(Reg dst, Reg src0, Reg src1) override; argument 528 #define BinaryOperationRegRegImm(opc) void Encode##opc(Reg dst, Reg src0, Imm src1) override; argument 530 #define BinaryOperation(opc) BinaryOperationRegRegReg(opc) BinaryOperationRegRegImm(opc) argument
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/amd64/ |
| D | target.h | 678 #define UnaryOperation(opc) void Encode##opc(Reg dst, Reg src0) override; argument 680 #define BinaryOperation(opc) \ argument
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| D | inst_builder.cpp | 270 SaveStateInst *InstBuilder::CreateSaveState(Opcode opc, size_t pc) in CreateSaveState()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | assembler_aarch64.cpp | 187 uint32_t opc = GetOpcFromScale(vt.GetScale(), true); in Ldp() local 230 uint32_t opc = GetOpcFromScale(vt.GetScale(), true); in Stp() local 241 uint32_t opc = 0; in GetOpcFromScale() local
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | codegen.cpp | 346 pandasm::Opcode opc; in EncodeSta() local
|