diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2019-06-11 16:39:41 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2019-06-13 15:14:03 +0100 |
commit | 06db8196bba34776829020192ed623a0b22e6557 (patch) | |
tree | 026a53d25ab299c53072440f74ed1ac25ea5a01b /.editorconfig | |
parent | 78e138bc1f672c145ef6ace74617db00eebaa2ba (diff) | |
download | qemu-06db8196bba34776829020192ed623a0b22e6557.zip qemu-06db8196bba34776829020192ed623a0b22e6557.tar.gz qemu-06db8196bba34776829020192ed623a0b22e6557.tar.bz2 |
target/arm: Factor out VFP access checking code
Factor out the VFP access checking code so that we can use it in the
leaf functions of the decodetree decoder.
We call the function full_vfp_access_check() so we can keep
the more natural vfp_access_check() for a version which doesn't
have the 'ignore_vfp_enabled' flag -- that way almost all VFP
insns will be able to use vfp_access_check(s) and only the
special-register access function will have to use
full_vfp_access_check(s, ignore_vfp_enabled).
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to '.editorconfig')
0 files changed, 0 insertions, 0 deletions