Lines Matching refs:Src1RF
2366 Operand *Src1RF = legalize(Src1, Legal_Reg | Legal_Flex); in lowerInt1Arithmetic() local
2373 _and(T, Src0, Src1RF); in lowerInt1Arithmetic()
2376 _orr(T, Src0, Src1RF); in lowerInt1Arithmetic()
2379 _eor(T, Src0, Src1RF); in lowerInt1Arithmetic()
3241 Operand *Src1RF = Srcs.src1RF(this); in lowerArithmetic() local
3242 _add(T, Src0R, Src1RF); in lowerArithmetic()
3264 Operand *Src1RF = Srcs.src1RF(this); in lowerArithmetic() local
3265 _and(T, Src0R, Src1RF); in lowerArithmetic()
3277 Operand *Src1RF = Srcs.src1RF(this); in lowerArithmetic() local
3278 _orr(T, Src0R, Src1RF); in lowerArithmetic()
3290 Operand *Src1RF = Srcs.src1RF(this); in lowerArithmetic() local
3291 _eor(T, Src0R, Src1RF); in lowerArithmetic()
3311 Operand *Src1RF = Srcs.src1RF(this); in lowerArithmetic() local
3313 _rsb(T, Src0R, Src1RF); in lowerArithmetic()
3315 _sub(T, Src0R, Src1RF); in lowerArithmetic()
4572 Operand *Src1RF = Srcs.src1RF(this); in lowerInt32IcmpCond() local
4573 _cmp(Src0R, Src1RF); in lowerInt32IcmpCond()
4591 Operand *Src1RF = Srcs.src1RF(this); in lowerInt32IcmpCond() local
4593 _cmp(Src0R, Src1RF); in lowerInt32IcmpCond()
4596 _rsbs(T, Src0R, Src1RF); in lowerInt32IcmpCond()