Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp4467 Operand *Src1RFHi = ValueLo == ValueHi ? Src1RFLo : SrcsHi.src1RF(this); in lowerInt64IcmpCond() local
4479 _rscs(T, Src0RHi, Src1RFHi); in lowerInt64IcmpCond()
4486 _rsbs(T, Src0RHi, Src1RFHi); in lowerInt64IcmpCond()
4497 _sbcs(T, Src0RHi, Src1RFHi); in lowerInt64IcmpCond()
4500 _cmp(Src0RHi, Src1RFHi); in lowerInt64IcmpCond()
4509 Operand *Src1RFLo, *Src1RFHi; in lowerInt64IcmpCond() local
4514 Src1RFHi = legalizeToReg(hiOperand(Src0)); in lowerInt64IcmpCond()
4519 Src1RFHi = legalizeToReg(hiOperand(Src1)); in lowerInt64IcmpCond()
4554 _sbcs(ScratchReg, Src0RHi, Src1RFHi); in lowerInt64IcmpCond()
4559 _cmp(Src0RHi, Src1RFHi); in lowerInt64IcmpCond()