summaryrefslogtreecommitdiffstats
path: root/include/exec/user
diff options
context:
space:
mode:
authorPeter Maydell2020-05-12 18:39:02 +0200
committerPeter Maydell2020-05-14 16:03:09 +0200
commit26c6f695cfd2a3ccddb4d015a25b56f56aa62928 (patch)
tree7cb9354d41af1558645938b94628b12b0b35e505 /include/exec/user
parenttarget/arm: Convert Neon 3-reg-same compare insns to decodetree (diff)
downloadqemu-26c6f695cfd2a3ccddb4d015a25b56f56aa62928.tar.gz
qemu-26c6f695cfd2a3ccddb4d015a25b56f56aa62928.tar.xz
qemu-26c6f695cfd2a3ccddb4d015a25b56f56aa62928.zip
target/arm: Move 'env' argument of recps_f32 and rsqrts_f32 helpers to usual place
The usual location for the env argument in the argument list of a TCG helper is immediately after the return-value argument. recps_f32 and rsqrts_f32 differ in that they put it at the end. Move the env argument to its usual place; this will allow us to more easily use these helper functions with the gvec APIs. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20200512163904.10918-16-peter.maydell@linaro.org
Diffstat (limited to 'include/exec/user')
0 files changed, 0 insertions, 0 deletions