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