All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: James Hilliard <james.hilliard1@gmail.com>, qemu-devel@nongnu.org
Cc: Laurent Vivier <laurent@vivier.eu>, Helge Deller <deller@gmx.de>,
	Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>,
	Aurelien Jarno <aurelien@aurel32.net>,
	Jiaxun Yang <jiaxun.yang@flygoat.com>,
	Aleksandar Rikalo <arikalo@gmail.com>,
	Huacai Chen <chenhuacai@kernel.org>,
	Richard Henderson <richard.henderson@linaro.org>
Subject: Re: [PATCH v6 09/35] target/mips: add Octeon LHUX instruction
Date: Thu, 14 May 2026 11:50:09 +0200	[thread overview]
Message-ID: <35642cfe-ef3f-4d5e-ab4a-44c8544120bb@linaro.org> (raw)
In-Reply-To: <20260511-mips-octeon-missing-insns-v2-v6-9-5062889c4d3c@gmail.com>

On 11/5/26 20:22, 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.
> 
> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
> 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: Philippe Mathieu-Daudé <philmd@linaro.org>


  reply	other threads:[~2026-05-14  9:50 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-11 18:22 [PATCH v6 00/35] target/mips: add missing Octeon user-mode support James Hilliard
2026-05-11 18:22 ` [PATCH v6 01/35] linux-user/mips: implement sysmips(MIPS_FLUSH_CACHE) James Hilliard
2026-05-11 18:22 ` [PATCH v6 02/35] linux-user/mips: implement sysmips(MIPS_ATOMIC_SET) James Hilliard
2026-05-11 18:22 ` [PATCH v6 03/35] linux-user/mips, target/mips: honor MIPS_FIXADE for unaligned accesses James Hilliard
2026-05-14 14:36   ` Philippe Mathieu-Daudé
2026-05-11 18:22 ` [PATCH v6 04/35] target/mips: fix Octeon arithmetic destination handling James Hilliard
2026-05-14 10:30   ` Philippe Mathieu-Daudé
2026-05-11 18:22 ` [PATCH v6 05/35] target/mips: split Octeon SEQ/SNE decode James Hilliard
2026-05-11 18:22 ` [PATCH v6 06/35] target/mips: drop Octeon zero-register fast paths James Hilliard
2026-05-14 10:31   ` Philippe Mathieu-Daudé
2026-05-11 18:22 ` [PATCH v6 07/35] target/mips: add Octeon multiplier state James Hilliard
2026-05-11 18:31   ` Richard Henderson
2026-05-14 10:27   ` Philippe Mathieu-Daudé
2026-05-11 18:22 ` [PATCH v6 08/35] target/mips: add Octeon LBX instruction James Hilliard
2026-05-14  9:49   ` Philippe Mathieu-Daudé
2026-05-11 18:22 ` [PATCH v6 09/35] target/mips: add Octeon LHUX instruction James Hilliard
2026-05-14  9:50   ` Philippe Mathieu-Daudé [this message]
2026-05-11 18:22 ` [PATCH v6 10/35] target/mips: add Octeon LWUX instruction James Hilliard
2026-05-14  9:50   ` Philippe Mathieu-Daudé
2026-05-11 18:22 ` [PATCH v6 11/35] target/mips: add Octeon SAA instruction James Hilliard
2026-05-14 10:08   ` Philippe Mathieu-Daudé
2026-05-11 18:22 ` [PATCH v6 12/35] target/mips: add Octeon SAAD instruction James Hilliard
2026-05-14 10:08   ` Philippe Mathieu-Daudé
2026-05-11 18:22 ` [PATCH v6 13/35] target/mips: add Octeon ZCB instruction James Hilliard
2026-05-14 10:25   ` Philippe Mathieu-Daudé
2026-05-11 18:22 ` [PATCH v6 14/35] target/mips: add Octeon ZCBT instruction James Hilliard
2026-05-14 10:03   ` Philippe Mathieu-Daudé
2026-05-11 18:22 ` [PATCH v6 15/35] target/mips: add Octeon MTM0 instruction James Hilliard
2026-05-11 18:40   ` Richard Henderson
2026-05-11 20:12     ` James Hilliard
2026-05-11 18:22 ` [PATCH v6 16/35] target/mips: add Octeon MTP0 instruction James Hilliard
2026-05-11 18:46   ` Richard Henderson
2026-05-11 20:19     ` James Hilliard
2026-05-11 18:22 ` [PATCH v6 17/35] target/mips: add Octeon MTP1 instruction James Hilliard
2026-05-11 18:22 ` [PATCH v6 18/35] target/mips: add Octeon MTP2 instruction James Hilliard
2026-05-11 18:22 ` [PATCH v6 19/35] target/mips: add Octeon MTM1 instruction James Hilliard
2026-05-11 18:22 ` [PATCH v6 20/35] target/mips: add Octeon MTM2 instruction James Hilliard
2026-05-11 18:22 ` [PATCH v6 21/35] target/mips: add Octeon VMULU instruction James Hilliard
2026-05-11 18:22 ` [PATCH v6 22/35] target/mips: add Octeon VMM0 instruction James Hilliard
2026-05-11 18:22 ` [PATCH v6 23/35] target/mips: add Octeon V3MULU instruction James Hilliard
2026-05-11 18:22 ` [PATCH v6 24/35] target/mips: add Octeon QMAC instructions James Hilliard
2026-05-11 18:22 ` [PATCH v6 25/35] tests/tcg/mips: add Octeon instruction smoke test James Hilliard
2026-05-11 18:22 ` [PATCH v6 26/35] target/mips: add Octeon LA* atomic instructions James Hilliard
2026-05-11 18:22 ` [PATCH v6 27/35] target/mips: add Octeon COP2 crypto core support James Hilliard
2026-05-11 18:22 ` [PATCH v6 28/35] target/mips: add Octeon SMS4 crypto support James Hilliard
2026-05-11 18:23 ` [PATCH v6 29/35] target/mips: add Octeon SHA3 " James Hilliard
2026-05-11 18:23 ` [PATCH v6 30/35] target/mips: add Octeon ZUC " James Hilliard
2026-05-11 18:23 ` [PATCH v6 31/35] target/mips: add Octeon Camellia " James Hilliard
2026-05-11 18:23 ` [PATCH v6 32/35] target/mips: add Octeon CHORD and LLM COP2 support James Hilliard
2026-05-11 18:23 ` [PATCH v6 33/35] target/mips: add Octeon CvmCount RDHWR support James Hilliard
2026-05-11 18:23 ` [PATCH v6 34/35] tests/tcg/mips: cover Octeon QMAC and CvmCount James Hilliard
2026-05-11 18:23 ` [PATCH v6 35/35] target/mips: expose Octeon68XX floating-point support James Hilliard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=35642cfe-ef3f-4d5e-ab4a-44c8544120bb@linaro.org \
    --to=philmd@linaro.org \
    --cc=arikalo@gmail.com \
    --cc=aurelien@aurel32.net \
    --cc=chenhuacai@kernel.org \
    --cc=deller@gmx.de \
    --cc=james.hilliard1@gmail.com \
    --cc=jiaxun.yang@flygoat.com \
    --cc=laurent@vivier.eu \
    --cc=pierrick.bouvier@oss.qualcomm.com \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.