tcg: Fix integral argument type to tcg_gen_rot[rl]i_i{32,64}
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 20 Apr 2020 00:58:23 +0000 (17:58 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 6 May 2020 16:25:10 +0000 (09:25 -0700)
commit07dada0336a83002dfa8673a9220a88e13d9a45c
treeeda79476eeb92a7e21df98d07569bbb3a0ff6010
parentac09ae627e9a2c65c8a452b69c3dac33c29d0719
tcg: Fix integral argument type to tcg_gen_rot[rl]i_i{32,64}

For the benefit of compatibility of function pointer types,
we have standardized on int32_t and int64_t as the integral
argument to tcg expanders.

We converted most of them in 474b2e8f0f7, but missed the rotates.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/tcg/tcg-op.h
tcg/tcg-op.c