On 8/22/23 02:51, Philippe Mathieu-Daudé wrote:
When clearing a bitfield we don't need to lead the source register. Use deposit_z_i32() with the BFC opcode to save a load_reg() call.Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org> --- target/arm/tcg/translate.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~