Home | History | Annotate | Download | only in ARM
      1 @ RUN: llvm-mc -triple thumbv8 -mattr=+neon,+crypto -show-encoding < %s | FileCheck %s
      2 
      3 aesd.8  q0, q1
      4 @ CHECK: aesd.8  q0, q1         @ encoding: [0xb0,0xff,0x42,0x03]
      5 aese.8  q0, q1
      6 @ CHECK: aese.8 q0, q1          @ encoding: [0xb0,0xff,0x02,0x03]
      7 aesimc.8  q0, q1
      8 @ CHECK: aesimc.8 q0, q1        @ encoding: [0xb0,0xff,0xc2,0x03]
      9 aesmc.8  q0, q1
     10 @ CHECK: aesmc.8 q0, q1         @ encoding: [0xb0,0xff,0x82,0x03]
     11 
     12 sha1h.32  q0, q1
     13 @ CHECK: sha1h.32  q0, q1       @ encoding: [0xb9,0xff,0xc2,0x02]
     14 sha1su1.32  q0, q1
     15 @ CHECK: sha1su1.32 q0, q1      @ encoding: [0xba,0xff,0x82,0x03]
     16 sha256su0.32  q0, q1
     17 @ CHECK: sha256su0.32 q0, q1    @ encoding: [0xba,0xff,0xc2,0x03]
     18 
     19 sha1c.32  q0, q1, q2
     20 @ CHECK: sha1c.32  q0, q1, q2   @ encoding: [0x02,0xef,0x44,0x0c]
     21 sha1m.32  q0, q1, q2
     22 @ CHECK: sha1m.32  q0, q1, q2   @ encoding: [0x22,0xef,0x44,0x0c]
     23 sha1p.32  q0, q1, q2
     24 @ CHECK: sha1p.32 q0, q1, q2    @ encoding: [0x12,0xef,0x44,0x0c]
     25 sha1su0.32  q0, q1, q2
     26 @ CHECK: sha1su0.32  q0, q1, q2      @ encoding: [0x32,0xef,0x44,0x0c]
     27 sha256h.32  q0, q1, q2
     28 @ CHECK: sha256h.32  q0, q1, q2      @ encoding: [0x02,0xff,0x44,0x0c]
     29 sha256h2.32  q0, q1, q2
     30 @ CHECK: sha256h2.32 q0, q1, q2      @ encoding: [0x12,0xff,0x44,0x0c]
     31 sha256su1.32  q0, q1, q2
     32 @ CHECK: sha256su1.32 q0, q1, q2     @ encoding: [0x22,0xff,0x44,0x0c]
     33 
     34 vmull.p64 q8, d16, d17
     35 @ CHECK: vmull.p64  q8, d16, d17    @ encoding: [0xe0,0xef,0xa1,0x0e]
     36