diff options
Diffstat (limited to 'test/MC/R600/sopc.s')
-rw-r--r-- | test/MC/R600/sopc.s | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/MC/R600/sopc.s b/test/MC/R600/sopc.s new file mode 100644 index 0000000..0899c1a --- /dev/null +++ b/test/MC/R600/sopc.s @@ -0,0 +1,9 @@ +// RUN: llvm-mc -arch=amdgcn -show-encoding %s | FileCheck %s +// RUN: llvm-mc -arch=amdgcn -show-encoding %s | FileCheck %s + +//===----------------------------------------------------------------------===// +// Instructions +//===----------------------------------------------------------------------===// + +s_cmp_eq_i32 s1, s2 +// CHECK: s_cmp_eq_i32 s1, s2 ; encoding: [0x01,0x02,0x00,0xbf] |