On 11/26/25 14:21, Philippe Mathieu-Daudé wrote:
Since it is easier to maintain a plain C function, expand the HELPER_LD_ATOMIC() macro as do_ll().Signed-off-by: Philippe Mathieu-Daudé<[email protected]> --- target/mips/tcg/ldst_helper.c | 51 +++++++++++++++++++++-------------- 1 file changed, 31 insertions(+), 20 deletions(-)
It's worth looking to make sure these functions are inlined in the -O2 build. Otherwise, Reviewed-by: Richard Henderson <[email protected]> r~
