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 | 858 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, primType, node.Opnd(0)->GetPrimType()); in SelectShift() local 999 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, primType, node.Opnd(0)->GetPrimType()); in SelectAdd() local 1010 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, primType, node.Opnd(0)->GetPrimType()); in SelectBand() local 1021 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, primType, node.Opnd(0)->GetPrimType()); in SelectSub() local 1106 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, fromType); in SelectCvtFloat2Int() local 1142 RegOperand *regOpnd0 = nullptr; in SelectCvtInt2Float() local 1162 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, fromType); in SelectIntCvt() local 1180 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, fromType); in SelectFloatCvt() local 1245 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, dtype, node.Opnd(0)->GetPrimType()); in SelectNeg() local 1274 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, primType, node.Opnd(0)->GetPrimType()); in SelectBior() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_MPIsel.cpp | 1165 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, dtype, node.Opnd(0)->GetPrimType()); in SelectMpy() local 1216 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, primType, node.Opnd(0)->GetPrimType()); in SelectDiv() local 1231 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, primType, node.Opnd(0)->GetPrimType()); in SelectRem() local 1297 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, dtype, node.Opnd(0)->GetPrimType()); in SelectLnot() local 1328 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, primOpndType, node.Opnd(0)->GetPrimType()); in SelectCmpOp() local 1478 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, primType); in SelectCexp() local 1604 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, fromType); in SelectRetypeFloat() local 1636 RegOperand ®Opnd0 = SelectCopy2Reg(src, dtype); in SelectSqrt() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_ico.cpp | 494 RegOperand ®Opnd0 = static_cast<RegOperand &>(opnd0); in MovToCsel() local
|
| D | aarch64_peep.cpp | 1485 auto ®Opnd0 = static_cast<RegOperand &>(prevInsn->GetOperand(kInsnSecondOpnd)); in CheckAndSelectPattern() local 4160 auto ®Opnd0 = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in Run() local 4231 auto ®Opnd0 = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in Run() local 4329 auto ®Opnd0 = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in Run() local 4405 auto ®Opnd0 = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in Run() local 4636 auto ®Opnd0 = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in CheckCondition() local
|
| D | aarch64_global.cpp | 2034 RegOperand ®Opnd0 = static_cast<RegOperand &>(opnd0); in IsSameOperand() local
|
| D | aarch64_cgfunc.cpp | 4523 RegOperand ®Opnd0 = LoadIntoRegister(opnd0, primType); in SelectMinOrMax() local 4535 RegOperand ®Opnd0 = LoadIntoRegister(opnd0, primType); in SelectMinOrMax() local 5208 RegOperand ®Opnd0 = LoadIntoRegister(opnd0, ftype); in SelectRoundLibCall() local 5235 RegOperand ®Opnd0 = LoadIntoRegister(opnd0, ftype); in SelectRoundOperator() local 6115 RegOperand ®Opnd0 = in GenerateCleanupCodeForExtEpilog() local
|