Re: [PATCH v3 10/12] target/s390x: Use user_or_likely in access_memmove

2024-07-22 Thread Peter Maydell
On Fri, 19 Jul 2024 at 02:08, Richard Henderson wrote: > > Invert the conditional, indent the block, and use the macro > that expands to true for user-only. > > Signed-off-by: Richard Henderson > --- > target/s390x/tcg/mem_helper.c | 54 +-- > 1 file changed, 26 i

[PATCH v3 10/12] target/s390x: Use user_or_likely in access_memmove

2024-07-18 Thread Richard Henderson
Invert the conditional, indent the block, and use the macro that expands to true for user-only. Signed-off-by: Richard Henderson --- target/s390x/tcg/mem_helper.c | 54 +-- 1 file changed, 26 insertions(+), 28 deletions(-) diff --git a/target/s390x/tcg/mem_helper