On 5/9/26 21:13, James Hilliard wrote:
LHUX performs an indexed unsigned halfword load from base + index and
zero-extends the result into rd.
Add the decode entry and reuse the common indexed-load translator with
MO_UW.
Signed-off-by: James Hilliard<[email protected]>
---
Changes v2 -> v3:
- Split LHUX 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~