Lines Matching refs:Src0LoR
2603 Variable *Src0LoR = SrcsLo.src0R(this); in lowerInt64Arithmetic() local
2607 _adds(T_Lo, Src0LoR, Src1LoRF); in lowerInt64Arithmetic()
2614 Variable *Src0LoR = SrcsLo.src0R(this); in lowerInt64Arithmetic() local
2618 _and(T_Lo, Src0LoR, Src1LoRF); in lowerInt64Arithmetic()
2625 Variable *Src0LoR = SrcsLo.src0R(this); in lowerInt64Arithmetic() local
2629 _orr(T_Lo, Src0LoR, Src1LoRF); in lowerInt64Arithmetic()
2636 Variable *Src0LoR = SrcsLo.src0R(this); in lowerInt64Arithmetic() local
2640 _eor(T_Lo, Src0LoR, Src1LoRF); in lowerInt64Arithmetic()
2647 Variable *Src0LoR = SrcsLo.src0R(this); in lowerInt64Arithmetic() local
2652 _rsbs(T_Lo, Src0LoR, Src1LoRF); in lowerInt64Arithmetic()
2657 _subs(T_Lo, Src0LoR, Src1LoRF); in lowerInt64Arithmetic()
4444 Variable *Src0LoR = SrcsLo.src0R(this); in lowerInt64IcmpCond() local
4446 _orrs(T, Src0LoR, Src0HiR); in lowerInt64IcmpCond()