H A D | isel.cpp | 664 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, primType, node.Opnd(0)->GetPrimType()); in SelectShift() local 665 SelectShift(*resOpnd, regOpnd0, opnd1, opcode, primType, node.Opnd(1)->GetPrimType()); in SelectShift() 800 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, primType, node.Opnd(0)->GetPrimType()); in SelectAdd() local 802 SelectAdd(resReg, regOpnd0, regOpnd1, primType); in SelectAdd() 811 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, primType, node.Opnd(0)->GetPrimType()); in SelectBand() local 813 SelectBand(resReg, regOpnd0, regOpnd1, primType); in SelectBand() 822 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, primType, node.Opnd(0)->GetPrimType()); in SelectSub() local 824 SelectSub(resOpnd, regOpnd0, regOpnd1, primType); in SelectSub() 907 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, fromType); in SelectCvtFloat2Int() local 922 (void)insn.AddOpndChain(resOpnd).AddOpndChain(regOpnd0); in SelectCvtFloat2Int() 943 RegOperand *regOpnd0 = nullptr; SelectCvtInt2Float() local 963 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, fromType); SelectIntCvt() local 981 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, fromType); SelectFloatCvt() local 1044 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, primType, node.Opnd(0)->GetPrimType()); SelectBior() local 1062 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, primType, node.Opnd(0)->GetPrimType()); SelectBxor() local 1130 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, primType); SelectAbs() local 1251 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, dtype, node.Opnd(0)->GetPrimType()); SelectBnot() local [all...] |