Searched defs:opnd3 (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_obj_emitter.h | 201 …void EmitInsn(MOperator mOp, Operand &opnd1, Operand &opnd2, Operand &opnd3, std::vector<uint32> &… in EmitInsn()
|
| D | aarch64_mop_split.h | 306 Operand *opnd3 = &insn->GetOperand(kInsnFourthOpnd); in AddsSubsInsnSplit() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | insn.h | 76 …sn(MemPool &memPool, MOperator opc, Operand &opnd0, Operand &opnd1, Operand &opnd2, Operand &opnd3) in Insn() 84 …sn(MemPool &memPool, MOperator opc, Operand &opnd0, Operand &opnd1, Operand &opnd2, Operand &opnd3, in Insn()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_ico.cpp | 50 ImmOperand &opnd3 = func->CreateImmOperand(PTY_u8, nzcv); in BuildCcmpInsn() local
|
| D | aarch64_peep.cpp | 1185 RegOperand &opnd3 = static_cast<RegOperand &>(insn.GetOperand(kInsnThirdOpnd)); in CheckCondition() local 2335 Operand &opnd3 = (validOpndIdx == kInsnSecondOpnd) ? currInsn.GetOperand(kInsnThirdOpnd) in DoOptimize() local 8312 auto &opnd3 = static_cast<ImmOperand &>(insn.GetOperand(kInsnThirdOpnd)); in CheckCondition() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cgfunc.cpp | 678 Operand *opnd3 = cgFunc.HandleExpr(intrnNode, *intrnNode.Opnd(2)); /* vector operand 3 */ in HandleVectorMadd() local
|