[ARM] Better OR's for MVE compares
[llvm-core.git] / test / MC / ARM / armv8.2a-dotprod-t32.s
blob77d81a252174f41e65b1a52a2598c3fd6155b641
1 // RUN: llvm-mc -triple thumb -mattr=+dotprod -show-encoding < %s | FileCheck %s --check-prefix=CHECK
2 // RUN: llvm-mc -triple thumb -mcpu=cortex-a75 -show-encoding < %s | FileCheck %s --check-prefix=CHECK
3 // RUN: llvm-mc -triple thumb -mcpu=cortex-a76 -show-encoding < %s | FileCheck %s --check-prefix=CHECK
4 // RUN: llvm-mc -triple thumb -mcpu=cortex-a55 -show-encoding < %s | FileCheck %s --check-prefix=CHECK
6 // RUN: not llvm-mc -triple thumb -mattr=-dotprod -show-encoding < %s 2> %t
7 // RUN: FileCheck --check-prefix=CHECK-ERROR < %t %s
8 // RUN: not llvm-mc -triple thumb -show-encoding < %s 2> %t
9 // RUN: FileCheck --check-prefix=CHECK-ERROR < %t %s
10 // RUN: not llvm-mc -triple thumb -mattr=+v8.1a -show-encoding < %s 2> %t
11 // RUN: FileCheck --check-prefix=CHECK-ERROR < %t %s
12 // RUN: not llvm-mc -triple thumb -mattr=+v8.2a -show-encoding < %s 2> %t
13 // RUN: FileCheck --check-prefix=CHECK-ERROR < %t %s
15 vudot.u8 d0, d1, d2
16 vsdot.s8 d0, d1, d2
17 vudot.u8 q0, q1, q4
18 vsdot.s8 q0, q1, q4
19 vudot.u8 d0, d1, d2[0]
20 vsdot.s8 d0, d1, d2[1]
21 vudot.u8 q0, q1, d4[0]
22 vsdot.s8 q0, q1, d4[1]
24 //CHECK: vudot.u8 d0, d1, d2 @ encoding: [0x21,0xfc,0x12,0x0d]
25 //CHECK: vsdot.s8 d0, d1, d2 @ encoding: [0x21,0xfc,0x02,0x0d]
26 //CHECK: vudot.u8 q0, q1, q4 @ encoding: [0x22,0xfc,0x58,0x0d]
27 //CHECK: vsdot.s8 q0, q1, q4 @ encoding: [0x22,0xfc,0x48,0x0d]
28 //CHECK: vudot.u8 d0, d1, d2[0] @ encoding: [0x21,0xfe,0x12,0x0d]
29 //CHECK: vsdot.s8 d0, d1, d2[1] @ encoding: [0x21,0xfe,0x22,0x0d]
30 //CHECK: vudot.u8 q0, q1, d4[0] @ encoding: [0x22,0xfe,0x54,0x0d]
31 //CHECK: vsdot.s8 q0, q1, d4[1] @ encoding: [0x22,0xfe,0x64,0x0d]
33 //CHECK-ERROR: error: instruction requires: dotprod
34 //CHECK-ERROR: error: instruction requires: dotprod
35 //CHECK-ERROR: error: instruction requires: dotprod
36 //CHECK-ERROR: error: instruction requires: dotprod
37 //CHECK-ERROR: error: instruction requires: dotprod
38 //CHECK-ERROR: error: instruction requires: dotprod
39 //CHECK-ERROR: error: instruction requires: dotprod
40 //CHECK-ERROR: error: instruction requires: dotprod