| # RUN: llvm-mc -triple=amdgcn -mcpu=gfx1200 -disassemble -show-encoding < %s | FileCheck %s -check-prefix=GFX12 |
| |
| # GFX12: export dual_src_blend0 v4, v3, v2, v1 ; encoding: [0x5f,0x01,0x00,0xf8,0x04,0x03,0x02,0x01] |
| 0x5f,0x01,0x00,0xf8,0x04,0x03,0x02,0x01 |
| |
| # GFX12: export dual_src_blend1 v2, v3, off, off ; encoding: [0x63,0x01,0x00,0xf8,0x02,0x03,0x00,0x00] |
| 0x63,0x01,0x00,0xf8,0x02,0x03,0x00,0x00 |
| |
| # GFX12: export mrtz v4, v3, v2, v1 row_en ; encoding: [0x8f,0x20,0x00,0xf8,0x04,0x03,0x02,0x01] |
| 0x8f,0x20,0x00,0xf8,0x04,0x03,0x02,0x01 |
| |
| # GFX12: export 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 |