|
1 |
| -# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1010 -disassemble -show-encoding < %s | FileCheck %s -check-prefix=GXF10 |
| 1 | +# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1010 -disassemble -show-encoding < %s | FileCheck %s -check-prefix=GFX10 |
2 | 2 |
|
3 |
| -# GXF10: exp mrt0 v1, v2, v3, v4 ; encoding: [0x0f,0x00,0x00,0xf8,0x01,0x02,0x03,0x04] |
| 3 | +# GFX10: exp mrt0 v1, v2, v3, v4 ; encoding: [0x0f,0x00,0x00,0xf8,0x01,0x02,0x03,0x04] |
4 | 4 | 0x0f,0x00,0x00,0xf8,0x01,0x02,0x03,0x04
|
5 | 5 |
|
6 |
| -# GXF10: exp mrt0 v1, v2, v3, v4 vm ; encoding: [0x0f,0x10,0x00,0xf8,0x01,0x02,0x03,0x04] |
| 6 | +# GFX10: exp mrt0 v1, v2, v3, v4 vm ; encoding: [0x0f,0x10,0x00,0xf8,0x01,0x02,0x03,0x04] |
7 | 7 | 0x0f,0x10,0x00,0xf8,0x01,0x02,0x03,0x04
|
8 | 8 |
|
9 |
| -# GXF10: exp mrt0 v1, v1, v3, v3 compr ; encoding: [0x0f,0x04,0x00,0xf8,0x01,0x03,0x00,0x00] |
| 9 | +# GFX10: exp mrt0 v1, v1, v3, v3 compr ; encoding: [0x0f,0x04,0x00,0xf8,0x01,0x03,0x00,0x00] |
10 | 10 | 0x0f,0x04,0x00,0xf8,0x01,0x03,0x00,0x00
|
11 | 11 |
|
12 |
| -# GXF10: exp mrt0 v1, v2, v3, v4 done ; encoding: [0x0f,0x08,0x00,0xf8,0x01,0x02,0x03,0x04] |
| 12 | +# GFX10: exp mrt0 v1, v2, v3, v4 done ; encoding: [0x0f,0x08,0x00,0xf8,0x01,0x02,0x03,0x04] |
13 | 13 | 0x0f,0x08,0x00,0xf8,0x01,0x02,0x03,0x04
|
14 | 14 |
|
15 |
| -# GXF10: exp mrt0 v2, v2, v4, v4 done compr vm ; encoding: [0x0f,0x1c,0x00,0xf8,0x02,0x04,0x00,0x00] |
| 15 | +# GFX10: exp mrt0 v2, v2, v4, v4 done compr vm ; encoding: [0x0f,0x1c,0x00,0xf8,0x02,0x04,0x00,0x00] |
16 | 16 | 0x0f,0x1c,0x00,0xf8,0x02,0x04,0x00,0x00
|
17 | 17 |
|
18 |
| -# GXF10: exp mrt0 v7, off, off, off vm ; encoding: [0x01,0x10,0x00,0xf8,0x07,0x00,0x00,0x00] |
| 18 | +# GFX10: exp mrt0 v7, off, off, off vm ; encoding: [0x01,0x10,0x00,0xf8,0x07,0x00,0x00,0x00] |
19 | 19 | 0x01,0x10,0x00,0xf8,0x07,0x00,0x00,0x00
|
20 | 20 |
|
21 |
| -# GXF10: exp mrt0 off, off, v1, v2 ; encoding: [0x0c,0x00,0x00,0xf8,0x00,0x00,0x01,0x02] |
| 21 | +# GFX10: exp mrt0 off, off, v1, v2 ; encoding: [0x0c,0x00,0x00,0xf8,0x00,0x00,0x01,0x02] |
22 | 22 | 0x0c,0x00,0x00,0xf8,0x00,0x00,0x01,0x02
|
23 | 23 |
|
24 |
| -# GXF10: exp mrt0 off, off, v8, v8 done compr ; encoding: [0x0c,0x0c,0x00,0xf8,0x00,0x08,0x00,0x00] |
| 24 | +# GFX10: exp mrt0 off, off, v8, v8 done compr ; encoding: [0x0c,0x0c,0x00,0xf8,0x00,0x08,0x00,0x00] |
25 | 25 | 0x0c,0x0c,0x00,0xf8,0x00,0x08,0x00,0x00
|
26 | 26 |
|
27 |
| -# GXF10: exp mrt0 v1, v1, off, off compr ; encoding: [0x03,0x04,0x00,0xf8,0x01,0x00,0x00,0x00] |
| 27 | +# GFX10: exp mrt0 v1, v1, off, off compr ; encoding: [0x03,0x04,0x00,0xf8,0x01,0x00,0x00,0x00] |
28 | 28 | 0x03,0x04,0x00,0xf8,0x01,0x00,0x00,0x00
|
29 | 29 |
|
30 |
| -# GXF10: exp param0 off, off, off, off compr ; encoding: [0x00,0x06,0x00,0xf8,0x00,0x00,0x00,0x00] |
| 30 | +# GFX10: exp param0 off, off, off, off compr ; encoding: [0x00,0x06,0x00,0xf8,0x00,0x00,0x00,0x00] |
31 | 31 | 0x00,0x06,0x00,0xf8,0x00,0x00,0x00,0x00
|
32 | 32 |
|
33 |
| -# GXF10: exp mrtz v0, off, off, off done vm ; encoding: [0x81,0x18,0x00,0xf8,0x00,0x00,0x00,0x00] |
| 33 | +# GFX10: exp mrtz v0, off, off, off done vm ; encoding: [0x81,0x18,0x00,0xf8,0x00,0x00,0x00,0x00] |
34 | 34 | 0x81,0x18,0x00,0xf8,0x00,0x00,0x00,0x00
|
35 | 35 |
|
36 |
| -# GXF10: exp null v255, v0, v255, v0 ; encoding: [0x9f,0x00,0x00,0xf8,0xff,0x00,0xff,0x00] |
| 36 | +# GFX10: exp null v255, v0, v255, v0 ; encoding: [0x9f,0x00,0x00,0xf8,0xff,0x00,0xff,0x00] |
37 | 37 | 0x9f,0x00,0x00,0xf8,0xff,0x00,0xff,0x00
|
38 | 38 |
|
39 |
| -# GXF10: exp pos0 v1, off, off, off ; encoding: [0xc1,0x00,0x00,0xf8,0x01,0x00,0x00,0x00] |
| 39 | +# GFX10: exp pos0 v1, off, off, off ; encoding: [0xc1,0x00,0x00,0xf8,0x01,0x00,0x00,0x00] |
40 | 40 | 0xc1,0x00,0x00,0xf8,0x01,0x00,0x00,0x00
|
41 | 41 |
|
42 |
| -# GXF10: exp pos3 v1, off, off, off ; encoding: [0xf1,0x00,0x00,0xf8,0x01,0x00,0x00,0x00] |
| 42 | +# GFX10: exp pos3 v1, off, off, off ; encoding: [0xf1,0x00,0x00,0xf8,0x01,0x00,0x00,0x00] |
43 | 43 | 0xf1,0x00,0x00,0xf8,0x01,0x00,0x00,0x00
|
44 | 44 |
|
45 |
| -# GXF10: exp pos4 v1, off, off, off ; encoding: [0x01,0x01,0x00,0xf8,0x01,0x00,0x00,0x00] |
| 45 | +# GFX10: exp pos4 v1, off, off, off ; encoding: [0x01,0x01,0x00,0xf8,0x01,0x00,0x00,0x00] |
46 | 46 | 0x01,0x01,0x00,0xf8,0x01,0x00,0x00,0x00
|
47 | 47 |
|
48 |
| -# GXF10: exp prim v2, v3, off, off ; encoding: [0x43,0x01,0x00,0xf8,0x02,0x03,0x00,0x00] |
| 48 | +# GFX10: exp prim v2, v3, off, off ; encoding: [0x43,0x01,0x00,0xf8,0x02,0x03,0x00,0x00] |
49 | 49 | 0x43,0x01,0x00,0xf8,0x02,0x03,0x00,0x00
|
0 commit comments