diff options
| author | Dmitry Preobrazhensky <dmitry.preobrazhensky@amd.com> | 2018-03-12 17:29:24 +0000 |
|---|---|---|
| committer | Dmitry Preobrazhensky <dmitry.preobrazhensky@amd.com> | 2018-03-12 17:29:24 +0000 |
| commit | d98c97b4f99ea481093996f65ec93b24e616f6a9 (patch) | |
| tree | e7ee106973d387f0000d0f3c119170fc0a01d75f /llvm/test/MC/Disassembler/AMDGPU/mubuf_vi.txt | |
| parent | bca036b6691973887517a33954d127cb69316508 (diff) | |
| download | bcm5719-llvm-d98c97b4f99ea481093996f65ec93b24e616f6a9.tar.gz bcm5719-llvm-d98c97b4f99ea481093996f65ec93b24e616f6a9.zip | |
[AMDGPU][MC][GFX8] Added BUFFER_STORE_LDS_DWORD Instruction
See bug 36558: https://bugs.llvm.org/show_bug.cgi?id=36558
Differential Revision: https://reviews.llvm.org/D43950
Reviewers: artem.tamazov, arsenm
llvm-svn: 327299
Diffstat (limited to 'llvm/test/MC/Disassembler/AMDGPU/mubuf_vi.txt')
| -rw-r--r-- | llvm/test/MC/Disassembler/AMDGPU/mubuf_vi.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/llvm/test/MC/Disassembler/AMDGPU/mubuf_vi.txt b/llvm/test/MC/Disassembler/AMDGPU/mubuf_vi.txt index ef245ce2ac9..f20081634c5 100644 --- a/llvm/test/MC/Disassembler/AMDGPU/mubuf_vi.txt +++ b/llvm/test/MC/Disassembler/AMDGPU/mubuf_vi.txt @@ -402,3 +402,12 @@ # VI: buffer_load_format_x v5, v[0:1], s[8:11], s3 idxen offen offset:4095 glc slc lds ; encoding: [0xff,0x7f,0x03,0xe0,0x00,0x05,0x02,0x03] 0xff,0x7f,0x03,0xe0,0x00,0x05,0x02,0x03 + +# VI: buffer_store_lds_dword s[4:7], s0 lds ; encoding: [0x00,0x00,0xf5,0xe0,0x00,0x00,0x01,0x00] +0x00,0x00,0xf5,0xe0,0x00,0x00,0x01,0x00 + +# VI: buffer_store_lds_dword s[4:7], s0 offset:4095 lds ; encoding: [0xff,0x0f,0xf5,0xe0,0x00,0x00,0x01,0x00] +0xff,0x0f,0xf5,0xe0,0x00,0x00,0x01,0x00 + +# VI: buffer_store_lds_dword s[4:7], s8 offset:4 lds glc slc ; encoding: [0x04,0x40,0xf7,0xe0,0x00,0x00,0x01,0x08] +0x04,0x40,0xf7,0xe0,0x00,0x00,0x01,0x08 |

