Revert r354244 "[DAGCombiner] Eliminate dead stores to stack."
[llvm-complete.git] / test / MC / Disassembler / AMDGPU / exp_vi.txt
blob9291fb807839a24a2223cd2d709eab405a6b1ad2
1 # RUN: llvm-mc -arch=amdgcn -mcpu=tonga -disassemble -show-encoding < %s | FileCheck %s -check-prefix=VI
3 # VI: exp mrt0 v1, v2, v3, v4    ; encoding: [0x0f,0x00,0x00,0xc4,0x01,0x02,0x03,0x04]
4 0x0f,0x00,0x00,0xc4,0x01,0x02,0x03,0x04
6 # VI: exp mrt0 v1, v2, v3, v4 vm    ; encoding: [0x0f,0x10,0x00,0xc4,0x01,0x02,0x03,0x04]
7 0x0f,0x10,0x00,0xc4,0x01,0x02,0x03,0x04
9 # VI: exp mrt0 v1, v1, v3, v3 compr    ; encoding: [0x0f,0x04,0x00,0xc4,0x01,0x03,0x00,0x00]
10 0x0f,0x04,0x00,0xc4,0x01,0x03,0x00,0x00
12 # VI: exp mrt0 v1, v2, v3, v4 done    ; encoding: [0x0f,0x08,0x00,0xc4,0x01,0x02,0x03,0x04]
13 0x0f,0x08,0x00,0xc4,0x01,0x02,0x03,0x04
15 # VI: exp mrt0 v2, v2, v4, v4 done compr vm    ; encoding: [0x0f,0x1c,0x00,0xc4,0x02,0x04,0x00,0x00]
16 0x0f,0x1c,0x00,0xc4,0x02,0x04,0x00,0x00
18 # VI: exp mrt0 v7, off, off, off vm    ; encoding: [0x01,0x10,0x00,0xc4,0x07,0x00,0x00,0x00]
19 0x01,0x10,0x00,0xc4,0x07,0x00,0x00,0x00
21 # VI: exp mrt0 off, off, v1, v2    ; encoding: [0x0c,0x00,0x00,0xc4,0x00,0x00,0x01,0x02]
22 0x0c,0x00,0x00,0xc4,0x00,0x00,0x01,0x02
24 # VI: exp mrt0 off, off, v8, v8 done compr    ; encoding: [0x0c,0x0c,0x00,0xc4,0x00,0x08,0x00,0x00]
25 0x0c,0x0c,0x00,0xc4,0x00,0x08,0x00,0x00
27 # VI: exp mrt0 v1, v1, off, off compr   ; encoding: [0x03,0x04,0x00,0xc4,0x01,0x00,0x00,0x00]
28 0x03,0x04,0x00,0xc4,0x01,0x00,0x00,0x00
30 # VI: exp param0 off, off, off, off compr    ; encoding: [0x00,0x06,0x00,0xc4,0x00,0x00,0x00,0x00]
31 0x00,0x06,0x00,0xc4,0x00,0x00,0x00,0x00
33 # VI: exp mrtz v0, off, off, off done vm    ; encoding: [0x81,0x18,0x00,0xc4,0x00,0x00,0x00,0x00]
34 0x81,0x18,0x00,0xc4,0x00,0x00,0x00,0x00
36 # VI: exp null v255, v0, v255, v0    ; encoding: [0x9f,0x00,0x00,0xc4,0xff,0x00,0xff,0x00]
37 0x9f,0x00,0x00,0xc4,0xff,0x00,0xff,0x00
39 # VI: exp pos0 v1, off, off, off    ; encoding: [0xc1,0x00,0x00,0xc4,0x01,0x00,0x00,0x00]
40 0xc1,0x00,0x00,0xc4,0x01,0x00,0x00,0x00