Lines Matching refs:Src1F
3227 Operand *Src1F = Srcs.negatedSrc1F(this); in lowerArithmetic() local
3229 _sub(T, Src0R, Src1F); in lowerArithmetic()
3231 _rsb(T, Src0R, Src1F); in lowerArithmetic()
3253 Operand *Src1F = Srcs.invertedSrc1F(this); in lowerArithmetic() local
3254 _bic(T, Src0R, Src1F); in lowerArithmetic()
3323 Operand *Src1F = Srcs.negatedSrc1F(this); in lowerArithmetic() local
3324 _add(T, Src0R, Src1F); in lowerArithmetic()
4573 Operand *Src1F = Srcs.negatedSrc1F(this); in lowerInt32IcmpCond() local
4574 _cmn(Src0R, Src1F); in lowerInt32IcmpCond()
4602 auto *Src1F = OperandARM32FlexReg::create(Func, IceType_i32, Src1R, in lowerInt8AndInt16IcmpCond() local
4604 _cmp(Src0R, Src1F); in lowerInt8AndInt16IcmpCond()