Searched refs:lhsNeg (Results 1 – 2 of 2) sorted by relevance
526 bool lhsNeg = isNegative(); in slt() local530 if (lhsNeg != rhsNeg) in slt()531 return lhsNeg; in slt()
291 bool lhsNeg = isNegative(); in compareSigned() local295 if (lhsNeg != rhsNeg) in compareSigned()296 return lhsNeg ? -1 : 1; in compareSigned()