[InstCombine] Signed saturation tests. NFC
[llvm-complete.git] / test / MC / Disassembler / ARM / thumb-neon-crypto.txt
blobc725c7f5dc38929a16aad5021ca771686547b8f0
1 # RUN: llvm-mc -triple thumbv8-unknown-unknown -mattr=+neon,+crypto -disassemble < %s | FileCheck %s
3 0xb0 0xff 0x42 0x03
4 # CHECK: aesd.8  q0, q1
5 0xb0 0xff 0x02 0x03
6 # CHECK: aese.8 q0, q1
7 0xb0 0xff 0xc2 0x03
8 # CHECK: aesimc.8 q0, q1
9 0xb0 0xff 0x82 0x03
10 # CHECK: aesmc.8 q0, q1
12 0xb9 0xff 0xc2 0x02
13 # CHECK: sha1h.32  q0, q1
14 0xba 0xff 0x82 0x03
15 # CHECK: sha1su1.32 q0, q1
16 0xba 0xff 0xc2 0x03
17 # CHECK: sha256su0.32 q0, q1
19 0x02 0xef 0x44 0x0c
20 # CHECK: sha1c.32  q0, q1, q2
21 0x22 0xef 0x44 0x0c
22 # CHECK: sha1m.32  q0, q1, q2
23 0x12 0xef 0x44 0x0c
24 # CHECK: sha1p.32 q0, q1, q2
25 0x32 0xef 0x44 0x0c
26 # CHECK: sha1su0.32  q0, q1, q2
27 0x02 0xff 0x44 0x0c
28 # CHECK: sha256h.32  q0, q1, q2
29 0x12 0xff 0x44 0x0c
30 # CHECK: sha256h2.32 q0, q1, q2
31 0x22 0xff 0x44 0x0c
32 # CHECK: sha256su1.32 q0, q1, q2
34 0xe0 0xef 0xa1 0x0e
35 # CHECK: vmull.p64  q8, d16, d17
37 # This used to be incorrectly decoded into an sha256h.32 [0x00,0xff,0x40,0x0c]
38 # The other similar encodings are stc2 [0x00,0xfd,0x40,0x0c] and cdp2 [0x00,0xfe,0x40,0x0c]
39 0x00 0xfc 0x40 0x0c
40 # CHECK-NOT: sha256h.32
41 # CHECK-NOT: stc2
42 # CHECK-NOT: cdp2