Searched refs:lhsSext (Results 1 – 2 of 2) sorted by relevance
286 int64_t lhsSext = SignExtend64(U.VAL, BitWidth); in compareSigned() local288 return lhsSext < rhsSext ? -1 : lhsSext > rhsSext; in compareSigned()
521 int64_t lhsSext = SignExtend64(VAL, BitWidth); in slt() local523 return lhsSext < rhsSext; in slt()