mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
target/arm: Implement SVE2 SUBHNB, SUBHNT
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Stephen Long <steplong@quicinc.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20210525010358.152808-41-richard.henderson@linaro.org Message-Id: <20200417162231.10374-4-steplong@quicinc.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
0ea3ff02c2
commit
c3cd676685
4 changed files with 23 additions and 0 deletions
|
@ -7477,6 +7477,9 @@ DO_SVE2_ZZZ_NARROW(ADDHNT, addhnt)
|
|||
DO_SVE2_ZZZ_NARROW(RADDHNB, raddhnb)
|
||||
DO_SVE2_ZZZ_NARROW(RADDHNT, raddhnt)
|
||||
|
||||
DO_SVE2_ZZZ_NARROW(SUBHNB, subhnb)
|
||||
DO_SVE2_ZZZ_NARROW(SUBHNT, subhnt)
|
||||
|
||||
static bool do_sve2_ppzz_flags(DisasContext *s, arg_rprr_esz *a,
|
||||
gen_helper_gvec_flags_4 *fn)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue