On 4/5/22 14:55, Lucas Mateus Castro(alqotel) wrote:
From: Matheus Ferst<matheus.fe...@eldorado.org.br>
Implement an unsigned right shift for Int128 values and add the same
tests cases of int128_rshift in the unit test.
Signed-off-by: Matheus Ferst<matheus.fe...@eldorado.org.br>
Signed-off-by: Lucas Mateus Castro (alqotel)<lucas.ara...@eldorado.org.br>
---
include/qemu/int128.h | 19 +++++++++++++++++++
tests/unit/test-int128.c | 32 ++++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~