diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2020-04-30 19:09:39 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2020-05-04 12:57:56 +0100 |
commit | 3698747c48db871d876a398592c5a23d7580ed4a (patch) | |
tree | d3ccc6cc381bbf38a058ca1b01b398457c895b5c /target/arm/neon-ls.decode | |
parent | a27b46304352a0eced45e560e96515dbe3cc174f (diff) |
target/arm: Convert Neon 'load single structure to all lanes' to decodetree
Convert the Neon "load single structure to all lanes" insns to
decodetree.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200430181003.21682-13-peter.maydell@linaro.org
Diffstat (limited to 'target/arm/neon-ls.decode')
-rw-r--r-- | target/arm/neon-ls.decode | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/arm/neon-ls.decode b/target/arm/neon-ls.decode index dd03d5a37b..f0ab6d2c98 100644 --- a/target/arm/neon-ls.decode +++ b/target/arm/neon-ls.decode @@ -34,3 +34,8 @@ VLDST_multiple 1111 0100 0 . l:1 0 rn:4 .... itype:4 size:2 align:2 rm:4 \ vd=%vd_dp + +# Neon load single element to all lanes + +VLD_all_lanes 1111 0100 1 . 1 0 rn:4 .... 11 n:2 size:2 t:1 a:1 rm:4 \ + vd=%vd_dp |