forked from OSchip/llvm-project
[AMDGPU] Remove duplicate gfx10 assembler and disassembler tests
Summary: Depends on D72611. Reviewers: rampitec, arsenm Subscribers: kzhuravl, jvesely, wdng, nhaehnle, yaxunl, dstuttard, tpr, t-tye, jfb, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D72616
This commit is contained in:
parent
0950de264e
commit
440ce5164f
File diff suppressed because it is too large
Load Diff
|
@ -5777,9 +5777,6 @@
|
|||
# GFX10: ds_read_addtid_b32 v5 offset:65535 gds ; encoding: [0xff,0xff,0xc6,0xda,0x00,0x00,0x00,0x05]
|
||||
0xff 0xff 0xc6 0xda 0x00 0x00 0x00 0x05
|
||||
|
||||
# GFX10: ds_read_addtid_b32 v5 offset:65535 ; encoding: [0xff,0xff,0xc4,0xda,0x00,0x00,0x00,0x05]
|
||||
0xff 0xff 0xc4 0xda 0x00 0x00 0x00 0x05
|
||||
|
||||
# GFX10: ds_read_b128 v[252:255], v1 offset:65535 ; encoding: [0xff,0xff,0xfc,0xdb,0x01,0x00,0x00,0xfc]
|
||||
0xff,0xff,0xfc,0xdb,0x01,0x00,0x00,0xfc
|
||||
|
||||
|
@ -7085,9 +7082,6 @@
|
|||
# GFX10: ds_write_addtid_b32 v5 offset:65535 gds ; encoding: [0xff,0xff,0xc2,0xda,0x00,0x05,0x00,0x00]
|
||||
0xff 0xff 0xc2 0xda 0x00 0x05 0x00 0x00
|
||||
|
||||
# GFX10: ds_write_addtid_b32 v5 offset:65535 ; encoding: [0xff,0xff,0xc0,0xda,0x00,0x05,0x00,0x00]
|
||||
0xff 0xff 0xc0 0xda 0x00 0x05 0x00 0x00
|
||||
|
||||
# GFX10: ds_write_b128 v1, v[252:255] offset:65535 ; encoding: [0xff,0xff,0x7c,0xdb,0x01,0xfc,0x00,0x00]
|
||||
0xff,0xff,0x7c,0xdb,0x01,0xfc,0x00,0x00
|
||||
|
||||
|
@ -9935,9 +9929,6 @@
|
|||
# GFX10: s_ashr_i64 vcc, s[2:3], s4 ; encoding: [0x02,0x04,0xea,0x91]
|
||||
0x02,0x04,0xea,0x91
|
||||
|
||||
# GFX10: s_ashr_i64 vcc, s[2:3], s4 ; encoding: [0x02,0x04,0xea,0x91]
|
||||
0x02,0x04,0xea,0x91
|
||||
|
||||
# GFX10: s_atc_probe 7, s[4:5], 0x64 ; encoding: [0xc2,0x01,0x98,0xf4,0x64,0x00,0x00,0xfa]
|
||||
0xc2,0x01,0x98,0xf4,0x64,0x00,0x00,0xfa
|
||||
|
||||
|
|
Loading…
Reference in New Issue