Searched defs:regOpnd1 (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_MPIsel.cpp | 1166 RegOperand ®Opnd1 = SelectCopy2Reg(opnd1, dtype, node.Opnd(1)->GetPrimType()); in SelectMpy() local 1180 RegOperand ®Opnd1 = SelectCopy2Reg(opnd1, primType); in SelectMpy() local 1217 RegOperand ®Opnd1 = SelectCopy2Reg(opnd1, primType, node.Opnd(1)->GetPrimType()); in SelectDiv() local 1232 RegOperand ®Opnd1 = SelectCopy2Reg(opnd1, primType, node.Opnd(1)->GetPrimType()); in SelectRem() local 1329 RegOperand ®Opnd1 = SelectCopy2Reg(opnd1, primOpndType, node.Opnd(1)->GetPrimType()); in SelectCmpOp() local 1382 auto ®Opnd1 = cgFunc->GetOpndBuilder()->CreateVReg(GetPrimTypeBitSize(primOpndType), in SelectCmpFloatEq() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | isel.cpp | 1000 RegOperand ®Opnd1 = SelectCopy2Reg(opnd1, primType, node.Opnd(1)->GetPrimType()); in SelectAdd() local 1011 RegOperand ®Opnd1 = SelectCopy2Reg(opnd1, primType, node.Opnd(1)->GetPrimType()); in SelectBand() local 1022 RegOperand ®Opnd1 = SelectCopy2Reg(opnd1, primType, node.Opnd(1)->GetPrimType()); in SelectSub() local 1275 RegOperand ®Opnd1 = SelectCopy2Reg(opnd1, primType, node.Opnd(1)->GetPrimType()); in SelectBior() local 1293 RegOperand ®Opnd1 = SelectCopy2Reg(opnd1, primType, node.Opnd(1)->GetPrimType()); in SelectBxor() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_ico.cpp | 495 RegOperand ®Opnd1 = static_cast<RegOperand &>(opnd1); in MovToCsel() local
|
| D | aarch64_reaching.cpp | 72 …RegOperand ®Opnd1 = aarchCGFunc->GetOrCreatePhysicalRegisterOperand(static_cast<AArch64reg>(pLo… in InitStartGen() local
|
| D | aarch64_peep.cpp | 1486 auto ®Opnd1 = static_cast<RegOperand &>(prevInsn->GetOperand(kInsnThirdOpnd)); in CheckAndSelectPattern() local 4161 auto ®Opnd1 = static_cast<RegOperand &>(insn.GetOperand(kInsnSecondOpnd)); in Run() local 4232 auto ®Opnd1 = static_cast<RegOperand &>(insn.GetOperand(kInsnSecondOpnd)); in Run() local 4330 auto ®Opnd1 = static_cast<RegOperand &>(insn.GetOperand(kInsnSecondOpnd)); in Run() local 4406 auto ®Opnd1 = static_cast<RegOperand &>(insn.GetOperand(kInsnSecondOpnd)); in Run() local
|
| D | aarch64_global.cpp | 2035 RegOperand ®Opnd1 = static_cast<RegOperand &>(opnd1); in IsSameOperand() local
|
| D | aarch64_cgfunc.cpp | 4524 Operand ®Opnd1 = LoadIntoRegister(opnd1, primType); in SelectMinOrMax() local 4536 RegOperand ®Opnd1 = LoadIntoRegister(opnd1, primType); in SelectMinOrMax() local 6117 RegOperand ®Opnd1 = in GenerateCleanupCodeForExtEpilog() local
|