Re: [PATCH v2 09/42] include/exec: Inline *_data memory operations

2025-04-01 Thread Richard Henderson
On 4/1/25 01:24, Philippe Mathieu-Daudé wrote: On 18/3/25 22:31, Richard Henderson wrote: These need to be per-target for 'abi_ptr'.  Expand inline to the *_data_ra api with ra == 0. Reviewed-by: Pierrick Bouvier Signed-off-by: Richard Henderson ---   include/exec/cpu_ldst.h | 123 +++

Re: [PATCH v2 09/42] include/exec: Inline *_data memory operations

2025-04-01 Thread Philippe Mathieu-Daudé
On 18/3/25 22:31, Richard Henderson wrote: These need to be per-target for 'abi_ptr'. Expand inline to the *_data_ra api with ra == 0. Reviewed-by: Pierrick Bouvier Signed-off-by: Richard Henderson --- include/exec/cpu_ldst.h | 123 ++-- accel/tcg/ldst_c