diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2019-06-11 16:39:52 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2019-06-13 15:14:06 +0100 |
commit | 92073e947487e2109f3dfebfeaa48d6323cbd981 (patch) | |
tree | be09f057b515566aae35d6b15298ac53a3b5f99b /target/arm/vfp.decode | |
parent | 8fc9d8918cde342c71923e361b9f2193e36ed18b (diff) | |
download | qemu-92073e947487e2109f3dfebfeaa48d6323cbd981.zip qemu-92073e947487e2109f3dfebfeaa48d6323cbd981.tar.gz qemu-92073e947487e2109f3dfebfeaa48d6323cbd981.tar.bz2 |
target/arm: Convert VJCVT to decodetree
Convert the VJCVT instruction to decodetree.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'target/arm/vfp.decode')
-rw-r--r-- | target/arm/vfp.decode | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/arm/vfp.decode b/target/arm/vfp.decode index 6da9a79..1a7c9b5 100644 --- a/target/arm/vfp.decode +++ b/target/arm/vfp.decode @@ -220,3 +220,7 @@ VCVT_int_sp ---- 1110 1.11 1000 .... 1010 s:1 1.0 .... \ vd=%vd_sp vm=%vm_sp VCVT_int_dp ---- 1110 1.11 1000 .... 1011 s:1 1.0 .... \ vd=%vd_dp vm=%vm_sp + +# VJCVT is always dp to sp +VJCVT ---- 1110 1.11 1001 .... 1011 11.0 .... \ + vd=%vd_sp vm=%vm_dp |