Searched defs:regOpnd0 (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | isel.cpp | 851 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, primType, node.Opnd(0)->GetPrimType()); in SelectShift() local 992 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, primType, node.Opnd(0)->GetPrimType()); in SelectAdd() local 1003 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, primType, node.Opnd(0)->GetPrimType()); in SelectBand() local 1014 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, primType, node.Opnd(0)->GetPrimType()); in SelectSub() local 1139 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, fromType); in SelectCvtInt2Float() local 1156 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, fromType); in SelectIntCvt() local 1174 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, fromType); in SelectFloatCvt() local 1239 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, dtype, node.Opnd(0)->GetPrimType()); in SelectNeg() local 1268 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, primType, node.Opnd(0)->GetPrimType()); in SelectBior() local 1286 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, primType, node.Opnd(0)->GetPrimType()); in SelectBxor() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_MPIsel.cpp | 1163 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, dtype, node.Opnd(0)->GetPrimType()); in SelectMpy() local 1213 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, primType, node.Opnd(0)->GetPrimType()); in SelectDiv() local 1228 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, primType, node.Opnd(0)->GetPrimType()); in SelectRem() local 1296 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, dtype, node.Opnd(0)->GetPrimType()); in SelectLnot() local 1327 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, primOpndType, node.Opnd(0)->GetPrimType()); in SelectCmpOp() local 1477 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, primType); in SelectCexp() local 1588 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, fromType); in SelectRetypeFloat() local 1620 RegOperand ®Opnd0 = SelectCopy2Reg(src, dtype); in SelectSqrt() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_ico.cpp | 884 RegOperand ®Opnd0 = static_cast<RegOperand &>(opnd0); in MovToCsel() local
|
| D | aarch64_peep.cpp | 763 auto ®Opnd0 = static_cast<RegOperand &>(prevInsn->GetOperand(kInsnSecondOpnd)); in CheckAndSelectPattern() local 3017 auto ®Opnd0 = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in Run() local 3088 auto ®Opnd0 = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in Run() local 3311 auto ®Opnd0 = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in CheckCondition() local
|
| D | aarch64_global.cpp | 2029 RegOperand ®Opnd0 = static_cast<RegOperand &>(opnd0); in IsSameOperand() local
|
| D | aarch64_cgfunc.cpp | 5115 RegOperand ®Opnd0 = LoadIntoRegister(opnd0, primType); in SelectMinOrMax() local 5127 RegOperand ®Opnd0 = LoadIntoRegister(opnd0, primType); in SelectMinOrMax() local 5789 RegOperand ®Opnd0 = LoadIntoRegister(opnd0, ftype); in SelectRoundLibCall() local 5815 RegOperand ®Opnd0 = LoadIntoRegister(opnd0, ftype); in SelectRoundOperator() local 6700 RegOperand ®Opnd0 = in GenerateCleanupCodeForExtEpilog() local
|