[AMDGPU][mc] Add regression tests for Bug 28168

llvm-svn: 281967
This commit is contained in:
Artem Tamazov 2016-09-20 11:58:40 +00:00
parent 943a1dadb1
commit 82d2a4e2c2

View 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]