1 // RUN: llvm-mc -arch=amdgcn -show-encoding %s | FileCheck %s 2 // RUN: llvm-mc -arch=amdgcn -show-encoding %s | FileCheck %s 3 4 //===----------------------------------------------------------------------===// 5 // Instructions 6 //===----------------------------------------------------------------------===// 7 8 s_cmp_eq_i32 s1, s2 9 // CHECK: s_cmp_eq_i32 s1, s2 ; encoding: [0x01,0x02,0x00,0xbf] 10