summaryrefslogtreecommitdiffstats
path: root/target/arm/sme.decode
blob: 241b4895b77afab56ee5257c670aefa3660847cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# AArch64 SME instruction descriptions
#
#  Copyright (c) 2022 Linaro, Ltd
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, see <http://www.gnu.org/licenses/>.

#
# This file is processed by scripts/decodetree.py
#

### SME Misc

ZERO            11000000 00 001 00000000000 imm:8

### SME Move into/from Array

%mova_rs        13:2 !function=plus_12
&mova           esz rs pg zr za_imm v:bool to_vec:bool

MOVA            11000000 esz:2 00000 0 v:1 .. pg:3 zr:5 0 za_imm:4  \
                &mova to_vec=0 rs=%mova_rs
MOVA            11000000 11    00000 1 v:1 .. pg:3 zr:5 0 za_imm:4  \
                &mova to_vec=0 rs=%mova_rs esz=4

MOVA            11000000 esz:2 00001 0 v:1 .. pg:3 0 za_imm:4 zr:5  \
                &mova to_vec=1 rs=%mova_rs
MOVA            11000000 11    00001 1 v:1 .. pg:3 0 za_imm:4 zr:5  \
                &mova to_vec=1 rs=%mova_rs esz=4