On 11/26/24 07:15, Philippe Mathieu-Daudé wrote:
Similarly to the gen_move_low32_tl() helper which sign-extract the 32-lower bits of a target-wide TCG register, add a helper to sign-extract from 32-bit TCG register.
"to a 32-bit TCG register" I'm not sure "sign-extract" is really correct in either case, since it's always truncation. But for the code, Reviewed-by: Richard Henderson <[email protected]>
