Lines Matching refs:SrcsLo

2584   Int32Operands SrcsLo(loOperand(Src0), loOperand(Src1));  in lowerInt64Arithmetic()  local
2586 assert(SrcsLo.swappedOperands() == SrcsHi.swappedOperands()); in lowerInt64Arithmetic()
2587 assert(SrcsLo.hasConstOperand() == SrcsHi.hasConstOperand()); in lowerInt64Arithmetic()
2599 Variable *Src0LoR = SrcsLo.src0R(this); in lowerInt64Arithmetic()
2600 Operand *Src1LoRF = SrcsLo.src1RF(this); in lowerInt64Arithmetic()
2610 Variable *Src0LoR = SrcsLo.src0R(this); in lowerInt64Arithmetic()
2611 Operand *Src1LoRF = SrcsLo.src1RF(this); in lowerInt64Arithmetic()
2621 Variable *Src0LoR = SrcsLo.src0R(this); in lowerInt64Arithmetic()
2622 Operand *Src1LoRF = SrcsLo.src1RF(this); in lowerInt64Arithmetic()
2632 Variable *Src0LoR = SrcsLo.src0R(this); in lowerInt64Arithmetic()
2633 Operand *Src1LoRF = SrcsLo.src1RF(this); in lowerInt64Arithmetic()
2643 Variable *Src0LoR = SrcsLo.src0R(this); in lowerInt64Arithmetic()
2644 Operand *Src1LoRF = SrcsLo.src1RF(this); in lowerInt64Arithmetic()
2647 if (SrcsLo.swappedOperands()) { in lowerInt64Arithmetic()
2683 Variable *Src0RLo = SrcsLo.unswappedSrc0R(this); in lowerInt64Arithmetic()
2685 Variable *Src1RLo = SrcsLo.unswappedSrc1R(this); in lowerInt64Arithmetic()
2696 if (!SrcsLo.swappedOperands() && SrcsLo.hasConstOperand()) { in lowerInt64Arithmetic()
2697 Variable *Src0RLo = SrcsLo.src0R(this); in lowerInt64Arithmetic()
2699 const int32_t ShAmtImm = SrcsLo.getConstantValue() & 0x3F; in lowerInt64Arithmetic()
2775 Variable *Src0RLo = SrcsLo.unswappedSrc0R(this); in lowerInt64Arithmetic()
2777 Variable *Src1RLo = SrcsLo.unswappedSrc1R(this); in lowerInt64Arithmetic()
2795 if (!SrcsLo.swappedOperands() && SrcsLo.hasConstOperand()) { in lowerInt64Arithmetic()
2798 const int32_t ShAmt = SrcsLo.getConstantValue() & 0x3F; in lowerInt64Arithmetic()
2801 _mov(DestLo, SrcsLo.src0R(this)); in lowerInt64Arithmetic()
2830 Variable *Src0RLo = SrcsLo.src0R(this); in lowerInt64Arithmetic()
2882 Variable *Src0RLo = SrcsLo.unswappedSrc0R(this); in lowerInt64Arithmetic()
2884 Variable *Src1RLo = SrcsLo.unswappedSrc1R(this); in lowerInt64Arithmetic()
4445 Int32Operands SrcsLo(loOperand(Src0), loOperand(Src1)); in lowerInt64IcmpCond() local
4447 assert(SrcsLo.hasConstOperand() == SrcsHi.hasConstOperand()); in lowerInt64IcmpCond()
4448 assert(SrcsLo.swappedOperands() == SrcsHi.swappedOperands()); in lowerInt64IcmpCond()
4450 if (SrcsLo.hasConstOperand()) { in lowerInt64IcmpCond()
4451 const uint32_t ValueLo = SrcsLo.getConstantValue(); in lowerInt64IcmpCond()
4457 Variable *Src0LoR = SrcsLo.src0R(this); in lowerInt64IcmpCond()
4464 Variable *Src0RLo = SrcsLo.src0R(this); in lowerInt64IcmpCond()
4466 Operand *Src1RFLo = SrcsLo.src1RF(this); in lowerInt64IcmpCond()
4470 TableIcmp64[Condition].Swapped != SrcsLo.swappedOperands(); in lowerInt64IcmpCond()