]> Git Repo - qemu.git/commit - target/arm/helper.h
target/arm: Use pointers in neon zip/uzp helpers
authorRichard Henderson <[email protected]>
Thu, 25 Jan 2018 11:45:28 +0000 (11:45 +0000)
committerPeter Maydell <[email protected]>
Thu, 25 Jan 2018 11:45:28 +0000 (11:45 +0000)
commitb13708bbbdda54c7f7e28222b22453986c026391
tree4abce87de07e08619e658acc02085c052ef3453f
parent1a66ac61af45af04688d1d15896737310e366c06
target/arm: Use pointers in neon zip/uzp helpers

Rather than passing regnos to the helpers, pass pointers to the
vector registers directly.  This eliminates the need to pass in
the environment pointer and reduces the number of places that
directly access env->vfp.regs[].

Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
Reviewed-by: Alex BennĂ©e <[email protected]>
Message-id: 20180119045438[email protected]
Signed-off-by: Peter Maydell <[email protected]>
target/arm/helper.h
target/arm/neon_helper.c
target/arm/translate.c
This page took 0.026214 seconds and 4 git commands to generate.