OSDN Git Service

target/alpha: Reorg integer memory operations
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 31 Jul 2021 06:15:31 +0000 (20:15 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 13 Oct 2021 16:18:23 +0000 (09:18 -0700)
commit5ffcb33426aaa2906daea2eee7a5195662a6580f
treeab2a64b5ac2529cb882eb457d9f2718cf8614d79
parent452635318b78b98f0ef2586463334565674cb9e6
target/alpha: Reorg integer memory operations

Pass in the MemOp instead of a callback.
Drop the fp argument; add a locked argument.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/alpha/translate.c