|
6 | 6 |
|
7 | 7 | # CHECK-PLUS: :[[@LINE+2]]:20: error: register must be a GPR excluding zero (x0) |
8 | 8 | # CHECK-MINUS: :[[@LINE+1]]:20: error: invalid operand for instruction |
9 | | -qc.slasat x10, x3, 17 |
| 9 | +qc.shlsat x10, x3, 17 |
10 | 10 |
|
11 | 11 | # CHECK: :[[@LINE+1]]:1: error: too few operands for instruction |
12 | | -qc.slasat x10, x3 |
| 12 | +qc.shlsat x10, x3 |
13 | 13 |
|
14 | 14 | # CHECK-PLUS: :[[@LINE+2]]:11: error: register must be a GPR excluding zero (x0) |
15 | 15 | # CHECK-MINUS: :[[@LINE+1]]:11: error: invalid operand for instruction |
16 | | -qc.slasat x0, x3, x17 |
| 16 | +qc.shlsat x0, x3, x17 |
17 | 17 |
|
18 | 18 | # CHECK-PLUS: :[[@LINE+2]]:16: error: register must be a GPR excluding zero (x0) |
19 | 19 | # CHECK-MINUS: :[[@LINE+1]]:16: error: invalid operand for instruction |
20 | | -qc.slasat x10, x0, x17 |
| 20 | +qc.shlsat x10, x0, x17 |
21 | 21 |
|
22 | 22 | # CHECK-PLUS: :[[@LINE+2]]:20: error: register must be a GPR excluding zero (x0) |
23 | 23 | # CHECK-MINUS: :[[@LINE+1]]:20: error: invalid operand for instruction |
24 | | -qc.slasat x10, x3, x0 |
| 24 | +qc.shlsat x10, x3, x0 |
25 | 25 |
|
26 | 26 | # CHECK-MINUS: :[[@LINE+1]]:1: error: instruction requires the following: 'Xqcia' (Qualcomm uC Arithmetic Extension) |
27 | | -qc.slasat x10, x3, x17 |
| 27 | +qc.shlsat x10, x3, x17 |
28 | 28 |
|
29 | 29 |
|
30 | | -# CHECK-PLUS: :[[@LINE+2]]:21: error: register must be a GPR excluding zero (x0) |
31 | | -# CHECK-MINUS: :[[@LINE+1]]:21: error: invalid operand for instruction |
32 | | -qc.sllsat x23, x25, 27 |
| 30 | +# CHECK-PLUS: :[[@LINE+2]]:22: error: register must be a GPR excluding zero (x0) |
| 31 | +# CHECK-MINUS: :[[@LINE+1]]:22: error: invalid operand for instruction |
| 32 | +qc.shlusat x23, x25, 27 |
33 | 33 |
|
34 | 34 | # CHECK: :[[@LINE+1]]:1: error: too few operands for instruction |
35 | | -qc.sllsat x23, x25 |
| 35 | +qc.shlusat x23, x25 |
36 | 36 |
|
37 | | -# CHECK-PLUS: :[[@LINE+2]]:11: error: register must be a GPR excluding zero (x0) |
38 | | -# CHECK-MINUS: :[[@LINE+1]]:11: error: invalid operand for instruction |
39 | | -qc.sllsat x0, x25, x27 |
| 37 | +# CHECK-PLUS: :[[@LINE+2]]:12: error: register must be a GPR excluding zero (x0) |
| 38 | +# CHECK-MINUS: :[[@LINE+1]]:12: error: invalid operand for instruction |
| 39 | +qc.shlusat x0, x25, x27 |
40 | 40 |
|
41 | | -# CHECK-PLUS: :[[@LINE+2]]:16: error: register must be a GPR excluding zero (x0) |
42 | | -# CHECK-MINUS: :[[@LINE+1]]:16: error: invalid operand for instruction |
43 | | -qc.sllsat x23, x0, x27 |
| 41 | +# CHECK-PLUS: :[[@LINE+2]]:17: error: register must be a GPR excluding zero (x0) |
| 42 | +# CHECK-MINUS: :[[@LINE+1]]:17: error: invalid operand for instruction |
| 43 | +qc.shlusat x23, x0, x27 |
44 | 44 |
|
45 | | -# CHECK-PLUS: :[[@LINE+2]]:21: error: register must be a GPR excluding zero (x0) |
46 | | -# CHECK-MINUS: :[[@LINE+1]]:21: error: invalid operand for instruction |
47 | | -qc.sllsat x23, x25, x0 |
| 45 | +# CHECK-PLUS: :[[@LINE+2]]:22: error: register must be a GPR excluding zero (x0) |
| 46 | +# CHECK-MINUS: :[[@LINE+1]]:22: error: invalid operand for instruction |
| 47 | +qc.shlusat x23, x25, x0 |
48 | 48 |
|
49 | 49 | # CHECK-MINUS: :[[@LINE+1]]:1: error: instruction requires the following: 'Xqcia' (Qualcomm uC Arithmetic Extension) |
50 | | -qc.sllsat x23, x25, x27 |
| 50 | +qc.shlusat x23, x25, x27 |
51 | 51 |
|
52 | 52 |
|
53 | 53 | # CHECK-PLUS: :[[@LINE+2]]:21: error: register must be a GPR excluding zero (x0) |
|
0 commit comments