Re: [PATCH 04/12] target/arm: Fill in TCGCPUOps.pointer_wrap

2025-05-27 Thread Richard Henderson
On 5/26/25 19:21, Philippe Mathieu-Daudé wrote: +Gustavo On 4/5/25 22:57, Richard Henderson wrote: For a-profile, check A32 vs A64 state. For m-profile, use cpu_pointer_wrap_uint32. Cc: qemu-...@nongnu.org Signed-off-by: Richard Henderson ---   target/arm/cpu.c | 24 ++

Re: [PATCH 04/12] target/arm: Fill in TCGCPUOps.pointer_wrap

2025-05-26 Thread Philippe Mathieu-Daudé
+Gustavo On 4/5/25 22:57, Richard Henderson wrote: For a-profile, check A32 vs A64 state. For m-profile, use cpu_pointer_wrap_uint32. Cc: qemu-...@nongnu.org Signed-off-by: Richard Henderson --- target/arm/cpu.c | 24 target/arm/tcg/cpu-v7m.c | 1 + 2 file

[PATCH 04/12] target/arm: Fill in TCGCPUOps.pointer_wrap

2025-05-04 Thread Richard Henderson
For a-profile, check A32 vs A64 state. For m-profile, use cpu_pointer_wrap_uint32. Cc: qemu-...@nongnu.org Signed-off-by: Richard Henderson --- target/arm/cpu.c | 24 target/arm/tcg/cpu-v7m.c | 1 + 2 files changed, 25 insertions(+) diff --git a/target/arm/cpu.