Lines Matching refs:SrcsHi

2591   Int32Operands SrcsHi(hiOperand(Src0), hiOperand(Src1));  in lowerInt64Arithmetic()  local
2592 assert(SrcsLo.swappedOperands() == SrcsHi.swappedOperands()); in lowerInt64Arithmetic()
2593 assert(SrcsLo.hasConstOperand() == SrcsHi.hasConstOperand()); in lowerInt64Arithmetic()
2607 Variable *Src0HiR = SrcsHi.src0R(this); in lowerInt64Arithmetic()
2608 Operand *Src1HiRF = SrcsHi.src1RF(this); in lowerInt64Arithmetic()
2618 Variable *Src0HiR = SrcsHi.src0R(this); in lowerInt64Arithmetic()
2619 Operand *Src1HiRF = SrcsHi.src1RF(this); in lowerInt64Arithmetic()
2629 Variable *Src0HiR = SrcsHi.src0R(this); in lowerInt64Arithmetic()
2630 Operand *Src1HiRF = SrcsHi.src1RF(this); in lowerInt64Arithmetic()
2640 Variable *Src0HiR = SrcsHi.src0R(this); in lowerInt64Arithmetic()
2641 Operand *Src1HiRF = SrcsHi.src1RF(this); in lowerInt64Arithmetic()
2651 Variable *Src0HiR = SrcsHi.src0R(this); in lowerInt64Arithmetic()
2652 Operand *Src1HiRF = SrcsHi.src1RF(this); in lowerInt64Arithmetic()
2690 Variable *Src0RHi = SrcsHi.unswappedSrc0R(this); in lowerInt64Arithmetic()
2692 Variable *Src1RHi = SrcsHi.unswappedSrc1R(this); in lowerInt64Arithmetic()
2708 _mov(DestHi, SrcsHi.src0R(this)); in lowerInt64Arithmetic()
2728 Variable *Src0RHi = SrcsHi.src0R(this); in lowerInt64Arithmetic()
2782 Variable *Src0RHi = SrcsHi.unswappedSrc0R(this); in lowerInt64Arithmetic()
2801 Variable *Src0RHi = SrcsHi.src0R(this); in lowerInt64Arithmetic()
2888 Variable *Src0RHi = SrcsHi.unswappedSrc0R(this); in lowerInt64Arithmetic()
4450 Int32Operands SrcsHi(hiOperand(Src0), hiOperand(Src1)); in lowerInt64IcmpCond() local
4451 assert(SrcsLo.hasConstOperand() == SrcsHi.hasConstOperand()); in lowerInt64IcmpCond()
4452 assert(SrcsLo.swappedOperands() == SrcsHi.swappedOperands()); in lowerInt64IcmpCond()
4456 const uint32_t ValueHi = SrcsHi.getConstantValue(); in lowerInt64IcmpCond()
4462 Variable *Src0HiR = SrcsHi.src0R(this); in lowerInt64IcmpCond()
4469 Variable *Src0RHi = SrcsHi.src0R(this); in lowerInt64IcmpCond()
4471 Operand *Src1RFHi = ValueLo == ValueHi ? Src1RFLo : SrcsHi.src1RF(this); in lowerInt64IcmpCond()