Lines Matching refs:Src1F
3229 Operand *Src1F = Srcs.negatedSrc1F(this); in lowerArithmetic() local
3231 _sub(T, Src0R, Src1F); in lowerArithmetic()
3233 _rsb(T, Src0R, Src1F); in lowerArithmetic()
3255 Operand *Src1F = Srcs.invertedSrc1F(this); in lowerArithmetic() local
3256 _bic(T, Src0R, Src1F); in lowerArithmetic()
3325 Operand *Src1F = Srcs.negatedSrc1F(this); in lowerArithmetic() local
3326 _add(T, Src0R, Src1F); in lowerArithmetic()
4590 Operand *Src1F = Srcs.negatedSrc1F(this); in lowerInt32IcmpCond() local
4591 _cmn(Src0R, Src1F); in lowerInt32IcmpCond()
4619 auto *Src1F = OperandARM32FlexReg::create(Func, IceType_i32, Src1R, in lowerInt8AndInt16IcmpCond() local
4621 _cmp(Src0R, Src1F); in lowerInt8AndInt16IcmpCond()