Home
last modified time | relevance | path

Searched refs:Src0LoR (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.cpp2471 Variable *Src0LoR = nullptr; in lowerInt64Arithmetic() local
2481 Src0LoR = legalizeToReg(loOperand(Src0)); in lowerInt64Arithmetic()
2487 _addu(T_Lo, Src0LoR, Src1LoR); in lowerInt64Arithmetic()
2489 _sltu(T_Carry, T_Lo, Src0LoR); in lowerInt64Arithmetic()
2496 Src0LoR = legalizeToReg(loOperand(Src0)); in lowerInt64Arithmetic()
2501 _and(T_Lo, Src0LoR, Src1LoR); in lowerInt64Arithmetic()
2508 Src0LoR = legalizeToReg(loOperand(Src0)); in lowerInt64Arithmetic()
2514 _subu(T_Lo, Src0LoR, Src1LoR); in lowerInt64Arithmetic()
2516 _sltu(T_Borrow, Src0LoR, Src1LoR); in lowerInt64Arithmetic()
2523 Src0LoR = legalizeToReg(loOperand(Src0)); in lowerInt64Arithmetic()
[all …]
DIceTargetLoweringARM32.cpp2603 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()
[all …]