1# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1200 -disassemble -show-encoding < %s | FileCheck %s -check-prefix=GFX12 2 3# GFX12: export dual_src_blend0 v4, v3, v2, v1 ; encoding: [0x5f,0x01,0x00,0xf8,0x04,0x03,0x02,0x01] 40x5f,0x01,0x00,0xf8,0x04,0x03,0x02,0x01 5 6# GFX12: export dual_src_blend1 v2, v3, off, off ; encoding: [0x63,0x01,0x00,0xf8,0x02,0x03,0x00,0x00] 70x63,0x01,0x00,0xf8,0x02,0x03,0x00,0x00 8 9# GFX12: export mrtz v4, v3, v2, v1 row_en ; encoding: [0x8f,0x20,0x00,0xf8,0x04,0x03,0x02,0x01] 100x8f,0x20,0x00,0xf8,0x04,0x03,0x02,0x01 11 12# GFX12: export mrtz v4, v3, off, off done row_en ; encoding: [0x83,0x28,0x00,0xf8,0x04,0x03,0x00,0x00] 130x83,0x28,0x00,0xf8,0x04,0x03,0x00,0x00 14