1 # RUN: not llvm-mc -triple=thumbv8.1m.main-none-eabi -mattr=+mve -show-encoding < %s \
2 # RUN: | FileCheck --check-prefix=CHECK-NOFP %s
3 # RUN: not llvm-mc -triple=thumbv8.1m.main-none-eabi -mattr=+mve.fp,+fp64 -show-encoding < %s 2>%t \
4 # RUN: | FileCheck --check-prefix=CHECK %s
5 # RUN: FileCheck --check-prefix=ERROR < %t %s
7 # CHECK: vorr.i16 q0, #0x12 @ encoding: [0x81,0xef,0x52,0x09]
8 # CHECK-NOFP: vorr.i16 q0, #0x12 @ encoding: [0x81,0xef,0x52,0x09]
11 # CHECK: vorr.i32 q0, #0x1200 @ encoding: [0x81,0xef,0x52,0x03]
12 # CHECK-NOFP: vorr.i32 q0, #0x1200 @ encoding: [0x81,0xef,0x52,0x03]
15 # CHECK: vorr.i16 q0, #0xed @ encoding: [0x86,0xff,0x5d,0x09]
16 # CHECK-NOFP: vorr.i16 q0, #0xed @ encoding: [0x86,0xff,0x5d,0x09]
19 # CHECK: vorr.i32 q0, #0xed00 @ encoding: [0x86,0xff,0x5d,0x03]
20 # CHECK-NOFP: vorr.i32 q0, #0xed00 @ encoding: [0x86,0xff,0x5d,0x03]
21 vorn.i32 q0
, #0xffff12ff
23 # CHECK: vorr.i32 q0, #0xed0000 @ encoding: [0x86,0xff,0x5d,0x05]
24 # CHECK-NOFP: vorr.i32 q0, #0xed0000 @ encoding: [0x86,0xff,0x5d,0x05]
25 vorn.i32 q0
, #0xff12ffff
27 # CHECK: vorr.i32 q0, #0xed000000 @ encoding: [0x86,0xff,0x5d,0x07]
28 # CHECK-NOFP: vorr.i32 q0, #0xed000000 @ encoding: [0x86,0xff,0x5d,0x07]
29 vorn.i32 q0
, #0x12ffffff
31 # ERROR: [[@LINE+1]]:{{[0-9]+}}: {{error|note}}: invalid operand for instruction
34 # ERROR: [[@LINE+1]]:{{[0-9]+}}: {{error|note}}: invalid operand for instruction
37 # ERROR: [[@LINE+1]]:{{[0-9]+}}: {{error|note}}: invalid operand for instruction
38 vorn.i32 q0
, #0xed000000
40 # ERROR: [[@LINE+1]]:{{[0-9]+}}: {{error|note}}: invalid operand for instruction
41 vorn.i32 q0
, #0x00ed0000
43 # ERROR: [[@LINE+1]]:{{[0-9]+}}: {{error|note}}: invalid operand for instruction
44 vorn.i32 q0
, #0x0000ed00
46 # ERROR: [[@LINE+1]]:{{[0-9]+}}: {{error|note}}: invalid operand for instruction
47 vorn.i32 q0
, #0x000000ed
49 # CHECK: vbic.i16 q0, #0x22 @ encoding: [0x82,0xef,0x72,0x09]
50 # CHECK-NOFP: vbic.i16 q0, #0x22 @ encoding: [0x82,0xef,0x72,0x09]
53 # CHECK: vbic.i32 q0, #0x1100 @ encoding: [0x81,0xef,0x71,0x03]
54 # CHECK-NOFP: vbic.i32 q0, #0x1100 @ encoding: [0x81,0xef,0x71,0x03]
57 # CHECK: vbic.i16 q0, #0xdd @ encoding: [0x85,0xff,0x7d,0x09]
58 # CHECK-NOFP: vbic.i16 q0, #0xdd @ encoding: [0x85,0xff,0x7d,0x09]
61 # CHECK: vbic.i16 q0, #0xdd00 @ encoding: [0x85,0xff,0x7d,0x0b]
62 # CHECK-NOFP: vbic.i16 q0, #0xdd00 @ encoding: [0x85,0xff,0x7d,0x0b]
65 # CHECK: vbic.i32 q0, #0xee @ encoding: [0x86,0xff,0x7e,0x01]
66 # CHECK-NOFP: vbic.i32 q0, #0xee @ encoding: [0x86,0xff,0x7e,0x01]
67 vand.i32 q0
, #0xffffff11
69 # CHECK: vbic.i32 q0, #0xee00 @ encoding: [0x86,0xff,0x7e,0x03]
70 # CHECK-NOFP: vbic.i32 q0, #0xee00 @ encoding: [0x86,0xff,0x7e,0x03]
71 vand.i32 q0
, #0xffff11ff
73 # CHECK: vbic.i32 q0, #0xee0000 @ encoding: [0x86,0xff,0x7e,0x05]
74 # CHECK-NOFP: vbic.i32 q0, #0xee0000 @ encoding: [0x86,0xff,0x7e,0x05]
75 vand.i32 q0
, #0xff11ffff
77 # CHECK: vbic.i32 q0, #0xee000000 @ encoding: [0x86,0xff,0x7e,0x07]
78 # CHECK-NOFP: vbic.i32 q0, #0xee000000 @ encoding: [0x86,0xff,0x7e,0x07]
79 vand.i32 q0
, #0x11ffffff
81 # ERROR: [[@LINE+1]]:{{[0-9]+}}: {{error|note}}: invalid operand for instruction
84 # ERROR: [[@LINE+1]]:{{[0-9]+}}: {{error|note}}: invalid operand for instruction
87 # ERROR: [[@LINE+1]]:{{[0-9]+}}: {{error|note}}: invalid operand for instruction
88 vand.i32 q0
, #0xed000000
90 # ERROR: [[@LINE+1]]:{{[0-9]+}}: {{error|note}}: invalid operand for instruction
91 vand.i32 q0
, #0x00ed0000
93 # ERROR: [[@LINE+1]]:{{[0-9]+}}: {{error|note}}: invalid operand for instruction
94 vand.i32 q0
, #0x0000ed00
96 # ERROR: [[@LINE+1]]:{{[0-9]+}}: {{error|note}}: invalid operand for instruction
97 vand.i32 q0
, #0x000000ed
99 # CHECK: vbic q0, q1, q7 @ encoding: [0x12,0xef,0x5e,0x01]
100 # CHECK-NOFP: vbic q0, q1, q7 @ encoding: [0x12,0xef,0x5e,0x01]
103 # CHECK: vbic q0, q1, q7 @ encoding: [0x12,0xef,0x5e,0x01]
104 # CHECK-NOFP: vbic q0, q1, q7 @ encoding: [0x12,0xef,0x5e,0x01]
107 # CHECK: vbic q0, q1, q7 @ encoding: [0x12,0xef,0x5e,0x01]
108 # CHECK-NOFP: vbic q0, q1, q7 @ encoding: [0x12,0xef,0x5e,0x01]
111 # CHECK: vbic q0, q1, q7 @ encoding: [0x12,0xef,0x5e,0x01]
112 # CHECK-NOFP: vbic q0, q1, q7 @ encoding: [0x12,0xef,0x5e,0x01]
115 # CHECK: vbic q0, q1, q7 @ encoding: [0x12,0xef,0x5e,0x01]
116 # CHECK-NOFP: vbic q0, q1, q7 @ encoding: [0x12,0xef,0x5e,0x01]
119 # CHECK: vbic q0, q1, q7 @ encoding: [0x12,0xef,0x5e,0x01]
120 # CHECK-NOFP: vbic q0, q1, q7 @ encoding: [0x12,0xef,0x5e,0x01]
123 # CHECK: vbic q0, q1, q7 @ encoding: [0x12,0xef,0x5e,0x01]
124 # CHECK-NOFP: vbic q0, q1, q7 @ encoding: [0x12,0xef,0x5e,0x01]
127 # CHECK: vbic q0, q1, q7 @ encoding: [0x12,0xef,0x5e,0x01]
128 # CHECK-NOFP: vbic q0, q1, q7 @ encoding: [0x12,0xef,0x5e,0x01]
131 # CHECK: vbic q0, q1, q7 @ encoding: [0x12,0xef,0x5e,0x01]
132 # CHECK-NOFP: vbic q0, q1, q7 @ encoding: [0x12,0xef,0x5e,0x01]
135 # CHECK: vbic q0, q1, q7 @ encoding: [0x12,0xef,0x5e,0x01]
136 # CHECK-NOFP: vbic q0, q1, q7 @ encoding: [0x12,0xef,0x5e,0x01]
139 # CHECK: vbic q0, q1, q7 @ encoding: [0x12,0xef,0x5e,0x01]
140 # CHECK-NOFP: vbic q0, q1, q7 @ encoding: [0x12,0xef,0x5e,0x01]
143 # CHECK: vbic q0, q1, q7 @ encoding: [0x12,0xef,0x5e,0x01]
144 # CHECK-NOFP: vbic q0, q1, q7 @ encoding: [0x12,0xef,0x5e,0x01]
147 # CHECK: vrev64.8 q0, q4 @ encoding: [0xb0,0xff,0x48,0x00]
148 # CHECK-NOFP: vrev64.8 q0, q4 @ encoding: [0xb0,0xff,0x48,0x00]
151 # CHECK: vrev64.16 q1, q3 @ encoding: [0xb4,0xff,0x46,0x20]
152 # CHECK-NOFP: vrev64.16 q1, q3 @ encoding: [0xb4,0xff,0x46,0x20]
155 # CHECK: vrev64.32 q0, q2 @ encoding: [0xb8,0xff,0x44,0x00]
156 # CHECK-NOFP: vrev64.32 q0, q2 @ encoding: [0xb8,0xff,0x44,0x00]
159 # CHECK: vrev32.8 q0, q1 @ encoding: [0xb0,0xff,0xc2,0x00]
160 # CHECK-NOFP: vrev32.8 q0, q1 @ encoding: [0xb0,0xff,0xc2,0x00]
163 # CHECK: vrev32.16 q0, q5 @ encoding: [0xb4,0xff,0xca,0x00]
164 # CHECK-NOFP: vrev32.16 q0, q5 @ encoding: [0xb4,0xff,0xca,0x00]
167 # CHECK: vrev16.8 q0, q2 @ encoding: [0xb0,0xff,0x44,0x01]
168 # CHECK-NOFP: vrev16.8 q0, q2 @ encoding: [0xb0,0xff,0x44,0x01]
171 # CHECK: vmvn q0, q2 @ encoding: [0xb0,0xff,0xc4,0x05]
172 # CHECK-NOFP: vmvn q0, q2 @ encoding: [0xb0,0xff,0xc4,0x05]
175 # CHECK: veor q2, q1, q7 @ encoding: [0x02,0xff,0x5e,0x41]
176 # CHECK-NOFP: veor q2, q1, q7 @ encoding: [0x02,0xff,0x5e,0x41]
179 # CHECK: veor q2, q1, q7 @ encoding: [0x02,0xff,0x5e,0x41]
180 # CHECK-NOFP: veor q2, q1, q7 @ encoding: [0x02,0xff,0x5e,0x41]
183 # CHECK: veor q2, q1, q7 @ encoding: [0x02,0xff,0x5e,0x41]
184 # CHECK-NOFP: veor q2, q1, q7 @ encoding: [0x02,0xff,0x5e,0x41]
187 # CHECK: veor q2, q1, q7 @ encoding: [0x02,0xff,0x5e,0x41]
188 # CHECK-NOFP: veor q2, q1, q7 @ encoding: [0x02,0xff,0x5e,0x41]
191 # CHECK: veor q2, q1, q7 @ encoding: [0x02,0xff,0x5e,0x41]
192 # CHECK-NOFP: veor q2, q1, q7 @ encoding: [0x02,0xff,0x5e,0x41]
195 # CHECK: veor q2, q1, q7 @ encoding: [0x02,0xff,0x5e,0x41]
196 # CHECK-NOFP: veor q2, q1, q7 @ encoding: [0x02,0xff,0x5e,0x41]
199 # CHECK: veor q2, q1, q7 @ encoding: [0x02,0xff,0x5e,0x41]
200 # CHECK-NOFP: veor q2, q1, q7 @ encoding: [0x02,0xff,0x5e,0x41]
203 # CHECK: veor q2, q1, q7 @ encoding: [0x02,0xff,0x5e,0x41]
204 # CHECK-NOFP: veor q2, q1, q7 @ encoding: [0x02,0xff,0x5e,0x41]
207 # CHECK: veor q2, q1, q7 @ encoding: [0x02,0xff,0x5e,0x41]
208 # CHECK-NOFP: veor q2, q1, q7 @ encoding: [0x02,0xff,0x5e,0x41]
211 # CHECK: veor q2, q1, q7 @ encoding: [0x02,0xff,0x5e,0x41]
212 # CHECK-NOFP: veor q2, q1, q7 @ encoding: [0x02,0xff,0x5e,0x41]
215 # CHECK: veor q2, q1, q7 @ encoding: [0x02,0xff,0x5e,0x41]
216 # CHECK-NOFP: veor q2, q1, q7 @ encoding: [0x02,0xff,0x5e,0x41]
219 # CHECK: veor q2, q1, q7 @ encoding: [0x02,0xff,0x5e,0x41]
220 # CHECK-NOFP: veor q2, q1, q7 @ encoding: [0x02,0xff,0x5e,0x41]
223 # CHECK: vorn q0, q3, q2 @ encoding: [0x36,0xef,0x54,0x01]
224 # CHECK-NOFP: vorn q0, q3, q2 @ encoding: [0x36,0xef,0x54,0x01]
227 # CHECK: vorn q0, q3, q2 @ encoding: [0x36,0xef,0x54,0x01]
228 # CHECK-NOFP: vorn q0, q3, q2 @ encoding: [0x36,0xef,0x54,0x01]
231 # CHECK: vorn q0, q3, q2 @ encoding: [0x36,0xef,0x54,0x01]
232 # CHECK-NOFP: vorn q0, q3, q2 @ encoding: [0x36,0xef,0x54,0x01]
235 # CHECK: vorn q0, q3, q2 @ encoding: [0x36,0xef,0x54,0x01]
236 # CHECK-NOFP: vorn q0, q3, q2 @ encoding: [0x36,0xef,0x54,0x01]
239 # CHECK: vorn q0, q3, q2 @ encoding: [0x36,0xef,0x54,0x01]
240 # CHECK-NOFP: vorn q0, q3, q2 @ encoding: [0x36,0xef,0x54,0x01]
243 # CHECK: vorn q0, q3, q2 @ encoding: [0x36,0xef,0x54,0x01]
244 # CHECK-NOFP: vorn q0, q3, q2 @ encoding: [0x36,0xef,0x54,0x01]
247 # CHECK: vorn q0, q3, q2 @ encoding: [0x36,0xef,0x54,0x01]
248 # CHECK-NOFP: vorn q0, q3, q2 @ encoding: [0x36,0xef,0x54,0x01]
251 # CHECK: vorn q0, q3, q2 @ encoding: [0x36,0xef,0x54,0x01]
252 # CHECK-NOFP: vorn q0, q3, q2 @ encoding: [0x36,0xef,0x54,0x01]
255 # CHECK: vorn q0, q3, q2 @ encoding: [0x36,0xef,0x54,0x01]
256 # CHECK-NOFP: vorn q0, q3, q2 @ encoding: [0x36,0xef,0x54,0x01]
259 # CHECK: vorn q0, q3, q2 @ encoding: [0x36,0xef,0x54,0x01]
260 # CHECK-NOFP: vorn q0, q3, q2 @ encoding: [0x36,0xef,0x54,0x01]
263 # CHECK: vorn q0, q3, q2 @ encoding: [0x36,0xef,0x54,0x01]
264 # CHECK-NOFP: vorn q0, q3, q2 @ encoding: [0x36,0xef,0x54,0x01]
267 # CHECK: vorn q0, q3, q2 @ encoding: [0x36,0xef,0x54,0x01]
268 # CHECK-NOFP: vorn q0, q3, q2 @ encoding: [0x36,0xef,0x54,0x01]
271 # CHECK: vorr q1, q2, q1 @ encoding: [0x24,0xef,0x52,0x21]
272 # CHECK-NOFP: vorr q1, q2, q1 @ encoding: [0x24,0xef,0x52,0x21]
275 # CHECK: vorr q1, q2, q1 @ encoding: [0x24,0xef,0x52,0x21]
276 # CHECK-NOFP: vorr q1, q2, q1 @ encoding: [0x24,0xef,0x52,0x21]
279 # CHECK: vorr q1, q2, q1 @ encoding: [0x24,0xef,0x52,0x21]
280 # CHECK-NOFP: vorr q1, q2, q1 @ encoding: [0x24,0xef,0x52,0x21]
283 # CHECK: vorr q1, q2, q1 @ encoding: [0x24,0xef,0x52,0x21]
284 # CHECK-NOFP: vorr q1, q2, q1 @ encoding: [0x24,0xef,0x52,0x21]
287 # CHECK: vorr q1, q2, q1 @ encoding: [0x24,0xef,0x52,0x21]
288 # CHECK-NOFP: vorr q1, q2, q1 @ encoding: [0x24,0xef,0x52,0x21]
291 # CHECK: vorr q1, q2, q1 @ encoding: [0x24,0xef,0x52,0x21]
292 # CHECK-NOFP: vorr q1, q2, q1 @ encoding: [0x24,0xef,0x52,0x21]
295 # CHECK: vorr q1, q2, q1 @ encoding: [0x24,0xef,0x52,0x21]
296 # CHECK-NOFP: vorr q1, q2, q1 @ encoding: [0x24,0xef,0x52,0x21]
299 # CHECK: vorr q1, q2, q1 @ encoding: [0x24,0xef,0x52,0x21]
300 # CHECK-NOFP: vorr q1, q2, q1 @ encoding: [0x24,0xef,0x52,0x21]
303 # CHECK: vorr q1, q2, q1 @ encoding: [0x24,0xef,0x52,0x21]
304 # CHECK-NOFP: vorr q1, q2, q1 @ encoding: [0x24,0xef,0x52,0x21]
307 # CHECK: vorr q1, q2, q1 @ encoding: [0x24,0xef,0x52,0x21]
308 # CHECK-NOFP: vorr q1, q2, q1 @ encoding: [0x24,0xef,0x52,0x21]
311 # CHECK: vorr q1, q2, q1 @ encoding: [0x24,0xef,0x52,0x21]
312 # CHECK-NOFP: vorr q1, q2, q1 @ encoding: [0x24,0xef,0x52,0x21]
315 # CHECK: vorr q1, q2, q1 @ encoding: [0x24,0xef,0x52,0x21]
316 # CHECK-NOFP: vorr q1, q2, q1 @ encoding: [0x24,0xef,0x52,0x21]
319 # CHECK: vand q0, q2, q0 @ encoding: [0x04,0xef,0x50,0x01]
320 # CHECK-NOFP: vand q0, q2, q0 @ encoding: [0x04,0xef,0x50,0x01]
323 # CHECK: vand q0, q2, q0 @ encoding: [0x04,0xef,0x50,0x01]
324 # CHECK-NOFP: vand q0, q2, q0 @ encoding: [0x04,0xef,0x50,0x01]
327 # CHECK: vand q0, q2, q0 @ encoding: [0x04,0xef,0x50,0x01]
328 # CHECK-NOFP: vand q0, q2, q0 @ encoding: [0x04,0xef,0x50,0x01]
331 # CHECK: vand q0, q2, q0 @ encoding: [0x04,0xef,0x50,0x01]
332 # CHECK-NOFP: vand q0, q2, q0 @ encoding: [0x04,0xef,0x50,0x01]
335 # CHECK: vand q0, q2, q0 @ encoding: [0x04,0xef,0x50,0x01]
336 # CHECK-NOFP: vand q0, q2, q0 @ encoding: [0x04,0xef,0x50,0x01]
339 # CHECK: vand q0, q2, q0 @ encoding: [0x04,0xef,0x50,0x01]
340 # CHECK-NOFP: vand q0, q2, q0 @ encoding: [0x04,0xef,0x50,0x01]
343 # CHECK: vand q0, q2, q0 @ encoding: [0x04,0xef,0x50,0x01]
344 # CHECK-NOFP: vand q0, q2, q0 @ encoding: [0x04,0xef,0x50,0x01]
347 # CHECK: vand q0, q2, q0 @ encoding: [0x04,0xef,0x50,0x01]
348 # CHECK-NOFP: vand q0, q2, q0 @ encoding: [0x04,0xef,0x50,0x01]
351 # CHECK: vand q0, q2, q0 @ encoding: [0x04,0xef,0x50,0x01]
352 # CHECK-NOFP: vand q0, q2, q0 @ encoding: [0x04,0xef,0x50,0x01]
355 # CHECK: vand q0, q2, q0 @ encoding: [0x04,0xef,0x50,0x01]
356 # CHECK-NOFP: vand q0, q2, q0 @ encoding: [0x04,0xef,0x50,0x01]
359 # CHECK: vand q0, q2, q0 @ encoding: [0x04,0xef,0x50,0x01]
360 # CHECK-NOFP: vand q0, q2, q0 @ encoding: [0x04,0xef,0x50,0x01]
363 # CHECK: vand q0, q2, q0 @ encoding: [0x04,0xef,0x50,0x01]
364 # CHECK-NOFP: vand q0, q2, q0 @ encoding: [0x04,0xef,0x50,0x01]
367 # CHECK: vmov.8 q0[1], r8 @ encoding: [0x40,0xee,0x30,0x8b]
368 # CHECK-NOFP: vmov.8 q0[1], r8 @ encoding: [0x40,0xee,0x30,0x8b]
371 # ERROR: [[@LINE+1]]:{{[0-9]+}}: {{error|note}}: invalid operand for instruction
374 # CHECK: vmov.16 q0[2], r5 @ encoding: [0x20,0xee,0x30,0x5b]
375 # CHECK-NOFP: vmov.16 q0[2], r5 @ encoding: [0x20,0xee,0x30,0x5b]
378 # ERROR: [[@LINE+1]]:{{[0-9]+}}: {{error|note}}: invalid operand for instruction
381 # CHECK: vmov.32 q6[3], r11 @ encoding: [0x2d,0xee,0x10,0xbb]
382 # CHECK-NOFP: vmov.32 q6[3], r11 @ encoding: [0x2d,0xee,0x10,0xbb]
385 # ERROR: [[@LINE+1]]:{{[0-9]+}}: {{error|note}}: invalid operand for instruction
388 # CHECK: vmov.32 r0, q1[0] @ encoding: [0x12,0xee,0x10,0x0b]
389 # CHECK-NOFP: vmov.32 r0, q1[0] @ encoding: [0x12,0xee,0x10,0x0b]
392 # ERROR: [[@LINE+1]]:{{[0-9]+}}: {{error|note}}: invalid operand for instruction
395 # CHECK: vmov.s16 r1, q2[7] @ encoding: [0x35,0xee,0x70,0x1b]
396 # CHECK-NOFP: vmov.s16 r1, q2[7] @ encoding: [0x35,0xee,0x70,0x1b]
399 # ERROR: [[@LINE+1]]:{{[0-9]+}}: {{error|note}}: invalid operand for instruction
402 # CHECK: vmov.s8 r0, q4[13] @ encoding: [0x79,0xee,0x30,0x0b]
403 # CHECK-NOFP: vmov.s8 r0, q4[13] @ encoding: [0x79,0xee,0x30,0x0b]
406 # ERROR: [[@LINE+1]]:{{[0-9]+}}: {{error|note}}: invalid operand for instruction
409 # CHECK: vmov.u16 r0, q1[4] @ encoding: [0x93,0xee,0x30,0x0b]
410 # CHECK-NOFP: vmov.u16 r0, q1[4] @ encoding: [0x93,0xee,0x30,0x0b]
413 # ERROR: [[@LINE+1]]:{{[0-9]+}}: {{error|note}}: invalid operand for instruction
416 # CHECK: vmov.u8 r0, q5[7] @ encoding: [0xfa,0xee,0x70,0x0b]
417 # CHECK-NOFP: vmov.u8 r0, q5[7] @ encoding: [0xfa,0xee,0x70,0x0b]
420 # ERROR: [[@LINE+1]]:{{[0-9]+}}: {{error|note}}: invalid operand for instruction
426 # CHECK: vpste @ encoding: [0x71,0xfe,0x4d,0x8f]
427 # CHECK-NOFP: vpste @ encoding: [0x71,0xfe,0x4d,0x8f]
428 # CHECK: vmvnt q0, q1 @ encoding: [0xb0,0xff,0xc2,0x05]
429 # CHECK-NOFP: vmvnt q0, q1 @ encoding: [0xb0,0xff,0xc2,0x05]
430 # CHECK: vmvne q0, q1 @ encoding: [0xb0,0xff,0xc2,0x05]
431 # CHECK-NOFP: vmvne q0, q1 @ encoding: [0xb0,0xff,0xc2,0x05]
436 # CHECK: vpste @ encoding: [0x71,0xfe,0x4d,0x8f]
437 # CHECK-NOFP: vpste @ encoding: [0x71,0xfe,0x4d,0x8f]
438 # CHECK: vornt q0, q1, q2 @ encoding: [0x32,0xef,0x54,0x01]
439 # CHECK-NOFP: vornt q0, q1, q2 @ encoding: [0x32,0xef,0x54,0x01]
440 # CHECK: vorne q0, q1, q2 @ encoding: [0x32,0xef,0x54,0x01]
441 # CHECK-NOFP: vorne q0, q1, q2 @ encoding: [0x32,0xef,0x54,0x01]