Searched refs:Src0LoR (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringMIPS32.cpp | 2456 Variable *Src0LoR = nullptr; in lowerInt64Arithmetic() local 2466 Src0LoR = legalizeToReg(loOperand(Src0)); in lowerInt64Arithmetic() 2472 _addu(T_Lo, Src0LoR, Src1LoR); in lowerInt64Arithmetic() 2474 _sltu(T_Carry, T_Lo, Src0LoR); in lowerInt64Arithmetic() 2481 Src0LoR = legalizeToReg(loOperand(Src0)); in lowerInt64Arithmetic() 2486 _and(T_Lo, Src0LoR, Src1LoR); in lowerInt64Arithmetic() 2493 Src0LoR = legalizeToReg(loOperand(Src0)); in lowerInt64Arithmetic() 2499 _subu(T_Lo, Src0LoR, Src1LoR); in lowerInt64Arithmetic() 2501 _sltu(T_Borrow, Src0LoR, Src1LoR); in lowerInt64Arithmetic() 2508 Src0LoR = legalizeToReg(loOperand(Src0)); in lowerInt64Arithmetic() [all …]
|
D | IceTargetLoweringARM32.cpp | 2599 Variable *Src0LoR = SrcsLo.src0R(this); in lowerInt64Arithmetic() local 2603 _adds(T_Lo, Src0LoR, Src1LoRF); in lowerInt64Arithmetic() 2610 Variable *Src0LoR = SrcsLo.src0R(this); in lowerInt64Arithmetic() local 2614 _and(T_Lo, Src0LoR, Src1LoRF); in lowerInt64Arithmetic() 2621 Variable *Src0LoR = SrcsLo.src0R(this); in lowerInt64Arithmetic() local 2625 _orr(T_Lo, Src0LoR, Src1LoRF); in lowerInt64Arithmetic() 2632 Variable *Src0LoR = SrcsLo.src0R(this); in lowerInt64Arithmetic() local 2636 _eor(T_Lo, Src0LoR, Src1LoRF); in lowerInt64Arithmetic() 2643 Variable *Src0LoR = SrcsLo.src0R(this); in lowerInt64Arithmetic() local 2648 _rsbs(T_Lo, Src0LoR, Src1LoRF); in lowerInt64Arithmetic() [all …]
|