|
11 | 11 | vbrev.v v10, v9, v0.t |
12 | 12 | # CHECK-INST: vbrev.v v10, v9, v0.t |
13 | 13 | # CHECK-ENCODING: [0x57,0x25,0x95,0x48] |
14 | | -# CHECK-ERROR: instruction requires the following: 'Zvbb' (Vector basic bit-manipulation instructions.){{$}} |
| 14 | +# CHECK-ERROR: instruction requires the following: 'Zvbb' (Vector basic bit-manipulation instructions){{$}} |
15 | 15 | # CHECK-UNKNOWN: 57 25 95 48 <unknown> |
16 | 16 |
|
17 | 17 | vclz.v v10, v9, v0.t |
18 | 18 | # CHECK-INST: vclz.v v10, v9, v0.t |
19 | 19 | # CHECK-ENCODING: [0x57,0x25,0x96,0x48] |
20 | | -# CHECK-ERROR: instruction requires the following: 'Zvbb' (Vector basic bit-manipulation instructions.){{$}} |
| 20 | +# CHECK-ERROR: instruction requires the following: 'Zvbb' (Vector basic bit-manipulation instructions){{$}} |
21 | 21 | # CHECK-UNKNOWN: 57 25 96 48 <unknown> |
22 | 22 |
|
23 | 23 | vcpop.v v10, v9, v0.t |
24 | 24 | # CHECK-INST: vcpop.v v10, v9, v0.t |
25 | 25 | # CHECK-ENCODING: [0x57,0x25,0x97,0x48] |
26 | | -# CHECK-ERROR: instruction requires the following: 'Zvbb' (Vector basic bit-manipulation instructions.){{$}} |
| 26 | +# CHECK-ERROR: instruction requires the following: 'Zvbb' (Vector basic bit-manipulation instructions){{$}} |
27 | 27 | # CHECK-UNKNOWN: 57 25 97 48 <unknown> |
28 | 28 |
|
29 | 29 | vctz.v v10, v9, v0.t |
30 | 30 | # CHECK-INST: vctz.v v10, v9, v0.t |
31 | 31 | # CHECK-ENCODING: [0x57,0xa5,0x96,0x48] |
32 | | -# CHECK-ERROR: instruction requires the following: 'Zvbb' (Vector basic bit-manipulation instructions.){{$}} |
| 32 | +# CHECK-ERROR: instruction requires the following: 'Zvbb' (Vector basic bit-manipulation instructions){{$}} |
33 | 33 | # CHECK-UNKNOWN: 57 a5 96 48 <unknown> |
34 | 34 |
|
35 | 35 | vwsll.vv v10, v9, v8, v0.t |
36 | 36 | # CHECK-INST: vwsll.vv v10, v9, v8, v0.t |
37 | 37 | # CHECK-ENCODING: [0x57,0x05,0x94,0xd4] |
38 | | -# CHECK-ERROR: instruction requires the following: 'Zvbb' (Vector basic bit-manipulation instructions.){{$}} |
| 38 | +# CHECK-ERROR: instruction requires the following: 'Zvbb' (Vector basic bit-manipulation instructions){{$}} |
39 | 39 | # CHECK-UNKNOWN: 57 05 94 d4 <unknown> |
40 | 40 |
|
41 | 41 | vwsll.vx v10, v9, a0, v0.t |
42 | 42 | # CHECK-INST: vwsll.vx v10, v9, a0, v0.t |
43 | 43 | # CHECK-ENCODING: [0x57,0x45,0x95,0xd4] |
44 | | -# CHECK-ERROR: instruction requires the following: 'Zvbb' (Vector basic bit-manipulation instructions.){{$}} |
| 44 | +# CHECK-ERROR: instruction requires the following: 'Zvbb' (Vector basic bit-manipulation instructions){{$}} |
45 | 45 | # CHECK-UNKNOWN: 57 45 95 d4 <unknown> |
46 | 46 |
|
47 | 47 | vwsll.vi v10, v9, 29, v0.t |
48 | 48 | # CHECK-INST: vwsll.vi v10, v9, 29, v0.t |
49 | 49 | # CHECK-ENCODING: [0x57,0xb5,0x9e,0xd4] |
50 | | -# CHECK-ERROR: instruction requires the following: 'Zvbb' (Vector basic bit-manipulation instructions.){{$}} |
| 50 | +# CHECK-ERROR: instruction requires the following: 'Zvbb' (Vector basic bit-manipulation instructions){{$}} |
51 | 51 | # CHECK-UNKNOWN: 57 b5 9e d4 <unknown> |
0 commit comments