Home
last modified time | relevance | path

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

12

/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/tests/
Dasm_caller.cpp51 #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
Dinst_generator_test.cpp85 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 …]
Dinst_generator.cpp179 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/
Dasm_printer.h193 #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/
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
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dinsn.h49 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/
Dtarget.h465 #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/
Dgraph_checker.h56 for (auto opc : opcs) { variable
455 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
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/
Dbalance_expressions.h73 void SetOpcode(Opcode opc) in SetOpcode()
Dpeepholes.cpp1744 [[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
Dlowering.cpp450 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/
Dtarget.h468 #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/
Dcodegen.h861 #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
Dencode.h143 #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/
Dtarget.h625 #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/
Dinst_builder.cpp265 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.cpp718 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/
Dinst_builder.cpp342 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

12