Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp4471 Operand *Src1RFHi = ValueLo == ValueHi ? Src1RFLo : SrcsHi.src1RF(this); in lowerInt64IcmpCond() local
4483 _rscs(T, Src0RHi, Src1RFHi); in lowerInt64IcmpCond()
4490 _rsbs(T, Src0RHi, Src1RFHi); in lowerInt64IcmpCond()
4501 _sbcs(T, Src0RHi, Src1RFHi); in lowerInt64IcmpCond()
4504 _cmp(Src0RHi, Src1RFHi); in lowerInt64IcmpCond()
4513 Operand *Src1RFLo, *Src1RFHi; in lowerInt64IcmpCond() local
4518 Src1RFHi = legalizeToReg(hiOperand(Src0)); in lowerInt64IcmpCond()
4523 Src1RFHi = legalizeToReg(hiOperand(Src1)); in lowerInt64IcmpCond()
4558 _sbcs(ScratchReg, Src0RHi, Src1RFHi); in lowerInt64IcmpCond()
4563 _cmp(Src0RHi, Src1RFHi); in lowerInt64IcmpCond()