|
5 | 5 | # RUN: llvm-mc -triple=riscv64 -filetype=obj --mattr=+xtheadvdot %s \ |
6 | 6 | # RUN: | llvm-objdump -d --mattr=+xtheadvdot - \ |
7 | 7 | # RUN: | FileCheck %s --check-prefix=CHECK-INST |
8 | | -# RUN: llvm-mc -triple=riscv64 -filetype=obj --mattr=+xtheadvdot %s \ |
9 | | -# RUN: | llvm-objdump -d - | FileCheck %s --check-prefix=CHECK-UNKNOWN |
10 | 8 |
|
11 | 9 | th.vmaqau.vv v8, v20, v4, v0.t |
12 | 10 | # CHECK-INST: th.vmaqau.vv v8, v20, v4, v0.t |
13 | 11 | # CHECK-ENCODING: [0x0b,0x64,0x4a,0x88] |
14 | 12 | # CHECK-ERROR: instruction requires the following: 'XTHeadVdot' (T-Head Vector Extensions for Dot){{$}} |
15 | | -# CHECK-UNKNOWN: 884a640b <unknown> |
16 | 13 |
|
17 | 14 | th.vmaqau.vv v8, v20, v4 |
18 | 15 | # CHECK-INST: th.vmaqau.vv v8, v20, v4 |
19 | 16 | # CHECK-ENCODING: [0x0b,0x64,0x4a,0x8a] |
20 | 17 | # CHECK-ERROR: instruction requires the following: 'XTHeadVdot' (T-Head Vector Extensions for Dot){{$}} |
21 | | -# CHECK-UNKNOWN: 8a4a640b <unknown> |
22 | 18 |
|
23 | 19 | th.vmaqau.vx v8, a0, v4, v0.t |
24 | 20 | # CHECK-INST: th.vmaqau.vx v8, a0, v4, v0.t |
25 | 21 | # CHECK-ENCODING: [0x0b,0x64,0x45,0x8c] |
26 | 22 | # CHECK-ERROR: instruction requires the following: 'XTHeadVdot' (T-Head Vector Extensions for Dot){{$}} |
27 | | -# CHECK-UNKNOWN: 8c45640b <unknown> |
28 | 23 |
|
29 | 24 | th.vmaqau.vx v8, a0, v4 |
30 | 25 | # CHECK-INST: th.vmaqau.vx v8, a0, v4 |
31 | 26 | # CHECK-ENCODING: [0x0b,0x64,0x45,0x8e] |
32 | 27 | # CHECK-ERROR: instruction requires the following: 'XTHeadVdot' (T-Head Vector Extensions for Dot){{$}} |
33 | | -# CHECK-UNKNOWN: 8e45640b <unknown> |
34 | 28 |
|
35 | 29 | th.vmaqa.vv v8, v20, v4, v0.t |
36 | 30 | # CHECK-INST: th.vmaqa.vv v8, v20, v4, v0.t |
37 | 31 | # CHECK-ENCODING: [0x0b,0x64,0x4a,0x80] |
38 | 32 | # CHECK-ERROR: instruction requires the following: 'XTHeadVdot' (T-Head Vector Extensions for Dot){{$}} |
39 | | -# CHECK-UNKNOWN: 804a640b <unknown> |
40 | 33 |
|
41 | 34 | th.vmaqa.vv v8, v20, v4 |
42 | 35 | # CHECK-INST: th.vmaqa.vv v8, v20, v4 |
43 | 36 | # CHECK-ENCODING: [0x0b,0x64,0x4a,0x82] |
44 | 37 | # CHECK-ERROR: instruction requires the following: 'XTHeadVdot' (T-Head Vector Extensions for Dot){{$}} |
45 | | -# CHECK-UNKNOWN: 824a640b <unknown> |
46 | 38 |
|
47 | 39 | th.vmaqa.vx v8, a0, v4, v0.t |
48 | 40 | # CHECK-INST: th.vmaqa.vx v8, a0, v4, v0.t |
49 | 41 | # CHECK-ENCODING: [0x0b,0x64,0x45,0x84] |
50 | 42 | # CHECK-ERROR: instruction requires the following: 'XTHeadVdot' (T-Head Vector Extensions for Dot){{$}} |
51 | | -# CHECK-UNKNOWN: 8445640b <unknown> |
52 | 43 |
|
53 | 44 | th.vmaqa.vx v8, a0, v4 |
54 | 45 | # CHECK-INST: th.vmaqa.vx v8, a0, v4 |
55 | 46 | # CHECK-ENCODING: [0x0b,0x64,0x45,0x86] |
56 | 47 | # CHECK-ERROR: instruction requires the following: 'XTHeadVdot' (T-Head Vector Extensions for Dot){{$}} |
57 | | -# CHECK-UNKNOWN: 8645640b <unknown> |
58 | 48 |
|
59 | 49 | th.vmaqasu.vv v8, v20, v4, v0.t |
60 | 50 | # CHECK-INST: th.vmaqasu.vv v8, v20, v4, v0.t |
61 | 51 | # CHECK-ENCODING: [0x0b,0x64,0x4a,0x90] |
62 | 52 | # CHECK-ERROR: instruction requires the following: 'XTHeadVdot' (T-Head Vector Extensions for Dot){{$}} |
63 | | -# CHECK-UNKNOWN: 904a640b <unknown> |
64 | 53 |
|
65 | 54 | th.vmaqasu.vv v8, v20, v4 |
66 | 55 | # CHECK-INST: th.vmaqasu.vv v8, v20, v4 |
67 | 56 | # CHECK-ENCODING: [0x0b,0x64,0x4a,0x92] |
68 | 57 | # CHECK-ERROR: instruction requires the following: 'XTHeadVdot' (T-Head Vector Extensions for Dot){{$}} |
69 | | -# CHECK-UNKNOWN: 924a640b <unknown> |
70 | 58 |
|
71 | 59 | th.vmaqasu.vx v8, a0, v4, v0.t |
72 | 60 | # CHECK-INST: th.vmaqasu.vx v8, a0, v4, v0.t |
73 | 61 | # CHECK-ENCODING: [0x0b,0x64,0x45,0x94] |
74 | 62 | # CHECK-ERROR: instruction requires the following: 'XTHeadVdot' (T-Head Vector Extensions for Dot){{$}} |
75 | | -# CHECK-UNKNOWN: 9445640b <unknown> |
76 | 63 |
|
77 | 64 | th.vmaqasu.vx v8, a0, v4 |
78 | 65 | # CHECK-INST: th.vmaqasu.vx v8, a0, v4 |
79 | 66 | # CHECK-ENCODING: [0x0b,0x64,0x45,0x96] |
80 | 67 | # CHECK-ERROR: instruction requires the following: 'XTHeadVdot' (T-Head Vector Extensions for Dot){{$}} |
81 | | -# CHECK-UNKNOWN: 9645640b <unknown> |
82 | 68 |
|
83 | 69 | th.vmaqaus.vx v8, a0, v4, v0.t |
84 | 70 | # CHECK-INST: th.vmaqaus.vx v8, a0, v4, v0.t |
85 | 71 | # CHECK-ENCODING: [0x0b,0x64,0x45,0x9c] |
86 | 72 | # CHECK-ERROR: instruction requires the following: 'XTHeadVdot' (T-Head Vector Extensions for Dot){{$}} |
87 | | -# CHECK-UNKNOWN: 9c45640b <unknown> |
88 | 73 |
|
89 | 74 | th.vmaqaus.vx v8, a0, v4 |
90 | 75 | # CHECK-INST: th.vmaqaus.vx v8, a0, v4 |
91 | 76 | # CHECK-ENCODING: [0x0b,0x64,0x45,0x9e] |
92 | 77 | # CHECK-ERROR: instruction requires the following: 'XTHeadVdot' (T-Head Vector Extensions for Dot){{$}} |
93 | | -# CHECK-UNKNOWN: 9e45640b <unknown> |
0 commit comments