mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-25 05:15:58 +00:00
[AMDGPU][mc] Add regression tests for Bug 28168
llvm-svn: 281967
This commit is contained in:
parent
943a1dadb1
commit
82d2a4e2c2
10
test/MC/AMDGPU/regression/bug28168.s
Normal file
10
test/MC/AMDGPU/regression/bug28168.s
Normal file
@ -0,0 +1,10 @@
|
||||
// RUN: llvm-mc -arch=amdgcn -mcpu=bonaire -show-encoding %s | FileCheck %s --check-prefix=GCN --check-prefix=SICI --check-prefix=CI
|
||||
// RUN: llvm-mc -arch=amdgcn -mcpu=tonga -show-encoding %s | FileCheck %s --check-prefix=GCN --check-prefix=CIVI --check-prefix=VI
|
||||
|
||||
v_mqsad_pk_u16_u8 v[0:1], s[0:1], s0, v[254:255]
|
||||
// CI: [0x00,0x00,0xe6,0xd2,0x00,0x00,0xf8,0x07]
|
||||
// VI: [0x00,0x00,0xe6,0xd1,0x00,0x00,0xf8,0x07]
|
||||
|
||||
v_qsad_pk_u16_u8 v[0:1], v[0:1], s0, s[0:1]
|
||||
// CI: [0x00,0x00,0xe4,0xd2,0x00,0x01,0x00,0x00]
|
||||
// VI: [0x00,0x00,0xe5,0xd1,0x00,0x01,0x00,0x00]
|
Loading…
x
Reference in New Issue
Block a user