|
From: | Richard Henderson |
Subject: | Re: [PATCH 06/13] target/mips: Rename gen_op_addr_add?() -> gen_op_addr_add?_tl() |
Date: | Tue, 26 Nov 2024 07:52:46 -0600 |
User-agent: | Mozilla Thunderbird |
On 11/26/24 07:15, Philippe Mathieu-Daudé wrote:
MIPS gen_op_addr_add() and gen_op_addr_addi() take a target-specific TCGv argument. Rename them respectively as gen_op_addr_add_tl() and gen_op_addr_addi_tl() like other TCG core helpers. Mechanical change done using sed tool. Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org> ---
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |