]> Git Repo - qemu.git/commit
target/arm: Pass pointer to qc to qrdmla/qrdmls
authorRichard Henderson <[email protected]>
Wed, 13 May 2020 16:32:42 +0000 (09:32 -0700)
committerPeter Maydell <[email protected]>
Thu, 14 May 2020 14:03:08 +0000 (15:03 +0100)
commite286bf4a72fe3a60490b8d6e3f28d6335677e08c
treebcf9dd9e0c035373777158ba90c1dd85b30c67fe
parent146aa66ce58b686b8037d0eb3921c1125942dbde
target/arm: Pass pointer to qc to qrdmla/qrdmls

Pass a pointer directly to env->vfp.qc[0], rather than env.
This will allow SVE2, which does not modify QC, to pass a
pointer to dummy storage.

Change the return type of inl_qrdml.h_s16 to match the
sense of the operation: signed.

Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
Message-id: 20200513163245[email protected]
Signed-off-by: Peter Maydell <[email protected]>
target/arm/translate.c
target/arm/vec_helper.c
This page took 0.025593 seconds and 4 git commands to generate.