On 5/9/26 21:13, James Hilliard wrote:
SAAD is the Octeon+ doubleword form of SAA: it atomically adds rt to the
naturally aligned 64-bit doubleword at base and discards the old memory
value.
Route it through the common SAA/SAAD translator so the MemOp selects the
aligned doubleword transaction size.
Signed-off-by: James Hilliard<[email protected]>
---
Changes v2 -> v3:
- Split SAAD out of the combined Octeon arithmetic and memory
instruction patch. (requested by Richard Henderson)
Changes v3 -> v4:
- Note that SAAD shares the Octeon+ gated SAA translator path.
---
target/mips/tcg/octeon.decode | 1 +
target/mips/tcg/octeon_translate.c | 1 +
2 files changed, 2 insertions(+)
Reviewed-by: Richard Henderson <[email protected]>
r~