Re: [PATCH v3 53/66] target/alpha: Reorg integer memory operations

2021-08-20 Thread Peter Maydell
On Wed, 18 Aug 2021 at 21:11, Richard Henderson wrote: > > Pass in the MemOp instead of a callback. > Drop the fp argument; add a locked argument. > > Signed-off-by: Richard Henderson > --- > target/alpha/translate.c | 104 +++ > 1 file changed, 40

[PATCH v3 53/66] target/alpha: Reorg integer memory operations

2021-08-18 Thread Richard Henderson
Pass in the MemOp instead of a callback. Drop the fp argument; add a locked argument. Signed-off-by: Richard Henderson --- target/alpha/translate.c | 104 +++ 1 file changed, 40 insertions(+), 64 deletions(-) diff --git a/target/alpha/translate.c