target/ppc: larx/stcx generation need only apply DEF_MEMOP() once
authorNicholas Piggin <npiggin@gmail.com>
Mon, 5 Jun 2023 00:56:50 +0000 (10:56 +1000)
committerNicholas Piggin <npiggin@gmail.com>
Thu, 23 May 2024 23:34:32 +0000 (09:34 +1000)
commit21cfc36a6c2190932ea55edbce241e6b6b7b9c8f
tree752d79e6f9bbeebedbceb77e363bfed16b614764
parentdabd6d3c3ae1ba52662d2056a8d59b01d9ee8e24
target/ppc: larx/stcx generation need only apply DEF_MEMOP() once

Use DEF_MEMOP() consistently in larx and stcx. generation, and apply it
once when it's used rather than where the macros are expanded, to reduce
typing.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
target/ppc/translate.c