Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp2588 Int32Operands SrcsLo(loOperand(Src0), loOperand(Src1)); in lowerInt64Arithmetic() local
2590 assert(SrcsLo.swappedOperands() == SrcsHi.swappedOperands()); in lowerInt64Arithmetic()
2591 assert(SrcsLo.hasConstOperand() == SrcsHi.hasConstOperand()); in lowerInt64Arithmetic()
2603 Variable *Src0LoR = SrcsLo.src0R(this); in lowerInt64Arithmetic()
2604 Operand *Src1LoRF = SrcsLo.src1RF(this); in lowerInt64Arithmetic()
2614 Variable *Src0LoR = SrcsLo.src0R(this); in lowerInt64Arithmetic()
2615 Operand *Src1LoRF = SrcsLo.src1RF(this); in lowerInt64Arithmetic()
2625 Variable *Src0LoR = SrcsLo.src0R(this); in lowerInt64Arithmetic()
2626 Operand *Src1LoRF = SrcsLo.src1RF(this); in lowerInt64Arithmetic()
2636 Variable *Src0LoR = SrcsLo.src0R(this); in lowerInt64Arithmetic()
[all …]