Compiler projects using llvm
# RUN: llvm-mc -arch=amdgcn -mcpu=gfx1100 -disassemble -show-encoding < %s | FileCheck -strict-whitespace %s -check-prefix=GFX11

# GFX11: exp dual_src_blend0 v4, v3, v2, v1      ; encoding: [0x5f,0x01,0x00,0xf8,0x04,0x03,0x02,0x01]
0x5f,0x01,0x00,0xf8,0x04,0x03,0x02,0x01

# GFX11: exp dual_src_blend1 v2, v3, off, off    ; encoding: [0x63,0x01,0x00,0xf8,0x02,0x03,0x00,0x00]
0x63,0x01,0x00,0xf8,0x02,0x03,0x00,0x00

# GFX11: exp mrtz v4, v3, v2, v1 row_en          ; encoding: [0x8f,0x20,0x00,0xf8,0x04,0x03,0x02,0x01]
0x8f,0x20,0x00,0xf8,0x04,0x03,0x02,0x01

# GFX11: exp mrtz v4, v3, off, off done row_en   ; encoding: [0x83,0x28,0x00,0xf8,0x04,0x03,0x00,0x00]
0x83,0x28,0x00,0xf8,0x04,0x03,0x00,0x00