Searched refs:rhsSext (Results 1 – 1 of 1) sorted by relevance
556 int64_t rhsSext = (int64_t(RHS.VAL) << (64-BitWidth)) >> (64-BitWidth); in slt() local557 return lhsSext < rhsSext; in slt()