]> git.proxmox.com Git - mirror_qemu.git/blame - target/arm/t16.decode
target/arm: Convert T16, Reverse bytes
[mirror_qemu.git] / target / arm / t16.decode
CommitLineData
f97b454e
RH
1# Thumb1 instructions
2#
3# Copyright (c) 2019 Linaro, Ltd
4#
5# This library is free software; you can redistribute it and/or
6# modify it under the terms of the GNU Lesser General Public
7# License as published by the Free Software Foundation; either
8# version 2 of the License, or (at your option) any later version.
9#
10# This library is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13# Lesser General Public License for more details.
14#
15# You should have received a copy of the GNU Lesser General Public
16# License along with this library; if not, see <http://www.gnu.org/licenses/>.
17
18#
19# This file is processed by scripts/decodetree.py
20#
080c4ead
RH
21
22&s_rrr_shi !extern s rd rn rm shim shty
23&s_rrr_shr !extern s rn rd rm rs shty
24&s_rri_rot !extern s rn rd imm rot
25&s_rrrr !extern s rd rn rm ra
e6f69612 26&rrr_rot !extern rd rn rm rot
ae3002b0 27&rr !extern rd rm
1cb13234 28&ri !extern rd imm
a0ef0774 29&r !extern rm
d1d22917 30&ldst_rr !extern p w u rn rt rm shimm shtype
07afd747 31&ldst_ri !extern p w u rn rt imm
6e8514ba 32&ldst_block !extern rn i b u w list
20556e7b
RH
33&setend !extern E
34&cps !extern mode imod M A I F
080c4ead
RH
35
36# Set S if the instruction is outside of an IT block.
37%s !function=t16_setflags
38
39# Data-processing (two low registers)
40
41%reg_0 0:3
42
43@lll_noshr ...... .... rm:3 rd:3 \
44 &s_rrr_shi %s rn=%reg_0 shim=0 shty=0
45@xll_noshr ...... .... rm:3 rn:3 \
46 &s_rrr_shi s=1 rd=0 shim=0 shty=0
47@lxl_shr ...... .... rs:3 rd:3 \
48 &s_rrr_shr %s rm=%reg_0 rn=0
49
50AND_rrri 010000 0000 ... ... @lll_noshr
51EOR_rrri 010000 0001 ... ... @lll_noshr
52MOV_rxrr 010000 0010 ... ... @lxl_shr shty=0 # LSL
53MOV_rxrr 010000 0011 ... ... @lxl_shr shty=1 # LSR
54MOV_rxrr 010000 0100 ... ... @lxl_shr shty=2 # ASR
55ADC_rrri 010000 0101 ... ... @lll_noshr
56SBC_rrri 010000 0110 ... ... @lll_noshr
57MOV_rxrr 010000 0111 ... ... @lxl_shr shty=3 # ROR
58TST_xrri 010000 1000 ... ... @xll_noshr
59RSB_rri 010000 1001 rn:3 rd:3 &s_rri_rot %s imm=0 rot=0
60CMP_xrri 010000 1010 ... ... @xll_noshr
61CMN_xrri 010000 1011 ... ... @xll_noshr
62ORR_rrri 010000 1100 ... ... @lll_noshr
63MUL 010000 1101 rn:3 rd:3 &s_rrrr %s rm=%reg_0 ra=0
64BIC_rrri 010000 1110 ... ... @lll_noshr
65MVN_rxri 010000 1111 ... ... @lll_noshr
d1d22917
RH
66
67# Load/store (register offset)
68
69@ldst_rr ....... rm:3 rn:3 rt:3 \
70 &ldst_rr p=1 w=0 u=1 shimm=0 shtype=0
71
72STR_rr 0101 000 ... ... ... @ldst_rr
73STRH_rr 0101 001 ... ... ... @ldst_rr
74STRB_rr 0101 010 ... ... ... @ldst_rr
75LDRSB_rr 0101 011 ... ... ... @ldst_rr
76LDR_rr 0101 100 ... ... ... @ldst_rr
77LDRH_rr 0101 101 ... ... ... @ldst_rr
78LDRB_rr 0101 110 ... ... ... @ldst_rr
79LDRSH_rr 0101 111 ... ... ... @ldst_rr
07afd747
RH
80
81# Load/store word/byte (immediate offset)
82
83%imm5_6x4 6:5 !function=times_4
84
85@ldst_ri_1 ..... imm:5 rn:3 rt:3 \
86 &ldst_ri p=1 w=0 u=1
87@ldst_ri_4 ..... ..... rn:3 rt:3 \
88 &ldst_ri p=1 w=0 u=1 imm=%imm5_6x4
89
90STR_ri 01100 ..... ... ... @ldst_ri_4
91LDR_ri 01101 ..... ... ... @ldst_ri_4
92STRB_ri 01110 ..... ... ... @ldst_ri_1
93LDRB_ri 01111 ..... ... ... @ldst_ri_1
94
95# Load/store halfword (immediate offset)
96
97%imm5_6x2 6:5 !function=times_2
98@ldst_ri_2 ..... ..... rn:3 rt:3 \
99 &ldst_ri p=1 w=0 u=1 imm=%imm5_6x2
100
101STRH_ri 10000 ..... ... ... @ldst_ri_2
102LDRH_ri 10001 ..... ... ... @ldst_ri_2
103
104# Load/store (SP-relative)
105
106%imm8_0x4 0:8 !function=times_4
107@ldst_spec_i ..... rt:3 ........ \
108 &ldst_ri p=1 w=0 u=1 imm=%imm8_0x4
109
110STR_ri 10010 ... ........ @ldst_spec_i rn=13
111LDR_ri 10011 ... ........ @ldst_spec_i rn=13
1cb13234
RH
112
113# Add PC/SP (immediate)
114
115ADR 10100 rd:3 ........ imm=%imm8_0x4
116ADD_rri 10101 rd:3 ........ \
117 &s_rri_rot rn=13 s=0 rot=0 imm=%imm8_0x4 # SP
6e8514ba
RH
118
119# Load/store multiple
120
121@ldstm ..... rn:3 list:8 &ldst_block i=1 b=0 u=0 w=1
122
123STM 11000 ... ........ @ldstm
124LDM_t16 11001 ... ........ @ldstm
c4d3095b
RH
125
126# Add/subtract (three low registers)
127
128@addsub_3 ....... rm:3 rn:3 rd:3 \
129 &s_rrr_shi %s shim=0 shty=0
130
131ADD_rrri 0001100 ... ... ... @addsub_3
132SUB_rrri 0001101 ... ... ... @addsub_3
133
134# Add/subtract (two low registers and immediate)
135
136@addsub_2i ....... imm:3 rn:3 rd:3 \
137 &s_rri_rot %s rot=0
138
139ADD_rri 0001 110 ... ... ... @addsub_2i
140SUB_rri 0001 111 ... ... ... @addsub_2i
6c6d237a
RH
141
142# Add, subtract, compare, move (one low register and immediate)
143
144%reg_8 8:3
145@arith_1i ..... rd:3 imm:8 \
146 &s_rri_rot rot=0 rn=%reg_8
147
148MOV_rxi 00100 ... ........ @arith_1i %s
149CMP_xri 00101 ... ........ @arith_1i s=1
150ADD_rri 00110 ... ........ @arith_1i %s
151SUB_rri 00111 ... ........ @arith_1i %s
a0ef0774 152
90aa0421
RH
153# Add, compare, move (two high registers)
154
155%reg_0_7 7:1 0:3
156@addsub_2h .... .... . rm:4 ... \
157 &s_rrr_shi rd=%reg_0_7 rn=%reg_0_7 shim=0 shty=0
158
159ADD_rrri 0100 0100 . .... ... @addsub_2h s=0
160CMP_xrri 0100 0101 . .... ... @addsub_2h s=1
161MOV_rxri 0100 0110 . .... ... @addsub_2h s=0
162
2e6a646d
RH
163# Adjust SP (immediate)
164
165%imm7_0x4 0:7 !function=times_4
166@addsub_sp_i .... .... . ....... \
167 &s_rri_rot s=0 rd=13 rn=13 rot=0 imm=%imm7_0x4
168
169ADD_rri 1011 0000 0 ....... @addsub_sp_i
170SUB_rri 1011 0000 1 ....... @addsub_sp_i
171
a0ef0774
RH
172# Branch and exchange
173
174@branchr .... .... . rm:4 ... &r
175
176BX 0100 0111 0 .... 000 @branchr
177BLX_r 0100 0111 1 .... 000 @branchr
178BXNS 0100 0111 0 .... 100 @branchr
179BLXNS 0100 0111 1 .... 100 @branchr
e6f69612
RH
180
181# Extend
182
183@extend .... .... .. rm:3 rd:3 &rrr_rot rn=15 rot=0
184
185SXTAH 1011 0010 00 ... ... @extend
186SXTAB 1011 0010 01 ... ... @extend
187UXTAH 1011 0010 10 ... ... @extend
188UXTAB 1011 0010 11 ... ... @extend
20556e7b
RH
189
190# Change processor state
191
192%imod 4:1 !function=plus_2
193
194SETEND 1011 0110 010 1 E:1 000 &setend
195{
196 CPS 1011 0110 011 . 0 A:1 I:1 F:1 &cps mode=0 M=0 %imod
197 CPS_v7m 1011 0110 011 im:1 00 I:1 F:1
198}
ae3002b0
RH
199
200# Reverse bytes
201
202@rdm .... .... .. rm:3 rd:3 &rr
203
204REV 1011 1010 00 ... ... @rdm
205REV16 1011 1010 01 ... ... @rdm
206REVSH 1011 1010 11 ... ... @rdm