On 4/17/23 15:58, Lawrence Hunter wrote:
From: Dickon Hood<dickon.hood@xxxxxxxxxxxxxxx> Rotates have been fixed up to only allow for reasonable rotate amounts (ie, no rotates >7 on an 8b value etc.) This fixes a problem with riscv vector rotate instructions. Signed-off-by: Dickon Hood<dickon.hood@xxxxxxxxxxxxxxx> --- include/qemu/bitops.h | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@xxxxxxxxxx> r~