On 5/9/26 21:13, James Hilliard wrote:
LWUX performs an indexed unsigned word load from base + index and
zero-extends the result into rd.
Add the decode entry and route it through the common indexed-load
translator with MO_UL.
Signed-off-by: James Hilliard<[email protected]>
---
Changes v2 -> v3:
- Split LWUX out of the combined Octeon arithmetic and memory
instruction patch. (requested by Richard Henderson)
---
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~