Lines Matching refs:Src1RF
2372 Operand *Src1RF = legalize(Src1, Legal_Reg | Legal_Flex); in lowerInt1Arithmetic() local
2379 _and(T, Src0, Src1RF); in lowerInt1Arithmetic()
2382 _orr(T, Src0, Src1RF); in lowerInt1Arithmetic()
2385 _eor(T, Src0, Src1RF); in lowerInt1Arithmetic()
3244 Operand *Src1RF = Srcs.src1RF(this); in lowerArithmetic() local
3245 _add(T, Src0R, Src1RF); in lowerArithmetic()
3267 Operand *Src1RF = Srcs.src1RF(this); in lowerArithmetic() local
3268 _and(T, Src0R, Src1RF); in lowerArithmetic()
3280 Operand *Src1RF = Srcs.src1RF(this); in lowerArithmetic() local
3281 _orr(T, Src0R, Src1RF); in lowerArithmetic()
3293 Operand *Src1RF = Srcs.src1RF(this); in lowerArithmetic() local
3294 _eor(T, Src0R, Src1RF); in lowerArithmetic()
3314 Operand *Src1RF = Srcs.src1RF(this); in lowerArithmetic() local
3316 _rsb(T, Src0R, Src1RF); in lowerArithmetic()
3318 _sub(T, Src0R, Src1RF); in lowerArithmetic()
4576 Operand *Src1RF = Srcs.src1RF(this); in lowerInt32IcmpCond() local
4577 _cmp(Src0R, Src1RF); in lowerInt32IcmpCond()
4595 Operand *Src1RF = Srcs.src1RF(this); in lowerInt32IcmpCond() local
4597 _cmp(Src0R, Src1RF); in lowerInt32IcmpCond()
4600 _rsbs(T, Src0R, Src1RF); in lowerInt32IcmpCond()