[llvm] 0815ed3 - [AMDGPU] Generate checks for a few more MC tests (#175640)

via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 12 12:49:32 PST 2026


Author: Jay Foad
Date: 2026-01-12T20:49:18Z
New Revision: 0815ed34b8109db89330883ecb42dd6dd251b763

URL: https://github.com/llvm/llvm-project/commit/0815ed34b8109db89330883ecb42dd6dd251b763
DIFF: https://github.com/llvm/llvm-project/commit/0815ed34b8109db89330883ecb42dd6dd251b763.diff

LOG: [AMDGPU] Generate checks for a few more MC tests (#175640)

Added: 
    

Modified: 
    llvm/test/MC/AMDGPU/gfx10-constant-bus.s
    llvm/test/MC/AMDGPU/gfx10_asm_vop1.s
    llvm/test/MC/AMDGPU/gfx10_asm_vop2.s
    llvm/test/MC/AMDGPU/gfx10_asm_vop3.s
    llvm/test/MC/AMDGPU/gfx10_asm_vopc_e64.s
    llvm/test/MC/AMDGPU/gfx11_asm_operands.s
    llvm/test/MC/AMDGPU/lds_direct-gfx10.s
    llvm/test/MC/AMDGPU/literalv216.s
    llvm/test/MC/AMDGPU/wave32.s

Removed: 
    


################################################################################
diff  --git a/llvm/test/MC/AMDGPU/gfx10-constant-bus.s b/llvm/test/MC/AMDGPU/gfx10-constant-bus.s
index eda83c8b517a0..7cfc0f0215ff7 100644
--- a/llvm/test/MC/AMDGPU/gfx10-constant-bus.s
+++ b/llvm/test/MC/AMDGPU/gfx10-constant-bus.s
@@ -1,3 +1,4 @@
+// NOTE: Assertions have been autogenerated by utils/update_mc_test_checks.py UTC_ARGS: --version 6
 // RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1010 -show-encoding %s | FileCheck -check-prefixes=GCN,GFX10 %s
 // RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1010 %s -filetype=null 2>&1 | FileCheck -check-prefixes=GCN-ERR --implicit-check-not=error: %s
 // RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1100 -show-encoding %s | FileCheck -check-prefixes=GCN,GFX11 %s
@@ -7,37 +8,37 @@
 // On GFX10 we can use two scalar operands (except for 64-bit shift instructions)
 
 v_add_f32 v0, s0, s1
-// GCN: v_add_f32_e64 v0, s0, s1        ; encoding: [0x00,0x00,0x03,0xd5,0x00,0x02,0x00,0x00]
+// GCN: v_add_f32_e64 v0, s0, s1                ; encoding: [0x00,0x00,0x03,0xd5,0x00,0x02,0x00,0x00]
 
 v_madak_f32 v0, s0, v1, 42.42
-// GFX10: v_madak_f32 v0, s0, v1, 0x4229ae14 ; encoding: [0x00,0x02,0x00,0x42,0x14,0xae,0x29,0x42]
-// GFX11-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: instruction not supported on this GPU
+// GFX10: v_madak_f32 v0, s0, v1, 0x4229ae14      ; encoding: [0x00,0x02,0x00,0x42,0x14,0xae,0x29,0x42]
+// GFX11-ERR: :[[@LINE-2]]:1: error: instruction not supported on this GPU
 
 v_med3_f32 v0, s0, s0, s1
-// GFX10: v_med3_f32 v0, s0, s0, s1       ; encoding: [0x00,0x00,0x57,0xd5,0x00,0x00,0x04,0x00]
-// GFX11: v_med3_f32 v0, s0, s0, s1       ; encoding: [0x00,0x00,0x1f,0xd6,0x00,0x00,0x04,0x00]
+// GFX10: v_med3_f32 v0, s0, s0, s1               ; encoding: [0x00,0x00,0x57,0xd5,0x00,0x00,0x04,0x00]
+// GFX11: v_med3_f32 v0, s0, s0, s1               ; encoding: [0x00,0x00,0x1f,0xd6,0x00,0x00,0x04,0x00]
 
 //-----------------------------------------------------------------------------------------
 // 64-bit shift instructions can use only one scalar value input
 
 v_ashrrev_i64 v[0:1], 0x100, s[0:1]
-// GCN-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand (violates constant bus restrictions)
+// GCN-ERR: :[[@LINE-1]]:30: error: invalid operand (violates constant bus restrictions)
 
 v_ashrrev_i64 v[0:1], s2, s[0:1]
-// GCN-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand (violates constant bus restrictions)
+// GCN-ERR: :[[@LINE-1]]:27: error: invalid operand (violates constant bus restrictions)
 
 //-----------------------------------------------------------------------------------------
 // v_div_fmas implicitly reads VCC, so only one scalar operand is possible
 
 v_div_fmas_f32 v5, s3, s3, s3
-// GFX10: v_div_fmas_f32 v5, s3, s3, s3   ; encoding: [0x05,0x00,0x6f,0xd5,0x03,0x06,0x0c,0x00]
-// GFX11: v_div_fmas_f32 v5, s3, s3, s3   ; encoding: [0x05,0x00,0x37,0xd6,0x03,0x06,0x0c,0x00]
+// GFX10: v_div_fmas_f32 v5, s3, s3, s3           ; encoding: [0x05,0x00,0x6f,0xd5,0x03,0x06,0x0c,0x00]
+// GFX11: v_div_fmas_f32 v5, s3, s3, s3           ; encoding: [0x05,0x00,0x37,0xd6,0x03,0x06,0x0c,0x00]
 
 v_div_fmas_f32 v5, s3, s3, s2
-// GCN-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand (violates constant bus restrictions)
+// GCN-ERR: :[[@LINE-1]]:28: error: invalid operand (violates constant bus restrictions)
 
 v_div_fmas_f32 v5, s3, 0x123, v3
-// GCN-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand (violates constant bus restrictions)
+// GCN-ERR: :[[@LINE-1]]:24: error: invalid operand (violates constant bus restrictions)
 
 v_div_fmas_f64 v[5:6], 0x12345678, 0x12345678, 0x12345678
 // GFX10: v_div_fmas_f64 v[5:6], 0x12345678, 0x12345678, 0x12345678 ; encoding: [0x05,0x00,0x70,0xd5,0xff,0xfe,0xfd,0x03,0x78,0x56,0x34,0x12]
@@ -48,25 +49,25 @@ v_div_fmas_f64 v[5:6], v[1:2], s[2:3], v[3:4]
 // GFX11: v_div_fmas_f64 v[5:6], v[1:2], s[2:3], v[3:4] ; encoding: [0x05,0x00,0x38,0xd6,0x01,0x05,0x0c,0x04]
 
 v_div_fmas_f64 v[5:6], v[1:2], s[2:3], 0x123456
-// GCN-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand (violates constant bus restrictions)
+// GCN-ERR: :[[@LINE-1]]:40: error: invalid operand (violates constant bus restrictions)
 
 //-----------------------------------------------------------------------------------------
 // v_mad_u64_u32 has operands of 
diff erent sizes.
 // When these operands are literals, they are counted as 2 scalar values even if literals are identical.
 
 v_lshlrev_b64 v[5:6], 0x3f717273, 0x3f717273
-// GCN-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand (violates constant bus restrictions)
+// GCN-ERR: :[[@LINE-1]]:35: error: invalid operand (violates constant bus restrictions)
 
 v_mad_u64_u32 v[5:6], s12, v1, 0x12345678, 0x12345678
 // GFX10: v_mad_u64_u32 v[5:6], s12, v1, 0x12345678, 0x12345678 ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0xff,0xfd,0x03,0x78,0x56,0x34,0x12]
 // GFX11: v_mad_u64_u32 v[5:6], s12, v1, 0x12345678, 0x12345678 ; encoding: [0x05,0x0c,0xfe,0xd6,0x01,0xff,0xfd,0x03,0x78,0x56,0x34,0x12]
 
 v_mad_u64_u32 v[5:6], s12, s1, 0x12345678, 0x12345678
-// GCN-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand (violates constant bus restrictions)
+// GCN-ERR: :[[@LINE-1]]:44: error: invalid operand (violates constant bus restrictions)
 
 //-----------------------------------------------------------------------------------------
 // null is free
 
 v_bfe_u32 v5, s1, s2, null
-// GFX10: v_bfe_u32 v5, s1, s2, null      ; encoding: [0x05,0x00,0x48,0xd5,0x01,0x04,0xf4,0x01]
-// GFX11: v_bfe_u32 v5, s1, s2, null      ; encoding: [0x05,0x00,0x10,0xd6,0x01,0x04,0xf0,0x01]
+// GFX10: v_bfe_u32 v5, s1, s2, null              ; encoding: [0x05,0x00,0x48,0xd5,0x01,0x04,0xf4,0x01]
+// GFX11: v_bfe_u32 v5, s1, s2, null              ; encoding: [0x05,0x00,0x10,0xd6,0x01,0x04,0xf0,0x01]

diff  --git a/llvm/test/MC/AMDGPU/gfx10_asm_vop1.s b/llvm/test/MC/AMDGPU/gfx10_asm_vop1.s
index c81d1e0d64ec7..90bf2c09b1434 100644
--- a/llvm/test/MC/AMDGPU/gfx10_asm_vop1.s
+++ b/llvm/test/MC/AMDGPU/gfx10_asm_vop1.s
@@ -1,3 +1,4 @@
+// NOTE: Assertions have been autogenerated by utils/update_mc_test_checks.py UTC_ARGS: --version 6
 // RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize32 -show-encoding %s | FileCheck --check-prefix=GFX10 %s
 // RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize64 -show-encoding %s | FileCheck --check-prefix=GFX10 %s
 // RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize32 %s -filetype=null 2>&1 | FileCheck --check-prefix=GFX10-ERR --implicit-check-not=error: %s
@@ -8,16267 +9,16267 @@
 //===----------------------------------------------------------------------===//
 
 v_nop_e32
-// GFX10: encoding: [0x00,0x00,0x00,0x7e]
+// GFX10: v_nop                                   ; encoding: [0x00,0x00,0x00,0x7e]
 
 v_nop_e64
-// GFX10: encoding: [0x00,0x00,0x80,0xd5,0x00,0x00,0x00,0x00]
+// GFX10: v_nop                                   ; encoding: [0x00,0x00,0x80,0xd5,0x00,0x00,0x00,0x00]
 
 v_mov_b32_e32 v5, v1
-// GFX10: encoding: [0x01,0x03,0x0a,0x7e]
+// GFX10: v_mov_b32_e32 v5, v1                    ; encoding: [0x01,0x03,0x0a,0x7e]
 
 v_mov_b32_e32 v255, v1
-// GFX10: encoding: [0x01,0x03,0xfe,0x7f]
+// GFX10: v_mov_b32_e32 v255, v1                  ; encoding: [0x01,0x03,0xfe,0x7f]
 
 v_mov_b32_e32 v5, v255
-// GFX10: encoding: [0xff,0x03,0x0a,0x7e]
+// GFX10: v_mov_b32_e32 v5, v255                  ; encoding: [0xff,0x03,0x0a,0x7e]
 
 v_mov_b32_e32 v5, s1
-// GFX10: encoding: [0x01,0x02,0x0a,0x7e]
+// GFX10: v_mov_b32_e32 v5, s1                    ; encoding: [0x01,0x02,0x0a,0x7e]
 
 v_mov_b32_e32 v5, s103
-// GFX10: encoding: [0x67,0x02,0x0a,0x7e]
+// GFX10: v_mov_b32_e32 v5, s103                  ; encoding: [0x67,0x02,0x0a,0x7e]
 
 v_mov_b32_e32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0x02,0x0a,0x7e]
+// GFX10: v_mov_b32_e32 v5, vcc_lo                ; encoding: [0x6a,0x02,0x0a,0x7e]
 
 v_mov_b32_e32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0x02,0x0a,0x7e]
+// GFX10: v_mov_b32_e32 v5, vcc_hi                ; encoding: [0x6b,0x02,0x0a,0x7e]
 
 v_mov_b32_e32 v5, ttmp11
-// GFX10: encoding: [0x77,0x02,0x0a,0x7e]
+// GFX10: v_mov_b32_e32 v5, ttmp11                ; encoding: [0x77,0x02,0x0a,0x7e]
 
 v_mov_b32_e32 v5, m0
-// GFX10: encoding: [0x7c,0x02,0x0a,0x7e]
+// GFX10: v_mov_b32_e32 v5, m0                    ; encoding: [0x7c,0x02,0x0a,0x7e]
 
 v_mov_b32_e32 v5, exec_lo
-// GFX10: encoding: [0x7e,0x02,0x0a,0x7e]
+// GFX10: v_mov_b32_e32 v5, exec_lo               ; encoding: [0x7e,0x02,0x0a,0x7e]
 
 v_mov_b32_e32 v5, exec_hi
-// GFX10: encoding: [0x7f,0x02,0x0a,0x7e]
+// GFX10: v_mov_b32_e32 v5, exec_hi               ; encoding: [0x7f,0x02,0x0a,0x7e]
 
 v_mov_b32_e32 v5, 0
-// GFX10: encoding: [0x80,0x02,0x0a,0x7e]
+// GFX10: v_mov_b32_e32 v5, 0                     ; encoding: [0x80,0x02,0x0a,0x7e]
 
 v_mov_b32_e32 v5, -1
-// GFX10: encoding: [0xc1,0x02,0x0a,0x7e]
+// GFX10: v_mov_b32_e32 v5, -1                    ; encoding: [0xc1,0x02,0x0a,0x7e]
 
 v_mov_b32_e32 v5, 0.5
-// GFX10: encoding: [0xf0,0x02,0x0a,0x7e]
+// GFX10: v_mov_b32_e32 v5, 0.5                   ; encoding: [0xf0,0x02,0x0a,0x7e]
 
 v_mov_b32_e32 v5, -4.0
-// GFX10: encoding: [0xf7,0x02,0x0a,0x7e]
+// GFX10: v_mov_b32_e32 v5, -4.0                  ; encoding: [0xf7,0x02,0x0a,0x7e]
 
 v_mov_b32_e32 v5, 0xaf123456
-// GFX10: encoding: [0xff,0x02,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_mov_b32_e32 v5, 0xaf123456            ; encoding: [0xff,0x02,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_mov_b32_e32 v5, 0x3f717273
-// GFX10: encoding: [0xff,0x02,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_mov_b32_e32 v5, 0x3f717273            ; encoding: [0xff,0x02,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_mov_b32_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0x81,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_mov_b32_e64 v5, v1                    ; encoding: [0x05,0x00,0x81,0xd5,0x01,0x01,0x00,0x00]
 
 v_mov_b32_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0x81,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_mov_b32_e64 v255, v1                  ; encoding: [0xff,0x00,0x81,0xd5,0x01,0x01,0x00,0x00]
 
 v_mov_b32_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0x81,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_mov_b32_e64 v5, v255                  ; encoding: [0x05,0x00,0x81,0xd5,0xff,0x01,0x00,0x00]
 
 v_mov_b32_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0x81,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_mov_b32_e64 v5, s1                    ; encoding: [0x05,0x00,0x81,0xd5,0x01,0x00,0x00,0x00]
 
 v_mov_b32_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0x81,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_mov_b32_e64 v5, s101                  ; encoding: [0x05,0x00,0x81,0xd5,0x65,0x00,0x00,0x00]
 
 v_mov_b32_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x81,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_mov_b32_e64 v5, vcc_lo                ; encoding: [0x05,0x00,0x81,0xd5,0x6a,0x00,0x00,0x00]
 
 v_mov_b32_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x81,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_mov_b32_e64 v5, vcc_hi                ; encoding: [0x05,0x00,0x81,0xd5,0x6b,0x00,0x00,0x00]
 
 v_mov_b32_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0x81,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_mov_b32_e64 v5, m0                    ; encoding: [0x05,0x00,0x81,0xd5,0x7c,0x00,0x00,0x00]
 
 v_mov_b32_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0x81,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_mov_b32_e64 v5, exec_lo               ; encoding: [0x05,0x00,0x81,0xd5,0x7e,0x00,0x00,0x00]
 
 v_mov_b32_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0x81,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_mov_b32_e64 v5, exec_hi               ; encoding: [0x05,0x00,0x81,0xd5,0x7f,0x00,0x00,0x00]
 
 v_mov_b32_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0x81,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_mov_b32_e64 v5, 0                     ; encoding: [0x05,0x00,0x81,0xd5,0x80,0x00,0x00,0x00]
 
 v_mov_b32_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0x81,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_mov_b32_e64 v5, -1                    ; encoding: [0x05,0x00,0x81,0xd5,0xc1,0x00,0x00,0x00]
 
 v_mov_b32_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0x81,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_mov_b32_e64 v5, 0.5                   ; encoding: [0x05,0x00,0x81,0xd5,0xf0,0x00,0x00,0x00]
 
 v_mov_b32_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0x81,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_mov_b32_e64 v5, -4.0                  ; encoding: [0x05,0x00,0x81,0xd5,0xf7,0x00,0x00,0x00]
 
 v_mov_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x02,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_mov_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x02,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_mov_b32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x02,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_mov_b32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x02,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_mov_b32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x02,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_mov_b32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x02,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_mov_b32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x02,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_mov_b32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x02,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_mov_b32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x02,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_mov_b32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x02,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_mov_b32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x02,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_mov_b32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x02,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_mov_b32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x02,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_mov_b32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x02,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_mov_b32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x02,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_mov_b32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x02,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_mov_b32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x02,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_mov_b32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x02,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_mov_b32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x02,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_mov_b32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x02,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_mov_b32_sdwa v5, v1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x02,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_mov_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x02,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_mov_b32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x02,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_mov_b32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x02,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_mov_b32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x02,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_mov_b32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x02,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_mov_b32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x02,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_mov_b32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x02,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_mov_b32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x02,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_mov_b32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x02,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_mov_b32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x02,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_mov_b32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x02,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_mov_b32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x02,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_mov_b32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x02,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_mov_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x02,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_mov_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0x02,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_mov_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x02,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_mov_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x02,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_mov_b32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:0 src0_sel:06
-// GFX10: encoding: [0xf9,0x02,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_mov_b32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x02,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_mov_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:1 src0_sel:0x6
-// GFX10: encoding: [0xf9,0x02,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_mov_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0x02,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_mov_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:2 src0_sel:6
-// GFX10: encoding: [0xf9,0x02,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_mov_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x02,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_mov_b32_sdwa v5, v1 dst_sel:DWORD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x02,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_mov_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x02,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_mov_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD
-// GFX10: encoding: [0xf9,0x02,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_mov_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x02,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_mov_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x02,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_mov_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0x02,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_mov_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x02,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_mov_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0x02,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_mov_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x02,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_mov_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0x02,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_mov_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x02,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_mov_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0x02,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_mov_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0x02,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_mov_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0x02,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_mov_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0x02,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_mov_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0x02,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_mov_b32_sdwa v5, sext(v1) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x02,0x0a,0x7e,0x01,0x06,0x0e,0x00]
+// GFX10: v_mov_b32_sdwa v5, sext(v1) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x02,0x0a,0x7e,0x01,0x06,0x0e,0x00]
 
 v_mov_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x02,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_mov_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x02,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_mov_b32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x02,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_mov_b32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x02,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_mov_b32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x02,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_mov_b32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x02,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_mov_b32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x02,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_mov_b32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x02,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_mov_b32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x02,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_mov_b32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x02,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_mov_b32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x02,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_mov_b32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x02,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_mov_b32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x02,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_mov_b32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x02,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_mov_b32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x02,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_mov_b32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x02,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_mov_b32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x02,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_mov_b32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x02,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_mov_b32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x02,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_mov_b32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x02,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_mov_b32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x02,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_mov_b32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x02,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_mov_b32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x02,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_mov_b32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x02,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_mov_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x02,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_mov_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x02,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_mov_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x02,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_mov_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x02,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_mov_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x02,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_mov_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x02,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_mov_b32_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0x02,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_mov_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x02,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_mov_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x02,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_mov_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x02,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_mov_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x02,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_mov_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x02,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_mov_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x02,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_mov_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x02,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_mov_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0x02,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_mov_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x02,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_mov_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x02,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_mov_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x02,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_mov_b32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x02,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_mov_b32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x02,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_mov_b32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x02,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_mov_b32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x02,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_mov_b32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x02,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_mov_b32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x02,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_mov_b32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x02,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_mov_b32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x02,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_readfirstlane_b32 s5, v1
-// GFX10: encoding: [0x01,0x05,0x0a,0x7e]
+// GFX10: v_readfirstlane_b32 s5, v1              ; encoding: [0x01,0x05,0x0a,0x7e]
 
 v_readfirstlane_b32 s103, v1
-// GFX10: encoding: [0x01,0x05,0xce,0x7e]
+// GFX10: v_readfirstlane_b32 s103, v1            ; encoding: [0x01,0x05,0xce,0x7e]
 
 v_readfirstlane_b32 ttmp11, v1
-// GFX10: encoding: [0x01,0x05,0xee,0x7e]
+// GFX10: v_readfirstlane_b32 ttmp11, v1          ; encoding: [0x01,0x05,0xee,0x7e]
 
 v_readfirstlane_b32 s5, v255
-// GFX10: encoding: [0xff,0x05,0x0a,0x7e]
+// GFX10: v_readfirstlane_b32 s5, v255            ; encoding: [0xff,0x05,0x0a,0x7e]
 
 v_cvt_i32_f64_e32 v5, v[1:2]
-// GFX10: encoding: [0x01,0x07,0x0a,0x7e]
+// GFX10: v_cvt_i32_f64_e32 v5, v[1:2]            ; encoding: [0x01,0x07,0x0a,0x7e]
 
 v_cvt_i32_f64_e32 v255, v[1:2]
-// GFX10: encoding: [0x01,0x07,0xfe,0x7f]
+// GFX10: v_cvt_i32_f64_e32 v255, v[1:2]          ; encoding: [0x01,0x07,0xfe,0x7f]
 
 v_cvt_i32_f64_e32 v5, v[254:255]
-// GFX10: encoding: [0xfe,0x07,0x0a,0x7e]
+// GFX10: v_cvt_i32_f64_e32 v5, v[254:255]        ; encoding: [0xfe,0x07,0x0a,0x7e]
 
 v_cvt_i32_f64_e32 v5, s[2:3]
-// GFX10: encoding: [0x02,0x06,0x0a,0x7e]
+// GFX10: v_cvt_i32_f64_e32 v5, s[2:3]            ; encoding: [0x02,0x06,0x0a,0x7e]
 
 v_cvt_i32_f64_e32 v5, s[4:5]
-// GFX10: encoding: [0x04,0x06,0x0a,0x7e]
+// GFX10: v_cvt_i32_f64_e32 v5, s[4:5]            ; encoding: [0x04,0x06,0x0a,0x7e]
 
 v_cvt_i32_f64_e32 v5, s[102:103]
-// GFX10: encoding: [0x66,0x06,0x0a,0x7e]
+// GFX10: v_cvt_i32_f64_e32 v5, s[102:103]        ; encoding: [0x66,0x06,0x0a,0x7e]
 
 v_cvt_i32_f64_e32 v5, vcc
-// GFX10: encoding: [0x6a,0x06,0x0a,0x7e]
+// GFX10: v_cvt_i32_f64_e32 v5, vcc               ; encoding: [0x6a,0x06,0x0a,0x7e]
 
 v_cvt_i32_f64_e32 v5, ttmp[10:11]
-// GFX10: encoding: [0x76,0x06,0x0a,0x7e]
+// GFX10: v_cvt_i32_f64_e32 v5, ttmp[10:11]       ; encoding: [0x76,0x06,0x0a,0x7e]
 
 v_cvt_i32_f64_e32 v5, exec
-// GFX10: encoding: [0x7e,0x06,0x0a,0x7e]
+// GFX10: v_cvt_i32_f64_e32 v5, exec              ; encoding: [0x7e,0x06,0x0a,0x7e]
 
 v_cvt_i32_f64_e32 v5, 0
-// GFX10: encoding: [0x80,0x06,0x0a,0x7e]
+// GFX10: v_cvt_i32_f64_e32 v5, 0                 ; encoding: [0x80,0x06,0x0a,0x7e]
 
 v_cvt_i32_f64_e32 v5, -1
-// GFX10: encoding: [0xc1,0x06,0x0a,0x7e]
+// GFX10: v_cvt_i32_f64_e32 v5, -1                ; encoding: [0xc1,0x06,0x0a,0x7e]
 
 v_cvt_i32_f64_e32 v5, 0.5
-// GFX10: encoding: [0xf0,0x06,0x0a,0x7e]
+// GFX10: v_cvt_i32_f64_e32 v5, 0.5               ; encoding: [0xf0,0x06,0x0a,0x7e]
 
 v_cvt_i32_f64_e32 v5, -4.0
-// GFX10: encoding: [0xf7,0x06,0x0a,0x7e]
+// GFX10: v_cvt_i32_f64_e32 v5, -4.0              ; encoding: [0xf7,0x06,0x0a,0x7e]
 
 v_cvt_i32_f64_e32 v5, 0xaf123456
-// GFX10: encoding: [0xff,0x06,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_cvt_i32_f64_e32 v5, 0xaf123456        ; encoding: [0xff,0x06,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_cvt_i32_f64_e32 v5, 0x3f717273
-// GFX10: encoding: [0xff,0x06,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_cvt_i32_f64_e32 v5, 0x3f717273        ; encoding: [0xff,0x06,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_cvt_i32_f64_e64 v5, v[1:2]
-// GFX10: encoding: [0x05,0x00,0x83,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_i32_f64_e64 v5, v[1:2]            ; encoding: [0x05,0x00,0x83,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_i32_f64_e64 v255, v[1:2]
-// GFX10: encoding: [0xff,0x00,0x83,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_i32_f64_e64 v255, v[1:2]          ; encoding: [0xff,0x00,0x83,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_i32_f64_e64 v5, v[254:255]
-// GFX10: encoding: [0x05,0x00,0x83,0xd5,0xfe,0x01,0x00,0x00]
+// GFX10: v_cvt_i32_f64_e64 v5, v[254:255]        ; encoding: [0x05,0x00,0x83,0xd5,0xfe,0x01,0x00,0x00]
 
 v_cvt_i32_f64_e64 v5, s[2:3]
-// GFX10: encoding: [0x05,0x00,0x83,0xd5,0x02,0x00,0x00,0x00]
+// GFX10: v_cvt_i32_f64_e64 v5, s[2:3]            ; encoding: [0x05,0x00,0x83,0xd5,0x02,0x00,0x00,0x00]
 
 v_cvt_i32_f64_e64 v5, s[4:5]
-// GFX10: encoding: [0x05,0x00,0x83,0xd5,0x04,0x00,0x00,0x00]
+// GFX10: v_cvt_i32_f64_e64 v5, s[4:5]            ; encoding: [0x05,0x00,0x83,0xd5,0x04,0x00,0x00,0x00]
 
 v_cvt_i32_f64_e64 v5, s[100:101]
-// GFX10: encoding: [0x05,0x00,0x83,0xd5,0x64,0x00,0x00,0x00]
+// GFX10: v_cvt_i32_f64_e64 v5, s[100:101]        ; encoding: [0x05,0x00,0x83,0xd5,0x64,0x00,0x00,0x00]
 
 v_cvt_i32_f64_e64 v5, vcc
-// GFX10: encoding: [0x05,0x00,0x83,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_cvt_i32_f64_e64 v5, vcc               ; encoding: [0x05,0x00,0x83,0xd5,0x6a,0x00,0x00,0x00]
 
 v_cvt_i32_f64_e64 v5, exec
-// GFX10: encoding: [0x05,0x00,0x83,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_cvt_i32_f64_e64 v5, exec              ; encoding: [0x05,0x00,0x83,0xd5,0x7e,0x00,0x00,0x00]
 
 v_cvt_i32_f64_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0x83,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_cvt_i32_f64_e64 v5, 0                 ; encoding: [0x05,0x00,0x83,0xd5,0x80,0x00,0x00,0x00]
 
 v_cvt_i32_f64_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0x83,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_cvt_i32_f64_e64 v5, -1                ; encoding: [0x05,0x00,0x83,0xd5,0xc1,0x00,0x00,0x00]
 
 v_cvt_i32_f64_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0x83,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_cvt_i32_f64_e64 v5, 0.5               ; encoding: [0x05,0x00,0x83,0xd5,0xf0,0x00,0x00,0x00]
 
 v_cvt_i32_f64_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0x83,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_cvt_i32_f64_e64 v5, -4.0              ; encoding: [0x05,0x00,0x83,0xd5,0xf7,0x00,0x00,0x00]
 
 v_cvt_i32_f64_e64 v5, -v[1:2]
-// GFX10: encoding: [0x05,0x00,0x83,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_cvt_i32_f64_e64 v5, -v[1:2]           ; encoding: [0x05,0x00,0x83,0xd5,0x01,0x01,0x00,0x20]
 
 v_cvt_i32_f64_e64 v5, |v[1:2]|
-// GFX10: encoding: [0x05,0x01,0x83,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_i32_f64_e64 v5, |v[1:2]|          ; encoding: [0x05,0x01,0x83,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_i32_f64_e64 v5, v[1:2] clamp
-// GFX10: encoding: [0x05,0x80,0x83,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_i32_f64_e64 v5, v[1:2] clamp      ; encoding: [0x05,0x80,0x83,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_i32_f64_e64 v5, s[4:5] mul:2
-// GFX10: encoding: [0x05,0x00,0x83,0xd5,0x04,0x00,0x00,0x08]
+// GFX10: v_cvt_i32_f64_e64 v5, s[4:5] mul:2      ; encoding: [0x05,0x00,0x83,0xd5,0x04,0x00,0x00,0x08]
 
 v_cvt_i32_f64_e64 v5, v[1:2] clamp div:2
-// GFX10: encoding: [0x05,0x80,0x83,0xd5,0x01,0x01,0x00,0x18]
+// GFX10: v_cvt_i32_f64_e64 v5, v[1:2] clamp div:2 ; encoding: [0x05,0x80,0x83,0xd5,0x01,0x01,0x00,0x18]
 
 v_cvt_f64_i32_e32 v[5:6], v1
-// GFX10: encoding: [0x01,0x09,0x0a,0x7e]
+// GFX10: v_cvt_f64_i32_e32 v[5:6], v1            ; encoding: [0x01,0x09,0x0a,0x7e]
 
 v_cvt_f64_i32_e32 v[254:255], v1
-// GFX10: encoding: [0x01,0x09,0xfc,0x7f]
+// GFX10: v_cvt_f64_i32_e32 v[254:255], v1        ; encoding: [0x01,0x09,0xfc,0x7f]
 
 v_cvt_f64_i32_e32 v[5:6], v255
-// GFX10: encoding: [0xff,0x09,0x0a,0x7e]
+// GFX10: v_cvt_f64_i32_e32 v[5:6], v255          ; encoding: [0xff,0x09,0x0a,0x7e]
 
 v_cvt_f64_i32_e32 v[5:6], s1
-// GFX10: encoding: [0x01,0x08,0x0a,0x7e]
+// GFX10: v_cvt_f64_i32_e32 v[5:6], s1            ; encoding: [0x01,0x08,0x0a,0x7e]
 
 v_cvt_f64_i32_e32 v[5:6], s103
-// GFX10: encoding: [0x67,0x08,0x0a,0x7e]
+// GFX10: v_cvt_f64_i32_e32 v[5:6], s103          ; encoding: [0x67,0x08,0x0a,0x7e]
 
 v_cvt_f64_i32_e32 v[5:6], vcc_lo
-// GFX10: encoding: [0x6a,0x08,0x0a,0x7e]
+// GFX10: v_cvt_f64_i32_e32 v[5:6], vcc_lo        ; encoding: [0x6a,0x08,0x0a,0x7e]
 
 v_cvt_f64_i32_e32 v[5:6], vcc_hi
-// GFX10: encoding: [0x6b,0x08,0x0a,0x7e]
+// GFX10: v_cvt_f64_i32_e32 v[5:6], vcc_hi        ; encoding: [0x6b,0x08,0x0a,0x7e]
 
 v_cvt_f64_i32_e32 v[5:6], ttmp11
-// GFX10: encoding: [0x77,0x08,0x0a,0x7e]
+// GFX10: v_cvt_f64_i32_e32 v[5:6], ttmp11        ; encoding: [0x77,0x08,0x0a,0x7e]
 
 v_cvt_f64_i32_e32 v[5:6], m0
-// GFX10: encoding: [0x7c,0x08,0x0a,0x7e]
+// GFX10: v_cvt_f64_i32_e32 v[5:6], m0            ; encoding: [0x7c,0x08,0x0a,0x7e]
 
 v_cvt_f64_i32_e32 v[5:6], exec_lo
-// GFX10: encoding: [0x7e,0x08,0x0a,0x7e]
+// GFX10: v_cvt_f64_i32_e32 v[5:6], exec_lo       ; encoding: [0x7e,0x08,0x0a,0x7e]
 
 v_cvt_f64_i32_e32 v[5:6], exec_hi
-// GFX10: encoding: [0x7f,0x08,0x0a,0x7e]
+// GFX10: v_cvt_f64_i32_e32 v[5:6], exec_hi       ; encoding: [0x7f,0x08,0x0a,0x7e]
 
 v_cvt_f64_i32_e32 v[5:6], 0
-// GFX10: encoding: [0x80,0x08,0x0a,0x7e]
+// GFX10: v_cvt_f64_i32_e32 v[5:6], 0             ; encoding: [0x80,0x08,0x0a,0x7e]
 
 v_cvt_f64_i32_e32 v[5:6], -1
-// GFX10: encoding: [0xc1,0x08,0x0a,0x7e]
+// GFX10: v_cvt_f64_i32_e32 v[5:6], -1            ; encoding: [0xc1,0x08,0x0a,0x7e]
 
 v_cvt_f64_i32_e32 v[5:6], 0.5
-// GFX10: encoding: [0xf0,0x08,0x0a,0x7e]
+// GFX10: v_cvt_f64_i32_e32 v[5:6], 0.5           ; encoding: [0xf0,0x08,0x0a,0x7e]
 
 v_cvt_f64_i32_e32 v[5:6], -4.0
-// GFX10: encoding: [0xf7,0x08,0x0a,0x7e]
+// GFX10: v_cvt_f64_i32_e32 v[5:6], -4.0          ; encoding: [0xf7,0x08,0x0a,0x7e]
 
 v_cvt_f64_i32_e32 v[5:6], 0xaf123456
-// GFX10: encoding: [0xff,0x08,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_cvt_f64_i32_e32 v[5:6], 0xaf123456    ; encoding: [0xff,0x08,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_cvt_f64_i32_e32 v[5:6], 0x3f717273
-// GFX10: encoding: [0xff,0x08,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_cvt_f64_i32_e32 v[5:6], 0x3f717273    ; encoding: [0xff,0x08,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_cvt_f64_i32_e64 v[5:6], v1
-// GFX10: encoding: [0x05,0x00,0x84,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_f64_i32_e64 v[5:6], v1            ; encoding: [0x05,0x00,0x84,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_f64_i32_e64 v[254:255], v1
-// GFX10: encoding: [0xfe,0x00,0x84,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_f64_i32_e64 v[254:255], v1        ; encoding: [0xfe,0x00,0x84,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_f64_i32_e64 v[5:6], v255
-// GFX10: encoding: [0x05,0x00,0x84,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_cvt_f64_i32_e64 v[5:6], v255          ; encoding: [0x05,0x00,0x84,0xd5,0xff,0x01,0x00,0x00]
 
 v_cvt_f64_i32_e64 v[5:6], s1
-// GFX10: encoding: [0x05,0x00,0x84,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_cvt_f64_i32_e64 v[5:6], s1            ; encoding: [0x05,0x00,0x84,0xd5,0x01,0x00,0x00,0x00]
 
 v_cvt_f64_i32_e64 v[5:6], s101
-// GFX10: encoding: [0x05,0x00,0x84,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_cvt_f64_i32_e64 v[5:6], s101          ; encoding: [0x05,0x00,0x84,0xd5,0x65,0x00,0x00,0x00]
 
 v_cvt_f64_i32_e64 v[5:6], vcc_lo
-// GFX10: encoding: [0x05,0x00,0x84,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_cvt_f64_i32_e64 v[5:6], vcc_lo        ; encoding: [0x05,0x00,0x84,0xd5,0x6a,0x00,0x00,0x00]
 
 v_cvt_f64_i32_e64 v[5:6], vcc_hi
-// GFX10: encoding: [0x05,0x00,0x84,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_cvt_f64_i32_e64 v[5:6], vcc_hi        ; encoding: [0x05,0x00,0x84,0xd5,0x6b,0x00,0x00,0x00]
 
 v_cvt_f64_i32_e64 v[5:6], m0
-// GFX10: encoding: [0x05,0x00,0x84,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_cvt_f64_i32_e64 v[5:6], m0            ; encoding: [0x05,0x00,0x84,0xd5,0x7c,0x00,0x00,0x00]
 
 v_cvt_f64_i32_e64 v[5:6], exec_lo
-// GFX10: encoding: [0x05,0x00,0x84,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_cvt_f64_i32_e64 v[5:6], exec_lo       ; encoding: [0x05,0x00,0x84,0xd5,0x7e,0x00,0x00,0x00]
 
 v_cvt_f64_i32_e64 v[5:6], exec_hi
-// GFX10: encoding: [0x05,0x00,0x84,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_cvt_f64_i32_e64 v[5:6], exec_hi       ; encoding: [0x05,0x00,0x84,0xd5,0x7f,0x00,0x00,0x00]
 
 v_cvt_f64_i32_e64 v[5:6], 0
-// GFX10: encoding: [0x05,0x00,0x84,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_cvt_f64_i32_e64 v[5:6], 0             ; encoding: [0x05,0x00,0x84,0xd5,0x80,0x00,0x00,0x00]
 
 v_cvt_f64_i32_e64 v[5:6], -1
-// GFX10: encoding: [0x05,0x00,0x84,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_cvt_f64_i32_e64 v[5:6], -1            ; encoding: [0x05,0x00,0x84,0xd5,0xc1,0x00,0x00,0x00]
 
 v_cvt_f64_i32_e64 v[5:6], 0.5
-// GFX10: encoding: [0x05,0x00,0x84,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_cvt_f64_i32_e64 v[5:6], 0.5           ; encoding: [0x05,0x00,0x84,0xd5,0xf0,0x00,0x00,0x00]
 
 v_cvt_f64_i32_e64 v[5:6], -4.0
-// GFX10: encoding: [0x05,0x00,0x84,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_cvt_f64_i32_e64 v[5:6], -4.0          ; encoding: [0x05,0x00,0x84,0xd5,0xf7,0x00,0x00,0x00]
 
 v_cvt_f64_i32_e64 v[5:6], v1 clamp
-// GFX10: encoding: [0x05,0x80,0x84,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_f64_i32_e64 v[5:6], v1 clamp      ; encoding: [0x05,0x80,0x84,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_f64_i32_e64 v[5:6], v1 mul:2
-// GFX10: encoding: [0x05,0x00,0x84,0xd5,0x01,0x01,0x00,0x08]
+// GFX10: v_cvt_f64_i32_e64 v[5:6], v1 mul:2      ; encoding: [0x05,0x00,0x84,0xd5,0x01,0x01,0x00,0x08]
 
 v_cvt_f64_i32_e64 v[5:6], v1 mul:4
-// GFX10: encoding: [0x05,0x00,0x84,0xd5,0x01,0x01,0x00,0x10]
+// GFX10: v_cvt_f64_i32_e64 v[5:6], v1 mul:4      ; encoding: [0x05,0x00,0x84,0xd5,0x01,0x01,0x00,0x10]
 
 v_cvt_f64_i32_e64 v[5:6], v1 div:2
-// GFX10: encoding: [0x05,0x00,0x84,0xd5,0x01,0x01,0x00,0x18]
+// GFX10: v_cvt_f64_i32_e64 v[5:6], v1 div:2      ; encoding: [0x05,0x00,0x84,0xd5,0x01,0x01,0x00,0x18]
 
 v_cvt_f32_i32_e32 v5, v1
-// GFX10: encoding: [0x01,0x0b,0x0a,0x7e]
+// GFX10: v_cvt_f32_i32_e32 v5, v1                ; encoding: [0x01,0x0b,0x0a,0x7e]
 
 v_cvt_f32_i32_e32 v255, v1
-// GFX10: encoding: [0x01,0x0b,0xfe,0x7f]
+// GFX10: v_cvt_f32_i32_e32 v255, v1              ; encoding: [0x01,0x0b,0xfe,0x7f]
 
 v_cvt_f32_i32_e32 v5, v255
-// GFX10: encoding: [0xff,0x0b,0x0a,0x7e]
+// GFX10: v_cvt_f32_i32_e32 v5, v255              ; encoding: [0xff,0x0b,0x0a,0x7e]
 
 v_cvt_f32_i32_e32 v5, s1
-// GFX10: encoding: [0x01,0x0a,0x0a,0x7e]
+// GFX10: v_cvt_f32_i32_e32 v5, s1                ; encoding: [0x01,0x0a,0x0a,0x7e]
 
 v_cvt_f32_i32_e32 v5, s103
-// GFX10: encoding: [0x67,0x0a,0x0a,0x7e]
+// GFX10: v_cvt_f32_i32_e32 v5, s103              ; encoding: [0x67,0x0a,0x0a,0x7e]
 
 v_cvt_f32_i32_e32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0x0a,0x0a,0x7e]
+// GFX10: v_cvt_f32_i32_e32 v5, vcc_lo            ; encoding: [0x6a,0x0a,0x0a,0x7e]
 
 v_cvt_f32_i32_e32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0x0a,0x0a,0x7e]
+// GFX10: v_cvt_f32_i32_e32 v5, vcc_hi            ; encoding: [0x6b,0x0a,0x0a,0x7e]
 
 v_cvt_f32_i32_e32 v5, ttmp11
-// GFX10: encoding: [0x77,0x0a,0x0a,0x7e]
+// GFX10: v_cvt_f32_i32_e32 v5, ttmp11            ; encoding: [0x77,0x0a,0x0a,0x7e]
 
 v_cvt_f32_i32_e32 v5, m0
-// GFX10: encoding: [0x7c,0x0a,0x0a,0x7e]
+// GFX10: v_cvt_f32_i32_e32 v5, m0                ; encoding: [0x7c,0x0a,0x0a,0x7e]
 
 v_cvt_f32_i32_e32 v5, exec_lo
-// GFX10: encoding: [0x7e,0x0a,0x0a,0x7e]
+// GFX10: v_cvt_f32_i32_e32 v5, exec_lo           ; encoding: [0x7e,0x0a,0x0a,0x7e]
 
 v_cvt_f32_i32_e32 v5, exec_hi
-// GFX10: encoding: [0x7f,0x0a,0x0a,0x7e]
+// GFX10: v_cvt_f32_i32_e32 v5, exec_hi           ; encoding: [0x7f,0x0a,0x0a,0x7e]
 
 v_cvt_f32_i32_e32 v5, 0
-// GFX10: encoding: [0x80,0x0a,0x0a,0x7e]
+// GFX10: v_cvt_f32_i32_e32 v5, 0                 ; encoding: [0x80,0x0a,0x0a,0x7e]
 
 v_cvt_f32_i32_e32 v5, -1
-// GFX10: encoding: [0xc1,0x0a,0x0a,0x7e]
+// GFX10: v_cvt_f32_i32_e32 v5, -1                ; encoding: [0xc1,0x0a,0x0a,0x7e]
 
 v_cvt_f32_i32_e32 v5, 0.5
-// GFX10: encoding: [0xf0,0x0a,0x0a,0x7e]
+// GFX10: v_cvt_f32_i32_e32 v5, 0.5               ; encoding: [0xf0,0x0a,0x0a,0x7e]
 
 v_cvt_f32_i32_e32 v5, -4.0
-// GFX10: encoding: [0xf7,0x0a,0x0a,0x7e]
+// GFX10: v_cvt_f32_i32_e32 v5, -4.0              ; encoding: [0xf7,0x0a,0x0a,0x7e]
 
 v_cvt_f32_i32_e32 v5, 0xaf123456
-// GFX10: encoding: [0xff,0x0a,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_cvt_f32_i32_e32 v5, 0xaf123456        ; encoding: [0xff,0x0a,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_cvt_f32_i32_e32 v5, 0x3f717273
-// GFX10: encoding: [0xff,0x0a,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_cvt_f32_i32_e32 v5, 0x3f717273        ; encoding: [0xff,0x0a,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_cvt_f32_i32_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0x85,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_f32_i32_e64 v5, v1                ; encoding: [0x05,0x00,0x85,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_f32_i32_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0x85,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_f32_i32_e64 v255, v1              ; encoding: [0xff,0x00,0x85,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_f32_i32_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0x85,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_cvt_f32_i32_e64 v5, v255              ; encoding: [0x05,0x00,0x85,0xd5,0xff,0x01,0x00,0x00]
 
 v_cvt_f32_i32_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0x85,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_i32_e64 v5, s1                ; encoding: [0x05,0x00,0x85,0xd5,0x01,0x00,0x00,0x00]
 
 v_cvt_f32_i32_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0x85,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_i32_e64 v5, s101              ; encoding: [0x05,0x00,0x85,0xd5,0x65,0x00,0x00,0x00]
 
 v_cvt_f32_i32_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x85,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_i32_e64 v5, vcc_lo            ; encoding: [0x05,0x00,0x85,0xd5,0x6a,0x00,0x00,0x00]
 
 v_cvt_f32_i32_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x85,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_i32_e64 v5, vcc_hi            ; encoding: [0x05,0x00,0x85,0xd5,0x6b,0x00,0x00,0x00]
 
 v_cvt_f32_i32_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0x85,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_i32_e64 v5, m0                ; encoding: [0x05,0x00,0x85,0xd5,0x7c,0x00,0x00,0x00]
 
 v_cvt_f32_i32_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0x85,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_i32_e64 v5, exec_lo           ; encoding: [0x05,0x00,0x85,0xd5,0x7e,0x00,0x00,0x00]
 
 v_cvt_f32_i32_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0x85,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_i32_e64 v5, exec_hi           ; encoding: [0x05,0x00,0x85,0xd5,0x7f,0x00,0x00,0x00]
 
 v_cvt_f32_i32_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0x85,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_i32_e64 v5, 0                 ; encoding: [0x05,0x00,0x85,0xd5,0x80,0x00,0x00,0x00]
 
 v_cvt_f32_i32_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0x85,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_i32_e64 v5, -1                ; encoding: [0x05,0x00,0x85,0xd5,0xc1,0x00,0x00,0x00]
 
 v_cvt_f32_i32_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0x85,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_i32_e64 v5, 0.5               ; encoding: [0x05,0x00,0x85,0xd5,0xf0,0x00,0x00,0x00]
 
 v_cvt_f32_i32_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0x85,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_i32_e64 v5, -4.0              ; encoding: [0x05,0x00,0x85,0xd5,0xf7,0x00,0x00,0x00]
 
 v_cvt_f32_i32_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0x85,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_f32_i32_e64 v5, v1 clamp          ; encoding: [0x05,0x80,0x85,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_f32_i32_e64 v5, v1 mul:2
-// GFX10: encoding: [0x05,0x00,0x85,0xd5,0x01,0x01,0x00,0x08]
+// GFX10: v_cvt_f32_i32_e64 v5, v1 mul:2          ; encoding: [0x05,0x00,0x85,0xd5,0x01,0x01,0x00,0x08]
 
 v_cvt_f32_i32_e64 v5, v1 mul:4
-// GFX10: encoding: [0x05,0x00,0x85,0xd5,0x01,0x01,0x00,0x10]
+// GFX10: v_cvt_f32_i32_e64 v5, v1 mul:4          ; encoding: [0x05,0x00,0x85,0xd5,0x01,0x01,0x00,0x10]
 
 v_cvt_f32_i32_e64 v5, v1 div:2
-// GFX10: encoding: [0x05,0x00,0x85,0xd5,0x01,0x01,0x00,0x18]
+// GFX10: v_cvt_f32_i32_e64 v5, v1 div:2          ; encoding: [0x05,0x00,0x85,0xd5,0x01,0x01,0x00,0x18]
 
 v_cvt_f32_i32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_f32_i32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cvt_f32_i32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0a,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_f32_i32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0a,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_cvt_f32_i32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0a,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_cvt_f32_i32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0a,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_cvt_f32_i32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_i32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_cvt_f32_i32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0a,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_i32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0a,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_cvt_f32_i32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0a,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_i32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0a,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_cvt_f32_i32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0a,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_i32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0a,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_cvt_f32_i32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0a,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_i32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0a,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_cvt_f32_i32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0a,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_i32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0a,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_cvt_f32_i32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0a,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_i32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0a,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_cvt_f32_i32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_cvt_f32_i32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_cvt_f32_i32_sdwa v5, v1 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0x46,0x06,0x00]
+// GFX10: v_cvt_f32_i32_sdwa v5, v1 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0x46,0x06,0x00]
 
 v_cvt_f32_i32_sdwa v5, v1 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0x86,0x06,0x00]
+// GFX10: v_cvt_f32_i32_sdwa v5, v1 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0x86,0x06,0x00]
 
 v_cvt_f32_i32_sdwa v5, v1 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0xc6,0x06,0x00]
+// GFX10: v_cvt_f32_i32_sdwa v5, v1 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0xc6,0x06,0x00]
 
 v_cvt_f32_i32_sdwa v5, v1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_f32_i32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cvt_f32_i32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_cvt_f32_i32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_cvt_f32_i32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_cvt_f32_i32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_cvt_f32_i32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_cvt_f32_i32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_cvt_f32_i32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_cvt_f32_i32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_cvt_f32_i32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_cvt_f32_i32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_cvt_f32_i32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_cvt_f32_i32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_cvt_f32_i32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_cvt_f32_i32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_cvt_f32_i32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_cvt_f32_i32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_cvt_f32_i32_sdwa v5, v1 dst_sel:DWORD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_cvt_f32_i32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_cvt_f32_i32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD
-// GFX10: encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_f32_i32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cvt_f32_i32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_cvt_f32_i32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_cvt_f32_i32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_cvt_f32_i32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_cvt_f32_i32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_cvt_f32_i32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_cvt_f32_i32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_cvt_f32_i32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_cvt_f32_i32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_cvt_f32_i32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_cvt_f32_i32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_cvt_f32_i32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_cvt_f32_i32_sdwa v5, sext(v1) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0x06,0x0e,0x00]
+// GFX10: v_cvt_f32_i32_sdwa v5, sext(v1) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0a,0x0a,0x7e,0x01,0x06,0x0e,0x00]
 
 v_cvt_f32_i32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0a,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_cvt_f32_i32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0a,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_cvt_f32_i32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0a,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_cvt_f32_i32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0a,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_cvt_f32_i32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0a,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_cvt_f32_i32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0a,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_cvt_f32_i32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0a,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_cvt_f32_i32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0a,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_cvt_f32_i32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0a,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_cvt_f32_i32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0a,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_cvt_f32_i32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0a,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_cvt_f32_i32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0a,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_cvt_f32_i32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0a,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_cvt_f32_i32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0a,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_cvt_f32_i32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0a,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_cvt_f32_i32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0a,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_cvt_f32_i32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0a,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_cvt_f32_i32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0a,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_cvt_f32_i32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0a,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_cvt_f32_i32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0a,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_cvt_f32_i32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0a,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_cvt_f32_i32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0a,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_cvt_f32_i32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0a,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_cvt_f32_i32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0a,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_cvt_f32_i32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0a,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_cvt_f32_i32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x0a,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_cvt_f32_i32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0a,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_cvt_f32_i32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x0a,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_cvt_f32_i32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0a,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_cvt_f32_i32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x0a,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_cvt_f32_i32_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0a,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_cvt_f32_i32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x0a,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_cvt_f32_i32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x0a,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_cvt_f32_i32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x0a,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_cvt_f32_i32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x0a,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_cvt_f32_i32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x0a,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_cvt_f32_i32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x0a,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_cvt_f32_i32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x0a,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_cvt_f32_i32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0x0a,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_cvt_f32_i32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x0a,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_cvt_f32_i32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x0a,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_cvt_f32_i32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x0a,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_cvt_f32_i32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0a,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_cvt_f32_i32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0a,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_cvt_f32_i32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0a,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_cvt_f32_i32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0a,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_cvt_f32_i32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0a,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_cvt_f32_i32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0a,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_cvt_f32_i32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0a,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_cvt_f32_i32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0a,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_cvt_f32_u32_e32 v5, v1
-// GFX10: encoding: [0x01,0x0d,0x0a,0x7e]
+// GFX10: v_cvt_f32_u32_e32 v5, v1                ; encoding: [0x01,0x0d,0x0a,0x7e]
 
 v_cvt_f32_u32_e32 v255, v1
-// GFX10: encoding: [0x01,0x0d,0xfe,0x7f]
+// GFX10: v_cvt_f32_u32_e32 v255, v1              ; encoding: [0x01,0x0d,0xfe,0x7f]
 
 v_cvt_f32_u32_e32 v5, v255
-// GFX10: encoding: [0xff,0x0d,0x0a,0x7e]
+// GFX10: v_cvt_f32_u32_e32 v5, v255              ; encoding: [0xff,0x0d,0x0a,0x7e]
 
 v_cvt_f32_u32_e32 v5, s1
-// GFX10: encoding: [0x01,0x0c,0x0a,0x7e]
+// GFX10: v_cvt_f32_u32_e32 v5, s1                ; encoding: [0x01,0x0c,0x0a,0x7e]
 
 v_cvt_f32_u32_e32 v5, s103
-// GFX10: encoding: [0x67,0x0c,0x0a,0x7e]
+// GFX10: v_cvt_f32_u32_e32 v5, s103              ; encoding: [0x67,0x0c,0x0a,0x7e]
 
 v_cvt_f32_u32_e32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0x0c,0x0a,0x7e]
+// GFX10: v_cvt_f32_u32_e32 v5, vcc_lo            ; encoding: [0x6a,0x0c,0x0a,0x7e]
 
 v_cvt_f32_u32_e32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0x0c,0x0a,0x7e]
+// GFX10: v_cvt_f32_u32_e32 v5, vcc_hi            ; encoding: [0x6b,0x0c,0x0a,0x7e]
 
 v_cvt_f32_u32_e32 v5, ttmp11
-// GFX10: encoding: [0x77,0x0c,0x0a,0x7e]
+// GFX10: v_cvt_f32_u32_e32 v5, ttmp11            ; encoding: [0x77,0x0c,0x0a,0x7e]
 
 v_cvt_f32_u32_e32 v5, m0
-// GFX10: encoding: [0x7c,0x0c,0x0a,0x7e]
+// GFX10: v_cvt_f32_u32_e32 v5, m0                ; encoding: [0x7c,0x0c,0x0a,0x7e]
 
 v_cvt_f32_u32_e32 v5, exec_lo
-// GFX10: encoding: [0x7e,0x0c,0x0a,0x7e]
+// GFX10: v_cvt_f32_u32_e32 v5, exec_lo           ; encoding: [0x7e,0x0c,0x0a,0x7e]
 
 v_cvt_f32_u32_e32 v5, exec_hi
-// GFX10: encoding: [0x7f,0x0c,0x0a,0x7e]
+// GFX10: v_cvt_f32_u32_e32 v5, exec_hi           ; encoding: [0x7f,0x0c,0x0a,0x7e]
 
 v_cvt_f32_u32_e32 v5, 0
-// GFX10: encoding: [0x80,0x0c,0x0a,0x7e]
+// GFX10: v_cvt_f32_u32_e32 v5, 0                 ; encoding: [0x80,0x0c,0x0a,0x7e]
 
 v_cvt_f32_u32_e32 v5, -1
-// GFX10: encoding: [0xc1,0x0c,0x0a,0x7e]
+// GFX10: v_cvt_f32_u32_e32 v5, -1                ; encoding: [0xc1,0x0c,0x0a,0x7e]
 
 v_cvt_f32_u32_e32 v5, 0.5
-// GFX10: encoding: [0xf0,0x0c,0x0a,0x7e]
+// GFX10: v_cvt_f32_u32_e32 v5, 0.5               ; encoding: [0xf0,0x0c,0x0a,0x7e]
 
 v_cvt_f32_u32_e32 v5, -4.0
-// GFX10: encoding: [0xf7,0x0c,0x0a,0x7e]
+// GFX10: v_cvt_f32_u32_e32 v5, -4.0              ; encoding: [0xf7,0x0c,0x0a,0x7e]
 
 v_cvt_f32_u32_e32 v5, 0xaf123456
-// GFX10: encoding: [0xff,0x0c,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_cvt_f32_u32_e32 v5, 0xaf123456        ; encoding: [0xff,0x0c,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_cvt_f32_u32_e32 v5, 0x3f717273
-// GFX10: encoding: [0xff,0x0c,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_cvt_f32_u32_e32 v5, 0x3f717273        ; encoding: [0xff,0x0c,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_cvt_f32_u32_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0x86,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_f32_u32_e64 v5, v1                ; encoding: [0x05,0x00,0x86,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_f32_u32_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0x86,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_f32_u32_e64 v255, v1              ; encoding: [0xff,0x00,0x86,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_f32_u32_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0x86,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_cvt_f32_u32_e64 v5, v255              ; encoding: [0x05,0x00,0x86,0xd5,0xff,0x01,0x00,0x00]
 
 v_cvt_f32_u32_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0x86,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_u32_e64 v5, s1                ; encoding: [0x05,0x00,0x86,0xd5,0x01,0x00,0x00,0x00]
 
 v_cvt_f32_u32_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0x86,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_u32_e64 v5, s101              ; encoding: [0x05,0x00,0x86,0xd5,0x65,0x00,0x00,0x00]
 
 v_cvt_f32_u32_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x86,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_u32_e64 v5, vcc_lo            ; encoding: [0x05,0x00,0x86,0xd5,0x6a,0x00,0x00,0x00]
 
 v_cvt_f32_u32_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x86,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_u32_e64 v5, vcc_hi            ; encoding: [0x05,0x00,0x86,0xd5,0x6b,0x00,0x00,0x00]
 
 v_cvt_f32_u32_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0x86,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_u32_e64 v5, m0                ; encoding: [0x05,0x00,0x86,0xd5,0x7c,0x00,0x00,0x00]
 
 v_cvt_f32_u32_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0x86,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_u32_e64 v5, exec_lo           ; encoding: [0x05,0x00,0x86,0xd5,0x7e,0x00,0x00,0x00]
 
 v_cvt_f32_u32_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0x86,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_u32_e64 v5, exec_hi           ; encoding: [0x05,0x00,0x86,0xd5,0x7f,0x00,0x00,0x00]
 
 v_cvt_f32_u32_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0x86,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_u32_e64 v5, 0                 ; encoding: [0x05,0x00,0x86,0xd5,0x80,0x00,0x00,0x00]
 
 v_cvt_f32_u32_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0x86,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_u32_e64 v5, -1                ; encoding: [0x05,0x00,0x86,0xd5,0xc1,0x00,0x00,0x00]
 
 v_cvt_f32_u32_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0x86,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_u32_e64 v5, 0.5               ; encoding: [0x05,0x00,0x86,0xd5,0xf0,0x00,0x00,0x00]
 
 v_cvt_f32_u32_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0x86,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_u32_e64 v5, -4.0              ; encoding: [0x05,0x00,0x86,0xd5,0xf7,0x00,0x00,0x00]
 
 v_cvt_f32_u32_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0x86,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_f32_u32_e64 v5, v1 clamp          ; encoding: [0x05,0x80,0x86,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_f32_u32_e64 v5, v1 mul:2
-// GFX10: encoding: [0x05,0x00,0x86,0xd5,0x01,0x01,0x00,0x08]
+// GFX10: v_cvt_f32_u32_e64 v5, v1 mul:2          ; encoding: [0x05,0x00,0x86,0xd5,0x01,0x01,0x00,0x08]
 
 v_cvt_f32_u32_e64 v5, v1 mul:4
-// GFX10: encoding: [0x05,0x00,0x86,0xd5,0x01,0x01,0x00,0x10]
+// GFX10: v_cvt_f32_u32_e64 v5, v1 mul:4          ; encoding: [0x05,0x00,0x86,0xd5,0x01,0x01,0x00,0x10]
 
 v_cvt_f32_u32_e64 v5, v1 div:2
-// GFX10: encoding: [0x05,0x00,0x86,0xd5,0x01,0x01,0x00,0x18]
+// GFX10: v_cvt_f32_u32_e64 v5, v1 div:2          ; encoding: [0x05,0x00,0x86,0xd5,0x01,0x01,0x00,0x18]
 
 v_cvt_f32_u32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_f32_u32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cvt_f32_u32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0c,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_f32_u32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0c,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_cvt_f32_u32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0c,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_cvt_f32_u32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0c,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_cvt_f32_u32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_u32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_cvt_f32_u32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0c,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_u32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0c,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_cvt_f32_u32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0c,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_u32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0c,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_cvt_f32_u32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0c,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_u32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0c,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_cvt_f32_u32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0c,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_u32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0c,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_cvt_f32_u32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0c,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_u32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0c,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_cvt_f32_u32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0c,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_u32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0c,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_cvt_f32_u32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_cvt_f32_u32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_cvt_f32_u32_sdwa v5, v1 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0x46,0x06,0x00]
+// GFX10: v_cvt_f32_u32_sdwa v5, v1 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0x46,0x06,0x00]
 
 v_cvt_f32_u32_sdwa v5, v1 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0x86,0x06,0x00]
+// GFX10: v_cvt_f32_u32_sdwa v5, v1 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0x86,0x06,0x00]
 
 v_cvt_f32_u32_sdwa v5, v1 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0xc6,0x06,0x00]
+// GFX10: v_cvt_f32_u32_sdwa v5, v1 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0xc6,0x06,0x00]
 
 v_cvt_f32_u32_sdwa v5, v1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_f32_u32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cvt_f32_u32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_cvt_f32_u32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_cvt_f32_u32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_cvt_f32_u32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_cvt_f32_u32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_cvt_f32_u32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_cvt_f32_u32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_cvt_f32_u32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_cvt_f32_u32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_cvt_f32_u32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_cvt_f32_u32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_cvt_f32_u32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_cvt_f32_u32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_cvt_f32_u32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_cvt_f32_u32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_cvt_f32_u32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_cvt_f32_u32_sdwa v5, v1 dst_sel:DWORD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_cvt_f32_u32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_cvt_f32_u32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD
-// GFX10: encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_f32_u32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cvt_f32_u32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_cvt_f32_u32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_cvt_f32_u32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_cvt_f32_u32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_cvt_f32_u32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_cvt_f32_u32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_cvt_f32_u32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_cvt_f32_u32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_cvt_f32_u32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_cvt_f32_u32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_cvt_f32_u32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_cvt_f32_u32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_cvt_f32_u32_sdwa v5, sext(v1) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0x06,0x0e,0x00]
+// GFX10: v_cvt_f32_u32_sdwa v5, sext(v1) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0c,0x0a,0x7e,0x01,0x06,0x0e,0x00]
 
 v_cvt_f32_u32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0c,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_cvt_f32_u32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0c,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_cvt_f32_u32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0c,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_cvt_f32_u32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0c,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_cvt_f32_u32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0c,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_cvt_f32_u32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0c,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_cvt_f32_u32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0c,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_cvt_f32_u32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0c,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_cvt_f32_u32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0c,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_cvt_f32_u32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0c,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_cvt_f32_u32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0c,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_cvt_f32_u32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0c,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_cvt_f32_u32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0c,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_cvt_f32_u32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0c,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_cvt_f32_u32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0c,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_cvt_f32_u32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0c,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_cvt_f32_u32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0c,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_cvt_f32_u32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0c,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_cvt_f32_u32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0c,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_cvt_f32_u32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0c,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_cvt_f32_u32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0c,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_cvt_f32_u32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0c,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_cvt_f32_u32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0c,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_cvt_f32_u32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0c,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_cvt_f32_u32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0c,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_cvt_f32_u32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x0c,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_cvt_f32_u32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0c,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_cvt_f32_u32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x0c,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_cvt_f32_u32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0c,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_cvt_f32_u32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x0c,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_cvt_f32_u32_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0c,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_cvt_f32_u32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x0c,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_cvt_f32_u32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x0c,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_cvt_f32_u32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x0c,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_cvt_f32_u32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x0c,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_cvt_f32_u32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x0c,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_cvt_f32_u32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x0c,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_cvt_f32_u32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x0c,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_cvt_f32_u32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0x0c,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_cvt_f32_u32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x0c,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_cvt_f32_u32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x0c,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_cvt_f32_u32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x0c,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_cvt_f32_u32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0c,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_cvt_f32_u32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0c,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_cvt_f32_u32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0c,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_cvt_f32_u32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0c,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_cvt_f32_u32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0c,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_cvt_f32_u32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0c,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_cvt_f32_u32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0c,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_cvt_f32_u32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0c,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_cvt_u32_f32_e32 v5, v1
-// GFX10: encoding: [0x01,0x0f,0x0a,0x7e]
+// GFX10: v_cvt_u32_f32_e32 v5, v1                ; encoding: [0x01,0x0f,0x0a,0x7e]
 
 v_cvt_u32_f32_e32 v255, v1
-// GFX10: encoding: [0x01,0x0f,0xfe,0x7f]
+// GFX10: v_cvt_u32_f32_e32 v255, v1              ; encoding: [0x01,0x0f,0xfe,0x7f]
 
 v_cvt_u32_f32_e32 v5, v255
-// GFX10: encoding: [0xff,0x0f,0x0a,0x7e]
+// GFX10: v_cvt_u32_f32_e32 v5, v255              ; encoding: [0xff,0x0f,0x0a,0x7e]
 
 v_cvt_u32_f32_e32 v5, s1
-// GFX10: encoding: [0x01,0x0e,0x0a,0x7e]
+// GFX10: v_cvt_u32_f32_e32 v5, s1                ; encoding: [0x01,0x0e,0x0a,0x7e]
 
 v_cvt_u32_f32_e32 v5, s103
-// GFX10: encoding: [0x67,0x0e,0x0a,0x7e]
+// GFX10: v_cvt_u32_f32_e32 v5, s103              ; encoding: [0x67,0x0e,0x0a,0x7e]
 
 v_cvt_u32_f32_e32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0x0e,0x0a,0x7e]
+// GFX10: v_cvt_u32_f32_e32 v5, vcc_lo            ; encoding: [0x6a,0x0e,0x0a,0x7e]
 
 v_cvt_u32_f32_e32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0x0e,0x0a,0x7e]
+// GFX10: v_cvt_u32_f32_e32 v5, vcc_hi            ; encoding: [0x6b,0x0e,0x0a,0x7e]
 
 v_cvt_u32_f32_e32 v5, ttmp11
-// GFX10: encoding: [0x77,0x0e,0x0a,0x7e]
+// GFX10: v_cvt_u32_f32_e32 v5, ttmp11            ; encoding: [0x77,0x0e,0x0a,0x7e]
 
 v_cvt_u32_f32_e32 v5, m0
-// GFX10: encoding: [0x7c,0x0e,0x0a,0x7e]
+// GFX10: v_cvt_u32_f32_e32 v5, m0                ; encoding: [0x7c,0x0e,0x0a,0x7e]
 
 v_cvt_u32_f32_e32 v5, exec_lo
-// GFX10: encoding: [0x7e,0x0e,0x0a,0x7e]
+// GFX10: v_cvt_u32_f32_e32 v5, exec_lo           ; encoding: [0x7e,0x0e,0x0a,0x7e]
 
 v_cvt_u32_f32_e32 v5, exec_hi
-// GFX10: encoding: [0x7f,0x0e,0x0a,0x7e]
+// GFX10: v_cvt_u32_f32_e32 v5, exec_hi           ; encoding: [0x7f,0x0e,0x0a,0x7e]
 
 v_cvt_u32_f32_e32 v5, 0
-// GFX10: encoding: [0x80,0x0e,0x0a,0x7e]
+// GFX10: v_cvt_u32_f32_e32 v5, 0                 ; encoding: [0x80,0x0e,0x0a,0x7e]
 
 v_cvt_u32_f32_e32 v5, -1
-// GFX10: encoding: [0xc1,0x0e,0x0a,0x7e]
+// GFX10: v_cvt_u32_f32_e32 v5, -1                ; encoding: [0xc1,0x0e,0x0a,0x7e]
 
 v_cvt_u32_f32_e32 v5, 0.5
-// GFX10: encoding: [0xf0,0x0e,0x0a,0x7e]
+// GFX10: v_cvt_u32_f32_e32 v5, 0.5               ; encoding: [0xf0,0x0e,0x0a,0x7e]
 
 v_cvt_u32_f32_e32 v5, -4.0
-// GFX10: encoding: [0xf7,0x0e,0x0a,0x7e]
+// GFX10: v_cvt_u32_f32_e32 v5, -4.0              ; encoding: [0xf7,0x0e,0x0a,0x7e]
 
 v_cvt_u32_f32_e32 v5, 0xaf123456
-// GFX10: encoding: [0xff,0x0e,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_cvt_u32_f32_e32 v5, 0xaf123456        ; encoding: [0xff,0x0e,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_cvt_u32_f32_e32 v5, 0x3f717273
-// GFX10: encoding: [0xff,0x0e,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_cvt_u32_f32_e32 v5, 0x3f717273        ; encoding: [0xff,0x0e,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_cvt_u32_f32_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0x87,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_u32_f32_e64 v5, v1                ; encoding: [0x05,0x00,0x87,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_u32_f32_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0x87,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_u32_f32_e64 v255, v1              ; encoding: [0xff,0x00,0x87,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_u32_f32_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0x87,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_cvt_u32_f32_e64 v5, v255              ; encoding: [0x05,0x00,0x87,0xd5,0xff,0x01,0x00,0x00]
 
 v_cvt_u32_f32_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0x87,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_cvt_u32_f32_e64 v5, s1                ; encoding: [0x05,0x00,0x87,0xd5,0x01,0x00,0x00,0x00]
 
 v_cvt_u32_f32_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0x87,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_cvt_u32_f32_e64 v5, s101              ; encoding: [0x05,0x00,0x87,0xd5,0x65,0x00,0x00,0x00]
 
 v_cvt_u32_f32_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x87,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_cvt_u32_f32_e64 v5, vcc_lo            ; encoding: [0x05,0x00,0x87,0xd5,0x6a,0x00,0x00,0x00]
 
 v_cvt_u32_f32_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x87,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_cvt_u32_f32_e64 v5, vcc_hi            ; encoding: [0x05,0x00,0x87,0xd5,0x6b,0x00,0x00,0x00]
 
 v_cvt_u32_f32_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0x87,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_cvt_u32_f32_e64 v5, m0                ; encoding: [0x05,0x00,0x87,0xd5,0x7c,0x00,0x00,0x00]
 
 v_cvt_u32_f32_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0x87,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_cvt_u32_f32_e64 v5, exec_lo           ; encoding: [0x05,0x00,0x87,0xd5,0x7e,0x00,0x00,0x00]
 
 v_cvt_u32_f32_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0x87,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_cvt_u32_f32_e64 v5, exec_hi           ; encoding: [0x05,0x00,0x87,0xd5,0x7f,0x00,0x00,0x00]
 
 v_cvt_u32_f32_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0x87,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_cvt_u32_f32_e64 v5, 0                 ; encoding: [0x05,0x00,0x87,0xd5,0x80,0x00,0x00,0x00]
 
 v_cvt_u32_f32_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0x87,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_cvt_u32_f32_e64 v5, -1                ; encoding: [0x05,0x00,0x87,0xd5,0xc1,0x00,0x00,0x00]
 
 v_cvt_u32_f32_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0x87,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_cvt_u32_f32_e64 v5, 0.5               ; encoding: [0x05,0x00,0x87,0xd5,0xf0,0x00,0x00,0x00]
 
 v_cvt_u32_f32_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0x87,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_cvt_u32_f32_e64 v5, -4.0              ; encoding: [0x05,0x00,0x87,0xd5,0xf7,0x00,0x00,0x00]
 
 v_cvt_u32_f32_e64 v5, -v1
-// GFX10: encoding: [0x05,0x00,0x87,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_cvt_u32_f32_e64 v5, -v1               ; encoding: [0x05,0x00,0x87,0xd5,0x01,0x01,0x00,0x20]
 
 v_cvt_u32_f32_e64 v5, |v1|
-// GFX10: encoding: [0x05,0x01,0x87,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_u32_f32_e64 v5, |v1|              ; encoding: [0x05,0x01,0x87,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_u32_f32_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0x87,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_u32_f32_e64 v5, v1 clamp          ; encoding: [0x05,0x80,0x87,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_u32_f32_e64 v5, s1 mul:2
-// GFX10: encoding: [0x05,0x00,0x87,0xd5,0x01,0x00,0x00,0x08]
+// GFX10: v_cvt_u32_f32_e64 v5, s1 mul:2          ; encoding: [0x05,0x00,0x87,0xd5,0x01,0x00,0x00,0x08]
 
 v_cvt_u32_f32_e64 v5, v1 clamp div:2
-// GFX10: encoding: [0x05,0x80,0x87,0xd5,0x01,0x01,0x00,0x18]
+// GFX10: v_cvt_u32_f32_e64 v5, v1 clamp div:2    ; encoding: [0x05,0x80,0x87,0xd5,0x01,0x01,0x00,0x18]
 
 v_cvt_u32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0e,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_u32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0e,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cvt_u32_f32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0e,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_u32_f32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0e,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_cvt_u32_f32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0e,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_cvt_u32_f32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0e,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_cvt_u32_f32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0e,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_cvt_u32_f32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0e,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_cvt_u32_f32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0e,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_cvt_u32_f32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0e,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_cvt_u32_f32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0e,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_cvt_u32_f32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0e,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_cvt_u32_f32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0e,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_cvt_u32_f32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0e,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_cvt_u32_f32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0e,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_cvt_u32_f32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0e,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_cvt_u32_f32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0e,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_cvt_u32_f32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0e,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_cvt_u32_f32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0e,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_cvt_u32_f32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0e,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_cvt_u32_f32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0e,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_cvt_u32_f32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0e,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_cvt_u32_f32_sdwa v5, v1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0e,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_u32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0e,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cvt_u32_f32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0e,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_cvt_u32_f32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0e,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_cvt_u32_f32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0e,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_cvt_u32_f32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0e,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_cvt_u32_f32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0e,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_cvt_u32_f32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0e,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_cvt_u32_f32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0e,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_cvt_u32_f32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0e,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_cvt_u32_f32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0e,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_cvt_u32_f32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0e,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_cvt_u32_f32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0e,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_cvt_u32_f32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0e,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_cvt_u32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0e,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_cvt_u32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0x0e,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_cvt_u32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0e,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_cvt_u32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x0e,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_cvt_u32_f32_sdwa v5, v1 dst_sel:DWORD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0e,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_cvt_u32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x0e,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_cvt_u32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD
-// GFX10: encoding: [0xf9,0x0e,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_u32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0e,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cvt_u32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x0e,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_cvt_u32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0x0e,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_cvt_u32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x0e,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_cvt_u32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0x0e,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_cvt_u32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x0e,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_cvt_u32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0x0e,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_cvt_u32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x0e,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_cvt_u32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0x0e,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_cvt_u32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0x0e,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_cvt_u32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0x0e,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_cvt_u32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0x0e,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_cvt_u32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0x0e,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_cvt_u32_f32_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0e,0x0a,0x7e,0x01,0x06,0x16,0x00]
+// GFX10: v_cvt_u32_f32_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0e,0x0a,0x7e,0x01,0x06,0x16,0x00]
 
 v_cvt_u32_f32_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x0e,0x0a,0x7e,0x01,0x06,0x26,0x00]
+// GFX10: v_cvt_u32_f32_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x0e,0x0a,0x7e,0x01,0x06,0x26,0x00]
 
 v_cvt_u32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0e,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_cvt_u32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0e,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_cvt_u32_f32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0e,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_cvt_u32_f32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0e,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_cvt_u32_f32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0e,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_cvt_u32_f32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0e,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_cvt_u32_f32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0e,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_cvt_u32_f32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0e,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_cvt_u32_f32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0e,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_cvt_u32_f32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0e,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_cvt_u32_f32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0e,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_cvt_u32_f32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0e,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_cvt_u32_f32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0e,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_cvt_u32_f32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0e,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_cvt_u32_f32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0e,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_cvt_u32_f32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0e,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_cvt_u32_f32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0e,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_cvt_u32_f32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0e,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_cvt_u32_f32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0e,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_cvt_u32_f32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0e,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_cvt_u32_f32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0e,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_cvt_u32_f32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0e,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_cvt_u32_f32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0e,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_cvt_u32_f32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0e,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_cvt_u32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0e,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_cvt_u32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x0e,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_cvt_u32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0e,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_cvt_u32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x0e,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_cvt_u32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0e,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_cvt_u32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x0e,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_cvt_u32_f32_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0e,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_cvt_u32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x0e,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_cvt_u32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x0e,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_cvt_u32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x0e,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_cvt_u32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x0e,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_cvt_u32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x0e,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_cvt_u32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x0e,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_cvt_u32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x0e,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_cvt_u32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0x0e,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_cvt_u32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x0e,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_cvt_u32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x0e,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_cvt_u32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x0e,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_cvt_u32_f32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0e,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_cvt_u32_f32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0e,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_cvt_u32_f32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0e,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_cvt_u32_f32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0e,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_cvt_u32_f32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0e,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_cvt_u32_f32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0e,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_cvt_u32_f32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x0e,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_cvt_u32_f32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x0e,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_cvt_i32_f32_e32 v5, v1
-// GFX10: encoding: [0x01,0x11,0x0a,0x7e]
+// GFX10: v_cvt_i32_f32_e32 v5, v1                ; encoding: [0x01,0x11,0x0a,0x7e]
 
 v_cvt_i32_f32_e32 v255, v1
-// GFX10: encoding: [0x01,0x11,0xfe,0x7f]
+// GFX10: v_cvt_i32_f32_e32 v255, v1              ; encoding: [0x01,0x11,0xfe,0x7f]
 
 v_cvt_i32_f32_e32 v5, v255
-// GFX10: encoding: [0xff,0x11,0x0a,0x7e]
+// GFX10: v_cvt_i32_f32_e32 v5, v255              ; encoding: [0xff,0x11,0x0a,0x7e]
 
 v_cvt_i32_f32_e32 v5, s1
-// GFX10: encoding: [0x01,0x10,0x0a,0x7e]
+// GFX10: v_cvt_i32_f32_e32 v5, s1                ; encoding: [0x01,0x10,0x0a,0x7e]
 
 v_cvt_i32_f32_e32 v5, s103
-// GFX10: encoding: [0x67,0x10,0x0a,0x7e]
+// GFX10: v_cvt_i32_f32_e32 v5, s103              ; encoding: [0x67,0x10,0x0a,0x7e]
 
 v_cvt_i32_f32_e32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0x10,0x0a,0x7e]
+// GFX10: v_cvt_i32_f32_e32 v5, vcc_lo            ; encoding: [0x6a,0x10,0x0a,0x7e]
 
 v_cvt_i32_f32_e32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0x10,0x0a,0x7e]
+// GFX10: v_cvt_i32_f32_e32 v5, vcc_hi            ; encoding: [0x6b,0x10,0x0a,0x7e]
 
 v_cvt_i32_f32_e32 v5, ttmp11
-// GFX10: encoding: [0x77,0x10,0x0a,0x7e]
+// GFX10: v_cvt_i32_f32_e32 v5, ttmp11            ; encoding: [0x77,0x10,0x0a,0x7e]
 
 v_cvt_i32_f32_e32 v5, m0
-// GFX10: encoding: [0x7c,0x10,0x0a,0x7e]
+// GFX10: v_cvt_i32_f32_e32 v5, m0                ; encoding: [0x7c,0x10,0x0a,0x7e]
 
 v_cvt_i32_f32_e32 v5, exec_lo
-// GFX10: encoding: [0x7e,0x10,0x0a,0x7e]
+// GFX10: v_cvt_i32_f32_e32 v5, exec_lo           ; encoding: [0x7e,0x10,0x0a,0x7e]
 
 v_cvt_i32_f32_e32 v5, exec_hi
-// GFX10: encoding: [0x7f,0x10,0x0a,0x7e]
+// GFX10: v_cvt_i32_f32_e32 v5, exec_hi           ; encoding: [0x7f,0x10,0x0a,0x7e]
 
 v_cvt_i32_f32_e32 v5, 0
-// GFX10: encoding: [0x80,0x10,0x0a,0x7e]
+// GFX10: v_cvt_i32_f32_e32 v5, 0                 ; encoding: [0x80,0x10,0x0a,0x7e]
 
 v_cvt_i32_f32_e32 v5, -1
-// GFX10: encoding: [0xc1,0x10,0x0a,0x7e]
+// GFX10: v_cvt_i32_f32_e32 v5, -1                ; encoding: [0xc1,0x10,0x0a,0x7e]
 
 v_cvt_i32_f32_e32 v5, 0.5
-// GFX10: encoding: [0xf0,0x10,0x0a,0x7e]
+// GFX10: v_cvt_i32_f32_e32 v5, 0.5               ; encoding: [0xf0,0x10,0x0a,0x7e]
 
 v_cvt_i32_f32_e32 v5, -4.0
-// GFX10: encoding: [0xf7,0x10,0x0a,0x7e]
+// GFX10: v_cvt_i32_f32_e32 v5, -4.0              ; encoding: [0xf7,0x10,0x0a,0x7e]
 
 v_cvt_i32_f32_e32 v5, 0xaf123456
-// GFX10: encoding: [0xff,0x10,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_cvt_i32_f32_e32 v5, 0xaf123456        ; encoding: [0xff,0x10,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_cvt_i32_f32_e32 v5, 0x3f717273
-// GFX10: encoding: [0xff,0x10,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_cvt_i32_f32_e32 v5, 0x3f717273        ; encoding: [0xff,0x10,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_cvt_i32_f32_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0x88,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_i32_f32_e64 v5, v1                ; encoding: [0x05,0x00,0x88,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_i32_f32_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0x88,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_i32_f32_e64 v255, v1              ; encoding: [0xff,0x00,0x88,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_i32_f32_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0x88,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_cvt_i32_f32_e64 v5, v255              ; encoding: [0x05,0x00,0x88,0xd5,0xff,0x01,0x00,0x00]
 
 v_cvt_i32_f32_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0x88,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_cvt_i32_f32_e64 v5, s1                ; encoding: [0x05,0x00,0x88,0xd5,0x01,0x00,0x00,0x00]
 
 v_cvt_i32_f32_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0x88,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_cvt_i32_f32_e64 v5, s101              ; encoding: [0x05,0x00,0x88,0xd5,0x65,0x00,0x00,0x00]
 
 v_cvt_i32_f32_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x88,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_cvt_i32_f32_e64 v5, vcc_lo            ; encoding: [0x05,0x00,0x88,0xd5,0x6a,0x00,0x00,0x00]
 
 v_cvt_i32_f32_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x88,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_cvt_i32_f32_e64 v5, vcc_hi            ; encoding: [0x05,0x00,0x88,0xd5,0x6b,0x00,0x00,0x00]
 
 v_cvt_i32_f32_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0x88,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_cvt_i32_f32_e64 v5, m0                ; encoding: [0x05,0x00,0x88,0xd5,0x7c,0x00,0x00,0x00]
 
 v_cvt_i32_f32_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0x88,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_cvt_i32_f32_e64 v5, exec_lo           ; encoding: [0x05,0x00,0x88,0xd5,0x7e,0x00,0x00,0x00]
 
 v_cvt_i32_f32_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0x88,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_cvt_i32_f32_e64 v5, exec_hi           ; encoding: [0x05,0x00,0x88,0xd5,0x7f,0x00,0x00,0x00]
 
 v_cvt_i32_f32_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0x88,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_cvt_i32_f32_e64 v5, 0                 ; encoding: [0x05,0x00,0x88,0xd5,0x80,0x00,0x00,0x00]
 
 v_cvt_i32_f32_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0x88,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_cvt_i32_f32_e64 v5, -1                ; encoding: [0x05,0x00,0x88,0xd5,0xc1,0x00,0x00,0x00]
 
 v_cvt_i32_f32_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0x88,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_cvt_i32_f32_e64 v5, 0.5               ; encoding: [0x05,0x00,0x88,0xd5,0xf0,0x00,0x00,0x00]
 
 v_cvt_i32_f32_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0x88,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_cvt_i32_f32_e64 v5, -4.0              ; encoding: [0x05,0x00,0x88,0xd5,0xf7,0x00,0x00,0x00]
 
 v_cvt_i32_f32_e64 v5, -v1
-// GFX10: encoding: [0x05,0x00,0x88,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_cvt_i32_f32_e64 v5, -v1               ; encoding: [0x05,0x00,0x88,0xd5,0x01,0x01,0x00,0x20]
 
 v_cvt_i32_f32_e64 v5, |v1|
-// GFX10: encoding: [0x05,0x01,0x88,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_i32_f32_e64 v5, |v1|              ; encoding: [0x05,0x01,0x88,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_i32_f32_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0x88,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_i32_f32_e64 v5, v1 clamp          ; encoding: [0x05,0x80,0x88,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_i32_f32_e64 v5, v1 mul:2
-// GFX10: encoding: [0x05,0x00,0x88,0xd5,0x01,0x01,0x00,0x08]
+// GFX10: v_cvt_i32_f32_e64 v5, v1 mul:2          ; encoding: [0x05,0x00,0x88,0xd5,0x01,0x01,0x00,0x08]
 
 v_cvt_i32_f32_e64 v5, v1 clamp div:2
-// GFX10: encoding: [0x05,0x80,0x88,0xd5,0x01,0x01,0x00,0x18]
+// GFX10: v_cvt_i32_f32_e64 v5, v1 clamp div:2    ; encoding: [0x05,0x80,0x88,0xd5,0x01,0x01,0x00,0x18]
 
 v_cvt_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x10,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x10,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cvt_i32_f32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x10,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_i32_f32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x10,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_cvt_i32_f32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x10,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_cvt_i32_f32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x10,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_cvt_i32_f32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x10,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_cvt_i32_f32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x10,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_cvt_i32_f32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x10,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_cvt_i32_f32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x10,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_cvt_i32_f32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x10,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_cvt_i32_f32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x10,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_cvt_i32_f32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x10,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_cvt_i32_f32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x10,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_cvt_i32_f32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x10,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_cvt_i32_f32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x10,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_cvt_i32_f32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x10,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_cvt_i32_f32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x10,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_cvt_i32_f32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x10,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_cvt_i32_f32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x10,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_cvt_i32_f32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x10,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_cvt_i32_f32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x10,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_cvt_i32_f32_sdwa v5, v1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x10,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x10,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cvt_i32_f32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x10,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_cvt_i32_f32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x10,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_cvt_i32_f32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x10,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_cvt_i32_f32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x10,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_cvt_i32_f32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x10,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_cvt_i32_f32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x10,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_cvt_i32_f32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x10,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_cvt_i32_f32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x10,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_cvt_i32_f32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x10,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_cvt_i32_f32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x10,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_cvt_i32_f32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x10,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_cvt_i32_f32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x10,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_cvt_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x10,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_cvt_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0x10,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_cvt_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x10,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_cvt_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x10,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_cvt_i32_f32_sdwa v5, v1 dst_sel:DWORD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x10,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_cvt_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x10,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_cvt_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD
-// GFX10: encoding: [0xf9,0x10,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x10,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cvt_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x10,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_cvt_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0x10,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_cvt_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x10,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_cvt_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0x10,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_cvt_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x10,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_cvt_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0x10,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_cvt_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x10,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_cvt_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0x10,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_cvt_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0x10,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_cvt_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0x10,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_cvt_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0x10,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_cvt_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0x10,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_cvt_i32_f32_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x10,0x0a,0x7e,0x01,0x06,0x16,0x00]
+// GFX10: v_cvt_i32_f32_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x10,0x0a,0x7e,0x01,0x06,0x16,0x00]
 
 v_cvt_i32_f32_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x10,0x0a,0x7e,0x01,0x06,0x26,0x00]
+// GFX10: v_cvt_i32_f32_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x10,0x0a,0x7e,0x01,0x06,0x26,0x00]
 
 v_cvt_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x10,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_cvt_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x10,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_cvt_i32_f32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x10,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_cvt_i32_f32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x10,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_cvt_i32_f32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x10,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_cvt_i32_f32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x10,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_cvt_i32_f32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x10,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_cvt_i32_f32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x10,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_cvt_i32_f32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x10,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_cvt_i32_f32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x10,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_cvt_i32_f32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x10,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_cvt_i32_f32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x10,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_cvt_i32_f32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x10,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_cvt_i32_f32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x10,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_cvt_i32_f32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x10,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_cvt_i32_f32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x10,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_cvt_i32_f32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x10,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_cvt_i32_f32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x10,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_cvt_i32_f32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x10,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_cvt_i32_f32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x10,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_cvt_i32_f32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x10,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_cvt_i32_f32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x10,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_cvt_i32_f32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x10,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_cvt_i32_f32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x10,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_cvt_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x10,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_cvt_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x10,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_cvt_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x10,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_cvt_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x10,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_cvt_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x10,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_cvt_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x10,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_cvt_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0x10,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_cvt_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x10,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_cvt_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x10,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_cvt_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x10,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_cvt_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x10,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_cvt_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x10,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_cvt_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x10,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_cvt_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x10,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_cvt_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0x10,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_cvt_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x10,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_cvt_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x10,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_cvt_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x10,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_cvt_i32_f32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x10,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_cvt_i32_f32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x10,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_cvt_i32_f32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x10,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_cvt_i32_f32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x10,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_cvt_i32_f32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x10,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_cvt_i32_f32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x10,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_cvt_i32_f32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x10,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_cvt_i32_f32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x10,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_cvt_f16_f32 v5, v1
-// GFX10: encoding: [0x01,0x15,0x0a,0x7e]
+// GFX10: v_cvt_f16_f32_e32 v5, v1                ; encoding: [0x01,0x15,0x0a,0x7e]
 
 v_cvt_f16_f32 v255, v1
-// GFX10: encoding: [0x01,0x15,0xfe,0x7f]
+// GFX10: v_cvt_f16_f32_e32 v255, v1              ; encoding: [0x01,0x15,0xfe,0x7f]
 
 v_cvt_f16_f32 v5, v255
-// GFX10: encoding: [0xff,0x15,0x0a,0x7e]
+// GFX10: v_cvt_f16_f32_e32 v5, v255              ; encoding: [0xff,0x15,0x0a,0x7e]
 
 v_cvt_f16_f32 v5, s1
-// GFX10: encoding: [0x01,0x14,0x0a,0x7e]
+// GFX10: v_cvt_f16_f32_e32 v5, s1                ; encoding: [0x01,0x14,0x0a,0x7e]
 
 v_cvt_f16_f32 v5, s103
-// GFX10: encoding: [0x67,0x14,0x0a,0x7e]
+// GFX10: v_cvt_f16_f32_e32 v5, s103              ; encoding: [0x67,0x14,0x0a,0x7e]
 
 v_cvt_f16_f32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0x14,0x0a,0x7e]
+// GFX10: v_cvt_f16_f32_e32 v5, vcc_lo            ; encoding: [0x6a,0x14,0x0a,0x7e]
 
 v_cvt_f16_f32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0x14,0x0a,0x7e]
+// GFX10: v_cvt_f16_f32_e32 v5, vcc_hi            ; encoding: [0x6b,0x14,0x0a,0x7e]
 
 v_cvt_f16_f32 v5, ttmp11
-// GFX10: encoding: [0x77,0x14,0x0a,0x7e]
+// GFX10: v_cvt_f16_f32_e32 v5, ttmp11            ; encoding: [0x77,0x14,0x0a,0x7e]
 
 v_cvt_f16_f32 v5, m0
-// GFX10: encoding: [0x7c,0x14,0x0a,0x7e]
+// GFX10: v_cvt_f16_f32_e32 v5, m0                ; encoding: [0x7c,0x14,0x0a,0x7e]
 
 v_cvt_f16_f32 v5, exec_lo
-// GFX10: encoding: [0x7e,0x14,0x0a,0x7e]
+// GFX10: v_cvt_f16_f32_e32 v5, exec_lo           ; encoding: [0x7e,0x14,0x0a,0x7e]
 
 v_cvt_f16_f32 v5, exec_hi
-// GFX10: encoding: [0x7f,0x14,0x0a,0x7e]
+// GFX10: v_cvt_f16_f32_e32 v5, exec_hi           ; encoding: [0x7f,0x14,0x0a,0x7e]
 
 v_cvt_f16_f32 v5, 0
-// GFX10: encoding: [0x80,0x14,0x0a,0x7e]
+// GFX10: v_cvt_f16_f32_e32 v5, 0                 ; encoding: [0x80,0x14,0x0a,0x7e]
 
 v_cvt_f16_f32 v5, -1
-// GFX10: encoding: [0xc1,0x14,0x0a,0x7e]
+// GFX10: v_cvt_f16_f32_e32 v5, -1                ; encoding: [0xc1,0x14,0x0a,0x7e]
 
 v_cvt_f16_f32 v5, 0.5
-// GFX10: encoding: [0xf0,0x14,0x0a,0x7e]
+// GFX10: v_cvt_f16_f32_e32 v5, 0.5               ; encoding: [0xf0,0x14,0x0a,0x7e]
 
 v_cvt_f16_f32 v5, -4.0
-// GFX10: encoding: [0xf7,0x14,0x0a,0x7e]
+// GFX10: v_cvt_f16_f32_e32 v5, -4.0              ; encoding: [0xf7,0x14,0x0a,0x7e]
 
 v_cvt_f16_f32 v5, 0xaf123456
-// GFX10: encoding: [0xff,0x14,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_cvt_f16_f32_e32 v5, 0xaf123456        ; encoding: [0xff,0x14,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_cvt_f16_f32 v5, 0x3f717273
-// GFX10: encoding: [0xff,0x14,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_cvt_f16_f32_e32 v5, 0x3f717273        ; encoding: [0xff,0x14,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_cvt_f16_f32_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0x8a,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_f16_f32_e64 v5, v1                ; encoding: [0x05,0x00,0x8a,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_f16_f32_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0x8a,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_f16_f32_e64 v255, v1              ; encoding: [0xff,0x00,0x8a,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_f16_f32_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0x8a,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_cvt_f16_f32_e64 v5, v255              ; encoding: [0x05,0x00,0x8a,0xd5,0xff,0x01,0x00,0x00]
 
 v_cvt_f16_f32_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0x8a,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_cvt_f16_f32_e64 v5, s1                ; encoding: [0x05,0x00,0x8a,0xd5,0x01,0x00,0x00,0x00]
 
 v_cvt_f16_f32_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0x8a,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_cvt_f16_f32_e64 v5, s101              ; encoding: [0x05,0x00,0x8a,0xd5,0x65,0x00,0x00,0x00]
 
 v_cvt_f16_f32_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x8a,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_cvt_f16_f32_e64 v5, vcc_lo            ; encoding: [0x05,0x00,0x8a,0xd5,0x6a,0x00,0x00,0x00]
 
 v_cvt_f16_f32_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x8a,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_cvt_f16_f32_e64 v5, vcc_hi            ; encoding: [0x05,0x00,0x8a,0xd5,0x6b,0x00,0x00,0x00]
 
 v_cvt_f16_f32_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0x8a,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_cvt_f16_f32_e64 v5, m0                ; encoding: [0x05,0x00,0x8a,0xd5,0x7c,0x00,0x00,0x00]
 
 v_cvt_f16_f32_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0x8a,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_cvt_f16_f32_e64 v5, exec_lo           ; encoding: [0x05,0x00,0x8a,0xd5,0x7e,0x00,0x00,0x00]
 
 v_cvt_f16_f32_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0x8a,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_cvt_f16_f32_e64 v5, exec_hi           ; encoding: [0x05,0x00,0x8a,0xd5,0x7f,0x00,0x00,0x00]
 
 v_cvt_f16_f32_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0x8a,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_cvt_f16_f32_e64 v5, 0                 ; encoding: [0x05,0x00,0x8a,0xd5,0x80,0x00,0x00,0x00]
 
 v_cvt_f16_f32_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0x8a,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_cvt_f16_f32_e64 v5, -1                ; encoding: [0x05,0x00,0x8a,0xd5,0xc1,0x00,0x00,0x00]
 
 v_cvt_f16_f32_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0x8a,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_cvt_f16_f32_e64 v5, 0.5               ; encoding: [0x05,0x00,0x8a,0xd5,0xf0,0x00,0x00,0x00]
 
 v_cvt_f16_f32_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0x8a,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_cvt_f16_f32_e64 v5, -4.0              ; encoding: [0x05,0x00,0x8a,0xd5,0xf7,0x00,0x00,0x00]
 
 v_cvt_f16_f32_e64 v5, -v1
-// GFX10: encoding: [0x05,0x00,0x8a,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_cvt_f16_f32_e64 v5, -v1               ; encoding: [0x05,0x00,0x8a,0xd5,0x01,0x01,0x00,0x20]
 
 v_cvt_f16_f32_e64 v5, |v1|
-// GFX10: encoding: [0x05,0x01,0x8a,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_f16_f32_e64 v5, |v1|              ; encoding: [0x05,0x01,0x8a,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_f16_f32_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0x8a,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_f16_f32_e64 v5, v1 clamp          ; encoding: [0x05,0x80,0x8a,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_f16_f32_e64 v5, v1 mul:2
-// GFX10: encoding: [0x05,0x00,0x8a,0xd5,0x01,0x01,0x00,0x08]
+// GFX10: v_cvt_f16_f32_e64 v5, v1 mul:2          ; encoding: [0x05,0x00,0x8a,0xd5,0x01,0x01,0x00,0x08]
 
 v_cvt_f16_f32_e64 v5, v1 mul:4
-// GFX10: encoding: [0x05,0x00,0x8a,0xd5,0x01,0x01,0x00,0x10]
+// GFX10: v_cvt_f16_f32_e64 v5, v1 mul:4          ; encoding: [0x05,0x00,0x8a,0xd5,0x01,0x01,0x00,0x10]
 
 v_cvt_f16_f32_e64 v5, v1 div:2
-// GFX10: encoding: [0x05,0x00,0x8a,0xd5,0x01,0x01,0x00,0x18]
+// GFX10: v_cvt_f16_f32_e64 v5, v1 div:2          ; encoding: [0x05,0x00,0x8a,0xd5,0x01,0x01,0x00,0x18]
 
 v_cvt_f16_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_f16_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cvt_f16_f32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x14,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_f16_f32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x14,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_cvt_f16_f32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x14,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_cvt_f16_f32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x14,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_cvt_f16_f32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_cvt_f16_f32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_cvt_f16_f32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x14,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_cvt_f16_f32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x14,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_cvt_f16_f32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x14,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_cvt_f16_f32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x14,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_cvt_f16_f32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x14,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_cvt_f16_f32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x14,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_cvt_f16_f32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x14,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_cvt_f16_f32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x14,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_cvt_f16_f32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x14,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_cvt_f16_f32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x14,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_cvt_f16_f32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x14,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_cvt_f16_f32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x14,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_cvt_f16_f32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_cvt_f16_f32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_cvt_f16_f32_sdwa v5, v1 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x46,0x06,0x00]
+// GFX10: v_cvt_f16_f32_sdwa v5, v1 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x46,0x06,0x00]
 
 v_cvt_f16_f32_sdwa v5, v1 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x86,0x06,0x00]
+// GFX10: v_cvt_f16_f32_sdwa v5, v1 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x86,0x06,0x00]
 
 v_cvt_f16_f32_sdwa v5, v1 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x14,0x0a,0x7e,0x01,0xc6,0x06,0x00]
+// GFX10: v_cvt_f16_f32_sdwa v5, v1 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x14,0x0a,0x7e,0x01,0xc6,0x06,0x00]
 
 v_cvt_f16_f32_sdwa v5, v1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_f16_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cvt_f16_f32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_cvt_f16_f32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_cvt_f16_f32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_cvt_f16_f32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_cvt_f16_f32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_cvt_f16_f32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_cvt_f16_f32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_cvt_f16_f32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_cvt_f16_f32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_cvt_f16_f32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_cvt_f16_f32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_cvt_f16_f32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_cvt_f16_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_cvt_f16_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_cvt_f16_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_cvt_f16_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_cvt_f16_f32_sdwa v5, v1 dst_sel:DWORD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_cvt_f16_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_cvt_f16_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD
-// GFX10: encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_f16_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cvt_f16_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_cvt_f16_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_cvt_f16_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_cvt_f16_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_cvt_f16_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_cvt_f16_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_cvt_f16_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_cvt_f16_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_cvt_f16_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_cvt_f16_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_cvt_f16_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_cvt_f16_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_cvt_f16_f32_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x06,0x16,0x00]
+// GFX10: v_cvt_f16_f32_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x06,0x16,0x00]
 
 v_cvt_f16_f32_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x06,0x26,0x00]
+// GFX10: v_cvt_f16_f32_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x14,0x0a,0x7e,0x01,0x06,0x26,0x00]
 
 v_cvt_f16_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x14,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_cvt_f16_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x14,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_cvt_f16_f32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x14,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_cvt_f16_f32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x14,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_cvt_f16_f32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x14,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_cvt_f16_f32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x14,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_cvt_f16_f32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x14,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_cvt_f16_f32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x14,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_cvt_f16_f32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x14,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_cvt_f16_f32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x14,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_cvt_f16_f32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x14,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_cvt_f16_f32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x14,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_cvt_f16_f32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x14,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_cvt_f16_f32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x14,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_cvt_f16_f32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x14,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_cvt_f16_f32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x14,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_cvt_f16_f32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x14,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_cvt_f16_f32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x14,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_cvt_f16_f32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x14,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_cvt_f16_f32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x14,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_cvt_f16_f32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x14,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_cvt_f16_f32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x14,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_cvt_f16_f32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x14,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_cvt_f16_f32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x14,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_cvt_f16_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x14,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_cvt_f16_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x14,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_cvt_f16_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x14,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_cvt_f16_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x14,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_cvt_f16_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x14,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_cvt_f16_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x14,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_cvt_f16_f32_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0x14,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_cvt_f16_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x14,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_cvt_f16_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x14,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_cvt_f16_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x14,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_cvt_f16_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x14,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_cvt_f16_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x14,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_cvt_f16_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x14,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_cvt_f16_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x14,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_cvt_f16_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0x14,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_cvt_f16_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x14,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_cvt_f16_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x14,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_cvt_f16_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x14,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_cvt_f16_f32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x14,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_cvt_f16_f32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x14,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_cvt_f16_f32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x14,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_cvt_f16_f32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x14,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_cvt_f16_f32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x14,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_cvt_f16_f32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x14,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_cvt_f16_f32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x14,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_cvt_f16_f32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x14,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_cvt_f32_f16 v5, v1
-// GFX10: encoding: [0x01,0x17,0x0a,0x7e]
+// GFX10: v_cvt_f32_f16_e32 v5, v1                ; encoding: [0x01,0x17,0x0a,0x7e]
 
 v_cvt_f32_f16 v255, v1
-// GFX10: encoding: [0x01,0x17,0xfe,0x7f]
+// GFX10: v_cvt_f32_f16_e32 v255, v1              ; encoding: [0x01,0x17,0xfe,0x7f]
 
 v_cvt_f32_f16 v5, v255
-// GFX10: encoding: [0xff,0x17,0x0a,0x7e]
+// GFX10: v_cvt_f32_f16_e32 v5, v255              ; encoding: [0xff,0x17,0x0a,0x7e]
 
 v_cvt_f32_f16 v5, s1
-// GFX10: encoding: [0x01,0x16,0x0a,0x7e]
+// GFX10: v_cvt_f32_f16_e32 v5, s1                ; encoding: [0x01,0x16,0x0a,0x7e]
 
 v_cvt_f32_f16 v5, s103
-// GFX10: encoding: [0x67,0x16,0x0a,0x7e]
+// GFX10: v_cvt_f32_f16_e32 v5, s103              ; encoding: [0x67,0x16,0x0a,0x7e]
 
 v_cvt_f32_f16 v5, vcc_lo
-// GFX10: encoding: [0x6a,0x16,0x0a,0x7e]
+// GFX10: v_cvt_f32_f16_e32 v5, vcc_lo            ; encoding: [0x6a,0x16,0x0a,0x7e]
 
 v_cvt_f32_f16 v5, vcc_hi
-// GFX10: encoding: [0x6b,0x16,0x0a,0x7e]
+// GFX10: v_cvt_f32_f16_e32 v5, vcc_hi            ; encoding: [0x6b,0x16,0x0a,0x7e]
 
 v_cvt_f32_f16 v5, ttmp11
-// GFX10: encoding: [0x77,0x16,0x0a,0x7e]
+// GFX10: v_cvt_f32_f16_e32 v5, ttmp11            ; encoding: [0x77,0x16,0x0a,0x7e]
 
 v_cvt_f32_f16 v5, m0
-// GFX10: encoding: [0x7c,0x16,0x0a,0x7e]
+// GFX10: v_cvt_f32_f16_e32 v5, m0                ; encoding: [0x7c,0x16,0x0a,0x7e]
 
 v_cvt_f32_f16 v5, exec_lo
-// GFX10: encoding: [0x7e,0x16,0x0a,0x7e]
+// GFX10: v_cvt_f32_f16_e32 v5, exec_lo           ; encoding: [0x7e,0x16,0x0a,0x7e]
 
 v_cvt_f32_f16 v5, exec_hi
-// GFX10: encoding: [0x7f,0x16,0x0a,0x7e]
+// GFX10: v_cvt_f32_f16_e32 v5, exec_hi           ; encoding: [0x7f,0x16,0x0a,0x7e]
 
 v_cvt_f32_f16 v5, 0
-// GFX10: encoding: [0x80,0x16,0x0a,0x7e]
+// GFX10: v_cvt_f32_f16_e32 v5, 0                 ; encoding: [0x80,0x16,0x0a,0x7e]
 
 v_cvt_f32_f16 v5, -1
-// GFX10: encoding: [0xc1,0x16,0x0a,0x7e]
+// GFX10: v_cvt_f32_f16_e32 v5, -1                ; encoding: [0xc1,0x16,0x0a,0x7e]
 
 v_cvt_f32_f16_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0x8b,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_f32_f16_e64 v5, v1                ; encoding: [0x05,0x00,0x8b,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_f32_f16_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0x8b,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_f32_f16_e64 v255, v1              ; encoding: [0xff,0x00,0x8b,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_f32_f16_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0x8b,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_cvt_f32_f16_e64 v5, v255              ; encoding: [0x05,0x00,0x8b,0xd5,0xff,0x01,0x00,0x00]
 
 v_cvt_f32_f16_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0x8b,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_f16_e64 v5, s1                ; encoding: [0x05,0x00,0x8b,0xd5,0x01,0x00,0x00,0x00]
 
 v_cvt_f32_f16_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0x8b,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_f16_e64 v5, s101              ; encoding: [0x05,0x00,0x8b,0xd5,0x65,0x00,0x00,0x00]
 
 v_cvt_f32_f16_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x8b,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_f16_e64 v5, vcc_lo            ; encoding: [0x05,0x00,0x8b,0xd5,0x6a,0x00,0x00,0x00]
 
 v_cvt_f32_f16_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x8b,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_f16_e64 v5, vcc_hi            ; encoding: [0x05,0x00,0x8b,0xd5,0x6b,0x00,0x00,0x00]
 
 v_cvt_f32_f16_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0x8b,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_f16_e64 v5, m0                ; encoding: [0x05,0x00,0x8b,0xd5,0x7c,0x00,0x00,0x00]
 
 v_cvt_f32_f16_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0x8b,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_f16_e64 v5, exec_lo           ; encoding: [0x05,0x00,0x8b,0xd5,0x7e,0x00,0x00,0x00]
 
 v_cvt_f32_f16_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0x8b,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_f16_e64 v5, exec_hi           ; encoding: [0x05,0x00,0x8b,0xd5,0x7f,0x00,0x00,0x00]
 
 v_cvt_f32_f16_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0x8b,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_f16_e64 v5, 0                 ; encoding: [0x05,0x00,0x8b,0xd5,0x80,0x00,0x00,0x00]
 
 v_cvt_f32_f16_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0x8b,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_f16_e64 v5, -1                ; encoding: [0x05,0x00,0x8b,0xd5,0xc1,0x00,0x00,0x00]
 
 v_cvt_f32_f16_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0x8b,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_f16_e64 v5, 0.5               ; encoding: [0x05,0x00,0x8b,0xd5,0xf0,0x00,0x00,0x00]
 
 v_cvt_f32_f16_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0x8b,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_f16_e64 v5, -4.0              ; encoding: [0x05,0x00,0x8b,0xd5,0xf7,0x00,0x00,0x00]
 
 v_cvt_f32_f16_e64 v5, -v1
-// GFX10: encoding: [0x05,0x00,0x8b,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_cvt_f32_f16_e64 v5, -v1               ; encoding: [0x05,0x00,0x8b,0xd5,0x01,0x01,0x00,0x20]
 
 v_cvt_f32_f16_e64 v5, |v1|
-// GFX10: encoding: [0x05,0x01,0x8b,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_f32_f16_e64 v5, |v1|              ; encoding: [0x05,0x01,0x8b,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_f32_f16_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0x8b,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_f32_f16_e64 v5, v1 clamp          ; encoding: [0x05,0x80,0x8b,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_f32_f16_e64 v5, v1 mul:2
-// GFX10: encoding: [0x05,0x00,0x8b,0xd5,0x01,0x01,0x00,0x08]
+// GFX10: v_cvt_f32_f16_e64 v5, v1 mul:2          ; encoding: [0x05,0x00,0x8b,0xd5,0x01,0x01,0x00,0x08]
 
 v_cvt_f32_f16_e64 v5, v1 mul:4
-// GFX10: encoding: [0x05,0x00,0x8b,0xd5,0x01,0x01,0x00,0x10]
+// GFX10: v_cvt_f32_f16_e64 v5, v1 mul:4          ; encoding: [0x05,0x00,0x8b,0xd5,0x01,0x01,0x00,0x10]
 
 v_cvt_f32_f16_e64 v5, v1 div:2
-// GFX10: encoding: [0x05,0x00,0x8b,0xd5,0x01,0x01,0x00,0x18]
+// GFX10: v_cvt_f32_f16_e64 v5, v1 div:2          ; encoding: [0x05,0x00,0x8b,0xd5,0x01,0x01,0x00,0x18]
 
 v_cvt_f32_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_f32_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cvt_f32_f16_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x16,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_f32_f16_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x16,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_cvt_f32_f16_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x16,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_cvt_f32_f16_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x16,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_cvt_f32_f16_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_f16_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_cvt_f32_f16_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x16,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_f16_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x16,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_cvt_f32_f16_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x16,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_f16_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x16,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_cvt_f32_f16_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x16,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_f16_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x16,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_cvt_f32_f16_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x16,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_f16_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x16,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_cvt_f32_f16_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x16,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_f16_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x16,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_cvt_f32_f16_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x16,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_f16_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x16,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_cvt_f32_f16_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_cvt_f32_f16_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_cvt_f32_f16_sdwa v5, v1 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x46,0x06,0x00]
+// GFX10: v_cvt_f32_f16_sdwa v5, v1 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x46,0x06,0x00]
 
 v_cvt_f32_f16_sdwa v5, v1 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x86,0x06,0x00]
+// GFX10: v_cvt_f32_f16_sdwa v5, v1 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x86,0x06,0x00]
 
 v_cvt_f32_f16_sdwa v5, v1 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x16,0x0a,0x7e,0x01,0xc6,0x06,0x00]
+// GFX10: v_cvt_f32_f16_sdwa v5, v1 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x16,0x0a,0x7e,0x01,0xc6,0x06,0x00]
 
 v_cvt_f32_f16_sdwa v5, v1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_f32_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cvt_f32_f16_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_cvt_f32_f16_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_cvt_f32_f16_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_cvt_f32_f16_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_cvt_f32_f16_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_cvt_f32_f16_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_cvt_f32_f16_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_cvt_f32_f16_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_cvt_f32_f16_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_cvt_f32_f16_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_cvt_f32_f16_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_cvt_f32_f16_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_cvt_f32_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_cvt_f32_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_cvt_f32_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_cvt_f32_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_cvt_f32_f16_sdwa v5, v1 dst_sel:DWORD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_cvt_f32_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_cvt_f32_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD
-// GFX10: encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_f32_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cvt_f32_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_cvt_f32_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_cvt_f32_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_cvt_f32_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_cvt_f32_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_cvt_f32_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_cvt_f32_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_cvt_f32_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_cvt_f32_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_cvt_f32_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_cvt_f32_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_cvt_f32_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_cvt_f32_f16_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x06,0x16,0x00]
+// GFX10: v_cvt_f32_f16_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x06,0x16,0x00]
 
 v_cvt_f32_f16_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x06,0x26,0x00]
+// GFX10: v_cvt_f32_f16_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x16,0x0a,0x7e,0x01,0x06,0x26,0x00]
 
 v_cvt_f32_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x16,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_cvt_f32_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x16,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_cvt_f32_f16_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x16,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_cvt_f32_f16_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x16,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_cvt_f32_f16_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x16,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_cvt_f32_f16_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x16,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_cvt_f32_f16_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x16,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_cvt_f32_f16_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x16,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_cvt_f32_f16_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x16,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_cvt_f32_f16_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x16,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_cvt_f32_f16_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x16,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_cvt_f32_f16_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x16,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_cvt_f32_f16_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x16,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_cvt_f32_f16_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x16,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_cvt_f32_f16_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x16,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_cvt_f32_f16_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x16,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_cvt_f32_f16_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x16,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_cvt_f32_f16_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x16,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_cvt_f32_f16_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x16,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_cvt_f32_f16_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x16,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_cvt_f32_f16_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x16,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_cvt_f32_f16_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x16,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_cvt_f32_f16_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x16,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_cvt_f32_f16_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x16,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_cvt_f32_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x16,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_cvt_f32_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x16,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_cvt_f32_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x16,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_cvt_f32_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x16,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_cvt_f32_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x16,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_cvt_f32_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x16,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_cvt_f32_f16_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0x16,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_cvt_f32_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x16,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_cvt_f32_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x16,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_cvt_f32_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x16,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_cvt_f32_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x16,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_cvt_f32_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x16,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_cvt_f32_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x16,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_cvt_f32_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x16,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_cvt_f32_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0x16,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_cvt_f32_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x16,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_cvt_f32_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x16,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_cvt_f32_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x16,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_cvt_f32_f16_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x16,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_cvt_f32_f16_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x16,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_cvt_f32_f16_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x16,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_cvt_f32_f16_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x16,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_cvt_f32_f16_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x16,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_cvt_f32_f16_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x16,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_cvt_f32_f16_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x16,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_cvt_f32_f16_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x16,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_cvt_rpi_i32_f32 v5, v1
-// GFX10: encoding: [0x01,0x19,0x0a,0x7e]
+// GFX10: v_cvt_rpi_i32_f32_e32 v5, v1            ; encoding: [0x01,0x19,0x0a,0x7e]
 
 v_cvt_rpi_i32_f32 v255, v1
-// GFX10: encoding: [0x01,0x19,0xfe,0x7f]
+// GFX10: v_cvt_rpi_i32_f32_e32 v255, v1          ; encoding: [0x01,0x19,0xfe,0x7f]
 
 v_cvt_rpi_i32_f32 v5, v255
-// GFX10: encoding: [0xff,0x19,0x0a,0x7e]
+// GFX10: v_cvt_rpi_i32_f32_e32 v5, v255          ; encoding: [0xff,0x19,0x0a,0x7e]
 
 v_cvt_rpi_i32_f32 v5, s1
-// GFX10: encoding: [0x01,0x18,0x0a,0x7e]
+// GFX10: v_cvt_rpi_i32_f32_e32 v5, s1            ; encoding: [0x01,0x18,0x0a,0x7e]
 
 v_cvt_rpi_i32_f32 v5, s103
-// GFX10: encoding: [0x67,0x18,0x0a,0x7e]
+// GFX10: v_cvt_rpi_i32_f32_e32 v5, s103          ; encoding: [0x67,0x18,0x0a,0x7e]
 
 v_cvt_rpi_i32_f32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0x18,0x0a,0x7e]
+// GFX10: v_cvt_rpi_i32_f32_e32 v5, vcc_lo        ; encoding: [0x6a,0x18,0x0a,0x7e]
 
 v_cvt_rpi_i32_f32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0x18,0x0a,0x7e]
+// GFX10: v_cvt_rpi_i32_f32_e32 v5, vcc_hi        ; encoding: [0x6b,0x18,0x0a,0x7e]
 
 v_cvt_rpi_i32_f32 v5, ttmp11
-// GFX10: encoding: [0x77,0x18,0x0a,0x7e]
+// GFX10: v_cvt_rpi_i32_f32_e32 v5, ttmp11        ; encoding: [0x77,0x18,0x0a,0x7e]
 
 v_cvt_rpi_i32_f32 v5, m0
-// GFX10: encoding: [0x7c,0x18,0x0a,0x7e]
+// GFX10: v_cvt_rpi_i32_f32_e32 v5, m0            ; encoding: [0x7c,0x18,0x0a,0x7e]
 
 v_cvt_rpi_i32_f32 v5, exec_lo
-// GFX10: encoding: [0x7e,0x18,0x0a,0x7e]
+// GFX10: v_cvt_rpi_i32_f32_e32 v5, exec_lo       ; encoding: [0x7e,0x18,0x0a,0x7e]
 
 v_cvt_rpi_i32_f32 v5, exec_hi
-// GFX10: encoding: [0x7f,0x18,0x0a,0x7e]
+// GFX10: v_cvt_rpi_i32_f32_e32 v5, exec_hi       ; encoding: [0x7f,0x18,0x0a,0x7e]
 
 v_cvt_rpi_i32_f32 v5, 0
-// GFX10: encoding: [0x80,0x18,0x0a,0x7e]
+// GFX10: v_cvt_rpi_i32_f32_e32 v5, 0             ; encoding: [0x80,0x18,0x0a,0x7e]
 
 v_cvt_rpi_i32_f32 v5, -1
-// GFX10: encoding: [0xc1,0x18,0x0a,0x7e]
+// GFX10: v_cvt_rpi_i32_f32_e32 v5, -1            ; encoding: [0xc1,0x18,0x0a,0x7e]
 
 v_cvt_rpi_i32_f32 v5, 0.5
-// GFX10: encoding: [0xf0,0x18,0x0a,0x7e]
+// GFX10: v_cvt_rpi_i32_f32_e32 v5, 0.5           ; encoding: [0xf0,0x18,0x0a,0x7e]
 
 v_cvt_rpi_i32_f32 v5, -4.0
-// GFX10: encoding: [0xf7,0x18,0x0a,0x7e]
+// GFX10: v_cvt_rpi_i32_f32_e32 v5, -4.0          ; encoding: [0xf7,0x18,0x0a,0x7e]
 
 v_cvt_rpi_i32_f32 v5, 0xaf123456
-// GFX10: encoding: [0xff,0x18,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_cvt_rpi_i32_f32_e32 v5, 0xaf123456    ; encoding: [0xff,0x18,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_cvt_rpi_i32_f32 v5, 0x3f717273
-// GFX10: encoding: [0xff,0x18,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_cvt_rpi_i32_f32_e32 v5, 0x3f717273    ; encoding: [0xff,0x18,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_cvt_rpi_i32_f32_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0x8c,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_rpi_i32_f32_e64 v5, v1            ; encoding: [0x05,0x00,0x8c,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_rpi_i32_f32_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0x8c,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_rpi_i32_f32_e64 v255, v1          ; encoding: [0xff,0x00,0x8c,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_rpi_i32_f32_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0x8c,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_cvt_rpi_i32_f32_e64 v5, v255          ; encoding: [0x05,0x00,0x8c,0xd5,0xff,0x01,0x00,0x00]
 
 v_cvt_rpi_i32_f32_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0x8c,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_cvt_rpi_i32_f32_e64 v5, s1            ; encoding: [0x05,0x00,0x8c,0xd5,0x01,0x00,0x00,0x00]
 
 v_cvt_rpi_i32_f32_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0x8c,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_cvt_rpi_i32_f32_e64 v5, s101          ; encoding: [0x05,0x00,0x8c,0xd5,0x65,0x00,0x00,0x00]
 
 v_cvt_rpi_i32_f32_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x8c,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_cvt_rpi_i32_f32_e64 v5, vcc_lo        ; encoding: [0x05,0x00,0x8c,0xd5,0x6a,0x00,0x00,0x00]
 
 v_cvt_rpi_i32_f32_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x8c,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_cvt_rpi_i32_f32_e64 v5, vcc_hi        ; encoding: [0x05,0x00,0x8c,0xd5,0x6b,0x00,0x00,0x00]
 
 v_cvt_rpi_i32_f32_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0x8c,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_cvt_rpi_i32_f32_e64 v5, m0            ; encoding: [0x05,0x00,0x8c,0xd5,0x7c,0x00,0x00,0x00]
 
 v_cvt_rpi_i32_f32_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0x8c,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_cvt_rpi_i32_f32_e64 v5, exec_lo       ; encoding: [0x05,0x00,0x8c,0xd5,0x7e,0x00,0x00,0x00]
 
 v_cvt_rpi_i32_f32_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0x8c,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_cvt_rpi_i32_f32_e64 v5, exec_hi       ; encoding: [0x05,0x00,0x8c,0xd5,0x7f,0x00,0x00,0x00]
 
 v_cvt_rpi_i32_f32_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0x8c,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_cvt_rpi_i32_f32_e64 v5, 0             ; encoding: [0x05,0x00,0x8c,0xd5,0x80,0x00,0x00,0x00]
 
 v_cvt_rpi_i32_f32_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0x8c,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_cvt_rpi_i32_f32_e64 v5, -1            ; encoding: [0x05,0x00,0x8c,0xd5,0xc1,0x00,0x00,0x00]
 
 v_cvt_rpi_i32_f32_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0x8c,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_cvt_rpi_i32_f32_e64 v5, 0.5           ; encoding: [0x05,0x00,0x8c,0xd5,0xf0,0x00,0x00,0x00]
 
 v_cvt_rpi_i32_f32_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0x8c,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_cvt_rpi_i32_f32_e64 v5, -4.0          ; encoding: [0x05,0x00,0x8c,0xd5,0xf7,0x00,0x00,0x00]
 
 v_cvt_rpi_i32_f32_e64 v5, -v1
-// GFX10: encoding: [0x05,0x00,0x8c,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_cvt_rpi_i32_f32_e64 v5, -v1           ; encoding: [0x05,0x00,0x8c,0xd5,0x01,0x01,0x00,0x20]
 
 v_cvt_rpi_i32_f32_e64 v5, |v1|
-// GFX10: encoding: [0x05,0x01,0x8c,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_rpi_i32_f32_e64 v5, |v1|          ; encoding: [0x05,0x01,0x8c,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_rpi_i32_f32_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0x8c,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_rpi_i32_f32_e64 v5, v1 clamp      ; encoding: [0x05,0x80,0x8c,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_rpi_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x18,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_rpi_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x18,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cvt_rpi_i32_f32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x18,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_rpi_i32_f32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x18,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_cvt_rpi_i32_f32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x18,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_cvt_rpi_i32_f32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x18,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_cvt_rpi_i32_f32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x18,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_cvt_rpi_i32_f32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x18,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_cvt_rpi_i32_f32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x18,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_cvt_rpi_i32_f32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x18,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_cvt_rpi_i32_f32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x18,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_cvt_rpi_i32_f32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x18,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_cvt_rpi_i32_f32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x18,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_cvt_rpi_i32_f32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x18,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_cvt_rpi_i32_f32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x18,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_cvt_rpi_i32_f32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x18,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_cvt_rpi_i32_f32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x18,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_cvt_rpi_i32_f32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x18,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_cvt_rpi_i32_f32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x18,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_cvt_rpi_i32_f32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x18,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_cvt_rpi_i32_f32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x18,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_cvt_rpi_i32_f32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x18,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_cvt_rpi_i32_f32_sdwa v5, v1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x18,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_rpi_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x18,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cvt_rpi_i32_f32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x18,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_cvt_rpi_i32_f32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x18,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_cvt_rpi_i32_f32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x18,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_cvt_rpi_i32_f32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x18,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_cvt_rpi_i32_f32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x18,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_cvt_rpi_i32_f32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x18,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_cvt_rpi_i32_f32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x18,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_cvt_rpi_i32_f32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x18,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_cvt_rpi_i32_f32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x18,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_cvt_rpi_i32_f32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x18,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_cvt_rpi_i32_f32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x18,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_cvt_rpi_i32_f32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x18,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_cvt_rpi_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x18,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_cvt_rpi_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0x18,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_cvt_rpi_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x18,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_cvt_rpi_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x18,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_cvt_rpi_i32_f32_sdwa v5, v1 dst_sel:DWORD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x18,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_cvt_rpi_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x18,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_cvt_rpi_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD
-// GFX10: encoding: [0xf9,0x18,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_rpi_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x18,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cvt_rpi_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x18,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_cvt_rpi_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0x18,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_cvt_rpi_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x18,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_cvt_rpi_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0x18,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_cvt_rpi_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x18,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_cvt_rpi_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0x18,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_cvt_rpi_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x18,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_cvt_rpi_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0x18,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_cvt_rpi_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0x18,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_cvt_rpi_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0x18,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_cvt_rpi_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0x18,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_cvt_rpi_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0x18,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_cvt_rpi_i32_f32_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x18,0x0a,0x7e,0x01,0x06,0x16,0x00]
+// GFX10: v_cvt_rpi_i32_f32_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x18,0x0a,0x7e,0x01,0x06,0x16,0x00]
 
 v_cvt_rpi_i32_f32_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x18,0x0a,0x7e,0x01,0x06,0x26,0x00]
+// GFX10: v_cvt_rpi_i32_f32_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x18,0x0a,0x7e,0x01,0x06,0x26,0x00]
 
 v_cvt_rpi_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x18,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_cvt_rpi_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x18,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_cvt_rpi_i32_f32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x18,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_cvt_rpi_i32_f32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x18,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_cvt_rpi_i32_f32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x18,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_cvt_rpi_i32_f32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x18,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_cvt_rpi_i32_f32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x18,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_cvt_rpi_i32_f32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x18,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_cvt_rpi_i32_f32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x18,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_cvt_rpi_i32_f32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x18,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_cvt_rpi_i32_f32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x18,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_cvt_rpi_i32_f32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x18,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_cvt_rpi_i32_f32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x18,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_cvt_rpi_i32_f32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x18,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_cvt_rpi_i32_f32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x18,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_cvt_rpi_i32_f32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x18,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_cvt_rpi_i32_f32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x18,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_cvt_rpi_i32_f32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x18,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_cvt_rpi_i32_f32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x18,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_cvt_rpi_i32_f32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x18,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_cvt_rpi_i32_f32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x18,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_cvt_rpi_i32_f32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x18,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_cvt_rpi_i32_f32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x18,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_cvt_rpi_i32_f32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x18,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_cvt_rpi_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x18,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_cvt_rpi_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x18,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_cvt_rpi_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x18,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_cvt_rpi_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x18,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_cvt_rpi_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x18,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_cvt_rpi_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x18,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_cvt_rpi_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0x18,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_cvt_rpi_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x18,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_cvt_rpi_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x18,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_cvt_rpi_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x18,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_cvt_rpi_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x18,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_cvt_rpi_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x18,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_cvt_rpi_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x18,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_cvt_rpi_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x18,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_cvt_rpi_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0x18,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_cvt_rpi_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x18,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_cvt_rpi_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x18,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_cvt_rpi_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x18,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_cvt_rpi_i32_f32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x18,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_cvt_rpi_i32_f32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x18,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_cvt_rpi_i32_f32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x18,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_cvt_rpi_i32_f32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x18,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_cvt_rpi_i32_f32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x18,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_cvt_rpi_i32_f32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x18,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_cvt_rpi_i32_f32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x18,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_cvt_rpi_i32_f32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x18,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_cvt_flr_i32_f32 v5, v1
-// GFX10: encoding: [0x01,0x1b,0x0a,0x7e]
+// GFX10: v_cvt_flr_i32_f32_e32 v5, v1            ; encoding: [0x01,0x1b,0x0a,0x7e]
 
 v_cvt_flr_i32_f32 v255, v1
-// GFX10: encoding: [0x01,0x1b,0xfe,0x7f]
+// GFX10: v_cvt_flr_i32_f32_e32 v255, v1          ; encoding: [0x01,0x1b,0xfe,0x7f]
 
 v_cvt_flr_i32_f32 v5, v255
-// GFX10: encoding: [0xff,0x1b,0x0a,0x7e]
+// GFX10: v_cvt_flr_i32_f32_e32 v5, v255          ; encoding: [0xff,0x1b,0x0a,0x7e]
 
 v_cvt_flr_i32_f32 v5, s1
-// GFX10: encoding: [0x01,0x1a,0x0a,0x7e]
+// GFX10: v_cvt_flr_i32_f32_e32 v5, s1            ; encoding: [0x01,0x1a,0x0a,0x7e]
 
 v_cvt_flr_i32_f32 v5, s103
-// GFX10: encoding: [0x67,0x1a,0x0a,0x7e]
+// GFX10: v_cvt_flr_i32_f32_e32 v5, s103          ; encoding: [0x67,0x1a,0x0a,0x7e]
 
 v_cvt_flr_i32_f32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0x1a,0x0a,0x7e]
+// GFX10: v_cvt_flr_i32_f32_e32 v5, vcc_lo        ; encoding: [0x6a,0x1a,0x0a,0x7e]
 
 v_cvt_flr_i32_f32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0x1a,0x0a,0x7e]
+// GFX10: v_cvt_flr_i32_f32_e32 v5, vcc_hi        ; encoding: [0x6b,0x1a,0x0a,0x7e]
 
 v_cvt_flr_i32_f32 v5, ttmp11
-// GFX10: encoding: [0x77,0x1a,0x0a,0x7e]
+// GFX10: v_cvt_flr_i32_f32_e32 v5, ttmp11        ; encoding: [0x77,0x1a,0x0a,0x7e]
 
 v_cvt_flr_i32_f32 v5, m0
-// GFX10: encoding: [0x7c,0x1a,0x0a,0x7e]
+// GFX10: v_cvt_flr_i32_f32_e32 v5, m0            ; encoding: [0x7c,0x1a,0x0a,0x7e]
 
 v_cvt_flr_i32_f32 v5, exec_lo
-// GFX10: encoding: [0x7e,0x1a,0x0a,0x7e]
+// GFX10: v_cvt_flr_i32_f32_e32 v5, exec_lo       ; encoding: [0x7e,0x1a,0x0a,0x7e]
 
 v_cvt_flr_i32_f32 v5, exec_hi
-// GFX10: encoding: [0x7f,0x1a,0x0a,0x7e]
+// GFX10: v_cvt_flr_i32_f32_e32 v5, exec_hi       ; encoding: [0x7f,0x1a,0x0a,0x7e]
 
 v_cvt_flr_i32_f32 v5, 0
-// GFX10: encoding: [0x80,0x1a,0x0a,0x7e]
+// GFX10: v_cvt_flr_i32_f32_e32 v5, 0             ; encoding: [0x80,0x1a,0x0a,0x7e]
 
 v_cvt_flr_i32_f32 v5, -1
-// GFX10: encoding: [0xc1,0x1a,0x0a,0x7e]
+// GFX10: v_cvt_flr_i32_f32_e32 v5, -1            ; encoding: [0xc1,0x1a,0x0a,0x7e]
 
 v_cvt_flr_i32_f32 v5, 0.5
-// GFX10: encoding: [0xf0,0x1a,0x0a,0x7e]
+// GFX10: v_cvt_flr_i32_f32_e32 v5, 0.5           ; encoding: [0xf0,0x1a,0x0a,0x7e]
 
 v_cvt_flr_i32_f32 v5, -4.0
-// GFX10: encoding: [0xf7,0x1a,0x0a,0x7e]
+// GFX10: v_cvt_flr_i32_f32_e32 v5, -4.0          ; encoding: [0xf7,0x1a,0x0a,0x7e]
 
 v_cvt_flr_i32_f32 v5, 0xaf123456
-// GFX10: encoding: [0xff,0x1a,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_cvt_flr_i32_f32_e32 v5, 0xaf123456    ; encoding: [0xff,0x1a,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_cvt_flr_i32_f32 v5, 0x3f717273
-// GFX10: encoding: [0xff,0x1a,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_cvt_flr_i32_f32_e32 v5, 0x3f717273    ; encoding: [0xff,0x1a,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_cvt_flr_i32_f32_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0x8d,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_flr_i32_f32_e64 v5, v1            ; encoding: [0x05,0x00,0x8d,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_flr_i32_f32_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0x8d,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_flr_i32_f32_e64 v255, v1          ; encoding: [0xff,0x00,0x8d,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_flr_i32_f32_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0x8d,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_cvt_flr_i32_f32_e64 v5, v255          ; encoding: [0x05,0x00,0x8d,0xd5,0xff,0x01,0x00,0x00]
 
 v_cvt_flr_i32_f32_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0x8d,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_cvt_flr_i32_f32_e64 v5, s1            ; encoding: [0x05,0x00,0x8d,0xd5,0x01,0x00,0x00,0x00]
 
 v_cvt_flr_i32_f32_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0x8d,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_cvt_flr_i32_f32_e64 v5, s101          ; encoding: [0x05,0x00,0x8d,0xd5,0x65,0x00,0x00,0x00]
 
 v_cvt_flr_i32_f32_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x8d,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_cvt_flr_i32_f32_e64 v5, vcc_lo        ; encoding: [0x05,0x00,0x8d,0xd5,0x6a,0x00,0x00,0x00]
 
 v_cvt_flr_i32_f32_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x8d,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_cvt_flr_i32_f32_e64 v5, vcc_hi        ; encoding: [0x05,0x00,0x8d,0xd5,0x6b,0x00,0x00,0x00]
 
 v_cvt_flr_i32_f32_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0x8d,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_cvt_flr_i32_f32_e64 v5, m0            ; encoding: [0x05,0x00,0x8d,0xd5,0x7c,0x00,0x00,0x00]
 
 v_cvt_flr_i32_f32_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0x8d,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_cvt_flr_i32_f32_e64 v5, exec_lo       ; encoding: [0x05,0x00,0x8d,0xd5,0x7e,0x00,0x00,0x00]
 
 v_cvt_flr_i32_f32_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0x8d,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_cvt_flr_i32_f32_e64 v5, exec_hi       ; encoding: [0x05,0x00,0x8d,0xd5,0x7f,0x00,0x00,0x00]
 
 v_cvt_flr_i32_f32_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0x8d,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_cvt_flr_i32_f32_e64 v5, 0             ; encoding: [0x05,0x00,0x8d,0xd5,0x80,0x00,0x00,0x00]
 
 v_cvt_flr_i32_f32_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0x8d,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_cvt_flr_i32_f32_e64 v5, -1            ; encoding: [0x05,0x00,0x8d,0xd5,0xc1,0x00,0x00,0x00]
 
 v_cvt_flr_i32_f32_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0x8d,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_cvt_flr_i32_f32_e64 v5, 0.5           ; encoding: [0x05,0x00,0x8d,0xd5,0xf0,0x00,0x00,0x00]
 
 v_cvt_flr_i32_f32_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0x8d,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_cvt_flr_i32_f32_e64 v5, -4.0          ; encoding: [0x05,0x00,0x8d,0xd5,0xf7,0x00,0x00,0x00]
 
 v_cvt_flr_i32_f32_e64 v5, -v1
-// GFX10: encoding: [0x05,0x00,0x8d,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_cvt_flr_i32_f32_e64 v5, -v1           ; encoding: [0x05,0x00,0x8d,0xd5,0x01,0x01,0x00,0x20]
 
 v_cvt_flr_i32_f32_e64 v5, |v1|
-// GFX10: encoding: [0x05,0x01,0x8d,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_flr_i32_f32_e64 v5, |v1|          ; encoding: [0x05,0x01,0x8d,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_flr_i32_f32_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0x8d,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_flr_i32_f32_e64 v5, v1 clamp      ; encoding: [0x05,0x80,0x8d,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_flr_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1a,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_flr_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x1a,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cvt_flr_i32_f32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1a,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_flr_i32_f32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x1a,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_cvt_flr_i32_f32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1a,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_cvt_flr_i32_f32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x1a,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_cvt_flr_i32_f32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1a,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_cvt_flr_i32_f32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x1a,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_cvt_flr_i32_f32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1a,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_cvt_flr_i32_f32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x1a,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_cvt_flr_i32_f32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1a,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_cvt_flr_i32_f32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x1a,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_cvt_flr_i32_f32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1a,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_cvt_flr_i32_f32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x1a,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_cvt_flr_i32_f32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1a,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_cvt_flr_i32_f32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x1a,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_cvt_flr_i32_f32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1a,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_cvt_flr_i32_f32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x1a,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_cvt_flr_i32_f32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1a,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_cvt_flr_i32_f32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x1a,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_cvt_flr_i32_f32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1a,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_cvt_flr_i32_f32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x1a,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_cvt_flr_i32_f32_sdwa v5, v1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1a,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_flr_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x1a,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cvt_flr_i32_f32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1a,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_cvt_flr_i32_f32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x1a,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_cvt_flr_i32_f32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1a,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_cvt_flr_i32_f32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x1a,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_cvt_flr_i32_f32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1a,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_cvt_flr_i32_f32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x1a,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_cvt_flr_i32_f32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1a,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_cvt_flr_i32_f32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x1a,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_cvt_flr_i32_f32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1a,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_cvt_flr_i32_f32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x1a,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_cvt_flr_i32_f32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1a,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_cvt_flr_i32_f32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x1a,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_cvt_flr_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1a,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_cvt_flr_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0x1a,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_cvt_flr_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1a,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_cvt_flr_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x1a,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_cvt_flr_i32_f32_sdwa v5, v1 dst_sel:DWORD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1a,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_cvt_flr_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x1a,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_cvt_flr_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD
-// GFX10: encoding: [0xf9,0x1a,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_flr_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x1a,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cvt_flr_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x1a,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_cvt_flr_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0x1a,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_cvt_flr_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x1a,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_cvt_flr_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0x1a,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_cvt_flr_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x1a,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_cvt_flr_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0x1a,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_cvt_flr_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x1a,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_cvt_flr_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0x1a,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_cvt_flr_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0x1a,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_cvt_flr_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0x1a,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_cvt_flr_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0x1a,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_cvt_flr_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0x1a,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_cvt_flr_i32_f32_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1a,0x0a,0x7e,0x01,0x06,0x16,0x00]
+// GFX10: v_cvt_flr_i32_f32_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x1a,0x0a,0x7e,0x01,0x06,0x16,0x00]
 
 v_cvt_flr_i32_f32_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1a,0x0a,0x7e,0x01,0x06,0x26,0x00]
+// GFX10: v_cvt_flr_i32_f32_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x1a,0x0a,0x7e,0x01,0x06,0x26,0x00]
 
 v_cvt_flr_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x1a,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_cvt_flr_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x1a,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_cvt_flr_i32_f32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x1a,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_cvt_flr_i32_f32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x1a,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_cvt_flr_i32_f32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x1a,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_cvt_flr_i32_f32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x1a,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_cvt_flr_i32_f32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x1a,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_cvt_flr_i32_f32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x1a,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_cvt_flr_i32_f32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x1a,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_cvt_flr_i32_f32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x1a,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_cvt_flr_i32_f32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x1a,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_cvt_flr_i32_f32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x1a,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_cvt_flr_i32_f32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x1a,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_cvt_flr_i32_f32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x1a,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_cvt_flr_i32_f32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x1a,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_cvt_flr_i32_f32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x1a,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_cvt_flr_i32_f32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x1a,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_cvt_flr_i32_f32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x1a,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_cvt_flr_i32_f32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x1a,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_cvt_flr_i32_f32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x1a,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_cvt_flr_i32_f32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x1a,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_cvt_flr_i32_f32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x1a,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_cvt_flr_i32_f32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x1a,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_cvt_flr_i32_f32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x1a,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_cvt_flr_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x1a,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_cvt_flr_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x1a,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_cvt_flr_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x1a,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_cvt_flr_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x1a,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_cvt_flr_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x1a,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_cvt_flr_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x1a,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_cvt_flr_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0x1a,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_cvt_flr_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x1a,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_cvt_flr_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x1a,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_cvt_flr_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x1a,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_cvt_flr_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x1a,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_cvt_flr_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x1a,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_cvt_flr_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x1a,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_cvt_flr_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x1a,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_cvt_flr_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0x1a,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_cvt_flr_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x1a,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_cvt_flr_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x1a,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_cvt_flr_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x1a,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_cvt_flr_i32_f32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x1a,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_cvt_flr_i32_f32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x1a,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_cvt_flr_i32_f32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x1a,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_cvt_flr_i32_f32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x1a,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_cvt_flr_i32_f32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x1a,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_cvt_flr_i32_f32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x1a,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_cvt_flr_i32_f32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x1a,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_cvt_flr_i32_f32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x1a,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_cvt_off_f32_i4 v5, v1
-// GFX10: encoding: [0x01,0x1d,0x0a,0x7e]
+// GFX10: v_cvt_off_f32_i4_e32 v5, v1             ; encoding: [0x01,0x1d,0x0a,0x7e]
 
 v_cvt_off_f32_i4 v255, v1
-// GFX10: encoding: [0x01,0x1d,0xfe,0x7f]
+// GFX10: v_cvt_off_f32_i4_e32 v255, v1           ; encoding: [0x01,0x1d,0xfe,0x7f]
 
 v_cvt_off_f32_i4 v5, v255
-// GFX10: encoding: [0xff,0x1d,0x0a,0x7e]
+// GFX10: v_cvt_off_f32_i4_e32 v5, v255           ; encoding: [0xff,0x1d,0x0a,0x7e]
 
 v_cvt_off_f32_i4 v5, s1
-// GFX10: encoding: [0x01,0x1c,0x0a,0x7e]
+// GFX10: v_cvt_off_f32_i4_e32 v5, s1             ; encoding: [0x01,0x1c,0x0a,0x7e]
 
 v_cvt_off_f32_i4 v5, s103
-// GFX10: encoding: [0x67,0x1c,0x0a,0x7e]
+// GFX10: v_cvt_off_f32_i4_e32 v5, s103           ; encoding: [0x67,0x1c,0x0a,0x7e]
 
 v_cvt_off_f32_i4 v5, vcc_lo
-// GFX10: encoding: [0x6a,0x1c,0x0a,0x7e]
+// GFX10: v_cvt_off_f32_i4_e32 v5, vcc_lo         ; encoding: [0x6a,0x1c,0x0a,0x7e]
 
 v_cvt_off_f32_i4 v5, vcc_hi
-// GFX10: encoding: [0x6b,0x1c,0x0a,0x7e]
+// GFX10: v_cvt_off_f32_i4_e32 v5, vcc_hi         ; encoding: [0x6b,0x1c,0x0a,0x7e]
 
 v_cvt_off_f32_i4 v5, ttmp11
-// GFX10: encoding: [0x77,0x1c,0x0a,0x7e]
+// GFX10: v_cvt_off_f32_i4_e32 v5, ttmp11         ; encoding: [0x77,0x1c,0x0a,0x7e]
 
 v_cvt_off_f32_i4 v5, m0
-// GFX10: encoding: [0x7c,0x1c,0x0a,0x7e]
+// GFX10: v_cvt_off_f32_i4_e32 v5, m0             ; encoding: [0x7c,0x1c,0x0a,0x7e]
 
 v_cvt_off_f32_i4 v5, exec_lo
-// GFX10: encoding: [0x7e,0x1c,0x0a,0x7e]
+// GFX10: v_cvt_off_f32_i4_e32 v5, exec_lo        ; encoding: [0x7e,0x1c,0x0a,0x7e]
 
 v_cvt_off_f32_i4 v5, exec_hi
-// GFX10: encoding: [0x7f,0x1c,0x0a,0x7e]
+// GFX10: v_cvt_off_f32_i4_e32 v5, exec_hi        ; encoding: [0x7f,0x1c,0x0a,0x7e]
 
 v_cvt_off_f32_i4 v5, 0
-// GFX10: encoding: [0x80,0x1c,0x0a,0x7e]
+// GFX10: v_cvt_off_f32_i4_e32 v5, 0              ; encoding: [0x80,0x1c,0x0a,0x7e]
 
 v_cvt_off_f32_i4 v5, -1
-// GFX10: encoding: [0xc1,0x1c,0x0a,0x7e]
+// GFX10: v_cvt_off_f32_i4_e32 v5, -1             ; encoding: [0xc1,0x1c,0x0a,0x7e]
 
 v_cvt_off_f32_i4 v5, 0.5
-// GFX10: encoding: [0xf0,0x1c,0x0a,0x7e]
+// GFX10: v_cvt_off_f32_i4_e32 v5, 0.5            ; encoding: [0xf0,0x1c,0x0a,0x7e]
 
 v_cvt_off_f32_i4 v5, -4.0
-// GFX10: encoding: [0xf7,0x1c,0x0a,0x7e]
+// GFX10: v_cvt_off_f32_i4_e32 v5, -4.0           ; encoding: [0xf7,0x1c,0x0a,0x7e]
 
 v_cvt_off_f32_i4 v5, 0x4f
-// GFX10: encoding: [0xff,0x1c,0x0a,0x7e,0x4f,0x00,0x00,0x00]
+// GFX10: v_cvt_off_f32_i4_e32 v5, 0x4f           ; encoding: [0xff,0x1c,0x0a,0x7e,0x4f,0x00,0x00,0x00]
 
 v_cvt_off_f32_i4 v5, 0x41
-// GFX10: encoding: [0xff,0x1c,0x0a,0x7e,0x41,0x00,0x00,0x00]
+// GFX10: v_cvt_off_f32_i4_e32 v5, 0x41           ; encoding: [0xff,0x1c,0x0a,0x7e,0x41,0x00,0x00,0x00]
 
 v_cvt_off_f32_i4_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0x8e,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_off_f32_i4_e64 v5, v1             ; encoding: [0x05,0x00,0x8e,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_off_f32_i4_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0x8e,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_off_f32_i4_e64 v255, v1           ; encoding: [0xff,0x00,0x8e,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_off_f32_i4_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0x8e,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_cvt_off_f32_i4_e64 v5, v255           ; encoding: [0x05,0x00,0x8e,0xd5,0xff,0x01,0x00,0x00]
 
 v_cvt_off_f32_i4_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0x8e,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_cvt_off_f32_i4_e64 v5, s1             ; encoding: [0x05,0x00,0x8e,0xd5,0x01,0x00,0x00,0x00]
 
 v_cvt_off_f32_i4_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0x8e,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_cvt_off_f32_i4_e64 v5, s101           ; encoding: [0x05,0x00,0x8e,0xd5,0x65,0x00,0x00,0x00]
 
 v_cvt_off_f32_i4_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x8e,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_cvt_off_f32_i4_e64 v5, vcc_lo         ; encoding: [0x05,0x00,0x8e,0xd5,0x6a,0x00,0x00,0x00]
 
 v_cvt_off_f32_i4_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x8e,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_cvt_off_f32_i4_e64 v5, vcc_hi         ; encoding: [0x05,0x00,0x8e,0xd5,0x6b,0x00,0x00,0x00]
 
 v_cvt_off_f32_i4_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0x8e,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_cvt_off_f32_i4_e64 v5, m0             ; encoding: [0x05,0x00,0x8e,0xd5,0x7c,0x00,0x00,0x00]
 
 v_cvt_off_f32_i4_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0x8e,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_cvt_off_f32_i4_e64 v5, exec_lo        ; encoding: [0x05,0x00,0x8e,0xd5,0x7e,0x00,0x00,0x00]
 
 v_cvt_off_f32_i4_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0x8e,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_cvt_off_f32_i4_e64 v5, exec_hi        ; encoding: [0x05,0x00,0x8e,0xd5,0x7f,0x00,0x00,0x00]
 
 v_cvt_off_f32_i4_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0x8e,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_cvt_off_f32_i4_e64 v5, 0              ; encoding: [0x05,0x00,0x8e,0xd5,0x80,0x00,0x00,0x00]
 
 v_cvt_off_f32_i4_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0x8e,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_cvt_off_f32_i4_e64 v5, -1             ; encoding: [0x05,0x00,0x8e,0xd5,0xc1,0x00,0x00,0x00]
 
 v_cvt_off_f32_i4_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0x8e,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_cvt_off_f32_i4_e64 v5, 0.5            ; encoding: [0x05,0x00,0x8e,0xd5,0xf0,0x00,0x00,0x00]
 
 v_cvt_off_f32_i4_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0x8e,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_cvt_off_f32_i4_e64 v5, -4.0           ; encoding: [0x05,0x00,0x8e,0xd5,0xf7,0x00,0x00,0x00]
 
 v_cvt_off_f32_i4_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0x8e,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_off_f32_i4_e64 v5, v1 clamp       ; encoding: [0x05,0x80,0x8e,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_off_f32_i4_e64 v5, v1 mul:2
-// GFX10: encoding: [0x05,0x00,0x8e,0xd5,0x01,0x01,0x00,0x08]
+// GFX10: v_cvt_off_f32_i4_e64 v5, v1 mul:2       ; encoding: [0x05,0x00,0x8e,0xd5,0x01,0x01,0x00,0x08]
 
 v_cvt_off_f32_i4_e64 v5, v1 mul:4
-// GFX10: encoding: [0x05,0x00,0x8e,0xd5,0x01,0x01,0x00,0x10]
+// GFX10: v_cvt_off_f32_i4_e64 v5, v1 mul:4       ; encoding: [0x05,0x00,0x8e,0xd5,0x01,0x01,0x00,0x10]
 
 v_cvt_off_f32_i4_e64 v5, v1 div:2
-// GFX10: encoding: [0x05,0x00,0x8e,0xd5,0x01,0x01,0x00,0x18]
+// GFX10: v_cvt_off_f32_i4_e64 v5, v1 div:2       ; encoding: [0x05,0x00,0x8e,0xd5,0x01,0x01,0x00,0x18]
 
 v_cvt_off_f32_i4_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_off_f32_i4_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cvt_off_f32_i4_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1c,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_off_f32_i4_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x1c,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_cvt_off_f32_i4_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1c,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_cvt_off_f32_i4_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x1c,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_cvt_off_f32_i4_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_cvt_off_f32_i4_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_cvt_off_f32_i4_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1c,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_cvt_off_f32_i4_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x1c,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_cvt_off_f32_i4_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1c,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_cvt_off_f32_i4_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x1c,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_cvt_off_f32_i4_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1c,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_cvt_off_f32_i4_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x1c,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_cvt_off_f32_i4_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1c,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_cvt_off_f32_i4_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x1c,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_cvt_off_f32_i4_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1c,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_cvt_off_f32_i4_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x1c,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_cvt_off_f32_i4_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1c,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_cvt_off_f32_i4_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x1c,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_cvt_off_f32_i4_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_cvt_off_f32_i4_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_cvt_off_f32_i4_sdwa v5, v1 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0x46,0x06,0x00]
+// GFX10: v_cvt_off_f32_i4_sdwa v5, v1 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0x46,0x06,0x00]
 
 v_cvt_off_f32_i4_sdwa v5, v1 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0x86,0x06,0x00]
+// GFX10: v_cvt_off_f32_i4_sdwa v5, v1 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0x86,0x06,0x00]
 
 v_cvt_off_f32_i4_sdwa v5, v1 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0xc6,0x06,0x00]
+// GFX10: v_cvt_off_f32_i4_sdwa v5, v1 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0xc6,0x06,0x00]
 
 v_cvt_off_f32_i4_sdwa v5, v1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_off_f32_i4_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cvt_off_f32_i4_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_cvt_off_f32_i4_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_cvt_off_f32_i4_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_cvt_off_f32_i4_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_cvt_off_f32_i4_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_cvt_off_f32_i4_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_cvt_off_f32_i4_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_cvt_off_f32_i4_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_cvt_off_f32_i4_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_cvt_off_f32_i4_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_cvt_off_f32_i4_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_cvt_off_f32_i4_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_cvt_off_f32_i4_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_cvt_off_f32_i4_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_cvt_off_f32_i4_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_cvt_off_f32_i4_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_cvt_off_f32_i4_sdwa v5, v1 dst_sel:DWORD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_cvt_off_f32_i4_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_cvt_off_f32_i4_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD
-// GFX10: encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_off_f32_i4_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cvt_off_f32_i4_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_cvt_off_f32_i4_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_cvt_off_f32_i4_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_cvt_off_f32_i4_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_cvt_off_f32_i4_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_cvt_off_f32_i4_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_cvt_off_f32_i4_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_cvt_off_f32_i4_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_cvt_off_f32_i4_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_cvt_off_f32_i4_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_cvt_off_f32_i4_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_cvt_off_f32_i4_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_cvt_off_f32_i4_sdwa v5, sext(v1) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0x06,0x0e,0x00]
+// GFX10: v_cvt_off_f32_i4_sdwa v5, sext(v1) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x1c,0x0a,0x7e,0x01,0x06,0x0e,0x00]
 
 v_cvt_off_f32_i4_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x1c,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_cvt_off_f32_i4_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x1c,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_cvt_off_f32_i4_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x1c,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_cvt_off_f32_i4_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x1c,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_cvt_off_f32_i4_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x1c,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_cvt_off_f32_i4_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x1c,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_cvt_off_f32_i4_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x1c,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_cvt_off_f32_i4_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x1c,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_cvt_off_f32_i4_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x1c,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_cvt_off_f32_i4_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x1c,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_cvt_off_f32_i4_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x1c,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_cvt_off_f32_i4_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x1c,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_cvt_off_f32_i4_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x1c,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_cvt_off_f32_i4_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x1c,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_cvt_off_f32_i4_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x1c,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_cvt_off_f32_i4_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x1c,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_cvt_off_f32_i4_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x1c,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_cvt_off_f32_i4_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x1c,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_cvt_off_f32_i4_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x1c,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_cvt_off_f32_i4_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x1c,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_cvt_off_f32_i4_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x1c,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_cvt_off_f32_i4_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x1c,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_cvt_off_f32_i4_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x1c,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_cvt_off_f32_i4_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x1c,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_cvt_off_f32_i4_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x1c,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_cvt_off_f32_i4_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x1c,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_cvt_off_f32_i4_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x1c,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_cvt_off_f32_i4_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x1c,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_cvt_off_f32_i4_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x1c,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_cvt_off_f32_i4_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x1c,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_cvt_off_f32_i4_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0x1c,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_cvt_off_f32_i4_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x1c,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_cvt_off_f32_i4_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x1c,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_cvt_off_f32_i4_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x1c,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_cvt_off_f32_i4_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x1c,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_cvt_off_f32_i4_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x1c,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_cvt_off_f32_i4_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x1c,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_cvt_off_f32_i4_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x1c,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_cvt_off_f32_i4_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0x1c,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_cvt_off_f32_i4_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x1c,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_cvt_off_f32_i4_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x1c,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_cvt_off_f32_i4_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x1c,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_cvt_off_f32_i4_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x1c,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_cvt_off_f32_i4_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x1c,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_cvt_off_f32_i4_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x1c,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_cvt_off_f32_i4_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x1c,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_cvt_off_f32_i4_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x1c,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_cvt_off_f32_i4_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x1c,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_cvt_off_f32_i4_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x1c,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_cvt_off_f32_i4_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x1c,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_cvt_f32_f64 v5, v[1:2]
-// GFX10: encoding: [0x01,0x1f,0x0a,0x7e]
+// GFX10: v_cvt_f32_f64_e32 v5, v[1:2]            ; encoding: [0x01,0x1f,0x0a,0x7e]
 
 v_cvt_f32_f64 v255, v[1:2]
-// GFX10: encoding: [0x01,0x1f,0xfe,0x7f]
+// GFX10: v_cvt_f32_f64_e32 v255, v[1:2]          ; encoding: [0x01,0x1f,0xfe,0x7f]
 
 v_cvt_f32_f64 v5, v[254:255]
-// GFX10: encoding: [0xfe,0x1f,0x0a,0x7e]
+// GFX10: v_cvt_f32_f64_e32 v5, v[254:255]        ; encoding: [0xfe,0x1f,0x0a,0x7e]
 
 v_cvt_f32_f64 v5, s[2:3]
-// GFX10: encoding: [0x02,0x1e,0x0a,0x7e]
+// GFX10: v_cvt_f32_f64_e32 v5, s[2:3]            ; encoding: [0x02,0x1e,0x0a,0x7e]
 
 v_cvt_f32_f64 v5, s[4:5]
-// GFX10: encoding: [0x04,0x1e,0x0a,0x7e]
+// GFX10: v_cvt_f32_f64_e32 v5, s[4:5]            ; encoding: [0x04,0x1e,0x0a,0x7e]
 
 v_cvt_f32_f64 v5, s[102:103]
-// GFX10: encoding: [0x66,0x1e,0x0a,0x7e]
+// GFX10: v_cvt_f32_f64_e32 v5, s[102:103]        ; encoding: [0x66,0x1e,0x0a,0x7e]
 
 v_cvt_f32_f64 v5, vcc
-// GFX10: encoding: [0x6a,0x1e,0x0a,0x7e]
+// GFX10: v_cvt_f32_f64_e32 v5, vcc               ; encoding: [0x6a,0x1e,0x0a,0x7e]
 
 v_cvt_f32_f64 v5, ttmp[10:11]
-// GFX10: encoding: [0x76,0x1e,0x0a,0x7e]
+// GFX10: v_cvt_f32_f64_e32 v5, ttmp[10:11]       ; encoding: [0x76,0x1e,0x0a,0x7e]
 
 v_cvt_f32_f64 v5, exec
-// GFX10: encoding: [0x7e,0x1e,0x0a,0x7e]
+// GFX10: v_cvt_f32_f64_e32 v5, exec              ; encoding: [0x7e,0x1e,0x0a,0x7e]
 
 v_cvt_f32_f64 v5, 0
-// GFX10: encoding: [0x80,0x1e,0x0a,0x7e]
+// GFX10: v_cvt_f32_f64_e32 v5, 0                 ; encoding: [0x80,0x1e,0x0a,0x7e]
 
 v_cvt_f32_f64 v5, -1
-// GFX10: encoding: [0xc1,0x1e,0x0a,0x7e]
+// GFX10: v_cvt_f32_f64_e32 v5, -1                ; encoding: [0xc1,0x1e,0x0a,0x7e]
 
 v_cvt_f32_f64 v5, 0.5
-// GFX10: encoding: [0xf0,0x1e,0x0a,0x7e]
+// GFX10: v_cvt_f32_f64_e32 v5, 0.5               ; encoding: [0xf0,0x1e,0x0a,0x7e]
 
 v_cvt_f32_f64 v5, -4.0
-// GFX10: encoding: [0xf7,0x1e,0x0a,0x7e]
+// GFX10: v_cvt_f32_f64_e32 v5, -4.0              ; encoding: [0xf7,0x1e,0x0a,0x7e]
 
 v_cvt_f32_f64 v5, 0xaf123456
-// GFX10: encoding: [0xff,0x1e,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_cvt_f32_f64_e32 v5, 0xaf123456        ; encoding: [0xff,0x1e,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_cvt_f32_f64 v5, 0x3f717273
-// GFX10: encoding: [0xff,0x1e,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_cvt_f32_f64_e32 v5, 0x3f717273        ; encoding: [0xff,0x1e,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_cvt_f32_f64_e64 v5, v[1:2]
-// GFX10: encoding: [0x05,0x00,0x8f,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_f32_f64_e64 v5, v[1:2]            ; encoding: [0x05,0x00,0x8f,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_f32_f64_e64 v255, v[1:2]
-// GFX10: encoding: [0xff,0x00,0x8f,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_f32_f64_e64 v255, v[1:2]          ; encoding: [0xff,0x00,0x8f,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_f32_f64_e64 v5, v[254:255]
-// GFX10: encoding: [0x05,0x00,0x8f,0xd5,0xfe,0x01,0x00,0x00]
+// GFX10: v_cvt_f32_f64_e64 v5, v[254:255]        ; encoding: [0x05,0x00,0x8f,0xd5,0xfe,0x01,0x00,0x00]
 
 v_cvt_f32_f64_e64 v5, s[2:3]
-// GFX10: encoding: [0x05,0x00,0x8f,0xd5,0x02,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_f64_e64 v5, s[2:3]            ; encoding: [0x05,0x00,0x8f,0xd5,0x02,0x00,0x00,0x00]
 
 v_cvt_f32_f64_e64 v5, s[4:5]
-// GFX10: encoding: [0x05,0x00,0x8f,0xd5,0x04,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_f64_e64 v5, s[4:5]            ; encoding: [0x05,0x00,0x8f,0xd5,0x04,0x00,0x00,0x00]
 
 v_cvt_f32_f64_e64 v5, s[100:101]
-// GFX10: encoding: [0x05,0x00,0x8f,0xd5,0x64,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_f64_e64 v5, s[100:101]        ; encoding: [0x05,0x00,0x8f,0xd5,0x64,0x00,0x00,0x00]
 
 v_cvt_f32_f64_e64 v5, vcc
-// GFX10: encoding: [0x05,0x00,0x8f,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_f64_e64 v5, vcc               ; encoding: [0x05,0x00,0x8f,0xd5,0x6a,0x00,0x00,0x00]
 
 v_cvt_f32_f64_e64 v5, exec
-// GFX10: encoding: [0x05,0x00,0x8f,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_f64_e64 v5, exec              ; encoding: [0x05,0x00,0x8f,0xd5,0x7e,0x00,0x00,0x00]
 
 v_cvt_f32_f64_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0x8f,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_f64_e64 v5, 0                 ; encoding: [0x05,0x00,0x8f,0xd5,0x80,0x00,0x00,0x00]
 
 v_cvt_f32_f64_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0x8f,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_f64_e64 v5, -1                ; encoding: [0x05,0x00,0x8f,0xd5,0xc1,0x00,0x00,0x00]
 
 v_cvt_f32_f64_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0x8f,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_f64_e64 v5, 0.5               ; encoding: [0x05,0x00,0x8f,0xd5,0xf0,0x00,0x00,0x00]
 
 v_cvt_f32_f64_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0x8f,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_f64_e64 v5, -4.0              ; encoding: [0x05,0x00,0x8f,0xd5,0xf7,0x00,0x00,0x00]
 
 v_cvt_f32_f64_e64 v5, -v[1:2]
-// GFX10: encoding: [0x05,0x00,0x8f,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_cvt_f32_f64_e64 v5, -v[1:2]           ; encoding: [0x05,0x00,0x8f,0xd5,0x01,0x01,0x00,0x20]
 
 v_cvt_f32_f64_e64 v5, |v[1:2]|
-// GFX10: encoding: [0x05,0x01,0x8f,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_f32_f64_e64 v5, |v[1:2]|          ; encoding: [0x05,0x01,0x8f,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_f32_f64_e64 v5, v[1:2] clamp
-// GFX10: encoding: [0x05,0x80,0x8f,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_f32_f64_e64 v5, v[1:2] clamp      ; encoding: [0x05,0x80,0x8f,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_f32_f64_e64 v5, v[1:2] mul:2
-// GFX10: encoding: [0x05,0x00,0x8f,0xd5,0x01,0x01,0x00,0x08]
+// GFX10: v_cvt_f32_f64_e64 v5, v[1:2] mul:2      ; encoding: [0x05,0x00,0x8f,0xd5,0x01,0x01,0x00,0x08]
 
 v_cvt_f32_f64_e64 v5, v[1:2] mul:4
-// GFX10: encoding: [0x05,0x00,0x8f,0xd5,0x01,0x01,0x00,0x10]
+// GFX10: v_cvt_f32_f64_e64 v5, v[1:2] mul:4      ; encoding: [0x05,0x00,0x8f,0xd5,0x01,0x01,0x00,0x10]
 
 v_cvt_f32_f64_e64 v5, v[1:2] div:2
-// GFX10: encoding: [0x05,0x00,0x8f,0xd5,0x01,0x01,0x00,0x18]
+// GFX10: v_cvt_f32_f64_e64 v5, v[1:2] div:2      ; encoding: [0x05,0x00,0x8f,0xd5,0x01,0x01,0x00,0x18]
 
 v_cvt_f64_f32 v[5:6], v1
-// GFX10: encoding: [0x01,0x21,0x0a,0x7e]
+// GFX10: v_cvt_f64_f32_e32 v[5:6], v1            ; encoding: [0x01,0x21,0x0a,0x7e]
 
 v_cvt_f64_f32 v[254:255], v1
-// GFX10: encoding: [0x01,0x21,0xfc,0x7f]
+// GFX10: v_cvt_f64_f32_e32 v[254:255], v1        ; encoding: [0x01,0x21,0xfc,0x7f]
 
 v_cvt_f64_f32 v[5:6], v255
-// GFX10: encoding: [0xff,0x21,0x0a,0x7e]
+// GFX10: v_cvt_f64_f32_e32 v[5:6], v255          ; encoding: [0xff,0x21,0x0a,0x7e]
 
 v_cvt_f64_f32 v[5:6], s1
-// GFX10: encoding: [0x01,0x20,0x0a,0x7e]
+// GFX10: v_cvt_f64_f32_e32 v[5:6], s1            ; encoding: [0x01,0x20,0x0a,0x7e]
 
 v_cvt_f64_f32 v[5:6], s103
-// GFX10: encoding: [0x67,0x20,0x0a,0x7e]
+// GFX10: v_cvt_f64_f32_e32 v[5:6], s103          ; encoding: [0x67,0x20,0x0a,0x7e]
 
 v_cvt_f64_f32 v[5:6], vcc_lo
-// GFX10: encoding: [0x6a,0x20,0x0a,0x7e]
+// GFX10: v_cvt_f64_f32_e32 v[5:6], vcc_lo        ; encoding: [0x6a,0x20,0x0a,0x7e]
 
 v_cvt_f64_f32 v[5:6], vcc_hi
-// GFX10: encoding: [0x6b,0x20,0x0a,0x7e]
+// GFX10: v_cvt_f64_f32_e32 v[5:6], vcc_hi        ; encoding: [0x6b,0x20,0x0a,0x7e]
 
 v_cvt_f64_f32 v[5:6], ttmp11
-// GFX10: encoding: [0x77,0x20,0x0a,0x7e]
+// GFX10: v_cvt_f64_f32_e32 v[5:6], ttmp11        ; encoding: [0x77,0x20,0x0a,0x7e]
 
 v_cvt_f64_f32 v[5:6], m0
-// GFX10: encoding: [0x7c,0x20,0x0a,0x7e]
+// GFX10: v_cvt_f64_f32_e32 v[5:6], m0            ; encoding: [0x7c,0x20,0x0a,0x7e]
 
 v_cvt_f64_f32 v[5:6], exec_lo
-// GFX10: encoding: [0x7e,0x20,0x0a,0x7e]
+// GFX10: v_cvt_f64_f32_e32 v[5:6], exec_lo       ; encoding: [0x7e,0x20,0x0a,0x7e]
 
 v_cvt_f64_f32 v[5:6], exec_hi
-// GFX10: encoding: [0x7f,0x20,0x0a,0x7e]
+// GFX10: v_cvt_f64_f32_e32 v[5:6], exec_hi       ; encoding: [0x7f,0x20,0x0a,0x7e]
 
 v_cvt_f64_f32 v[5:6], 0
-// GFX10: encoding: [0x80,0x20,0x0a,0x7e]
+// GFX10: v_cvt_f64_f32_e32 v[5:6], 0             ; encoding: [0x80,0x20,0x0a,0x7e]
 
 v_cvt_f64_f32 v[5:6], -1
-// GFX10: encoding: [0xc1,0x20,0x0a,0x7e]
+// GFX10: v_cvt_f64_f32_e32 v[5:6], -1            ; encoding: [0xc1,0x20,0x0a,0x7e]
 
 v_cvt_f64_f32 v[5:6], 0.5
-// GFX10: encoding: [0xf0,0x20,0x0a,0x7e]
+// GFX10: v_cvt_f64_f32_e32 v[5:6], 0.5           ; encoding: [0xf0,0x20,0x0a,0x7e]
 
 v_cvt_f64_f32 v[5:6], -4.0
-// GFX10: encoding: [0xf7,0x20,0x0a,0x7e]
+// GFX10: v_cvt_f64_f32_e32 v[5:6], -4.0          ; encoding: [0xf7,0x20,0x0a,0x7e]
 
 v_cvt_f64_f32 v[5:6], 0xaf123456
-// GFX10: encoding: [0xff,0x20,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_cvt_f64_f32_e32 v[5:6], 0xaf123456    ; encoding: [0xff,0x20,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_cvt_f64_f32 v[5:6], 0x3f717273
-// GFX10: encoding: [0xff,0x20,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_cvt_f64_f32_e32 v[5:6], 0x3f717273    ; encoding: [0xff,0x20,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_cvt_f64_f32_e64 v[5:6], v1
-// GFX10: encoding: [0x05,0x00,0x90,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_f64_f32_e64 v[5:6], v1            ; encoding: [0x05,0x00,0x90,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_f64_f32_e64 v[254:255], v1
-// GFX10: encoding: [0xfe,0x00,0x90,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_f64_f32_e64 v[254:255], v1        ; encoding: [0xfe,0x00,0x90,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_f64_f32_e64 v[5:6], v255
-// GFX10: encoding: [0x05,0x00,0x90,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_cvt_f64_f32_e64 v[5:6], v255          ; encoding: [0x05,0x00,0x90,0xd5,0xff,0x01,0x00,0x00]
 
 v_cvt_f64_f32_e64 v[5:6], s1
-// GFX10: encoding: [0x05,0x00,0x90,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_cvt_f64_f32_e64 v[5:6], s1            ; encoding: [0x05,0x00,0x90,0xd5,0x01,0x00,0x00,0x00]
 
 v_cvt_f64_f32_e64 v[5:6], s101
-// GFX10: encoding: [0x05,0x00,0x90,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_cvt_f64_f32_e64 v[5:6], s101          ; encoding: [0x05,0x00,0x90,0xd5,0x65,0x00,0x00,0x00]
 
 v_cvt_f64_f32_e64 v[5:6], vcc_lo
-// GFX10: encoding: [0x05,0x00,0x90,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_cvt_f64_f32_e64 v[5:6], vcc_lo        ; encoding: [0x05,0x00,0x90,0xd5,0x6a,0x00,0x00,0x00]
 
 v_cvt_f64_f32_e64 v[5:6], vcc_hi
-// GFX10: encoding: [0x05,0x00,0x90,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_cvt_f64_f32_e64 v[5:6], vcc_hi        ; encoding: [0x05,0x00,0x90,0xd5,0x6b,0x00,0x00,0x00]
 
 v_cvt_f64_f32_e64 v[5:6], m0
-// GFX10: encoding: [0x05,0x00,0x90,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_cvt_f64_f32_e64 v[5:6], m0            ; encoding: [0x05,0x00,0x90,0xd5,0x7c,0x00,0x00,0x00]
 
 v_cvt_f64_f32_e64 v[5:6], exec_lo
-// GFX10: encoding: [0x05,0x00,0x90,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_cvt_f64_f32_e64 v[5:6], exec_lo       ; encoding: [0x05,0x00,0x90,0xd5,0x7e,0x00,0x00,0x00]
 
 v_cvt_f64_f32_e64 v[5:6], exec_hi
-// GFX10: encoding: [0x05,0x00,0x90,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_cvt_f64_f32_e64 v[5:6], exec_hi       ; encoding: [0x05,0x00,0x90,0xd5,0x7f,0x00,0x00,0x00]
 
 v_cvt_f64_f32_e64 v[5:6], 0
-// GFX10: encoding: [0x05,0x00,0x90,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_cvt_f64_f32_e64 v[5:6], 0             ; encoding: [0x05,0x00,0x90,0xd5,0x80,0x00,0x00,0x00]
 
 v_cvt_f64_f32_e64 v[5:6], -1
-// GFX10: encoding: [0x05,0x00,0x90,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_cvt_f64_f32_e64 v[5:6], -1            ; encoding: [0x05,0x00,0x90,0xd5,0xc1,0x00,0x00,0x00]
 
 v_cvt_f64_f32_e64 v[5:6], 0.5
-// GFX10: encoding: [0x05,0x00,0x90,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_cvt_f64_f32_e64 v[5:6], 0.5           ; encoding: [0x05,0x00,0x90,0xd5,0xf0,0x00,0x00,0x00]
 
 v_cvt_f64_f32_e64 v[5:6], -4.0
-// GFX10: encoding: [0x05,0x00,0x90,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_cvt_f64_f32_e64 v[5:6], -4.0          ; encoding: [0x05,0x00,0x90,0xd5,0xf7,0x00,0x00,0x00]
 
 v_cvt_f64_f32_e64 v[5:6], -v1
-// GFX10: encoding: [0x05,0x00,0x90,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_cvt_f64_f32_e64 v[5:6], -v1           ; encoding: [0x05,0x00,0x90,0xd5,0x01,0x01,0x00,0x20]
 
 v_cvt_f64_f32_e64 v[5:6], |v1|
-// GFX10: encoding: [0x05,0x01,0x90,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_f64_f32_e64 v[5:6], |v1|          ; encoding: [0x05,0x01,0x90,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_f64_f32_e64 v[5:6], v1 clamp
-// GFX10: encoding: [0x05,0x80,0x90,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_f64_f32_e64 v[5:6], v1 clamp      ; encoding: [0x05,0x80,0x90,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_f64_f32_e64 v[5:6], v1 mul:2
-// GFX10: encoding: [0x05,0x00,0x90,0xd5,0x01,0x01,0x00,0x08]
+// GFX10: v_cvt_f64_f32_e64 v[5:6], v1 mul:2      ; encoding: [0x05,0x00,0x90,0xd5,0x01,0x01,0x00,0x08]
 
 v_cvt_f64_f32_e64 v[5:6], v1 mul:4
-// GFX10: encoding: [0x05,0x00,0x90,0xd5,0x01,0x01,0x00,0x10]
+// GFX10: v_cvt_f64_f32_e64 v[5:6], v1 mul:4      ; encoding: [0x05,0x00,0x90,0xd5,0x01,0x01,0x00,0x10]
 
 v_cvt_f64_f32_e64 v[5:6], v1 div:2
-// GFX10: encoding: [0x05,0x00,0x90,0xd5,0x01,0x01,0x00,0x18]
+// GFX10: v_cvt_f64_f32_e64 v[5:6], v1 div:2      ; encoding: [0x05,0x00,0x90,0xd5,0x01,0x01,0x00,0x18]
 
 v_cvt_f32_ubyte0 v5, v1
-// GFX10: encoding: [0x01,0x23,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte0_e32 v5, v1             ; encoding: [0x01,0x23,0x0a,0x7e]
 
 v_cvt_f32_ubyte0 v255, v1
-// GFX10: encoding: [0x01,0x23,0xfe,0x7f]
+// GFX10: v_cvt_f32_ubyte0_e32 v255, v1           ; encoding: [0x01,0x23,0xfe,0x7f]
 
 v_cvt_f32_ubyte0 v5, v255
-// GFX10: encoding: [0xff,0x23,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte0_e32 v5, v255           ; encoding: [0xff,0x23,0x0a,0x7e]
 
 v_cvt_f32_ubyte0 v5, s1
-// GFX10: encoding: [0x01,0x22,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte0_e32 v5, s1             ; encoding: [0x01,0x22,0x0a,0x7e]
 
 v_cvt_f32_ubyte0 v5, s103
-// GFX10: encoding: [0x67,0x22,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte0_e32 v5, s103           ; encoding: [0x67,0x22,0x0a,0x7e]
 
 v_cvt_f32_ubyte0 v5, vcc_lo
-// GFX10: encoding: [0x6a,0x22,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte0_e32 v5, vcc_lo         ; encoding: [0x6a,0x22,0x0a,0x7e]
 
 v_cvt_f32_ubyte0 v5, vcc_hi
-// GFX10: encoding: [0x6b,0x22,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte0_e32 v5, vcc_hi         ; encoding: [0x6b,0x22,0x0a,0x7e]
 
 v_cvt_f32_ubyte0 v5, ttmp11
-// GFX10: encoding: [0x77,0x22,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte0_e32 v5, ttmp11         ; encoding: [0x77,0x22,0x0a,0x7e]
 
 v_cvt_f32_ubyte0 v5, m0
-// GFX10: encoding: [0x7c,0x22,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte0_e32 v5, m0             ; encoding: [0x7c,0x22,0x0a,0x7e]
 
 v_cvt_f32_ubyte0 v5, exec_lo
-// GFX10: encoding: [0x7e,0x22,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte0_e32 v5, exec_lo        ; encoding: [0x7e,0x22,0x0a,0x7e]
 
 v_cvt_f32_ubyte0 v5, exec_hi
-// GFX10: encoding: [0x7f,0x22,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte0_e32 v5, exec_hi        ; encoding: [0x7f,0x22,0x0a,0x7e]
 
 v_cvt_f32_ubyte0 v5, 0
-// GFX10: encoding: [0x80,0x22,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte0_e32 v5, 0              ; encoding: [0x80,0x22,0x0a,0x7e]
 
 v_cvt_f32_ubyte0 v5, -1
-// GFX10: encoding: [0xc1,0x22,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte0_e32 v5, -1             ; encoding: [0xc1,0x22,0x0a,0x7e]
 
 v_cvt_f32_ubyte0 v5, 0.5
-// GFX10: encoding: [0xf0,0x22,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte0_e32 v5, 0.5            ; encoding: [0xf0,0x22,0x0a,0x7e]
 
 v_cvt_f32_ubyte0 v5, -4.0
-// GFX10: encoding: [0xf7,0x22,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte0_e32 v5, -4.0           ; encoding: [0xf7,0x22,0x0a,0x7e]
 
 v_cvt_f32_ubyte0 v5, 0xaf123456
-// GFX10: encoding: [0xff,0x22,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_cvt_f32_ubyte0_e32 v5, 0xaf123456     ; encoding: [0xff,0x22,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_cvt_f32_ubyte0 v5, 0x3f717273
-// GFX10: encoding: [0xff,0x22,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_cvt_f32_ubyte0_e32 v5, 0x3f717273     ; encoding: [0xff,0x22,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_cvt_f32_ubyte0_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0x91,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte0_e64 v5, v1             ; encoding: [0x05,0x00,0x91,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_f32_ubyte0_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0x91,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte0_e64 v255, v1           ; encoding: [0xff,0x00,0x91,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_f32_ubyte0_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0x91,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte0_e64 v5, v255           ; encoding: [0x05,0x00,0x91,0xd5,0xff,0x01,0x00,0x00]
 
 v_cvt_f32_ubyte0_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0x91,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte0_e64 v5, s1             ; encoding: [0x05,0x00,0x91,0xd5,0x01,0x00,0x00,0x00]
 
 v_cvt_f32_ubyte0_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0x91,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte0_e64 v5, s101           ; encoding: [0x05,0x00,0x91,0xd5,0x65,0x00,0x00,0x00]
 
 v_cvt_f32_ubyte0_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x91,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte0_e64 v5, vcc_lo         ; encoding: [0x05,0x00,0x91,0xd5,0x6a,0x00,0x00,0x00]
 
 v_cvt_f32_ubyte0_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x91,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte0_e64 v5, vcc_hi         ; encoding: [0x05,0x00,0x91,0xd5,0x6b,0x00,0x00,0x00]
 
 v_cvt_f32_ubyte0_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0x91,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte0_e64 v5, m0             ; encoding: [0x05,0x00,0x91,0xd5,0x7c,0x00,0x00,0x00]
 
 v_cvt_f32_ubyte0_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0x91,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte0_e64 v5, exec_lo        ; encoding: [0x05,0x00,0x91,0xd5,0x7e,0x00,0x00,0x00]
 
 v_cvt_f32_ubyte0_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0x91,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte0_e64 v5, exec_hi        ; encoding: [0x05,0x00,0x91,0xd5,0x7f,0x00,0x00,0x00]
 
 v_cvt_f32_ubyte0_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0x91,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte0_e64 v5, 0              ; encoding: [0x05,0x00,0x91,0xd5,0x80,0x00,0x00,0x00]
 
 v_cvt_f32_ubyte0_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0x91,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte0_e64 v5, -1             ; encoding: [0x05,0x00,0x91,0xd5,0xc1,0x00,0x00,0x00]
 
 v_cvt_f32_ubyte0_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0x91,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte0_e64 v5, 0.5            ; encoding: [0x05,0x00,0x91,0xd5,0xf0,0x00,0x00,0x00]
 
 v_cvt_f32_ubyte0_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0x91,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte0_e64 v5, -4.0           ; encoding: [0x05,0x00,0x91,0xd5,0xf7,0x00,0x00,0x00]
 
 v_cvt_f32_ubyte0_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0x91,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte0_e64 v5, v1 clamp       ; encoding: [0x05,0x80,0x91,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_f32_ubyte0_e64 v5, v1 mul:2
-// GFX10: encoding: [0x05,0x00,0x91,0xd5,0x01,0x01,0x00,0x08]
+// GFX10: v_cvt_f32_ubyte0_e64 v5, v1 mul:2       ; encoding: [0x05,0x00,0x91,0xd5,0x01,0x01,0x00,0x08]
 
 v_cvt_f32_ubyte0_e64 v5, v1 mul:4
-// GFX10: encoding: [0x05,0x00,0x91,0xd5,0x01,0x01,0x00,0x10]
+// GFX10: v_cvt_f32_ubyte0_e64 v5, v1 mul:4       ; encoding: [0x05,0x00,0x91,0xd5,0x01,0x01,0x00,0x10]
 
 v_cvt_f32_ubyte0_e64 v5, v1 div:2
-// GFX10: encoding: [0x05,0x00,0x91,0xd5,0x01,0x01,0x00,0x18]
+// GFX10: v_cvt_f32_ubyte0_e64 v5, v1 div:2       ; encoding: [0x05,0x00,0x91,0xd5,0x01,0x01,0x00,0x18]
 
 v_cvt_f32_ubyte0_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x22,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte0_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x22,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cvt_f32_ubyte0_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x22,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte0_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x22,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_cvt_f32_ubyte0_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x22,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte0_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x22,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_cvt_f32_ubyte0_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x22,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_ubyte0_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x22,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_cvt_f32_ubyte0_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x22,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_ubyte0_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x22,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_cvt_f32_ubyte0_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x22,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_ubyte0_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x22,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_cvt_f32_ubyte0_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x22,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_ubyte0_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x22,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_cvt_f32_ubyte0_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x22,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_ubyte0_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x22,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_cvt_f32_ubyte0_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x22,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_ubyte0_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x22,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_cvt_f32_ubyte0_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x22,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_ubyte0_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x22,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_cvt_f32_ubyte0_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x22,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte0_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x22,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_cvt_f32_ubyte0_sdwa v5, v1 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x22,0x0a,0x7e,0x01,0x46,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte0_sdwa v5, v1 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x22,0x0a,0x7e,0x01,0x46,0x06,0x00]
 
 v_cvt_f32_ubyte0_sdwa v5, v1 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x22,0x0a,0x7e,0x01,0x86,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte0_sdwa v5, v1 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x22,0x0a,0x7e,0x01,0x86,0x06,0x00]
 
 v_cvt_f32_ubyte0_sdwa v5, v1 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x22,0x0a,0x7e,0x01,0xc6,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte0_sdwa v5, v1 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x22,0x0a,0x7e,0x01,0xc6,0x06,0x00]
 
 v_cvt_f32_ubyte0_sdwa v5, v1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x22,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte0_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x22,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cvt_f32_ubyte0_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x22,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte0_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x22,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_cvt_f32_ubyte0_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x22,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte0_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x22,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_cvt_f32_ubyte0_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x22,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte0_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x22,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_cvt_f32_ubyte0_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x22,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte0_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x22,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_cvt_f32_ubyte0_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x22,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte0_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x22,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_cvt_f32_ubyte0_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x22,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte0_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x22,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_cvt_f32_ubyte0_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x22,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte0_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0x22,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_cvt_f32_ubyte0_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x22,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte0_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x22,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_cvt_f32_ubyte0_sdwa v5, v1 dst_sel:DWORD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x22,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte0_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x22,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_cvt_f32_ubyte0_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD
-// GFX10: encoding: [0xf9,0x22,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte0_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x22,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cvt_f32_ubyte0_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x22,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte0_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0x22,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_cvt_f32_ubyte0_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x22,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte0_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0x22,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_cvt_f32_ubyte0_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x22,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_cvt_f32_ubyte0_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0x22,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_cvt_f32_ubyte0_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x22,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_cvt_f32_ubyte0_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0x22,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_cvt_f32_ubyte0_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0x22,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_cvt_f32_ubyte0_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0x22,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_cvt_f32_ubyte0_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0x22,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_cvt_f32_ubyte0_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0x22,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_cvt_f32_ubyte0_sdwa v5, sext(v1) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x22,0x0a,0x7e,0x01,0x06,0x0e,0x00]
+// GFX10: v_cvt_f32_ubyte0_sdwa v5, sext(v1) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x22,0x0a,0x7e,0x01,0x06,0x0e,0x00]
 
 v_cvt_f32_ubyte0_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x22,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte0_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x22,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_cvt_f32_ubyte0_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x22,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte0_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x22,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_cvt_f32_ubyte0_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x22,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte0_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x22,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_cvt_f32_ubyte0_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x22,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte0_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x22,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_cvt_f32_ubyte0_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x22,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte0_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x22,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_cvt_f32_ubyte0_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x22,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte0_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x22,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_cvt_f32_ubyte0_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x22,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte0_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x22,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_cvt_f32_ubyte0_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x22,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte0_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x22,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_cvt_f32_ubyte0_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x22,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte0_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x22,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_cvt_f32_ubyte0_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x22,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte0_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x22,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_cvt_f32_ubyte0_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x22,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte0_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x22,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_cvt_f32_ubyte0_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x22,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte0_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x22,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_cvt_f32_ubyte0_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x22,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_cvt_f32_ubyte0_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x22,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_cvt_f32_ubyte0_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x22,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_cvt_f32_ubyte0_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x22,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_cvt_f32_ubyte0_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x22,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_cvt_f32_ubyte0_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x22,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_cvt_f32_ubyte0_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0x22,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_cvt_f32_ubyte0_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x22,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_cvt_f32_ubyte0_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x22,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_cvt_f32_ubyte0_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x22,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_cvt_f32_ubyte0_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x22,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_cvt_f32_ubyte0_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x22,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_cvt_f32_ubyte0_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x22,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_cvt_f32_ubyte0_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x22,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_cvt_f32_ubyte0_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0x22,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_cvt_f32_ubyte0_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x22,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_cvt_f32_ubyte0_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x22,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_cvt_f32_ubyte0_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x22,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_cvt_f32_ubyte0_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x22,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte0_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x22,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_cvt_f32_ubyte0_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x22,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte0_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x22,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_cvt_f32_ubyte0_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x22,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte0_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x22,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_cvt_f32_ubyte0_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x22,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte0_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x22,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_cvt_f32_ubyte1 v5, v1
-// GFX10: encoding: [0x01,0x25,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte1_e32 v5, v1             ; encoding: [0x01,0x25,0x0a,0x7e]
 
 v_cvt_f32_ubyte1 v255, v1
-// GFX10: encoding: [0x01,0x25,0xfe,0x7f]
+// GFX10: v_cvt_f32_ubyte1_e32 v255, v1           ; encoding: [0x01,0x25,0xfe,0x7f]
 
 v_cvt_f32_ubyte1 v5, v255
-// GFX10: encoding: [0xff,0x25,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte1_e32 v5, v255           ; encoding: [0xff,0x25,0x0a,0x7e]
 
 v_cvt_f32_ubyte1 v5, s1
-// GFX10: encoding: [0x01,0x24,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte1_e32 v5, s1             ; encoding: [0x01,0x24,0x0a,0x7e]
 
 v_cvt_f32_ubyte1 v5, s103
-// GFX10: encoding: [0x67,0x24,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte1_e32 v5, s103           ; encoding: [0x67,0x24,0x0a,0x7e]
 
 v_cvt_f32_ubyte1 v5, vcc_lo
-// GFX10: encoding: [0x6a,0x24,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte1_e32 v5, vcc_lo         ; encoding: [0x6a,0x24,0x0a,0x7e]
 
 v_cvt_f32_ubyte1 v5, vcc_hi
-// GFX10: encoding: [0x6b,0x24,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte1_e32 v5, vcc_hi         ; encoding: [0x6b,0x24,0x0a,0x7e]
 
 v_cvt_f32_ubyte1 v5, ttmp11
-// GFX10: encoding: [0x77,0x24,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte1_e32 v5, ttmp11         ; encoding: [0x77,0x24,0x0a,0x7e]
 
 v_cvt_f32_ubyte1 v5, m0
-// GFX10: encoding: [0x7c,0x24,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte1_e32 v5, m0             ; encoding: [0x7c,0x24,0x0a,0x7e]
 
 v_cvt_f32_ubyte1 v5, exec_lo
-// GFX10: encoding: [0x7e,0x24,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte1_e32 v5, exec_lo        ; encoding: [0x7e,0x24,0x0a,0x7e]
 
 v_cvt_f32_ubyte1 v5, exec_hi
-// GFX10: encoding: [0x7f,0x24,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte1_e32 v5, exec_hi        ; encoding: [0x7f,0x24,0x0a,0x7e]
 
 v_cvt_f32_ubyte1 v5, 0
-// GFX10: encoding: [0x80,0x24,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte1_e32 v5, 0              ; encoding: [0x80,0x24,0x0a,0x7e]
 
 v_cvt_f32_ubyte1 v5, -1
-// GFX10: encoding: [0xc1,0x24,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte1_e32 v5, -1             ; encoding: [0xc1,0x24,0x0a,0x7e]
 
 v_cvt_f32_ubyte1 v5, 0.5
-// GFX10: encoding: [0xf0,0x24,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte1_e32 v5, 0.5            ; encoding: [0xf0,0x24,0x0a,0x7e]
 
 v_cvt_f32_ubyte1 v5, -4.0
-// GFX10: encoding: [0xf7,0x24,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte1_e32 v5, -4.0           ; encoding: [0xf7,0x24,0x0a,0x7e]
 
 v_cvt_f32_ubyte1 v5, 0xaf123456
-// GFX10: encoding: [0xff,0x24,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_cvt_f32_ubyte1_e32 v5, 0xaf123456     ; encoding: [0xff,0x24,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_cvt_f32_ubyte1 v5, 0x3f717273
-// GFX10: encoding: [0xff,0x24,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_cvt_f32_ubyte1_e32 v5, 0x3f717273     ; encoding: [0xff,0x24,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_cvt_f32_ubyte1_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0x92,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte1_e64 v5, v1             ; encoding: [0x05,0x00,0x92,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_f32_ubyte1_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0x92,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte1_e64 v255, v1           ; encoding: [0xff,0x00,0x92,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_f32_ubyte1_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0x92,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte1_e64 v5, v255           ; encoding: [0x05,0x00,0x92,0xd5,0xff,0x01,0x00,0x00]
 
 v_cvt_f32_ubyte1_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0x92,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte1_e64 v5, s1             ; encoding: [0x05,0x00,0x92,0xd5,0x01,0x00,0x00,0x00]
 
 v_cvt_f32_ubyte1_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0x92,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte1_e64 v5, s101           ; encoding: [0x05,0x00,0x92,0xd5,0x65,0x00,0x00,0x00]
 
 v_cvt_f32_ubyte1_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x92,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte1_e64 v5, vcc_lo         ; encoding: [0x05,0x00,0x92,0xd5,0x6a,0x00,0x00,0x00]
 
 v_cvt_f32_ubyte1_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x92,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte1_e64 v5, vcc_hi         ; encoding: [0x05,0x00,0x92,0xd5,0x6b,0x00,0x00,0x00]
 
 v_cvt_f32_ubyte1_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0x92,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte1_e64 v5, m0             ; encoding: [0x05,0x00,0x92,0xd5,0x7c,0x00,0x00,0x00]
 
 v_cvt_f32_ubyte1_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0x92,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte1_e64 v5, exec_lo        ; encoding: [0x05,0x00,0x92,0xd5,0x7e,0x00,0x00,0x00]
 
 v_cvt_f32_ubyte1_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0x92,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte1_e64 v5, exec_hi        ; encoding: [0x05,0x00,0x92,0xd5,0x7f,0x00,0x00,0x00]
 
 v_cvt_f32_ubyte1_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0x92,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte1_e64 v5, 0              ; encoding: [0x05,0x00,0x92,0xd5,0x80,0x00,0x00,0x00]
 
 v_cvt_f32_ubyte1_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0x92,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte1_e64 v5, -1             ; encoding: [0x05,0x00,0x92,0xd5,0xc1,0x00,0x00,0x00]
 
 v_cvt_f32_ubyte1_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0x92,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte1_e64 v5, 0.5            ; encoding: [0x05,0x00,0x92,0xd5,0xf0,0x00,0x00,0x00]
 
 v_cvt_f32_ubyte1_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0x92,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte1_e64 v5, -4.0           ; encoding: [0x05,0x00,0x92,0xd5,0xf7,0x00,0x00,0x00]
 
 v_cvt_f32_ubyte1_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0x92,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte1_e64 v5, v1 clamp       ; encoding: [0x05,0x80,0x92,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_f32_ubyte1_e64 v5, v1 mul:2
-// GFX10: encoding: [0x05,0x00,0x92,0xd5,0x01,0x01,0x00,0x08]
+// GFX10: v_cvt_f32_ubyte1_e64 v5, v1 mul:2       ; encoding: [0x05,0x00,0x92,0xd5,0x01,0x01,0x00,0x08]
 
 v_cvt_f32_ubyte1_e64 v5, v1 mul:4
-// GFX10: encoding: [0x05,0x00,0x92,0xd5,0x01,0x01,0x00,0x10]
+// GFX10: v_cvt_f32_ubyte1_e64 v5, v1 mul:4       ; encoding: [0x05,0x00,0x92,0xd5,0x01,0x01,0x00,0x10]
 
 v_cvt_f32_ubyte1_e64 v5, v1 div:2
-// GFX10: encoding: [0x05,0x00,0x92,0xd5,0x01,0x01,0x00,0x18]
+// GFX10: v_cvt_f32_ubyte1_e64 v5, v1 div:2       ; encoding: [0x05,0x00,0x92,0xd5,0x01,0x01,0x00,0x18]
 
 v_cvt_f32_ubyte1_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x24,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte1_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x24,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cvt_f32_ubyte1_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x24,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte1_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x24,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_cvt_f32_ubyte1_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x24,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte1_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x24,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_cvt_f32_ubyte1_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x24,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_ubyte1_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x24,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_cvt_f32_ubyte1_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x24,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_ubyte1_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x24,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_cvt_f32_ubyte1_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x24,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_ubyte1_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x24,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_cvt_f32_ubyte1_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x24,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_ubyte1_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x24,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_cvt_f32_ubyte1_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x24,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_ubyte1_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x24,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_cvt_f32_ubyte1_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x24,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_ubyte1_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x24,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_cvt_f32_ubyte1_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x24,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_ubyte1_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x24,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_cvt_f32_ubyte1_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x24,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte1_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x24,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_cvt_f32_ubyte1_sdwa v5, v1 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x24,0x0a,0x7e,0x01,0x46,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte1_sdwa v5, v1 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x24,0x0a,0x7e,0x01,0x46,0x06,0x00]
 
 v_cvt_f32_ubyte1_sdwa v5, v1 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x24,0x0a,0x7e,0x01,0x86,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte1_sdwa v5, v1 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x24,0x0a,0x7e,0x01,0x86,0x06,0x00]
 
 v_cvt_f32_ubyte1_sdwa v5, v1 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x24,0x0a,0x7e,0x01,0xc6,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte1_sdwa v5, v1 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x24,0x0a,0x7e,0x01,0xc6,0x06,0x00]
 
 v_cvt_f32_ubyte1_sdwa v5, v1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x24,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte1_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x24,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cvt_f32_ubyte1_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x24,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte1_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x24,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_cvt_f32_ubyte1_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x24,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte1_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x24,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_cvt_f32_ubyte1_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x24,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte1_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x24,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_cvt_f32_ubyte1_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x24,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte1_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x24,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_cvt_f32_ubyte1_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x24,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte1_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x24,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_cvt_f32_ubyte1_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x24,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte1_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x24,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_cvt_f32_ubyte1_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x24,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte1_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0x24,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_cvt_f32_ubyte1_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x24,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte1_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x24,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_cvt_f32_ubyte1_sdwa v5, v1 dst_sel:DWORD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x24,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte1_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x24,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_cvt_f32_ubyte1_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD
-// GFX10: encoding: [0xf9,0x24,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte1_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x24,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cvt_f32_ubyte1_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x24,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte1_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0x24,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_cvt_f32_ubyte1_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x24,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte1_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0x24,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_cvt_f32_ubyte1_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x24,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_cvt_f32_ubyte1_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0x24,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_cvt_f32_ubyte1_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x24,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_cvt_f32_ubyte1_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0x24,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_cvt_f32_ubyte1_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0x24,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_cvt_f32_ubyte1_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0x24,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_cvt_f32_ubyte1_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0x24,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_cvt_f32_ubyte1_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0x24,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_cvt_f32_ubyte1_sdwa v5, sext(v1) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x24,0x0a,0x7e,0x01,0x06,0x0e,0x00]
+// GFX10: v_cvt_f32_ubyte1_sdwa v5, sext(v1) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x24,0x0a,0x7e,0x01,0x06,0x0e,0x00]
 
 v_cvt_f32_ubyte1_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x24,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte1_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x24,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_cvt_f32_ubyte1_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x24,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte1_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x24,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_cvt_f32_ubyte1_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x24,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte1_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x24,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_cvt_f32_ubyte1_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x24,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte1_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x24,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_cvt_f32_ubyte1_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x24,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte1_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x24,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_cvt_f32_ubyte1_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x24,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte1_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x24,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_cvt_f32_ubyte1_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x24,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte1_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x24,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_cvt_f32_ubyte1_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x24,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte1_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x24,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_cvt_f32_ubyte1_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x24,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte1_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x24,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_cvt_f32_ubyte1_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x24,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte1_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x24,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_cvt_f32_ubyte1_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x24,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte1_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x24,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_cvt_f32_ubyte1_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x24,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte1_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x24,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_cvt_f32_ubyte1_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x24,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_cvt_f32_ubyte1_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x24,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_cvt_f32_ubyte1_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x24,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_cvt_f32_ubyte1_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x24,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_cvt_f32_ubyte1_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x24,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_cvt_f32_ubyte1_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x24,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_cvt_f32_ubyte1_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0x24,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_cvt_f32_ubyte1_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x24,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_cvt_f32_ubyte1_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x24,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_cvt_f32_ubyte1_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x24,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_cvt_f32_ubyte1_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x24,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_cvt_f32_ubyte1_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x24,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_cvt_f32_ubyte1_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x24,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_cvt_f32_ubyte1_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x24,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_cvt_f32_ubyte1_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0x24,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_cvt_f32_ubyte1_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x24,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_cvt_f32_ubyte1_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x24,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_cvt_f32_ubyte1_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x24,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_cvt_f32_ubyte1_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x24,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte1_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x24,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_cvt_f32_ubyte1_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x24,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte1_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x24,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_cvt_f32_ubyte1_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x24,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte1_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x24,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_cvt_f32_ubyte1_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x24,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte1_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x24,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_cvt_f32_ubyte2 v5, v1
-// GFX10: encoding: [0x01,0x27,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte2_e32 v5, v1             ; encoding: [0x01,0x27,0x0a,0x7e]
 
 v_cvt_f32_ubyte2 v255, v1
-// GFX10: encoding: [0x01,0x27,0xfe,0x7f]
+// GFX10: v_cvt_f32_ubyte2_e32 v255, v1           ; encoding: [0x01,0x27,0xfe,0x7f]
 
 v_cvt_f32_ubyte2 v5, v255
-// GFX10: encoding: [0xff,0x27,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte2_e32 v5, v255           ; encoding: [0xff,0x27,0x0a,0x7e]
 
 v_cvt_f32_ubyte2 v5, s1
-// GFX10: encoding: [0x01,0x26,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte2_e32 v5, s1             ; encoding: [0x01,0x26,0x0a,0x7e]
 
 v_cvt_f32_ubyte2 v5, s103
-// GFX10: encoding: [0x67,0x26,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte2_e32 v5, s103           ; encoding: [0x67,0x26,0x0a,0x7e]
 
 v_cvt_f32_ubyte2 v5, vcc_lo
-// GFX10: encoding: [0x6a,0x26,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte2_e32 v5, vcc_lo         ; encoding: [0x6a,0x26,0x0a,0x7e]
 
 v_cvt_f32_ubyte2 v5, vcc_hi
-// GFX10: encoding: [0x6b,0x26,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte2_e32 v5, vcc_hi         ; encoding: [0x6b,0x26,0x0a,0x7e]
 
 v_cvt_f32_ubyte2 v5, ttmp11
-// GFX10: encoding: [0x77,0x26,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte2_e32 v5, ttmp11         ; encoding: [0x77,0x26,0x0a,0x7e]
 
 v_cvt_f32_ubyte2 v5, m0
-// GFX10: encoding: [0x7c,0x26,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte2_e32 v5, m0             ; encoding: [0x7c,0x26,0x0a,0x7e]
 
 v_cvt_f32_ubyte2 v5, exec_lo
-// GFX10: encoding: [0x7e,0x26,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte2_e32 v5, exec_lo        ; encoding: [0x7e,0x26,0x0a,0x7e]
 
 v_cvt_f32_ubyte2 v5, exec_hi
-// GFX10: encoding: [0x7f,0x26,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte2_e32 v5, exec_hi        ; encoding: [0x7f,0x26,0x0a,0x7e]
 
 v_cvt_f32_ubyte2 v5, 0
-// GFX10: encoding: [0x80,0x26,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte2_e32 v5, 0              ; encoding: [0x80,0x26,0x0a,0x7e]
 
 v_cvt_f32_ubyte2 v5, -1
-// GFX10: encoding: [0xc1,0x26,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte2_e32 v5, -1             ; encoding: [0xc1,0x26,0x0a,0x7e]
 
 v_cvt_f32_ubyte2 v5, 0.5
-// GFX10: encoding: [0xf0,0x26,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte2_e32 v5, 0.5            ; encoding: [0xf0,0x26,0x0a,0x7e]
 
 v_cvt_f32_ubyte2 v5, -4.0
-// GFX10: encoding: [0xf7,0x26,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte2_e32 v5, -4.0           ; encoding: [0xf7,0x26,0x0a,0x7e]
 
 v_cvt_f32_ubyte2 v5, 0xaf123456
-// GFX10: encoding: [0xff,0x26,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_cvt_f32_ubyte2_e32 v5, 0xaf123456     ; encoding: [0xff,0x26,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_cvt_f32_ubyte2 v5, 0x3f717273
-// GFX10: encoding: [0xff,0x26,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_cvt_f32_ubyte2_e32 v5, 0x3f717273     ; encoding: [0xff,0x26,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_cvt_f32_ubyte2_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0x93,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte2_e64 v5, v1             ; encoding: [0x05,0x00,0x93,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_f32_ubyte2_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0x93,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte2_e64 v255, v1           ; encoding: [0xff,0x00,0x93,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_f32_ubyte2_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0x93,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte2_e64 v5, v255           ; encoding: [0x05,0x00,0x93,0xd5,0xff,0x01,0x00,0x00]
 
 v_cvt_f32_ubyte2_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0x93,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte2_e64 v5, s1             ; encoding: [0x05,0x00,0x93,0xd5,0x01,0x00,0x00,0x00]
 
 v_cvt_f32_ubyte2_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0x93,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte2_e64 v5, s101           ; encoding: [0x05,0x00,0x93,0xd5,0x65,0x00,0x00,0x00]
 
 v_cvt_f32_ubyte2_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x93,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte2_e64 v5, vcc_lo         ; encoding: [0x05,0x00,0x93,0xd5,0x6a,0x00,0x00,0x00]
 
 v_cvt_f32_ubyte2_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x93,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte2_e64 v5, vcc_hi         ; encoding: [0x05,0x00,0x93,0xd5,0x6b,0x00,0x00,0x00]
 
 v_cvt_f32_ubyte2_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0x93,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte2_e64 v5, m0             ; encoding: [0x05,0x00,0x93,0xd5,0x7c,0x00,0x00,0x00]
 
 v_cvt_f32_ubyte2_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0x93,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte2_e64 v5, exec_lo        ; encoding: [0x05,0x00,0x93,0xd5,0x7e,0x00,0x00,0x00]
 
 v_cvt_f32_ubyte2_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0x93,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte2_e64 v5, exec_hi        ; encoding: [0x05,0x00,0x93,0xd5,0x7f,0x00,0x00,0x00]
 
 v_cvt_f32_ubyte2_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0x93,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte2_e64 v5, 0              ; encoding: [0x05,0x00,0x93,0xd5,0x80,0x00,0x00,0x00]
 
 v_cvt_f32_ubyte2_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0x93,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte2_e64 v5, -1             ; encoding: [0x05,0x00,0x93,0xd5,0xc1,0x00,0x00,0x00]
 
 v_cvt_f32_ubyte2_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0x93,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte2_e64 v5, 0.5            ; encoding: [0x05,0x00,0x93,0xd5,0xf0,0x00,0x00,0x00]
 
 v_cvt_f32_ubyte2_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0x93,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte2_e64 v5, -4.0           ; encoding: [0x05,0x00,0x93,0xd5,0xf7,0x00,0x00,0x00]
 
 v_cvt_f32_ubyte2_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0x93,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte2_e64 v5, v1 clamp       ; encoding: [0x05,0x80,0x93,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_f32_ubyte2_e64 v5, v1 mul:2
-// GFX10: encoding: [0x05,0x00,0x93,0xd5,0x01,0x01,0x00,0x08]
+// GFX10: v_cvt_f32_ubyte2_e64 v5, v1 mul:2       ; encoding: [0x05,0x00,0x93,0xd5,0x01,0x01,0x00,0x08]
 
 v_cvt_f32_ubyte2_e64 v5, v1 mul:4
-// GFX10: encoding: [0x05,0x00,0x93,0xd5,0x01,0x01,0x00,0x10]
+// GFX10: v_cvt_f32_ubyte2_e64 v5, v1 mul:4       ; encoding: [0x05,0x00,0x93,0xd5,0x01,0x01,0x00,0x10]
 
 v_cvt_f32_ubyte2_e64 v5, v1 div:2
-// GFX10: encoding: [0x05,0x00,0x93,0xd5,0x01,0x01,0x00,0x18]
+// GFX10: v_cvt_f32_ubyte2_e64 v5, v1 div:2       ; encoding: [0x05,0x00,0x93,0xd5,0x01,0x01,0x00,0x18]
 
 v_cvt_f32_ubyte2_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x26,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte2_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x26,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cvt_f32_ubyte2_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x26,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte2_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x26,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_cvt_f32_ubyte2_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x26,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte2_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x26,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_cvt_f32_ubyte2_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x26,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_ubyte2_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x26,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_cvt_f32_ubyte2_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x26,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_ubyte2_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x26,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_cvt_f32_ubyte2_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x26,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_ubyte2_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x26,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_cvt_f32_ubyte2_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x26,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_ubyte2_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x26,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_cvt_f32_ubyte2_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x26,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_ubyte2_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x26,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_cvt_f32_ubyte2_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x26,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_ubyte2_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x26,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_cvt_f32_ubyte2_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x26,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_ubyte2_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x26,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_cvt_f32_ubyte2_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x26,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte2_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x26,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_cvt_f32_ubyte2_sdwa v5, v1 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x26,0x0a,0x7e,0x01,0x46,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte2_sdwa v5, v1 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x26,0x0a,0x7e,0x01,0x46,0x06,0x00]
 
 v_cvt_f32_ubyte2_sdwa v5, v1 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x26,0x0a,0x7e,0x01,0x86,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte2_sdwa v5, v1 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x26,0x0a,0x7e,0x01,0x86,0x06,0x00]
 
 v_cvt_f32_ubyte2_sdwa v5, v1 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x26,0x0a,0x7e,0x01,0xc6,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte2_sdwa v5, v1 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x26,0x0a,0x7e,0x01,0xc6,0x06,0x00]
 
 v_cvt_f32_ubyte2_sdwa v5, v1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x26,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte2_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x26,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cvt_f32_ubyte2_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x26,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte2_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x26,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_cvt_f32_ubyte2_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x26,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte2_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x26,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_cvt_f32_ubyte2_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x26,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte2_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x26,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_cvt_f32_ubyte2_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x26,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte2_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x26,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_cvt_f32_ubyte2_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x26,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte2_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x26,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_cvt_f32_ubyte2_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x26,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte2_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x26,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_cvt_f32_ubyte2_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x26,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte2_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0x26,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_cvt_f32_ubyte2_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x26,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte2_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x26,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_cvt_f32_ubyte2_sdwa v5, v1 dst_sel:DWORD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x26,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte2_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x26,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_cvt_f32_ubyte2_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD
-// GFX10: encoding: [0xf9,0x26,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte2_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x26,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cvt_f32_ubyte2_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x26,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte2_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0x26,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_cvt_f32_ubyte2_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x26,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte2_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0x26,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_cvt_f32_ubyte2_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x26,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_cvt_f32_ubyte2_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0x26,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_cvt_f32_ubyte2_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x26,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_cvt_f32_ubyte2_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0x26,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_cvt_f32_ubyte2_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0x26,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_cvt_f32_ubyte2_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0x26,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_cvt_f32_ubyte2_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0x26,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_cvt_f32_ubyte2_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0x26,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_cvt_f32_ubyte2_sdwa v5, sext(v1) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x26,0x0a,0x7e,0x01,0x06,0x0e,0x00]
+// GFX10: v_cvt_f32_ubyte2_sdwa v5, sext(v1) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x26,0x0a,0x7e,0x01,0x06,0x0e,0x00]
 
 v_cvt_f32_ubyte2_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x26,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte2_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x26,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_cvt_f32_ubyte2_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x26,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte2_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x26,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_cvt_f32_ubyte2_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x26,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte2_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x26,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_cvt_f32_ubyte2_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x26,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte2_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x26,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_cvt_f32_ubyte2_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x26,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte2_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x26,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_cvt_f32_ubyte2_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x26,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte2_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x26,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_cvt_f32_ubyte2_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x26,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte2_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x26,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_cvt_f32_ubyte2_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x26,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte2_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x26,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_cvt_f32_ubyte2_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x26,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte2_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x26,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_cvt_f32_ubyte2_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x26,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte2_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x26,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_cvt_f32_ubyte2_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x26,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte2_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x26,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_cvt_f32_ubyte2_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x26,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte2_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x26,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_cvt_f32_ubyte2_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x26,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_cvt_f32_ubyte2_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x26,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_cvt_f32_ubyte2_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x26,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_cvt_f32_ubyte2_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x26,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_cvt_f32_ubyte2_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x26,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_cvt_f32_ubyte2_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x26,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_cvt_f32_ubyte2_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0x26,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_cvt_f32_ubyte2_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x26,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_cvt_f32_ubyte2_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x26,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_cvt_f32_ubyte2_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x26,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_cvt_f32_ubyte2_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x26,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_cvt_f32_ubyte2_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x26,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_cvt_f32_ubyte2_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x26,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_cvt_f32_ubyte2_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x26,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_cvt_f32_ubyte2_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0x26,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_cvt_f32_ubyte2_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x26,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_cvt_f32_ubyte2_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x26,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_cvt_f32_ubyte2_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x26,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_cvt_f32_ubyte2_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x26,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte2_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x26,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_cvt_f32_ubyte2_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x26,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte2_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x26,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_cvt_f32_ubyte2_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x26,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte2_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x26,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_cvt_f32_ubyte2_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x26,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte2_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x26,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_cvt_f32_ubyte3 v5, v1
-// GFX10: encoding: [0x01,0x29,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte3_e32 v5, v1             ; encoding: [0x01,0x29,0x0a,0x7e]
 
 v_cvt_f32_ubyte3 v255, v1
-// GFX10: encoding: [0x01,0x29,0xfe,0x7f]
+// GFX10: v_cvt_f32_ubyte3_e32 v255, v1           ; encoding: [0x01,0x29,0xfe,0x7f]
 
 v_cvt_f32_ubyte3 v5, v255
-// GFX10: encoding: [0xff,0x29,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte3_e32 v5, v255           ; encoding: [0xff,0x29,0x0a,0x7e]
 
 v_cvt_f32_ubyte3 v5, s1
-// GFX10: encoding: [0x01,0x28,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte3_e32 v5, s1             ; encoding: [0x01,0x28,0x0a,0x7e]
 
 v_cvt_f32_ubyte3 v5, s103
-// GFX10: encoding: [0x67,0x28,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte3_e32 v5, s103           ; encoding: [0x67,0x28,0x0a,0x7e]
 
 v_cvt_f32_ubyte3 v5, vcc_lo
-// GFX10: encoding: [0x6a,0x28,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte3_e32 v5, vcc_lo         ; encoding: [0x6a,0x28,0x0a,0x7e]
 
 v_cvt_f32_ubyte3 v5, vcc_hi
-// GFX10: encoding: [0x6b,0x28,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte3_e32 v5, vcc_hi         ; encoding: [0x6b,0x28,0x0a,0x7e]
 
 v_cvt_f32_ubyte3 v5, ttmp11
-// GFX10: encoding: [0x77,0x28,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte3_e32 v5, ttmp11         ; encoding: [0x77,0x28,0x0a,0x7e]
 
 v_cvt_f32_ubyte3 v5, m0
-// GFX10: encoding: [0x7c,0x28,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte3_e32 v5, m0             ; encoding: [0x7c,0x28,0x0a,0x7e]
 
 v_cvt_f32_ubyte3 v5, exec_lo
-// GFX10: encoding: [0x7e,0x28,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte3_e32 v5, exec_lo        ; encoding: [0x7e,0x28,0x0a,0x7e]
 
 v_cvt_f32_ubyte3 v5, exec_hi
-// GFX10: encoding: [0x7f,0x28,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte3_e32 v5, exec_hi        ; encoding: [0x7f,0x28,0x0a,0x7e]
 
 v_cvt_f32_ubyte3 v5, 0
-// GFX10: encoding: [0x80,0x28,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte3_e32 v5, 0              ; encoding: [0x80,0x28,0x0a,0x7e]
 
 v_cvt_f32_ubyte3 v5, -1
-// GFX10: encoding: [0xc1,0x28,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte3_e32 v5, -1             ; encoding: [0xc1,0x28,0x0a,0x7e]
 
 v_cvt_f32_ubyte3 v5, 0.5
-// GFX10: encoding: [0xf0,0x28,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte3_e32 v5, 0.5            ; encoding: [0xf0,0x28,0x0a,0x7e]
 
 v_cvt_f32_ubyte3 v5, -4.0
-// GFX10: encoding: [0xf7,0x28,0x0a,0x7e]
+// GFX10: v_cvt_f32_ubyte3_e32 v5, -4.0           ; encoding: [0xf7,0x28,0x0a,0x7e]
 
 v_cvt_f32_ubyte3 v5, 0xaf123456
-// GFX10: encoding: [0xff,0x28,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_cvt_f32_ubyte3_e32 v5, 0xaf123456     ; encoding: [0xff,0x28,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_cvt_f32_ubyte3 v5, 0x3f717273
-// GFX10: encoding: [0xff,0x28,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_cvt_f32_ubyte3_e32 v5, 0x3f717273     ; encoding: [0xff,0x28,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_cvt_f32_ubyte3_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0x94,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte3_e64 v5, v1             ; encoding: [0x05,0x00,0x94,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_f32_ubyte3_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0x94,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte3_e64 v255, v1           ; encoding: [0xff,0x00,0x94,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_f32_ubyte3_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0x94,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte3_e64 v5, v255           ; encoding: [0x05,0x00,0x94,0xd5,0xff,0x01,0x00,0x00]
 
 v_cvt_f32_ubyte3_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0x94,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte3_e64 v5, s1             ; encoding: [0x05,0x00,0x94,0xd5,0x01,0x00,0x00,0x00]
 
 v_cvt_f32_ubyte3_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0x94,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte3_e64 v5, s101           ; encoding: [0x05,0x00,0x94,0xd5,0x65,0x00,0x00,0x00]
 
 v_cvt_f32_ubyte3_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x94,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte3_e64 v5, vcc_lo         ; encoding: [0x05,0x00,0x94,0xd5,0x6a,0x00,0x00,0x00]
 
 v_cvt_f32_ubyte3_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x94,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte3_e64 v5, vcc_hi         ; encoding: [0x05,0x00,0x94,0xd5,0x6b,0x00,0x00,0x00]
 
 v_cvt_f32_ubyte3_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0x94,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte3_e64 v5, m0             ; encoding: [0x05,0x00,0x94,0xd5,0x7c,0x00,0x00,0x00]
 
 v_cvt_f32_ubyte3_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0x94,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte3_e64 v5, exec_lo        ; encoding: [0x05,0x00,0x94,0xd5,0x7e,0x00,0x00,0x00]
 
 v_cvt_f32_ubyte3_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0x94,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte3_e64 v5, exec_hi        ; encoding: [0x05,0x00,0x94,0xd5,0x7f,0x00,0x00,0x00]
 
 v_cvt_f32_ubyte3_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0x94,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte3_e64 v5, 0              ; encoding: [0x05,0x00,0x94,0xd5,0x80,0x00,0x00,0x00]
 
 v_cvt_f32_ubyte3_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0x94,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte3_e64 v5, -1             ; encoding: [0x05,0x00,0x94,0xd5,0xc1,0x00,0x00,0x00]
 
 v_cvt_f32_ubyte3_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0x94,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte3_e64 v5, 0.5            ; encoding: [0x05,0x00,0x94,0xd5,0xf0,0x00,0x00,0x00]
 
 v_cvt_f32_ubyte3_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0x94,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte3_e64 v5, -4.0           ; encoding: [0x05,0x00,0x94,0xd5,0xf7,0x00,0x00,0x00]
 
 v_cvt_f32_ubyte3_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0x94,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte3_e64 v5, v1 clamp       ; encoding: [0x05,0x80,0x94,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_f32_ubyte3_e64 v5, v1 mul:2
-// GFX10: encoding: [0x05,0x00,0x94,0xd5,0x01,0x01,0x00,0x08]
+// GFX10: v_cvt_f32_ubyte3_e64 v5, v1 mul:2       ; encoding: [0x05,0x00,0x94,0xd5,0x01,0x01,0x00,0x08]
 
 v_cvt_f32_ubyte3_e64 v5, v1 mul:4
-// GFX10: encoding: [0x05,0x00,0x94,0xd5,0x01,0x01,0x00,0x10]
+// GFX10: v_cvt_f32_ubyte3_e64 v5, v1 mul:4       ; encoding: [0x05,0x00,0x94,0xd5,0x01,0x01,0x00,0x10]
 
 v_cvt_f32_ubyte3_e64 v5, v1 div:2
-// GFX10: encoding: [0x05,0x00,0x94,0xd5,0x01,0x01,0x00,0x18]
+// GFX10: v_cvt_f32_ubyte3_e64 v5, v1 div:2       ; encoding: [0x05,0x00,0x94,0xd5,0x01,0x01,0x00,0x18]
 
 v_cvt_f32_ubyte3_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x28,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte3_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x28,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cvt_f32_ubyte3_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x28,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte3_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x28,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_cvt_f32_ubyte3_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x28,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte3_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x28,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_cvt_f32_ubyte3_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x28,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_ubyte3_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x28,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_cvt_f32_ubyte3_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x28,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_ubyte3_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x28,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_cvt_f32_ubyte3_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x28,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_ubyte3_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x28,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_cvt_f32_ubyte3_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x28,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_ubyte3_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x28,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_cvt_f32_ubyte3_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x28,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_ubyte3_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x28,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_cvt_f32_ubyte3_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x28,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_ubyte3_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x28,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_cvt_f32_ubyte3_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x28,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_cvt_f32_ubyte3_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x28,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_cvt_f32_ubyte3_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x28,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte3_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x28,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_cvt_f32_ubyte3_sdwa v5, v1 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x28,0x0a,0x7e,0x01,0x46,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte3_sdwa v5, v1 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x28,0x0a,0x7e,0x01,0x46,0x06,0x00]
 
 v_cvt_f32_ubyte3_sdwa v5, v1 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x28,0x0a,0x7e,0x01,0x86,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte3_sdwa v5, v1 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x28,0x0a,0x7e,0x01,0x86,0x06,0x00]
 
 v_cvt_f32_ubyte3_sdwa v5, v1 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x28,0x0a,0x7e,0x01,0xc6,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte3_sdwa v5, v1 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x28,0x0a,0x7e,0x01,0xc6,0x06,0x00]
 
 v_cvt_f32_ubyte3_sdwa v5, v1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x28,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte3_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x28,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cvt_f32_ubyte3_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x28,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte3_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x28,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_cvt_f32_ubyte3_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x28,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte3_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x28,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_cvt_f32_ubyte3_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x28,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte3_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x28,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_cvt_f32_ubyte3_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x28,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte3_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x28,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_cvt_f32_ubyte3_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x28,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte3_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x28,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_cvt_f32_ubyte3_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x28,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte3_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x28,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_cvt_f32_ubyte3_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x28,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte3_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0x28,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_cvt_f32_ubyte3_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x28,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte3_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x28,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_cvt_f32_ubyte3_sdwa v5, v1 dst_sel:DWORD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x28,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte3_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x28,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_cvt_f32_ubyte3_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD
-// GFX10: encoding: [0xf9,0x28,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_f32_ubyte3_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x28,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cvt_f32_ubyte3_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x28,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte3_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0x28,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_cvt_f32_ubyte3_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x28,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte3_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0x28,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_cvt_f32_ubyte3_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x28,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_cvt_f32_ubyte3_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0x28,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_cvt_f32_ubyte3_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x28,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_cvt_f32_ubyte3_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0x28,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_cvt_f32_ubyte3_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0x28,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_cvt_f32_ubyte3_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0x28,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_cvt_f32_ubyte3_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0x28,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_cvt_f32_ubyte3_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0x28,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_cvt_f32_ubyte3_sdwa v5, sext(v1) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x28,0x0a,0x7e,0x01,0x06,0x0e,0x00]
+// GFX10: v_cvt_f32_ubyte3_sdwa v5, sext(v1) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x28,0x0a,0x7e,0x01,0x06,0x0e,0x00]
 
 v_cvt_f32_ubyte3_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x28,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte3_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x28,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_cvt_f32_ubyte3_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x28,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte3_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x28,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_cvt_f32_ubyte3_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x28,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte3_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x28,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_cvt_f32_ubyte3_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x28,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_cvt_f32_ubyte3_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x28,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_cvt_f32_ubyte3_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x28,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte3_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x28,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_cvt_f32_ubyte3_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x28,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte3_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x28,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_cvt_f32_ubyte3_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x28,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte3_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x28,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_cvt_f32_ubyte3_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x28,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte3_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x28,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_cvt_f32_ubyte3_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x28,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte3_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x28,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_cvt_f32_ubyte3_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x28,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte3_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x28,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_cvt_f32_ubyte3_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x28,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte3_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x28,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_cvt_f32_ubyte3_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x28,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte3_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x28,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_cvt_f32_ubyte3_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x28,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_cvt_f32_ubyte3_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x28,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_cvt_f32_ubyte3_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x28,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_cvt_f32_ubyte3_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x28,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_cvt_f32_ubyte3_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x28,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_cvt_f32_ubyte3_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x28,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_cvt_f32_ubyte3_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0x28,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_cvt_f32_ubyte3_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x28,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_cvt_f32_ubyte3_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x28,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_cvt_f32_ubyte3_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x28,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_cvt_f32_ubyte3_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x28,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_cvt_f32_ubyte3_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x28,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_cvt_f32_ubyte3_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x28,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_cvt_f32_ubyte3_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x28,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_cvt_f32_ubyte3_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0x28,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_cvt_f32_ubyte3_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x28,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_cvt_f32_ubyte3_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x28,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_cvt_f32_ubyte3_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x28,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_cvt_f32_ubyte3_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x28,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte3_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x28,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_cvt_f32_ubyte3_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x28,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte3_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x28,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_cvt_f32_ubyte3_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x28,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte3_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x28,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_cvt_f32_ubyte3_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x28,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_cvt_f32_ubyte3_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x28,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_cvt_u32_f64 v5, v[1:2]
-// GFX10: encoding: [0x01,0x2b,0x0a,0x7e]
+// GFX10: v_cvt_u32_f64_e32 v5, v[1:2]            ; encoding: [0x01,0x2b,0x0a,0x7e]
 
 v_cvt_u32_f64 v255, v[1:2]
-// GFX10: encoding: [0x01,0x2b,0xfe,0x7f]
+// GFX10: v_cvt_u32_f64_e32 v255, v[1:2]          ; encoding: [0x01,0x2b,0xfe,0x7f]
 
 v_cvt_u32_f64 v5, v[254:255]
-// GFX10: encoding: [0xfe,0x2b,0x0a,0x7e]
+// GFX10: v_cvt_u32_f64_e32 v5, v[254:255]        ; encoding: [0xfe,0x2b,0x0a,0x7e]
 
 v_cvt_u32_f64 v5, s[2:3]
-// GFX10: encoding: [0x02,0x2a,0x0a,0x7e]
+// GFX10: v_cvt_u32_f64_e32 v5, s[2:3]            ; encoding: [0x02,0x2a,0x0a,0x7e]
 
 v_cvt_u32_f64 v5, s[4:5]
-// GFX10: encoding: [0x04,0x2a,0x0a,0x7e]
+// GFX10: v_cvt_u32_f64_e32 v5, s[4:5]            ; encoding: [0x04,0x2a,0x0a,0x7e]
 
 v_cvt_u32_f64 v5, s[102:103]
-// GFX10: encoding: [0x66,0x2a,0x0a,0x7e]
+// GFX10: v_cvt_u32_f64_e32 v5, s[102:103]        ; encoding: [0x66,0x2a,0x0a,0x7e]
 
 v_cvt_u32_f64 v5, vcc
-// GFX10: encoding: [0x6a,0x2a,0x0a,0x7e]
+// GFX10: v_cvt_u32_f64_e32 v5, vcc               ; encoding: [0x6a,0x2a,0x0a,0x7e]
 
 v_cvt_u32_f64 v5, ttmp[10:11]
-// GFX10: encoding: [0x76,0x2a,0x0a,0x7e]
+// GFX10: v_cvt_u32_f64_e32 v5, ttmp[10:11]       ; encoding: [0x76,0x2a,0x0a,0x7e]
 
 v_cvt_u32_f64 v5, exec
-// GFX10: encoding: [0x7e,0x2a,0x0a,0x7e]
+// GFX10: v_cvt_u32_f64_e32 v5, exec              ; encoding: [0x7e,0x2a,0x0a,0x7e]
 
 v_cvt_u32_f64 v5, 0
-// GFX10: encoding: [0x80,0x2a,0x0a,0x7e]
+// GFX10: v_cvt_u32_f64_e32 v5, 0                 ; encoding: [0x80,0x2a,0x0a,0x7e]
 
 v_cvt_u32_f64 v5, -1
-// GFX10: encoding: [0xc1,0x2a,0x0a,0x7e]
+// GFX10: v_cvt_u32_f64_e32 v5, -1                ; encoding: [0xc1,0x2a,0x0a,0x7e]
 
 v_cvt_u32_f64 v5, 0.5
-// GFX10: encoding: [0xf0,0x2a,0x0a,0x7e]
+// GFX10: v_cvt_u32_f64_e32 v5, 0.5               ; encoding: [0xf0,0x2a,0x0a,0x7e]
 
 v_cvt_u32_f64 v5, -4.0
-// GFX10: encoding: [0xf7,0x2a,0x0a,0x7e]
+// GFX10: v_cvt_u32_f64_e32 v5, -4.0              ; encoding: [0xf7,0x2a,0x0a,0x7e]
 
 v_cvt_u32_f64 v5, 0xaf123456
-// GFX10: encoding: [0xff,0x2a,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_cvt_u32_f64_e32 v5, 0xaf123456        ; encoding: [0xff,0x2a,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_cvt_u32_f64 v5, 0x3f717273
-// GFX10: encoding: [0xff,0x2a,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_cvt_u32_f64_e32 v5, 0x3f717273        ; encoding: [0xff,0x2a,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_cvt_u32_f64_e64 v5, v[1:2]
-// GFX10: encoding: [0x05,0x00,0x95,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_u32_f64_e64 v5, v[1:2]            ; encoding: [0x05,0x00,0x95,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_u32_f64_e64 v255, v[1:2]
-// GFX10: encoding: [0xff,0x00,0x95,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_u32_f64_e64 v255, v[1:2]          ; encoding: [0xff,0x00,0x95,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_u32_f64_e64 v5, v[254:255]
-// GFX10: encoding: [0x05,0x00,0x95,0xd5,0xfe,0x01,0x00,0x00]
+// GFX10: v_cvt_u32_f64_e64 v5, v[254:255]        ; encoding: [0x05,0x00,0x95,0xd5,0xfe,0x01,0x00,0x00]
 
 v_cvt_u32_f64_e64 v5, s[2:3]
-// GFX10: encoding: [0x05,0x00,0x95,0xd5,0x02,0x00,0x00,0x00]
+// GFX10: v_cvt_u32_f64_e64 v5, s[2:3]            ; encoding: [0x05,0x00,0x95,0xd5,0x02,0x00,0x00,0x00]
 
 v_cvt_u32_f64_e64 v5, s[4:5]
-// GFX10: encoding: [0x05,0x00,0x95,0xd5,0x04,0x00,0x00,0x00]
+// GFX10: v_cvt_u32_f64_e64 v5, s[4:5]            ; encoding: [0x05,0x00,0x95,0xd5,0x04,0x00,0x00,0x00]
 
 v_cvt_u32_f64_e64 v5, s[100:101]
-// GFX10: encoding: [0x05,0x00,0x95,0xd5,0x64,0x00,0x00,0x00]
+// GFX10: v_cvt_u32_f64_e64 v5, s[100:101]        ; encoding: [0x05,0x00,0x95,0xd5,0x64,0x00,0x00,0x00]
 
 v_cvt_u32_f64_e64 v5, vcc
-// GFX10: encoding: [0x05,0x00,0x95,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_cvt_u32_f64_e64 v5, vcc               ; encoding: [0x05,0x00,0x95,0xd5,0x6a,0x00,0x00,0x00]
 
 v_cvt_u32_f64_e64 v5, exec
-// GFX10: encoding: [0x05,0x00,0x95,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_cvt_u32_f64_e64 v5, exec              ; encoding: [0x05,0x00,0x95,0xd5,0x7e,0x00,0x00,0x00]
 
 v_cvt_u32_f64_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0x95,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_cvt_u32_f64_e64 v5, 0                 ; encoding: [0x05,0x00,0x95,0xd5,0x80,0x00,0x00,0x00]
 
 v_cvt_u32_f64_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0x95,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_cvt_u32_f64_e64 v5, -1                ; encoding: [0x05,0x00,0x95,0xd5,0xc1,0x00,0x00,0x00]
 
 v_cvt_u32_f64_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0x95,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_cvt_u32_f64_e64 v5, 0.5               ; encoding: [0x05,0x00,0x95,0xd5,0xf0,0x00,0x00,0x00]
 
 v_cvt_u32_f64_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0x95,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_cvt_u32_f64_e64 v5, -4.0              ; encoding: [0x05,0x00,0x95,0xd5,0xf7,0x00,0x00,0x00]
 
 v_cvt_u32_f64_e64 v5, -v[1:2]
-// GFX10: encoding: [0x05,0x00,0x95,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_cvt_u32_f64_e64 v5, -v[1:2]           ; encoding: [0x05,0x00,0x95,0xd5,0x01,0x01,0x00,0x20]
 
 v_cvt_u32_f64_e64 v5, |v[1:2]|
-// GFX10: encoding: [0x05,0x01,0x95,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_u32_f64_e64 v5, |v[1:2]|          ; encoding: [0x05,0x01,0x95,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_u32_f64_e64 v5, v[1:2] clamp
-// GFX10: encoding: [0x05,0x80,0x95,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_u32_f64_e64 v5, v[1:2] clamp      ; encoding: [0x05,0x80,0x95,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_u32_f64_e64 v5, s[4:5] mul:2
-// GFX10: encoding: [0x05,0x00,0x95,0xd5,0x04,0x00,0x00,0x08]
+// GFX10: v_cvt_u32_f64_e64 v5, s[4:5] mul:2      ; encoding: [0x05,0x00,0x95,0xd5,0x04,0x00,0x00,0x08]
 
 v_cvt_u32_f64_e64 v5, v[1:2] clamp div:2
-// GFX10: encoding: [0x05,0x80,0x95,0xd5,0x01,0x01,0x00,0x18]
+// GFX10: v_cvt_u32_f64_e64 v5, v[1:2] clamp div:2 ; encoding: [0x05,0x80,0x95,0xd5,0x01,0x01,0x00,0x18]
 
 v_cvt_f64_u32 v[5:6], v1
-// GFX10: encoding: [0x01,0x2d,0x0a,0x7e]
+// GFX10: v_cvt_f64_u32_e32 v[5:6], v1            ; encoding: [0x01,0x2d,0x0a,0x7e]
 
 v_cvt_f64_u32 v[254:255], v1
-// GFX10: encoding: [0x01,0x2d,0xfc,0x7f]
+// GFX10: v_cvt_f64_u32_e32 v[254:255], v1        ; encoding: [0x01,0x2d,0xfc,0x7f]
 
 v_cvt_f64_u32 v[5:6], v255
-// GFX10: encoding: [0xff,0x2d,0x0a,0x7e]
+// GFX10: v_cvt_f64_u32_e32 v[5:6], v255          ; encoding: [0xff,0x2d,0x0a,0x7e]
 
 v_cvt_f64_u32 v[5:6], s1
-// GFX10: encoding: [0x01,0x2c,0x0a,0x7e]
+// GFX10: v_cvt_f64_u32_e32 v[5:6], s1            ; encoding: [0x01,0x2c,0x0a,0x7e]
 
 v_cvt_f64_u32 v[5:6], s103
-// GFX10: encoding: [0x67,0x2c,0x0a,0x7e]
+// GFX10: v_cvt_f64_u32_e32 v[5:6], s103          ; encoding: [0x67,0x2c,0x0a,0x7e]
 
 v_cvt_f64_u32 v[5:6], vcc_lo
-// GFX10: encoding: [0x6a,0x2c,0x0a,0x7e]
+// GFX10: v_cvt_f64_u32_e32 v[5:6], vcc_lo        ; encoding: [0x6a,0x2c,0x0a,0x7e]
 
 v_cvt_f64_u32 v[5:6], vcc_hi
-// GFX10: encoding: [0x6b,0x2c,0x0a,0x7e]
+// GFX10: v_cvt_f64_u32_e32 v[5:6], vcc_hi        ; encoding: [0x6b,0x2c,0x0a,0x7e]
 
 v_cvt_f64_u32 v[5:6], ttmp11
-// GFX10: encoding: [0x77,0x2c,0x0a,0x7e]
+// GFX10: v_cvt_f64_u32_e32 v[5:6], ttmp11        ; encoding: [0x77,0x2c,0x0a,0x7e]
 
 v_cvt_f64_u32 v[5:6], m0
-// GFX10: encoding: [0x7c,0x2c,0x0a,0x7e]
+// GFX10: v_cvt_f64_u32_e32 v[5:6], m0            ; encoding: [0x7c,0x2c,0x0a,0x7e]
 
 v_cvt_f64_u32 v[5:6], exec_lo
-// GFX10: encoding: [0x7e,0x2c,0x0a,0x7e]
+// GFX10: v_cvt_f64_u32_e32 v[5:6], exec_lo       ; encoding: [0x7e,0x2c,0x0a,0x7e]
 
 v_cvt_f64_u32 v[5:6], exec_hi
-// GFX10: encoding: [0x7f,0x2c,0x0a,0x7e]
+// GFX10: v_cvt_f64_u32_e32 v[5:6], exec_hi       ; encoding: [0x7f,0x2c,0x0a,0x7e]
 
 v_cvt_f64_u32 v[5:6], 0
-// GFX10: encoding: [0x80,0x2c,0x0a,0x7e]
+// GFX10: v_cvt_f64_u32_e32 v[5:6], 0             ; encoding: [0x80,0x2c,0x0a,0x7e]
 
 v_cvt_f64_u32 v[5:6], -1
-// GFX10: encoding: [0xc1,0x2c,0x0a,0x7e]
+// GFX10: v_cvt_f64_u32_e32 v[5:6], -1            ; encoding: [0xc1,0x2c,0x0a,0x7e]
 
 v_cvt_f64_u32 v[5:6], 0.5
-// GFX10: encoding: [0xf0,0x2c,0x0a,0x7e]
+// GFX10: v_cvt_f64_u32_e32 v[5:6], 0.5           ; encoding: [0xf0,0x2c,0x0a,0x7e]
 
 v_cvt_f64_u32 v[5:6], -4.0
-// GFX10: encoding: [0xf7,0x2c,0x0a,0x7e]
+// GFX10: v_cvt_f64_u32_e32 v[5:6], -4.0          ; encoding: [0xf7,0x2c,0x0a,0x7e]
 
 v_cvt_f64_u32 v[5:6], 0xaf123456
-// GFX10: encoding: [0xff,0x2c,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_cvt_f64_u32_e32 v[5:6], 0xaf123456    ; encoding: [0xff,0x2c,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_cvt_f64_u32 v[5:6], 0x3f717273
-// GFX10: encoding: [0xff,0x2c,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_cvt_f64_u32_e32 v[5:6], 0x3f717273    ; encoding: [0xff,0x2c,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_cvt_f64_u32_e64 v[5:6], v1
-// GFX10: encoding: [0x05,0x00,0x96,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_f64_u32_e64 v[5:6], v1            ; encoding: [0x05,0x00,0x96,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_f64_u32_e64 v[254:255], v1
-// GFX10: encoding: [0xfe,0x00,0x96,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_f64_u32_e64 v[254:255], v1        ; encoding: [0xfe,0x00,0x96,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_f64_u32_e64 v[5:6], v255
-// GFX10: encoding: [0x05,0x00,0x96,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_cvt_f64_u32_e64 v[5:6], v255          ; encoding: [0x05,0x00,0x96,0xd5,0xff,0x01,0x00,0x00]
 
 v_cvt_f64_u32_e64 v[5:6], s1
-// GFX10: encoding: [0x05,0x00,0x96,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_cvt_f64_u32_e64 v[5:6], s1            ; encoding: [0x05,0x00,0x96,0xd5,0x01,0x00,0x00,0x00]
 
 v_cvt_f64_u32_e64 v[5:6], s101
-// GFX10: encoding: [0x05,0x00,0x96,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_cvt_f64_u32_e64 v[5:6], s101          ; encoding: [0x05,0x00,0x96,0xd5,0x65,0x00,0x00,0x00]
 
 v_cvt_f64_u32_e64 v[5:6], vcc_lo
-// GFX10: encoding: [0x05,0x00,0x96,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_cvt_f64_u32_e64 v[5:6], vcc_lo        ; encoding: [0x05,0x00,0x96,0xd5,0x6a,0x00,0x00,0x00]
 
 v_cvt_f64_u32_e64 v[5:6], vcc_hi
-// GFX10: encoding: [0x05,0x00,0x96,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_cvt_f64_u32_e64 v[5:6], vcc_hi        ; encoding: [0x05,0x00,0x96,0xd5,0x6b,0x00,0x00,0x00]
 
 v_cvt_f64_u32_e64 v[5:6], m0
-// GFX10: encoding: [0x05,0x00,0x96,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_cvt_f64_u32_e64 v[5:6], m0            ; encoding: [0x05,0x00,0x96,0xd5,0x7c,0x00,0x00,0x00]
 
 v_cvt_f64_u32_e64 v[5:6], exec_lo
-// GFX10: encoding: [0x05,0x00,0x96,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_cvt_f64_u32_e64 v[5:6], exec_lo       ; encoding: [0x05,0x00,0x96,0xd5,0x7e,0x00,0x00,0x00]
 
 v_cvt_f64_u32_e64 v[5:6], exec_hi
-// GFX10: encoding: [0x05,0x00,0x96,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_cvt_f64_u32_e64 v[5:6], exec_hi       ; encoding: [0x05,0x00,0x96,0xd5,0x7f,0x00,0x00,0x00]
 
 v_cvt_f64_u32_e64 v[5:6], 0
-// GFX10: encoding: [0x05,0x00,0x96,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_cvt_f64_u32_e64 v[5:6], 0             ; encoding: [0x05,0x00,0x96,0xd5,0x80,0x00,0x00,0x00]
 
 v_cvt_f64_u32_e64 v[5:6], -1
-// GFX10: encoding: [0x05,0x00,0x96,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_cvt_f64_u32_e64 v[5:6], -1            ; encoding: [0x05,0x00,0x96,0xd5,0xc1,0x00,0x00,0x00]
 
 v_cvt_f64_u32_e64 v[5:6], 0.5
-// GFX10: encoding: [0x05,0x00,0x96,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_cvt_f64_u32_e64 v[5:6], 0.5           ; encoding: [0x05,0x00,0x96,0xd5,0xf0,0x00,0x00,0x00]
 
 v_cvt_f64_u32_e64 v[5:6], -4.0
-// GFX10: encoding: [0x05,0x00,0x96,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_cvt_f64_u32_e64 v[5:6], -4.0          ; encoding: [0x05,0x00,0x96,0xd5,0xf7,0x00,0x00,0x00]
 
 v_cvt_f64_u32_e64 v[5:6], v1 clamp
-// GFX10: encoding: [0x05,0x80,0x96,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_f64_u32_e64 v[5:6], v1 clamp      ; encoding: [0x05,0x80,0x96,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_f64_u32_e64 v[5:6], v1 mul:2
-// GFX10: encoding: [0x05,0x00,0x96,0xd5,0x01,0x01,0x00,0x08]
+// GFX10: v_cvt_f64_u32_e64 v[5:6], v1 mul:2      ; encoding: [0x05,0x00,0x96,0xd5,0x01,0x01,0x00,0x08]
 
 v_cvt_f64_u32_e64 v[5:6], v1 mul:4
-// GFX10: encoding: [0x05,0x00,0x96,0xd5,0x01,0x01,0x00,0x10]
+// GFX10: v_cvt_f64_u32_e64 v[5:6], v1 mul:4      ; encoding: [0x05,0x00,0x96,0xd5,0x01,0x01,0x00,0x10]
 
 v_cvt_f64_u32_e64 v[5:6], v1 div:2
-// GFX10: encoding: [0x05,0x00,0x96,0xd5,0x01,0x01,0x00,0x18]
+// GFX10: v_cvt_f64_u32_e64 v[5:6], v1 div:2      ; encoding: [0x05,0x00,0x96,0xd5,0x01,0x01,0x00,0x18]
 
 v_trunc_f64 v[5:6], v[1:2]
-// GFX10: encoding: [0x01,0x2f,0x0a,0x7e]
+// GFX10: v_trunc_f64_e32 v[5:6], v[1:2]          ; encoding: [0x01,0x2f,0x0a,0x7e]
 
 v_trunc_f64 v[254:255], v[1:2]
-// GFX10: encoding: [0x01,0x2f,0xfc,0x7f]
+// GFX10: v_trunc_f64_e32 v[254:255], v[1:2]      ; encoding: [0x01,0x2f,0xfc,0x7f]
 
 v_trunc_f64 v[5:6], v[254:255]
-// GFX10: encoding: [0xfe,0x2f,0x0a,0x7e]
+// GFX10: v_trunc_f64_e32 v[5:6], v[254:255]      ; encoding: [0xfe,0x2f,0x0a,0x7e]
 
 v_trunc_f64 v[5:6], s[2:3]
-// GFX10: encoding: [0x02,0x2e,0x0a,0x7e]
+// GFX10: v_trunc_f64_e32 v[5:6], s[2:3]          ; encoding: [0x02,0x2e,0x0a,0x7e]
 
 v_trunc_f64 v[5:6], s[4:5]
-// GFX10: encoding: [0x04,0x2e,0x0a,0x7e]
+// GFX10: v_trunc_f64_e32 v[5:6], s[4:5]          ; encoding: [0x04,0x2e,0x0a,0x7e]
 
 v_trunc_f64 v[5:6], s[102:103]
-// GFX10: encoding: [0x66,0x2e,0x0a,0x7e]
+// GFX10: v_trunc_f64_e32 v[5:6], s[102:103]      ; encoding: [0x66,0x2e,0x0a,0x7e]
 
 v_trunc_f64 v[5:6], vcc
-// GFX10: encoding: [0x6a,0x2e,0x0a,0x7e]
+// GFX10: v_trunc_f64_e32 v[5:6], vcc             ; encoding: [0x6a,0x2e,0x0a,0x7e]
 
 v_trunc_f64 v[5:6], ttmp[10:11]
-// GFX10: encoding: [0x76,0x2e,0x0a,0x7e]
+// GFX10: v_trunc_f64_e32 v[5:6], ttmp[10:11]     ; encoding: [0x76,0x2e,0x0a,0x7e]
 
 v_trunc_f64 v[5:6], exec
-// GFX10: encoding: [0x7e,0x2e,0x0a,0x7e]
+// GFX10: v_trunc_f64_e32 v[5:6], exec            ; encoding: [0x7e,0x2e,0x0a,0x7e]
 
 v_trunc_f64 v[5:6], 0
-// GFX10: encoding: [0x80,0x2e,0x0a,0x7e]
+// GFX10: v_trunc_f64_e32 v[5:6], 0               ; encoding: [0x80,0x2e,0x0a,0x7e]
 
 v_trunc_f64 v[5:6], -1
-// GFX10: encoding: [0xc1,0x2e,0x0a,0x7e]
+// GFX10: v_trunc_f64_e32 v[5:6], -1              ; encoding: [0xc1,0x2e,0x0a,0x7e]
 
 v_trunc_f64 v[5:6], 0.5
-// GFX10: encoding: [0xf0,0x2e,0x0a,0x7e]
+// GFX10: v_trunc_f64_e32 v[5:6], 0.5             ; encoding: [0xf0,0x2e,0x0a,0x7e]
 
 v_trunc_f64 v[5:6], -4.0
-// GFX10: encoding: [0xf7,0x2e,0x0a,0x7e]
+// GFX10: v_trunc_f64_e32 v[5:6], -4.0            ; encoding: [0xf7,0x2e,0x0a,0x7e]
 
 v_trunc_f64 v[5:6], 0xaf123456
-// GFX10: encoding: [0xff,0x2e,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_trunc_f64_e32 v[5:6], 0xaf123456      ; encoding: [0xff,0x2e,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_trunc_f64 v[5:6], 0x3f717273
-// GFX10: encoding: [0xff,0x2e,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_trunc_f64_e32 v[5:6], 0x3f717273      ; encoding: [0xff,0x2e,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_trunc_f64_e64 v[5:6], v[1:2]
-// GFX10: encoding: [0x05,0x00,0x97,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_trunc_f64_e64 v[5:6], v[1:2]          ; encoding: [0x05,0x00,0x97,0xd5,0x01,0x01,0x00,0x00]
 
 v_trunc_f64_e64 v[254:255], v[1:2]
-// GFX10: encoding: [0xfe,0x00,0x97,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_trunc_f64_e64 v[254:255], v[1:2]      ; encoding: [0xfe,0x00,0x97,0xd5,0x01,0x01,0x00,0x00]
 
 v_trunc_f64_e64 v[5:6], v[254:255]
-// GFX10: encoding: [0x05,0x00,0x97,0xd5,0xfe,0x01,0x00,0x00]
+// GFX10: v_trunc_f64_e64 v[5:6], v[254:255]      ; encoding: [0x05,0x00,0x97,0xd5,0xfe,0x01,0x00,0x00]
 
 v_trunc_f64_e64 v[5:6], s[2:3]
-// GFX10: encoding: [0x05,0x00,0x97,0xd5,0x02,0x00,0x00,0x00]
+// GFX10: v_trunc_f64_e64 v[5:6], s[2:3]          ; encoding: [0x05,0x00,0x97,0xd5,0x02,0x00,0x00,0x00]
 
 v_trunc_f64_e64 v[5:6], s[4:5]
-// GFX10: encoding: [0x05,0x00,0x97,0xd5,0x04,0x00,0x00,0x00]
+// GFX10: v_trunc_f64_e64 v[5:6], s[4:5]          ; encoding: [0x05,0x00,0x97,0xd5,0x04,0x00,0x00,0x00]
 
 v_trunc_f64_e64 v[5:6], s[100:101]
-// GFX10: encoding: [0x05,0x00,0x97,0xd5,0x64,0x00,0x00,0x00]
+// GFX10: v_trunc_f64_e64 v[5:6], s[100:101]      ; encoding: [0x05,0x00,0x97,0xd5,0x64,0x00,0x00,0x00]
 
 v_trunc_f64_e64 v[5:6], vcc
-// GFX10: encoding: [0x05,0x00,0x97,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_trunc_f64_e64 v[5:6], vcc             ; encoding: [0x05,0x00,0x97,0xd5,0x6a,0x00,0x00,0x00]
 
 v_trunc_f64_e64 v[5:6], exec
-// GFX10: encoding: [0x05,0x00,0x97,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_trunc_f64_e64 v[5:6], exec            ; encoding: [0x05,0x00,0x97,0xd5,0x7e,0x00,0x00,0x00]
 
 v_trunc_f64_e64 v[5:6], 0
-// GFX10: encoding: [0x05,0x00,0x97,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_trunc_f64_e64 v[5:6], 0               ; encoding: [0x05,0x00,0x97,0xd5,0x80,0x00,0x00,0x00]
 
 v_trunc_f64_e64 v[5:6], -1
-// GFX10: encoding: [0x05,0x00,0x97,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_trunc_f64_e64 v[5:6], -1              ; encoding: [0x05,0x00,0x97,0xd5,0xc1,0x00,0x00,0x00]
 
 v_trunc_f64_e64 v[5:6], 0.5
-// GFX10: encoding: [0x05,0x00,0x97,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_trunc_f64_e64 v[5:6], 0.5             ; encoding: [0x05,0x00,0x97,0xd5,0xf0,0x00,0x00,0x00]
 
 v_trunc_f64_e64 v[5:6], -4.0
-// GFX10: encoding: [0x05,0x00,0x97,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_trunc_f64_e64 v[5:6], -4.0            ; encoding: [0x05,0x00,0x97,0xd5,0xf7,0x00,0x00,0x00]
 
 v_trunc_f64_e64 v[5:6], -v[1:2]
-// GFX10: encoding: [0x05,0x00,0x97,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_trunc_f64_e64 v[5:6], -v[1:2]         ; encoding: [0x05,0x00,0x97,0xd5,0x01,0x01,0x00,0x20]
 
 v_trunc_f64_e64 v[5:6], |v[1:2]|
-// GFX10: encoding: [0x05,0x01,0x97,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_trunc_f64_e64 v[5:6], |v[1:2]|        ; encoding: [0x05,0x01,0x97,0xd5,0x01,0x01,0x00,0x00]
 
 v_trunc_f64_e64 v[5:6], v[1:2] clamp
-// GFX10: encoding: [0x05,0x80,0x97,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_trunc_f64_e64 v[5:6], v[1:2] clamp    ; encoding: [0x05,0x80,0x97,0xd5,0x01,0x01,0x00,0x00]
 
 v_trunc_f64_e64 v[5:6], v[1:2] mul:2
-// GFX10: encoding: [0x05,0x00,0x97,0xd5,0x01,0x01,0x00,0x08]
+// GFX10: v_trunc_f64_e64 v[5:6], v[1:2] mul:2    ; encoding: [0x05,0x00,0x97,0xd5,0x01,0x01,0x00,0x08]
 
 v_trunc_f64_e64 v[5:6], v[1:2] mul:4
-// GFX10: encoding: [0x05,0x00,0x97,0xd5,0x01,0x01,0x00,0x10]
+// GFX10: v_trunc_f64_e64 v[5:6], v[1:2] mul:4    ; encoding: [0x05,0x00,0x97,0xd5,0x01,0x01,0x00,0x10]
 
 v_trunc_f64_e64 v[5:6], v[1:2] div:2
-// GFX10: encoding: [0x05,0x00,0x97,0xd5,0x01,0x01,0x00,0x18]
+// GFX10: v_trunc_f64_e64 v[5:6], v[1:2] div:2    ; encoding: [0x05,0x00,0x97,0xd5,0x01,0x01,0x00,0x18]
 
 v_ceil_f64 v[5:6], v[1:2]
-// GFX10: encoding: [0x01,0x31,0x0a,0x7e]
+// GFX10: v_ceil_f64_e32 v[5:6], v[1:2]           ; encoding: [0x01,0x31,0x0a,0x7e]
 
 v_ceil_f64 v[254:255], v[1:2]
-// GFX10: encoding: [0x01,0x31,0xfc,0x7f]
+// GFX10: v_ceil_f64_e32 v[254:255], v[1:2]       ; encoding: [0x01,0x31,0xfc,0x7f]
 
 v_ceil_f64 v[5:6], v[254:255]
-// GFX10: encoding: [0xfe,0x31,0x0a,0x7e]
+// GFX10: v_ceil_f64_e32 v[5:6], v[254:255]       ; encoding: [0xfe,0x31,0x0a,0x7e]
 
 v_ceil_f64 v[5:6], s[2:3]
-// GFX10: encoding: [0x02,0x30,0x0a,0x7e]
+// GFX10: v_ceil_f64_e32 v[5:6], s[2:3]           ; encoding: [0x02,0x30,0x0a,0x7e]
 
 v_ceil_f64 v[5:6], s[4:5]
-// GFX10: encoding: [0x04,0x30,0x0a,0x7e]
+// GFX10: v_ceil_f64_e32 v[5:6], s[4:5]           ; encoding: [0x04,0x30,0x0a,0x7e]
 
 v_ceil_f64 v[5:6], s[102:103]
-// GFX10: encoding: [0x66,0x30,0x0a,0x7e]
+// GFX10: v_ceil_f64_e32 v[5:6], s[102:103]       ; encoding: [0x66,0x30,0x0a,0x7e]
 
 v_ceil_f64 v[5:6], vcc
-// GFX10: encoding: [0x6a,0x30,0x0a,0x7e]
+// GFX10: v_ceil_f64_e32 v[5:6], vcc              ; encoding: [0x6a,0x30,0x0a,0x7e]
 
 v_ceil_f64 v[5:6], ttmp[10:11]
-// GFX10: encoding: [0x76,0x30,0x0a,0x7e]
+// GFX10: v_ceil_f64_e32 v[5:6], ttmp[10:11]      ; encoding: [0x76,0x30,0x0a,0x7e]
 
 v_ceil_f64 v[5:6], exec
-// GFX10: encoding: [0x7e,0x30,0x0a,0x7e]
+// GFX10: v_ceil_f64_e32 v[5:6], exec             ; encoding: [0x7e,0x30,0x0a,0x7e]
 
 v_ceil_f64 v[5:6], 0
-// GFX10: encoding: [0x80,0x30,0x0a,0x7e]
+// GFX10: v_ceil_f64_e32 v[5:6], 0                ; encoding: [0x80,0x30,0x0a,0x7e]
 
 v_ceil_f64 v[5:6], -1
-// GFX10: encoding: [0xc1,0x30,0x0a,0x7e]
+// GFX10: v_ceil_f64_e32 v[5:6], -1               ; encoding: [0xc1,0x30,0x0a,0x7e]
 
 v_ceil_f64 v[5:6], 0.5
-// GFX10: encoding: [0xf0,0x30,0x0a,0x7e]
+// GFX10: v_ceil_f64_e32 v[5:6], 0.5              ; encoding: [0xf0,0x30,0x0a,0x7e]
 
 v_ceil_f64 v[5:6], -4.0
-// GFX10: encoding: [0xf7,0x30,0x0a,0x7e]
+// GFX10: v_ceil_f64_e32 v[5:6], -4.0             ; encoding: [0xf7,0x30,0x0a,0x7e]
 
 v_ceil_f64 v[5:6], 0xaf123456
-// GFX10: encoding: [0xff,0x30,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_ceil_f64_e32 v[5:6], 0xaf123456       ; encoding: [0xff,0x30,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_ceil_f64 v[5:6], 0x3f717273
-// GFX10: encoding: [0xff,0x30,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_ceil_f64_e32 v[5:6], 0x3f717273       ; encoding: [0xff,0x30,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_ceil_f64_e64 v[5:6], v[1:2]
-// GFX10: encoding: [0x05,0x00,0x98,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_ceil_f64_e64 v[5:6], v[1:2]           ; encoding: [0x05,0x00,0x98,0xd5,0x01,0x01,0x00,0x00]
 
 v_ceil_f64_e64 v[254:255], v[1:2]
-// GFX10: encoding: [0xfe,0x00,0x98,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_ceil_f64_e64 v[254:255], v[1:2]       ; encoding: [0xfe,0x00,0x98,0xd5,0x01,0x01,0x00,0x00]
 
 v_ceil_f64_e64 v[5:6], v[254:255]
-// GFX10: encoding: [0x05,0x00,0x98,0xd5,0xfe,0x01,0x00,0x00]
+// GFX10: v_ceil_f64_e64 v[5:6], v[254:255]       ; encoding: [0x05,0x00,0x98,0xd5,0xfe,0x01,0x00,0x00]
 
 v_ceil_f64_e64 v[5:6], s[2:3]
-// GFX10: encoding: [0x05,0x00,0x98,0xd5,0x02,0x00,0x00,0x00]
+// GFX10: v_ceil_f64_e64 v[5:6], s[2:3]           ; encoding: [0x05,0x00,0x98,0xd5,0x02,0x00,0x00,0x00]
 
 v_ceil_f64_e64 v[5:6], s[4:5]
-// GFX10: encoding: [0x05,0x00,0x98,0xd5,0x04,0x00,0x00,0x00]
+// GFX10: v_ceil_f64_e64 v[5:6], s[4:5]           ; encoding: [0x05,0x00,0x98,0xd5,0x04,0x00,0x00,0x00]
 
 v_ceil_f64_e64 v[5:6], s[100:101]
-// GFX10: encoding: [0x05,0x00,0x98,0xd5,0x64,0x00,0x00,0x00]
+// GFX10: v_ceil_f64_e64 v[5:6], s[100:101]       ; encoding: [0x05,0x00,0x98,0xd5,0x64,0x00,0x00,0x00]
 
 v_ceil_f64_e64 v[5:6], vcc
-// GFX10: encoding: [0x05,0x00,0x98,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_ceil_f64_e64 v[5:6], vcc              ; encoding: [0x05,0x00,0x98,0xd5,0x6a,0x00,0x00,0x00]
 
 v_ceil_f64_e64 v[5:6], exec
-// GFX10: encoding: [0x05,0x00,0x98,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_ceil_f64_e64 v[5:6], exec             ; encoding: [0x05,0x00,0x98,0xd5,0x7e,0x00,0x00,0x00]
 
 v_ceil_f64_e64 v[5:6], 0
-// GFX10: encoding: [0x05,0x00,0x98,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_ceil_f64_e64 v[5:6], 0                ; encoding: [0x05,0x00,0x98,0xd5,0x80,0x00,0x00,0x00]
 
 v_ceil_f64_e64 v[5:6], -1
-// GFX10: encoding: [0x05,0x00,0x98,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_ceil_f64_e64 v[5:6], -1               ; encoding: [0x05,0x00,0x98,0xd5,0xc1,0x00,0x00,0x00]
 
 v_ceil_f64_e64 v[5:6], 0.5
-// GFX10: encoding: [0x05,0x00,0x98,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_ceil_f64_e64 v[5:6], 0.5              ; encoding: [0x05,0x00,0x98,0xd5,0xf0,0x00,0x00,0x00]
 
 v_ceil_f64_e64 v[5:6], -4.0
-// GFX10: encoding: [0x05,0x00,0x98,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_ceil_f64_e64 v[5:6], -4.0             ; encoding: [0x05,0x00,0x98,0xd5,0xf7,0x00,0x00,0x00]
 
 v_ceil_f64_e64 v[5:6], -v[1:2]
-// GFX10: encoding: [0x05,0x00,0x98,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_ceil_f64_e64 v[5:6], -v[1:2]          ; encoding: [0x05,0x00,0x98,0xd5,0x01,0x01,0x00,0x20]
 
 v_ceil_f64_e64 v[5:6], |v[1:2]|
-// GFX10: encoding: [0x05,0x01,0x98,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_ceil_f64_e64 v[5:6], |v[1:2]|         ; encoding: [0x05,0x01,0x98,0xd5,0x01,0x01,0x00,0x00]
 
 v_ceil_f64_e64 v[5:6], v[1:2] clamp
-// GFX10: encoding: [0x05,0x80,0x98,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_ceil_f64_e64 v[5:6], v[1:2] clamp     ; encoding: [0x05,0x80,0x98,0xd5,0x01,0x01,0x00,0x00]
 
 v_ceil_f64_e64 v[5:6], v[1:2] mul:2
-// GFX10: encoding: [0x05,0x00,0x98,0xd5,0x01,0x01,0x00,0x08]
+// GFX10: v_ceil_f64_e64 v[5:6], v[1:2] mul:2     ; encoding: [0x05,0x00,0x98,0xd5,0x01,0x01,0x00,0x08]
 
 v_ceil_f64_e64 v[5:6], v[1:2] mul:4
-// GFX10: encoding: [0x05,0x00,0x98,0xd5,0x01,0x01,0x00,0x10]
+// GFX10: v_ceil_f64_e64 v[5:6], v[1:2] mul:4     ; encoding: [0x05,0x00,0x98,0xd5,0x01,0x01,0x00,0x10]
 
 v_ceil_f64_e64 v[5:6], v[1:2] div:2
-// GFX10: encoding: [0x05,0x00,0x98,0xd5,0x01,0x01,0x00,0x18]
+// GFX10: v_ceil_f64_e64 v[5:6], v[1:2] div:2     ; encoding: [0x05,0x00,0x98,0xd5,0x01,0x01,0x00,0x18]
 
 v_rndne_f64 v[5:6], v[1:2]
-// GFX10: encoding: [0x01,0x33,0x0a,0x7e]
+// GFX10: v_rndne_f64_e32 v[5:6], v[1:2]          ; encoding: [0x01,0x33,0x0a,0x7e]
 
 v_rndne_f64 v[254:255], v[1:2]
-// GFX10: encoding: [0x01,0x33,0xfc,0x7f]
+// GFX10: v_rndne_f64_e32 v[254:255], v[1:2]      ; encoding: [0x01,0x33,0xfc,0x7f]
 
 v_rndne_f64 v[5:6], v[254:255]
-// GFX10: encoding: [0xfe,0x33,0x0a,0x7e]
+// GFX10: v_rndne_f64_e32 v[5:6], v[254:255]      ; encoding: [0xfe,0x33,0x0a,0x7e]
 
 v_rndne_f64 v[5:6], s[2:3]
-// GFX10: encoding: [0x02,0x32,0x0a,0x7e]
+// GFX10: v_rndne_f64_e32 v[5:6], s[2:3]          ; encoding: [0x02,0x32,0x0a,0x7e]
 
 v_rndne_f64 v[5:6], s[4:5]
-// GFX10: encoding: [0x04,0x32,0x0a,0x7e]
+// GFX10: v_rndne_f64_e32 v[5:6], s[4:5]          ; encoding: [0x04,0x32,0x0a,0x7e]
 
 v_rndne_f64 v[5:6], s[102:103]
-// GFX10: encoding: [0x66,0x32,0x0a,0x7e]
+// GFX10: v_rndne_f64_e32 v[5:6], s[102:103]      ; encoding: [0x66,0x32,0x0a,0x7e]
 
 v_rndne_f64 v[5:6], vcc
-// GFX10: encoding: [0x6a,0x32,0x0a,0x7e]
+// GFX10: v_rndne_f64_e32 v[5:6], vcc             ; encoding: [0x6a,0x32,0x0a,0x7e]
 
 v_rndne_f64 v[5:6], ttmp[10:11]
-// GFX10: encoding: [0x76,0x32,0x0a,0x7e]
+// GFX10: v_rndne_f64_e32 v[5:6], ttmp[10:11]     ; encoding: [0x76,0x32,0x0a,0x7e]
 
 v_rndne_f64 v[5:6], exec
-// GFX10: encoding: [0x7e,0x32,0x0a,0x7e]
+// GFX10: v_rndne_f64_e32 v[5:6], exec            ; encoding: [0x7e,0x32,0x0a,0x7e]
 
 v_rndne_f64 v[5:6], 0
-// GFX10: encoding: [0x80,0x32,0x0a,0x7e]
+// GFX10: v_rndne_f64_e32 v[5:6], 0               ; encoding: [0x80,0x32,0x0a,0x7e]
 
 v_rndne_f64 v[5:6], -1
-// GFX10: encoding: [0xc1,0x32,0x0a,0x7e]
+// GFX10: v_rndne_f64_e32 v[5:6], -1              ; encoding: [0xc1,0x32,0x0a,0x7e]
 
 v_rndne_f64 v[5:6], 0.5
-// GFX10: encoding: [0xf0,0x32,0x0a,0x7e]
+// GFX10: v_rndne_f64_e32 v[5:6], 0.5             ; encoding: [0xf0,0x32,0x0a,0x7e]
 
 v_rndne_f64 v[5:6], -4.0
-// GFX10: encoding: [0xf7,0x32,0x0a,0x7e]
+// GFX10: v_rndne_f64_e32 v[5:6], -4.0            ; encoding: [0xf7,0x32,0x0a,0x7e]
 
 v_rndne_f64 v[5:6], 0xaf123456
-// GFX10: encoding: [0xff,0x32,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_rndne_f64_e32 v[5:6], 0xaf123456      ; encoding: [0xff,0x32,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_rndne_f64 v[5:6], 0x3f717273
-// GFX10: encoding: [0xff,0x32,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_rndne_f64_e32 v[5:6], 0x3f717273      ; encoding: [0xff,0x32,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_rndne_f64_e64 v[5:6], v[1:2]
-// GFX10: encoding: [0x05,0x00,0x99,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_rndne_f64_e64 v[5:6], v[1:2]          ; encoding: [0x05,0x00,0x99,0xd5,0x01,0x01,0x00,0x00]
 
 v_rndne_f64_e64 v[254:255], v[1:2]
-// GFX10: encoding: [0xfe,0x00,0x99,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_rndne_f64_e64 v[254:255], v[1:2]      ; encoding: [0xfe,0x00,0x99,0xd5,0x01,0x01,0x00,0x00]
 
 v_rndne_f64_e64 v[5:6], v[254:255]
-// GFX10: encoding: [0x05,0x00,0x99,0xd5,0xfe,0x01,0x00,0x00]
+// GFX10: v_rndne_f64_e64 v[5:6], v[254:255]      ; encoding: [0x05,0x00,0x99,0xd5,0xfe,0x01,0x00,0x00]
 
 v_rndne_f64_e64 v[5:6], s[2:3]
-// GFX10: encoding: [0x05,0x00,0x99,0xd5,0x02,0x00,0x00,0x00]
+// GFX10: v_rndne_f64_e64 v[5:6], s[2:3]          ; encoding: [0x05,0x00,0x99,0xd5,0x02,0x00,0x00,0x00]
 
 v_rndne_f64_e64 v[5:6], s[4:5]
-// GFX10: encoding: [0x05,0x00,0x99,0xd5,0x04,0x00,0x00,0x00]
+// GFX10: v_rndne_f64_e64 v[5:6], s[4:5]          ; encoding: [0x05,0x00,0x99,0xd5,0x04,0x00,0x00,0x00]
 
 v_rndne_f64_e64 v[5:6], s[100:101]
-// GFX10: encoding: [0x05,0x00,0x99,0xd5,0x64,0x00,0x00,0x00]
+// GFX10: v_rndne_f64_e64 v[5:6], s[100:101]      ; encoding: [0x05,0x00,0x99,0xd5,0x64,0x00,0x00,0x00]
 
 v_rndne_f64_e64 v[5:6], vcc
-// GFX10: encoding: [0x05,0x00,0x99,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_rndne_f64_e64 v[5:6], vcc             ; encoding: [0x05,0x00,0x99,0xd5,0x6a,0x00,0x00,0x00]
 
 v_rndne_f64_e64 v[5:6], exec
-// GFX10: encoding: [0x05,0x00,0x99,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_rndne_f64_e64 v[5:6], exec            ; encoding: [0x05,0x00,0x99,0xd5,0x7e,0x00,0x00,0x00]
 
 v_rndne_f64_e64 v[5:6], 0
-// GFX10: encoding: [0x05,0x00,0x99,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_rndne_f64_e64 v[5:6], 0               ; encoding: [0x05,0x00,0x99,0xd5,0x80,0x00,0x00,0x00]
 
 v_rndne_f64_e64 v[5:6], -1
-// GFX10: encoding: [0x05,0x00,0x99,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_rndne_f64_e64 v[5:6], -1              ; encoding: [0x05,0x00,0x99,0xd5,0xc1,0x00,0x00,0x00]
 
 v_rndne_f64_e64 v[5:6], 0.5
-// GFX10: encoding: [0x05,0x00,0x99,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_rndne_f64_e64 v[5:6], 0.5             ; encoding: [0x05,0x00,0x99,0xd5,0xf0,0x00,0x00,0x00]
 
 v_rndne_f64_e64 v[5:6], -4.0
-// GFX10: encoding: [0x05,0x00,0x99,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_rndne_f64_e64 v[5:6], -4.0            ; encoding: [0x05,0x00,0x99,0xd5,0xf7,0x00,0x00,0x00]
 
 v_rndne_f64_e64 v[5:6], -v[1:2]
-// GFX10: encoding: [0x05,0x00,0x99,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_rndne_f64_e64 v[5:6], -v[1:2]         ; encoding: [0x05,0x00,0x99,0xd5,0x01,0x01,0x00,0x20]
 
 v_rndne_f64_e64 v[5:6], v[1:2] clamp
-// GFX10: encoding: [0x05,0x80,0x99,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_rndne_f64_e64 v[5:6], v[1:2] clamp    ; encoding: [0x05,0x80,0x99,0xd5,0x01,0x01,0x00,0x00]
 
 v_rndne_f64_e64 v[5:6], v[1:2] mul:2
-// GFX10: encoding: [0x05,0x00,0x99,0xd5,0x01,0x01,0x00,0x08]
+// GFX10: v_rndne_f64_e64 v[5:6], v[1:2] mul:2    ; encoding: [0x05,0x00,0x99,0xd5,0x01,0x01,0x00,0x08]
 
 v_rndne_f64_e64 v[5:6], v[1:2] mul:4
-// GFX10: encoding: [0x05,0x00,0x99,0xd5,0x01,0x01,0x00,0x10]
+// GFX10: v_rndne_f64_e64 v[5:6], v[1:2] mul:4    ; encoding: [0x05,0x00,0x99,0xd5,0x01,0x01,0x00,0x10]
 
 v_rndne_f64_e64 v[5:6], v[1:2] div:2
-// GFX10: encoding: [0x05,0x00,0x99,0xd5,0x01,0x01,0x00,0x18]
+// GFX10: v_rndne_f64_e64 v[5:6], v[1:2] div:2    ; encoding: [0x05,0x00,0x99,0xd5,0x01,0x01,0x00,0x18]
 
 v_floor_f64 v[5:6], v[1:2]
-// GFX10: encoding: [0x01,0x35,0x0a,0x7e]
+// GFX10: v_floor_f64_e32 v[5:6], v[1:2]          ; encoding: [0x01,0x35,0x0a,0x7e]
 
 v_floor_f64 v[254:255], v[1:2]
-// GFX10: encoding: [0x01,0x35,0xfc,0x7f]
+// GFX10: v_floor_f64_e32 v[254:255], v[1:2]      ; encoding: [0x01,0x35,0xfc,0x7f]
 
 v_floor_f64 v[5:6], v[254:255]
-// GFX10: encoding: [0xfe,0x35,0x0a,0x7e]
+// GFX10: v_floor_f64_e32 v[5:6], v[254:255]      ; encoding: [0xfe,0x35,0x0a,0x7e]
 
 v_floor_f64 v[5:6], s[2:3]
-// GFX10: encoding: [0x02,0x34,0x0a,0x7e]
+// GFX10: v_floor_f64_e32 v[5:6], s[2:3]          ; encoding: [0x02,0x34,0x0a,0x7e]
 
 v_floor_f64 v[5:6], s[4:5]
-// GFX10: encoding: [0x04,0x34,0x0a,0x7e]
+// GFX10: v_floor_f64_e32 v[5:6], s[4:5]          ; encoding: [0x04,0x34,0x0a,0x7e]
 
 v_floor_f64 v[5:6], s[102:103]
-// GFX10: encoding: [0x66,0x34,0x0a,0x7e]
+// GFX10: v_floor_f64_e32 v[5:6], s[102:103]      ; encoding: [0x66,0x34,0x0a,0x7e]
 
 v_floor_f64 v[5:6], vcc
-// GFX10: encoding: [0x6a,0x34,0x0a,0x7e]
+// GFX10: v_floor_f64_e32 v[5:6], vcc             ; encoding: [0x6a,0x34,0x0a,0x7e]
 
 v_floor_f64 v[5:6], ttmp[10:11]
-// GFX10: encoding: [0x76,0x34,0x0a,0x7e]
+// GFX10: v_floor_f64_e32 v[5:6], ttmp[10:11]     ; encoding: [0x76,0x34,0x0a,0x7e]
 
 v_floor_f64 v[5:6], exec
-// GFX10: encoding: [0x7e,0x34,0x0a,0x7e]
+// GFX10: v_floor_f64_e32 v[5:6], exec            ; encoding: [0x7e,0x34,0x0a,0x7e]
 
 v_floor_f64 v[5:6], 0
-// GFX10: encoding: [0x80,0x34,0x0a,0x7e]
+// GFX10: v_floor_f64_e32 v[5:6], 0               ; encoding: [0x80,0x34,0x0a,0x7e]
 
 v_floor_f64 v[5:6], -1
-// GFX10: encoding: [0xc1,0x34,0x0a,0x7e]
+// GFX10: v_floor_f64_e32 v[5:6], -1              ; encoding: [0xc1,0x34,0x0a,0x7e]
 
 v_floor_f64 v[5:6], 0.5
-// GFX10: encoding: [0xf0,0x34,0x0a,0x7e]
+// GFX10: v_floor_f64_e32 v[5:6], 0.5             ; encoding: [0xf0,0x34,0x0a,0x7e]
 
 v_floor_f64 v[5:6], -4.0
-// GFX10: encoding: [0xf7,0x34,0x0a,0x7e]
+// GFX10: v_floor_f64_e32 v[5:6], -4.0            ; encoding: [0xf7,0x34,0x0a,0x7e]
 
 v_floor_f64 v[5:6], 0xaf123456
-// GFX10: encoding: [0xff,0x34,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_floor_f64_e32 v[5:6], 0xaf123456      ; encoding: [0xff,0x34,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_floor_f64 v[5:6], 0x3f717273
-// GFX10: encoding: [0xff,0x34,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_floor_f64_e32 v[5:6], 0x3f717273      ; encoding: [0xff,0x34,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_floor_f64_e64 v[5:6], v[1:2]
-// GFX10: encoding: [0x05,0x00,0x9a,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_floor_f64_e64 v[5:6], v[1:2]          ; encoding: [0x05,0x00,0x9a,0xd5,0x01,0x01,0x00,0x00]
 
 v_floor_f64_e64 v[254:255], v[1:2]
-// GFX10: encoding: [0xfe,0x00,0x9a,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_floor_f64_e64 v[254:255], v[1:2]      ; encoding: [0xfe,0x00,0x9a,0xd5,0x01,0x01,0x00,0x00]
 
 v_floor_f64_e64 v[5:6], v[254:255]
-// GFX10: encoding: [0x05,0x00,0x9a,0xd5,0xfe,0x01,0x00,0x00]
+// GFX10: v_floor_f64_e64 v[5:6], v[254:255]      ; encoding: [0x05,0x00,0x9a,0xd5,0xfe,0x01,0x00,0x00]
 
 v_floor_f64_e64 v[5:6], s[2:3]
-// GFX10: encoding: [0x05,0x00,0x9a,0xd5,0x02,0x00,0x00,0x00]
+// GFX10: v_floor_f64_e64 v[5:6], s[2:3]          ; encoding: [0x05,0x00,0x9a,0xd5,0x02,0x00,0x00,0x00]
 
 v_floor_f64_e64 v[5:6], s[4:5]
-// GFX10: encoding: [0x05,0x00,0x9a,0xd5,0x04,0x00,0x00,0x00]
+// GFX10: v_floor_f64_e64 v[5:6], s[4:5]          ; encoding: [0x05,0x00,0x9a,0xd5,0x04,0x00,0x00,0x00]
 
 v_floor_f64_e64 v[5:6], s[100:101]
-// GFX10: encoding: [0x05,0x00,0x9a,0xd5,0x64,0x00,0x00,0x00]
+// GFX10: v_floor_f64_e64 v[5:6], s[100:101]      ; encoding: [0x05,0x00,0x9a,0xd5,0x64,0x00,0x00,0x00]
 
 v_floor_f64_e64 v[5:6], vcc
-// GFX10: encoding: [0x05,0x00,0x9a,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_floor_f64_e64 v[5:6], vcc             ; encoding: [0x05,0x00,0x9a,0xd5,0x6a,0x00,0x00,0x00]
 
 v_floor_f64_e64 v[5:6], exec
-// GFX10: encoding: [0x05,0x00,0x9a,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_floor_f64_e64 v[5:6], exec            ; encoding: [0x05,0x00,0x9a,0xd5,0x7e,0x00,0x00,0x00]
 
 v_floor_f64_e64 v[5:6], 0
-// GFX10: encoding: [0x05,0x00,0x9a,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_floor_f64_e64 v[5:6], 0               ; encoding: [0x05,0x00,0x9a,0xd5,0x80,0x00,0x00,0x00]
 
 v_floor_f64_e64 v[5:6], -1
-// GFX10: encoding: [0x05,0x00,0x9a,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_floor_f64_e64 v[5:6], -1              ; encoding: [0x05,0x00,0x9a,0xd5,0xc1,0x00,0x00,0x00]
 
 v_floor_f64_e64 v[5:6], 0.5
-// GFX10: encoding: [0x05,0x00,0x9a,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_floor_f64_e64 v[5:6], 0.5             ; encoding: [0x05,0x00,0x9a,0xd5,0xf0,0x00,0x00,0x00]
 
 v_floor_f64_e64 v[5:6], -4.0
-// GFX10: encoding: [0x05,0x00,0x9a,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_floor_f64_e64 v[5:6], -4.0            ; encoding: [0x05,0x00,0x9a,0xd5,0xf7,0x00,0x00,0x00]
 
 v_floor_f64_e64 v[5:6], -v[1:2]
-// GFX10: encoding: [0x05,0x00,0x9a,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_floor_f64_e64 v[5:6], -v[1:2]         ; encoding: [0x05,0x00,0x9a,0xd5,0x01,0x01,0x00,0x20]
 
 v_floor_f64_e64 v[5:6], v[1:2] clamp
-// GFX10: encoding: [0x05,0x80,0x9a,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_floor_f64_e64 v[5:6], v[1:2] clamp    ; encoding: [0x05,0x80,0x9a,0xd5,0x01,0x01,0x00,0x00]
 
 v_floor_f64_e64 v[5:6], v[1:2] mul:2
-// GFX10: encoding: [0x05,0x00,0x9a,0xd5,0x01,0x01,0x00,0x08]
+// GFX10: v_floor_f64_e64 v[5:6], v[1:2] mul:2    ; encoding: [0x05,0x00,0x9a,0xd5,0x01,0x01,0x00,0x08]
 
 v_floor_f64_e64 v[5:6], v[1:2] mul:4
-// GFX10: encoding: [0x05,0x00,0x9a,0xd5,0x01,0x01,0x00,0x10]
+// GFX10: v_floor_f64_e64 v[5:6], v[1:2] mul:4    ; encoding: [0x05,0x00,0x9a,0xd5,0x01,0x01,0x00,0x10]
 
 v_floor_f64_e64 v[5:6], v[1:2] div:2
-// GFX10: encoding: [0x05,0x00,0x9a,0xd5,0x01,0x01,0x00,0x18]
+// GFX10: v_floor_f64_e64 v[5:6], v[1:2] div:2    ; encoding: [0x05,0x00,0x9a,0xd5,0x01,0x01,0x00,0x18]
 
 v_pipeflush
-// GFX10: encoding: [0x00,0x36,0x00,0x7e]
+// GFX10: v_pipeflush                             ; encoding: [0x00,0x36,0x00,0x7e]
 
 v_pipeflush_e64
-// GFX10: encoding: [0x00,0x00,0x9b,0xd5,0x00,0x00,0x00,0x00]
+// GFX10: v_pipeflush                             ; encoding: [0x00,0x00,0x9b,0xd5,0x00,0x00,0x00,0x00]
 
 v_fract_f32 v5, v1
-// GFX10: encoding: [0x01,0x41,0x0a,0x7e]
+// GFX10: v_fract_f32_e32 v5, v1                  ; encoding: [0x01,0x41,0x0a,0x7e]
 
 v_fract_f32 v255, v1
-// GFX10: encoding: [0x01,0x41,0xfe,0x7f]
+// GFX10: v_fract_f32_e32 v255, v1                ; encoding: [0x01,0x41,0xfe,0x7f]
 
 v_fract_f32 v5, v255
-// GFX10: encoding: [0xff,0x41,0x0a,0x7e]
+// GFX10: v_fract_f32_e32 v5, v255                ; encoding: [0xff,0x41,0x0a,0x7e]
 
 v_fract_f32 v5, s1
-// GFX10: encoding: [0x01,0x40,0x0a,0x7e]
+// GFX10: v_fract_f32_e32 v5, s1                  ; encoding: [0x01,0x40,0x0a,0x7e]
 
 v_fract_f32 v5, s103
-// GFX10: encoding: [0x67,0x40,0x0a,0x7e]
+// GFX10: v_fract_f32_e32 v5, s103                ; encoding: [0x67,0x40,0x0a,0x7e]
 
 v_fract_f32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0x40,0x0a,0x7e]
+// GFX10: v_fract_f32_e32 v5, vcc_lo              ; encoding: [0x6a,0x40,0x0a,0x7e]
 
 v_fract_f32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0x40,0x0a,0x7e]
+// GFX10: v_fract_f32_e32 v5, vcc_hi              ; encoding: [0x6b,0x40,0x0a,0x7e]
 
 v_fract_f32 v5, ttmp11
-// GFX10: encoding: [0x77,0x40,0x0a,0x7e]
+// GFX10: v_fract_f32_e32 v5, ttmp11              ; encoding: [0x77,0x40,0x0a,0x7e]
 
 v_fract_f32 v5, m0
-// GFX10: encoding: [0x7c,0x40,0x0a,0x7e]
+// GFX10: v_fract_f32_e32 v5, m0                  ; encoding: [0x7c,0x40,0x0a,0x7e]
 
 v_fract_f32 v5, exec_lo
-// GFX10: encoding: [0x7e,0x40,0x0a,0x7e]
+// GFX10: v_fract_f32_e32 v5, exec_lo             ; encoding: [0x7e,0x40,0x0a,0x7e]
 
 v_fract_f32 v5, exec_hi
-// GFX10: encoding: [0x7f,0x40,0x0a,0x7e]
+// GFX10: v_fract_f32_e32 v5, exec_hi             ; encoding: [0x7f,0x40,0x0a,0x7e]
 
 v_fract_f32 v5, 0
-// GFX10: encoding: [0x80,0x40,0x0a,0x7e]
+// GFX10: v_fract_f32_e32 v5, 0                   ; encoding: [0x80,0x40,0x0a,0x7e]
 
 v_fract_f32 v5, -1
-// GFX10: encoding: [0xc1,0x40,0x0a,0x7e]
+// GFX10: v_fract_f32_e32 v5, -1                  ; encoding: [0xc1,0x40,0x0a,0x7e]
 
 v_fract_f32 v5, 0.5
-// GFX10: encoding: [0xf0,0x40,0x0a,0x7e]
+// GFX10: v_fract_f32_e32 v5, 0.5                 ; encoding: [0xf0,0x40,0x0a,0x7e]
 
 v_fract_f32 v5, -4.0
-// GFX10: encoding: [0xf7,0x40,0x0a,0x7e]
+// GFX10: v_fract_f32_e32 v5, -4.0                ; encoding: [0xf7,0x40,0x0a,0x7e]
 
 v_fract_f32 v5, 0xaf123456
-// GFX10: encoding: [0xff,0x40,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_fract_f32_e32 v5, 0xaf123456          ; encoding: [0xff,0x40,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_fract_f32 v5, 0x3f717273
-// GFX10: encoding: [0xff,0x40,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_fract_f32_e32 v5, 0x3f717273          ; encoding: [0xff,0x40,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_fract_f32_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0xa0,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_fract_f32_e64 v5, v1                  ; encoding: [0x05,0x00,0xa0,0xd5,0x01,0x01,0x00,0x00]
 
 v_fract_f32_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0xa0,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_fract_f32_e64 v255, v1                ; encoding: [0xff,0x00,0xa0,0xd5,0x01,0x01,0x00,0x00]
 
 v_fract_f32_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0xa0,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_fract_f32_e64 v5, v255                ; encoding: [0x05,0x00,0xa0,0xd5,0xff,0x01,0x00,0x00]
 
 v_fract_f32_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0xa0,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_fract_f32_e64 v5, s1                  ; encoding: [0x05,0x00,0xa0,0xd5,0x01,0x00,0x00,0x00]
 
 v_fract_f32_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0xa0,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_fract_f32_e64 v5, s101                ; encoding: [0x05,0x00,0xa0,0xd5,0x65,0x00,0x00,0x00]
 
 v_fract_f32_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0xa0,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_fract_f32_e64 v5, vcc_lo              ; encoding: [0x05,0x00,0xa0,0xd5,0x6a,0x00,0x00,0x00]
 
 v_fract_f32_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0xa0,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_fract_f32_e64 v5, vcc_hi              ; encoding: [0x05,0x00,0xa0,0xd5,0x6b,0x00,0x00,0x00]
 
 v_fract_f32_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0xa0,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_fract_f32_e64 v5, m0                  ; encoding: [0x05,0x00,0xa0,0xd5,0x7c,0x00,0x00,0x00]
 
 v_fract_f32_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0xa0,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_fract_f32_e64 v5, exec_lo             ; encoding: [0x05,0x00,0xa0,0xd5,0x7e,0x00,0x00,0x00]
 
 v_fract_f32_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0xa0,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_fract_f32_e64 v5, exec_hi             ; encoding: [0x05,0x00,0xa0,0xd5,0x7f,0x00,0x00,0x00]
 
 v_fract_f32_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0xa0,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_fract_f32_e64 v5, 0                   ; encoding: [0x05,0x00,0xa0,0xd5,0x80,0x00,0x00,0x00]
 
 v_fract_f32_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0xa0,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_fract_f32_e64 v5, -1                  ; encoding: [0x05,0x00,0xa0,0xd5,0xc1,0x00,0x00,0x00]
 
 v_fract_f32_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0xa0,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_fract_f32_e64 v5, 0.5                 ; encoding: [0x05,0x00,0xa0,0xd5,0xf0,0x00,0x00,0x00]
 
 v_fract_f32_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0xa0,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_fract_f32_e64 v5, -4.0                ; encoding: [0x05,0x00,0xa0,0xd5,0xf7,0x00,0x00,0x00]
 
 v_fract_f32_e64 v5, -v1
-// GFX10: encoding: [0x05,0x00,0xa0,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_fract_f32_e64 v5, -v1                 ; encoding: [0x05,0x00,0xa0,0xd5,0x01,0x01,0x00,0x20]
 
 v_fract_f32_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0xa0,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_fract_f32_e64 v5, v1 clamp            ; encoding: [0x05,0x80,0xa0,0xd5,0x01,0x01,0x00,0x00]
 
 v_fract_f32_e64 v5, v1 mul:2
-// GFX10: encoding: [0x05,0x00,0xa0,0xd5,0x01,0x01,0x00,0x08]
+// GFX10: v_fract_f32_e64 v5, v1 mul:2            ; encoding: [0x05,0x00,0xa0,0xd5,0x01,0x01,0x00,0x08]
 
 v_fract_f32_e64 v5, v1 mul:4
-// GFX10: encoding: [0x05,0x00,0xa0,0xd5,0x01,0x01,0x00,0x10]
+// GFX10: v_fract_f32_e64 v5, v1 mul:4            ; encoding: [0x05,0x00,0xa0,0xd5,0x01,0x01,0x00,0x10]
 
 v_fract_f32_e64 v5, v1 div:2
-// GFX10: encoding: [0x05,0x00,0xa0,0xd5,0x01,0x01,0x00,0x18]
+// GFX10: v_fract_f32_e64 v5, v1 div:2            ; encoding: [0x05,0x00,0xa0,0xd5,0x01,0x01,0x00,0x18]
 
 v_fract_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_fract_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_fract_f32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x40,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_fract_f32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x40,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_fract_f32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x40,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_fract_f32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x40,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_fract_f32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_fract_f32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_fract_f32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x40,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_fract_f32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x40,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_fract_f32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x40,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_fract_f32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x40,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_fract_f32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x40,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_fract_f32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x40,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_fract_f32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x40,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_fract_f32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x40,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_fract_f32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x40,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_fract_f32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x40,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_fract_f32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x40,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_fract_f32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x40,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_fract_f32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_fract_f32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_fract_f32_sdwa v5, v1 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x46,0x06,0x00]
+// GFX10: v_fract_f32_sdwa v5, v1 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x46,0x06,0x00]
 
 v_fract_f32_sdwa v5, v1 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x86,0x06,0x00]
+// GFX10: v_fract_f32_sdwa v5, v1 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x86,0x06,0x00]
 
 v_fract_f32_sdwa v5, v1 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x40,0x0a,0x7e,0x01,0xc6,0x06,0x00]
+// GFX10: v_fract_f32_sdwa v5, v1 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x40,0x0a,0x7e,0x01,0xc6,0x06,0x00]
 
 v_fract_f32_sdwa v5, v1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_fract_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_fract_f32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_fract_f32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_fract_f32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_fract_f32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_fract_f32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_fract_f32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_fract_f32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_fract_f32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_fract_f32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_fract_f32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_fract_f32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_fract_f32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_fract_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_fract_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_fract_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_fract_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_fract_f32_sdwa v5, v1 dst_sel:DWORD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_fract_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_fract_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD
-// GFX10: encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_fract_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_fract_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_fract_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_fract_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_fract_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_fract_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_fract_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_fract_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_fract_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_fract_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_fract_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_fract_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_fract_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_fract_f32_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x06,0x16,0x00]
+// GFX10: v_fract_f32_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x06,0x16,0x00]
 
 v_fract_f32_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x06,0x26,0x00]
+// GFX10: v_fract_f32_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x40,0x0a,0x7e,0x01,0x06,0x26,0x00]
 
 v_fract_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x40,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_fract_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x40,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_fract_f32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x40,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_fract_f32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x40,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_fract_f32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x40,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_fract_f32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x40,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_fract_f32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x40,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_fract_f32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x40,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_fract_f32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x40,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_fract_f32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x40,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_fract_f32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x40,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_fract_f32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x40,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_fract_f32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x40,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_fract_f32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x40,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_fract_f32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x40,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_fract_f32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x40,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_fract_f32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x40,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_fract_f32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x40,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_fract_f32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x40,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_fract_f32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x40,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_fract_f32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x40,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_fract_f32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x40,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_fract_f32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x40,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_fract_f32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x40,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_fract_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x40,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_fract_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x40,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_fract_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x40,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_fract_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x40,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_fract_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x40,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_fract_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x40,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_fract_f32_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0x40,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_fract_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x40,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_fract_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x40,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_fract_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x40,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_fract_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x40,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_fract_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x40,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_fract_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x40,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_fract_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x40,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_fract_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0x40,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_fract_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x40,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_fract_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x40,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_fract_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x40,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_fract_f32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x40,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_fract_f32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x40,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_fract_f32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x40,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_fract_f32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x40,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_fract_f32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x40,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_fract_f32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x40,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_fract_f32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x40,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_fract_f32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x40,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_trunc_f32 v5, v1
-// GFX10: encoding: [0x01,0x43,0x0a,0x7e]
+// GFX10: v_trunc_f32_e32 v5, v1                  ; encoding: [0x01,0x43,0x0a,0x7e]
 
 v_trunc_f32 v255, v1
-// GFX10: encoding: [0x01,0x43,0xfe,0x7f]
+// GFX10: v_trunc_f32_e32 v255, v1                ; encoding: [0x01,0x43,0xfe,0x7f]
 
 v_trunc_f32 v5, v255
-// GFX10: encoding: [0xff,0x43,0x0a,0x7e]
+// GFX10: v_trunc_f32_e32 v5, v255                ; encoding: [0xff,0x43,0x0a,0x7e]
 
 v_trunc_f32 v5, s1
-// GFX10: encoding: [0x01,0x42,0x0a,0x7e]
+// GFX10: v_trunc_f32_e32 v5, s1                  ; encoding: [0x01,0x42,0x0a,0x7e]
 
 v_trunc_f32 v5, s103
-// GFX10: encoding: [0x67,0x42,0x0a,0x7e]
+// GFX10: v_trunc_f32_e32 v5, s103                ; encoding: [0x67,0x42,0x0a,0x7e]
 
 v_trunc_f32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0x42,0x0a,0x7e]
+// GFX10: v_trunc_f32_e32 v5, vcc_lo              ; encoding: [0x6a,0x42,0x0a,0x7e]
 
 v_trunc_f32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0x42,0x0a,0x7e]
+// GFX10: v_trunc_f32_e32 v5, vcc_hi              ; encoding: [0x6b,0x42,0x0a,0x7e]
 
 v_trunc_f32 v5, ttmp11
-// GFX10: encoding: [0x77,0x42,0x0a,0x7e]
+// GFX10: v_trunc_f32_e32 v5, ttmp11              ; encoding: [0x77,0x42,0x0a,0x7e]
 
 v_trunc_f32 v5, m0
-// GFX10: encoding: [0x7c,0x42,0x0a,0x7e]
+// GFX10: v_trunc_f32_e32 v5, m0                  ; encoding: [0x7c,0x42,0x0a,0x7e]
 
 v_trunc_f32 v5, exec_lo
-// GFX10: encoding: [0x7e,0x42,0x0a,0x7e]
+// GFX10: v_trunc_f32_e32 v5, exec_lo             ; encoding: [0x7e,0x42,0x0a,0x7e]
 
 v_trunc_f32 v5, exec_hi
-// GFX10: encoding: [0x7f,0x42,0x0a,0x7e]
+// GFX10: v_trunc_f32_e32 v5, exec_hi             ; encoding: [0x7f,0x42,0x0a,0x7e]
 
 v_trunc_f32 v5, 0
-// GFX10: encoding: [0x80,0x42,0x0a,0x7e]
+// GFX10: v_trunc_f32_e32 v5, 0                   ; encoding: [0x80,0x42,0x0a,0x7e]
 
 v_trunc_f32 v5, -1
-// GFX10: encoding: [0xc1,0x42,0x0a,0x7e]
+// GFX10: v_trunc_f32_e32 v5, -1                  ; encoding: [0xc1,0x42,0x0a,0x7e]
 
 v_trunc_f32 v5, 0.5
-// GFX10: encoding: [0xf0,0x42,0x0a,0x7e]
+// GFX10: v_trunc_f32_e32 v5, 0.5                 ; encoding: [0xf0,0x42,0x0a,0x7e]
 
 v_trunc_f32 v5, -4.0
-// GFX10: encoding: [0xf7,0x42,0x0a,0x7e]
+// GFX10: v_trunc_f32_e32 v5, -4.0                ; encoding: [0xf7,0x42,0x0a,0x7e]
 
 v_trunc_f32 v5, 0xaf123456
-// GFX10: encoding: [0xff,0x42,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_trunc_f32_e32 v5, 0xaf123456          ; encoding: [0xff,0x42,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_trunc_f32 v5, 0x3f717273
-// GFX10: encoding: [0xff,0x42,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_trunc_f32_e32 v5, 0x3f717273          ; encoding: [0xff,0x42,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_trunc_f32_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0xa1,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_trunc_f32_e64 v5, v1                  ; encoding: [0x05,0x00,0xa1,0xd5,0x01,0x01,0x00,0x00]
 
 v_trunc_f32_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0xa1,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_trunc_f32_e64 v255, v1                ; encoding: [0xff,0x00,0xa1,0xd5,0x01,0x01,0x00,0x00]
 
 v_trunc_f32_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0xa1,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_trunc_f32_e64 v5, v255                ; encoding: [0x05,0x00,0xa1,0xd5,0xff,0x01,0x00,0x00]
 
 v_trunc_f32_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0xa1,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_trunc_f32_e64 v5, s1                  ; encoding: [0x05,0x00,0xa1,0xd5,0x01,0x00,0x00,0x00]
 
 v_trunc_f32_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0xa1,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_trunc_f32_e64 v5, s101                ; encoding: [0x05,0x00,0xa1,0xd5,0x65,0x00,0x00,0x00]
 
 v_trunc_f32_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0xa1,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_trunc_f32_e64 v5, vcc_lo              ; encoding: [0x05,0x00,0xa1,0xd5,0x6a,0x00,0x00,0x00]
 
 v_trunc_f32_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0xa1,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_trunc_f32_e64 v5, vcc_hi              ; encoding: [0x05,0x00,0xa1,0xd5,0x6b,0x00,0x00,0x00]
 
 v_trunc_f32_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0xa1,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_trunc_f32_e64 v5, m0                  ; encoding: [0x05,0x00,0xa1,0xd5,0x7c,0x00,0x00,0x00]
 
 v_trunc_f32_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0xa1,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_trunc_f32_e64 v5, exec_lo             ; encoding: [0x05,0x00,0xa1,0xd5,0x7e,0x00,0x00,0x00]
 
 v_trunc_f32_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0xa1,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_trunc_f32_e64 v5, exec_hi             ; encoding: [0x05,0x00,0xa1,0xd5,0x7f,0x00,0x00,0x00]
 
 v_trunc_f32_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0xa1,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_trunc_f32_e64 v5, 0                   ; encoding: [0x05,0x00,0xa1,0xd5,0x80,0x00,0x00,0x00]
 
 v_trunc_f32_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0xa1,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_trunc_f32_e64 v5, -1                  ; encoding: [0x05,0x00,0xa1,0xd5,0xc1,0x00,0x00,0x00]
 
 v_trunc_f32_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0xa1,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_trunc_f32_e64 v5, 0.5                 ; encoding: [0x05,0x00,0xa1,0xd5,0xf0,0x00,0x00,0x00]
 
 v_trunc_f32_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0xa1,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_trunc_f32_e64 v5, -4.0                ; encoding: [0x05,0x00,0xa1,0xd5,0xf7,0x00,0x00,0x00]
 
 v_trunc_f32_e64 v5, -v1
-// GFX10: encoding: [0x05,0x00,0xa1,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_trunc_f32_e64 v5, -v1                 ; encoding: [0x05,0x00,0xa1,0xd5,0x01,0x01,0x00,0x20]
 
 v_trunc_f32_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0xa1,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_trunc_f32_e64 v5, v1 clamp            ; encoding: [0x05,0x80,0xa1,0xd5,0x01,0x01,0x00,0x00]
 
 v_trunc_f32_e64 v5, v1 mul:2
-// GFX10: encoding: [0x05,0x00,0xa1,0xd5,0x01,0x01,0x00,0x08]
+// GFX10: v_trunc_f32_e64 v5, v1 mul:2            ; encoding: [0x05,0x00,0xa1,0xd5,0x01,0x01,0x00,0x08]
 
 v_trunc_f32_e64 v5, v1 mul:4
-// GFX10: encoding: [0x05,0x00,0xa1,0xd5,0x01,0x01,0x00,0x10]
+// GFX10: v_trunc_f32_e64 v5, v1 mul:4            ; encoding: [0x05,0x00,0xa1,0xd5,0x01,0x01,0x00,0x10]
 
 v_trunc_f32_e64 v5, v1 div:2
-// GFX10: encoding: [0x05,0x00,0xa1,0xd5,0x01,0x01,0x00,0x18]
+// GFX10: v_trunc_f32_e64 v5, v1 div:2            ; encoding: [0x05,0x00,0xa1,0xd5,0x01,0x01,0x00,0x18]
 
 v_trunc_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_trunc_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_trunc_f32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x42,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_trunc_f32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x42,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_trunc_f32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x42,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_trunc_f32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x42,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_trunc_f32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_trunc_f32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_trunc_f32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x42,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_trunc_f32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x42,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_trunc_f32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x42,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_trunc_f32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x42,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_trunc_f32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x42,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_trunc_f32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x42,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_trunc_f32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x42,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_trunc_f32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x42,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_trunc_f32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x42,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_trunc_f32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x42,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_trunc_f32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x42,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_trunc_f32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x42,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_trunc_f32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_trunc_f32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_trunc_f32_sdwa v5, v1 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x46,0x06,0x00]
+// GFX10: v_trunc_f32_sdwa v5, v1 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x46,0x06,0x00]
 
 v_trunc_f32_sdwa v5, v1 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x86,0x06,0x00]
+// GFX10: v_trunc_f32_sdwa v5, v1 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x86,0x06,0x00]
 
 v_trunc_f32_sdwa v5, v1 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x42,0x0a,0x7e,0x01,0xc6,0x06,0x00]
+// GFX10: v_trunc_f32_sdwa v5, v1 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x42,0x0a,0x7e,0x01,0xc6,0x06,0x00]
 
 v_trunc_f32_sdwa v5, v1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_trunc_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_trunc_f32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_trunc_f32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_trunc_f32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_trunc_f32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_trunc_f32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_trunc_f32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_trunc_f32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_trunc_f32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_trunc_f32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_trunc_f32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_trunc_f32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_trunc_f32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_trunc_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_trunc_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_trunc_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_trunc_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_trunc_f32_sdwa v5, v1 dst_sel:DWORD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_trunc_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_trunc_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD
-// GFX10: encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_trunc_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_trunc_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_trunc_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_trunc_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_trunc_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_trunc_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_trunc_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_trunc_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_trunc_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_trunc_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_trunc_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_trunc_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_trunc_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_trunc_f32_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x06,0x16,0x00]
+// GFX10: v_trunc_f32_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x06,0x16,0x00]
 
 v_trunc_f32_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x06,0x26,0x00]
+// GFX10: v_trunc_f32_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x42,0x0a,0x7e,0x01,0x06,0x26,0x00]
 
 v_trunc_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x42,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_trunc_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x42,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_trunc_f32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x42,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_trunc_f32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x42,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_trunc_f32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x42,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_trunc_f32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x42,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_trunc_f32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x42,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_trunc_f32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x42,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_trunc_f32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x42,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_trunc_f32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x42,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_trunc_f32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x42,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_trunc_f32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x42,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_trunc_f32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x42,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_trunc_f32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x42,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_trunc_f32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x42,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_trunc_f32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x42,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_trunc_f32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x42,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_trunc_f32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x42,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_trunc_f32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x42,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_trunc_f32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x42,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_trunc_f32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x42,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_trunc_f32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x42,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_trunc_f32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x42,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_trunc_f32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x42,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_trunc_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x42,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_trunc_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x42,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_trunc_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x42,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_trunc_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x42,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_trunc_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x42,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_trunc_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x42,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_trunc_f32_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0x42,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_trunc_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x42,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_trunc_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x42,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_trunc_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x42,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_trunc_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x42,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_trunc_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x42,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_trunc_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x42,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_trunc_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x42,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_trunc_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0x42,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_trunc_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x42,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_trunc_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x42,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_trunc_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x42,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_trunc_f32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x42,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_trunc_f32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x42,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_trunc_f32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x42,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_trunc_f32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x42,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_trunc_f32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x42,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_trunc_f32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x42,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_trunc_f32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x42,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_trunc_f32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x42,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_ceil_f32 v5, v1
-// GFX10: encoding: [0x01,0x45,0x0a,0x7e]
+// GFX10: v_ceil_f32_e32 v5, v1                   ; encoding: [0x01,0x45,0x0a,0x7e]
 
 v_ceil_f32 v255, v1
-// GFX10: encoding: [0x01,0x45,0xfe,0x7f]
+// GFX10: v_ceil_f32_e32 v255, v1                 ; encoding: [0x01,0x45,0xfe,0x7f]
 
 v_ceil_f32 v5, v255
-// GFX10: encoding: [0xff,0x45,0x0a,0x7e]
+// GFX10: v_ceil_f32_e32 v5, v255                 ; encoding: [0xff,0x45,0x0a,0x7e]
 
 v_ceil_f32 v5, s1
-// GFX10: encoding: [0x01,0x44,0x0a,0x7e]
+// GFX10: v_ceil_f32_e32 v5, s1                   ; encoding: [0x01,0x44,0x0a,0x7e]
 
 v_ceil_f32 v5, s103
-// GFX10: encoding: [0x67,0x44,0x0a,0x7e]
+// GFX10: v_ceil_f32_e32 v5, s103                 ; encoding: [0x67,0x44,0x0a,0x7e]
 
 v_ceil_f32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0x44,0x0a,0x7e]
+// GFX10: v_ceil_f32_e32 v5, vcc_lo               ; encoding: [0x6a,0x44,0x0a,0x7e]
 
 v_ceil_f32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0x44,0x0a,0x7e]
+// GFX10: v_ceil_f32_e32 v5, vcc_hi               ; encoding: [0x6b,0x44,0x0a,0x7e]
 
 v_ceil_f32 v5, ttmp11
-// GFX10: encoding: [0x77,0x44,0x0a,0x7e]
+// GFX10: v_ceil_f32_e32 v5, ttmp11               ; encoding: [0x77,0x44,0x0a,0x7e]
 
 v_ceil_f32 v5, m0
-// GFX10: encoding: [0x7c,0x44,0x0a,0x7e]
+// GFX10: v_ceil_f32_e32 v5, m0                   ; encoding: [0x7c,0x44,0x0a,0x7e]
 
 v_ceil_f32 v5, exec_lo
-// GFX10: encoding: [0x7e,0x44,0x0a,0x7e]
+// GFX10: v_ceil_f32_e32 v5, exec_lo              ; encoding: [0x7e,0x44,0x0a,0x7e]
 
 v_ceil_f32 v5, exec_hi
-// GFX10: encoding: [0x7f,0x44,0x0a,0x7e]
+// GFX10: v_ceil_f32_e32 v5, exec_hi              ; encoding: [0x7f,0x44,0x0a,0x7e]
 
 v_ceil_f32 v5, 0
-// GFX10: encoding: [0x80,0x44,0x0a,0x7e]
+// GFX10: v_ceil_f32_e32 v5, 0                    ; encoding: [0x80,0x44,0x0a,0x7e]
 
 v_ceil_f32 v5, -1
-// GFX10: encoding: [0xc1,0x44,0x0a,0x7e]
+// GFX10: v_ceil_f32_e32 v5, -1                   ; encoding: [0xc1,0x44,0x0a,0x7e]
 
 v_ceil_f32 v5, 0.5
-// GFX10: encoding: [0xf0,0x44,0x0a,0x7e]
+// GFX10: v_ceil_f32_e32 v5, 0.5                  ; encoding: [0xf0,0x44,0x0a,0x7e]
 
 v_ceil_f32 v5, -4.0
-// GFX10: encoding: [0xf7,0x44,0x0a,0x7e]
+// GFX10: v_ceil_f32_e32 v5, -4.0                 ; encoding: [0xf7,0x44,0x0a,0x7e]
 
 v_ceil_f32 v5, 0xaf123456
-// GFX10: encoding: [0xff,0x44,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_ceil_f32_e32 v5, 0xaf123456           ; encoding: [0xff,0x44,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_ceil_f32 v5, 0x3f717273
-// GFX10: encoding: [0xff,0x44,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_ceil_f32_e32 v5, 0x3f717273           ; encoding: [0xff,0x44,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_ceil_f32_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0xa2,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_ceil_f32_e64 v5, v1                   ; encoding: [0x05,0x00,0xa2,0xd5,0x01,0x01,0x00,0x00]
 
 v_ceil_f32_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0xa2,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_ceil_f32_e64 v255, v1                 ; encoding: [0xff,0x00,0xa2,0xd5,0x01,0x01,0x00,0x00]
 
 v_ceil_f32_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0xa2,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_ceil_f32_e64 v5, v255                 ; encoding: [0x05,0x00,0xa2,0xd5,0xff,0x01,0x00,0x00]
 
 v_ceil_f32_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0xa2,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_ceil_f32_e64 v5, s1                   ; encoding: [0x05,0x00,0xa2,0xd5,0x01,0x00,0x00,0x00]
 
 v_ceil_f32_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0xa2,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_ceil_f32_e64 v5, s101                 ; encoding: [0x05,0x00,0xa2,0xd5,0x65,0x00,0x00,0x00]
 
 v_ceil_f32_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0xa2,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_ceil_f32_e64 v5, vcc_lo               ; encoding: [0x05,0x00,0xa2,0xd5,0x6a,0x00,0x00,0x00]
 
 v_ceil_f32_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0xa2,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_ceil_f32_e64 v5, vcc_hi               ; encoding: [0x05,0x00,0xa2,0xd5,0x6b,0x00,0x00,0x00]
 
 v_ceil_f32_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0xa2,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_ceil_f32_e64 v5, m0                   ; encoding: [0x05,0x00,0xa2,0xd5,0x7c,0x00,0x00,0x00]
 
 v_ceil_f32_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0xa2,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_ceil_f32_e64 v5, exec_lo              ; encoding: [0x05,0x00,0xa2,0xd5,0x7e,0x00,0x00,0x00]
 
 v_ceil_f32_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0xa2,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_ceil_f32_e64 v5, exec_hi              ; encoding: [0x05,0x00,0xa2,0xd5,0x7f,0x00,0x00,0x00]
 
 v_ceil_f32_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0xa2,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_ceil_f32_e64 v5, 0                    ; encoding: [0x05,0x00,0xa2,0xd5,0x80,0x00,0x00,0x00]
 
 v_ceil_f32_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0xa2,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_ceil_f32_e64 v5, -1                   ; encoding: [0x05,0x00,0xa2,0xd5,0xc1,0x00,0x00,0x00]
 
 v_ceil_f32_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0xa2,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_ceil_f32_e64 v5, 0.5                  ; encoding: [0x05,0x00,0xa2,0xd5,0xf0,0x00,0x00,0x00]
 
 v_ceil_f32_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0xa2,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_ceil_f32_e64 v5, -4.0                 ; encoding: [0x05,0x00,0xa2,0xd5,0xf7,0x00,0x00,0x00]
 
 v_ceil_f32_e64 v5, -v1
-// GFX10: encoding: [0x05,0x00,0xa2,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_ceil_f32_e64 v5, -v1                  ; encoding: [0x05,0x00,0xa2,0xd5,0x01,0x01,0x00,0x20]
 
 v_ceil_f32_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0xa2,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_ceil_f32_e64 v5, v1 clamp             ; encoding: [0x05,0x80,0xa2,0xd5,0x01,0x01,0x00,0x00]
 
 v_ceil_f32_e64 v5, v1 mul:2
-// GFX10: encoding: [0x05,0x00,0xa2,0xd5,0x01,0x01,0x00,0x08]
+// GFX10: v_ceil_f32_e64 v5, v1 mul:2             ; encoding: [0x05,0x00,0xa2,0xd5,0x01,0x01,0x00,0x08]
 
 v_ceil_f32_e64 v5, v1 mul:4
-// GFX10: encoding: [0x05,0x00,0xa2,0xd5,0x01,0x01,0x00,0x10]
+// GFX10: v_ceil_f32_e64 v5, v1 mul:4             ; encoding: [0x05,0x00,0xa2,0xd5,0x01,0x01,0x00,0x10]
 
 v_ceil_f32_e64 v5, v1 div:2
-// GFX10: encoding: [0x05,0x00,0xa2,0xd5,0x01,0x01,0x00,0x18]
+// GFX10: v_ceil_f32_e64 v5, v1 div:2             ; encoding: [0x05,0x00,0xa2,0xd5,0x01,0x01,0x00,0x18]
 
 v_ceil_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_ceil_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_ceil_f32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x44,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_ceil_f32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x44,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_ceil_f32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x44,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_ceil_f32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x44,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_ceil_f32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_ceil_f32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_ceil_f32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x44,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_ceil_f32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x44,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_ceil_f32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x44,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_ceil_f32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x44,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_ceil_f32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x44,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_ceil_f32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x44,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_ceil_f32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x44,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_ceil_f32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x44,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_ceil_f32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x44,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_ceil_f32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x44,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_ceil_f32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x44,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_ceil_f32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x44,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_ceil_f32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_ceil_f32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_ceil_f32_sdwa v5, v1 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x46,0x06,0x00]
+// GFX10: v_ceil_f32_sdwa v5, v1 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x46,0x06,0x00]
 
 v_ceil_f32_sdwa v5, v1 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x86,0x06,0x00]
+// GFX10: v_ceil_f32_sdwa v5, v1 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x86,0x06,0x00]
 
 v_ceil_f32_sdwa v5, v1 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x44,0x0a,0x7e,0x01,0xc6,0x06,0x00]
+// GFX10: v_ceil_f32_sdwa v5, v1 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x44,0x0a,0x7e,0x01,0xc6,0x06,0x00]
 
 v_ceil_f32_sdwa v5, v1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_ceil_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_ceil_f32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_ceil_f32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_ceil_f32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_ceil_f32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_ceil_f32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_ceil_f32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_ceil_f32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_ceil_f32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_ceil_f32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_ceil_f32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_ceil_f32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_ceil_f32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_ceil_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_ceil_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_ceil_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_ceil_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_ceil_f32_sdwa v5, v1 dst_sel:DWORD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_ceil_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_ceil_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD
-// GFX10: encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_ceil_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_ceil_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_ceil_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_ceil_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_ceil_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_ceil_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_ceil_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_ceil_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_ceil_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_ceil_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_ceil_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_ceil_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_ceil_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_ceil_f32_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x06,0x16,0x00]
+// GFX10: v_ceil_f32_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x06,0x16,0x00]
 
 v_ceil_f32_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x06,0x26,0x00]
+// GFX10: v_ceil_f32_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x44,0x0a,0x7e,0x01,0x06,0x26,0x00]
 
 v_ceil_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x44,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_ceil_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x44,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_ceil_f32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x44,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_ceil_f32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x44,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_ceil_f32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x44,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_ceil_f32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x44,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_ceil_f32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x44,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_ceil_f32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x44,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_ceil_f32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x44,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_ceil_f32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x44,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_ceil_f32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x44,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_ceil_f32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x44,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_ceil_f32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x44,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_ceil_f32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x44,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_ceil_f32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x44,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_ceil_f32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x44,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_ceil_f32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x44,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_ceil_f32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x44,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_ceil_f32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x44,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_ceil_f32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x44,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_ceil_f32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x44,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_ceil_f32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x44,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_ceil_f32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x44,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_ceil_f32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x44,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_ceil_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x44,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_ceil_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x44,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_ceil_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x44,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_ceil_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x44,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_ceil_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x44,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_ceil_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x44,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_ceil_f32_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0x44,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_ceil_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x44,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_ceil_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x44,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_ceil_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x44,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_ceil_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x44,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_ceil_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x44,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_ceil_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x44,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_ceil_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x44,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_ceil_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0x44,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_ceil_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x44,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_ceil_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x44,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_ceil_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x44,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_ceil_f32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x44,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_ceil_f32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x44,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_ceil_f32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x44,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_ceil_f32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x44,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_ceil_f32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x44,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_ceil_f32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x44,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_ceil_f32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x44,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_ceil_f32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x44,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_rndne_f32 v5, v1
-// GFX10: encoding: [0x01,0x47,0x0a,0x7e]
+// GFX10: v_rndne_f32_e32 v5, v1                  ; encoding: [0x01,0x47,0x0a,0x7e]
 
 v_rndne_f32 v255, v1
-// GFX10: encoding: [0x01,0x47,0xfe,0x7f]
+// GFX10: v_rndne_f32_e32 v255, v1                ; encoding: [0x01,0x47,0xfe,0x7f]
 
 v_rndne_f32 v5, v255
-// GFX10: encoding: [0xff,0x47,0x0a,0x7e]
+// GFX10: v_rndne_f32_e32 v5, v255                ; encoding: [0xff,0x47,0x0a,0x7e]
 
 v_rndne_f32 v5, s1
-// GFX10: encoding: [0x01,0x46,0x0a,0x7e]
+// GFX10: v_rndne_f32_e32 v5, s1                  ; encoding: [0x01,0x46,0x0a,0x7e]
 
 v_rndne_f32 v5, s103
-// GFX10: encoding: [0x67,0x46,0x0a,0x7e]
+// GFX10: v_rndne_f32_e32 v5, s103                ; encoding: [0x67,0x46,0x0a,0x7e]
 
 v_rndne_f32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0x46,0x0a,0x7e]
+// GFX10: v_rndne_f32_e32 v5, vcc_lo              ; encoding: [0x6a,0x46,0x0a,0x7e]
 
 v_rndne_f32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0x46,0x0a,0x7e]
+// GFX10: v_rndne_f32_e32 v5, vcc_hi              ; encoding: [0x6b,0x46,0x0a,0x7e]
 
 v_rndne_f32 v5, ttmp11
-// GFX10: encoding: [0x77,0x46,0x0a,0x7e]
+// GFX10: v_rndne_f32_e32 v5, ttmp11              ; encoding: [0x77,0x46,0x0a,0x7e]
 
 v_rndne_f32 v5, m0
-// GFX10: encoding: [0x7c,0x46,0x0a,0x7e]
+// GFX10: v_rndne_f32_e32 v5, m0                  ; encoding: [0x7c,0x46,0x0a,0x7e]
 
 v_rndne_f32 v5, exec_lo
-// GFX10: encoding: [0x7e,0x46,0x0a,0x7e]
+// GFX10: v_rndne_f32_e32 v5, exec_lo             ; encoding: [0x7e,0x46,0x0a,0x7e]
 
 v_rndne_f32 v5, exec_hi
-// GFX10: encoding: [0x7f,0x46,0x0a,0x7e]
+// GFX10: v_rndne_f32_e32 v5, exec_hi             ; encoding: [0x7f,0x46,0x0a,0x7e]
 
 v_rndne_f32 v5, 0
-// GFX10: encoding: [0x80,0x46,0x0a,0x7e]
+// GFX10: v_rndne_f32_e32 v5, 0                   ; encoding: [0x80,0x46,0x0a,0x7e]
 
 v_rndne_f32 v5, -1
-// GFX10: encoding: [0xc1,0x46,0x0a,0x7e]
+// GFX10: v_rndne_f32_e32 v5, -1                  ; encoding: [0xc1,0x46,0x0a,0x7e]
 
 v_rndne_f32 v5, 0.5
-// GFX10: encoding: [0xf0,0x46,0x0a,0x7e]
+// GFX10: v_rndne_f32_e32 v5, 0.5                 ; encoding: [0xf0,0x46,0x0a,0x7e]
 
 v_rndne_f32 v5, -4.0
-// GFX10: encoding: [0xf7,0x46,0x0a,0x7e]
+// GFX10: v_rndne_f32_e32 v5, -4.0                ; encoding: [0xf7,0x46,0x0a,0x7e]
 
 v_rndne_f32 v5, 0xaf123456
-// GFX10: encoding: [0xff,0x46,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_rndne_f32_e32 v5, 0xaf123456          ; encoding: [0xff,0x46,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_rndne_f32 v5, 0x3f717273
-// GFX10: encoding: [0xff,0x46,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_rndne_f32_e32 v5, 0x3f717273          ; encoding: [0xff,0x46,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_rndne_f32_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0xa3,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_rndne_f32_e64 v5, v1                  ; encoding: [0x05,0x00,0xa3,0xd5,0x01,0x01,0x00,0x00]
 
 v_rndne_f32_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0xa3,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_rndne_f32_e64 v255, v1                ; encoding: [0xff,0x00,0xa3,0xd5,0x01,0x01,0x00,0x00]
 
 v_rndne_f32_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0xa3,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_rndne_f32_e64 v5, v255                ; encoding: [0x05,0x00,0xa3,0xd5,0xff,0x01,0x00,0x00]
 
 v_rndne_f32_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0xa3,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_rndne_f32_e64 v5, s1                  ; encoding: [0x05,0x00,0xa3,0xd5,0x01,0x00,0x00,0x00]
 
 v_rndne_f32_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0xa3,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_rndne_f32_e64 v5, s101                ; encoding: [0x05,0x00,0xa3,0xd5,0x65,0x00,0x00,0x00]
 
 v_rndne_f32_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0xa3,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_rndne_f32_e64 v5, vcc_lo              ; encoding: [0x05,0x00,0xa3,0xd5,0x6a,0x00,0x00,0x00]
 
 v_rndne_f32_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0xa3,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_rndne_f32_e64 v5, vcc_hi              ; encoding: [0x05,0x00,0xa3,0xd5,0x6b,0x00,0x00,0x00]
 
 v_rndne_f32_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0xa3,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_rndne_f32_e64 v5, m0                  ; encoding: [0x05,0x00,0xa3,0xd5,0x7c,0x00,0x00,0x00]
 
 v_rndne_f32_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0xa3,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_rndne_f32_e64 v5, exec_lo             ; encoding: [0x05,0x00,0xa3,0xd5,0x7e,0x00,0x00,0x00]
 
 v_rndne_f32_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0xa3,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_rndne_f32_e64 v5, exec_hi             ; encoding: [0x05,0x00,0xa3,0xd5,0x7f,0x00,0x00,0x00]
 
 v_rndne_f32_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0xa3,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_rndne_f32_e64 v5, 0                   ; encoding: [0x05,0x00,0xa3,0xd5,0x80,0x00,0x00,0x00]
 
 v_rndne_f32_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0xa3,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_rndne_f32_e64 v5, -1                  ; encoding: [0x05,0x00,0xa3,0xd5,0xc1,0x00,0x00,0x00]
 
 v_rndne_f32_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0xa3,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_rndne_f32_e64 v5, 0.5                 ; encoding: [0x05,0x00,0xa3,0xd5,0xf0,0x00,0x00,0x00]
 
 v_rndne_f32_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0xa3,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_rndne_f32_e64 v5, -4.0                ; encoding: [0x05,0x00,0xa3,0xd5,0xf7,0x00,0x00,0x00]
 
 v_rndne_f32_e64 v5, -v1
-// GFX10: encoding: [0x05,0x00,0xa3,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_rndne_f32_e64 v5, -v1                 ; encoding: [0x05,0x00,0xa3,0xd5,0x01,0x01,0x00,0x20]
 
 v_rndne_f32_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0xa3,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_rndne_f32_e64 v5, v1 clamp            ; encoding: [0x05,0x80,0xa3,0xd5,0x01,0x01,0x00,0x00]
 
 v_rndne_f32_e64 v5, v1 mul:2
-// GFX10: encoding: [0x05,0x00,0xa3,0xd5,0x01,0x01,0x00,0x08]
+// GFX10: v_rndne_f32_e64 v5, v1 mul:2            ; encoding: [0x05,0x00,0xa3,0xd5,0x01,0x01,0x00,0x08]
 
 v_rndne_f32_e64 v5, v1 mul:4
-// GFX10: encoding: [0x05,0x00,0xa3,0xd5,0x01,0x01,0x00,0x10]
+// GFX10: v_rndne_f32_e64 v5, v1 mul:4            ; encoding: [0x05,0x00,0xa3,0xd5,0x01,0x01,0x00,0x10]
 
 v_rndne_f32_e64 v5, v1 div:2
-// GFX10: encoding: [0x05,0x00,0xa3,0xd5,0x01,0x01,0x00,0x18]
+// GFX10: v_rndne_f32_e64 v5, v1 div:2            ; encoding: [0x05,0x00,0xa3,0xd5,0x01,0x01,0x00,0x18]
 
 v_rndne_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_rndne_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_rndne_f32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x46,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_rndne_f32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x46,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_rndne_f32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x46,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_rndne_f32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x46,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_rndne_f32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_rndne_f32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_rndne_f32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x46,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_rndne_f32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x46,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_rndne_f32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x46,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_rndne_f32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x46,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_rndne_f32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x46,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_rndne_f32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x46,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_rndne_f32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x46,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_rndne_f32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x46,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_rndne_f32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x46,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_rndne_f32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x46,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_rndne_f32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x46,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_rndne_f32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x46,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_rndne_f32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_rndne_f32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_rndne_f32_sdwa v5, v1 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x46,0x06,0x00]
+// GFX10: v_rndne_f32_sdwa v5, v1 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x46,0x06,0x00]
 
 v_rndne_f32_sdwa v5, v1 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x86,0x06,0x00]
+// GFX10: v_rndne_f32_sdwa v5, v1 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x86,0x06,0x00]
 
 v_rndne_f32_sdwa v5, v1 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x46,0x0a,0x7e,0x01,0xc6,0x06,0x00]
+// GFX10: v_rndne_f32_sdwa v5, v1 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x46,0x0a,0x7e,0x01,0xc6,0x06,0x00]
 
 v_rndne_f32_sdwa v5, v1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_rndne_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_rndne_f32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_rndne_f32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_rndne_f32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_rndne_f32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_rndne_f32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_rndne_f32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_rndne_f32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_rndne_f32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_rndne_f32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_rndne_f32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_rndne_f32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_rndne_f32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_rndne_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_rndne_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_rndne_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_rndne_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_rndne_f32_sdwa v5, v1 dst_sel:DWORD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_rndne_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_rndne_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD
-// GFX10: encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_rndne_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_rndne_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_rndne_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_rndne_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_rndne_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_rndne_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_rndne_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_rndne_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_rndne_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_rndne_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_rndne_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_rndne_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_rndne_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_rndne_f32_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x06,0x16,0x00]
+// GFX10: v_rndne_f32_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x06,0x16,0x00]
 
 v_rndne_f32_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x06,0x26,0x00]
+// GFX10: v_rndne_f32_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x46,0x0a,0x7e,0x01,0x06,0x26,0x00]
 
 v_rndne_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x46,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_rndne_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x46,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_rndne_f32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x46,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_rndne_f32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x46,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_rndne_f32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x46,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_rndne_f32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x46,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_rndne_f32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x46,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_rndne_f32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x46,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_rndne_f32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x46,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_rndne_f32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x46,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_rndne_f32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x46,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_rndne_f32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x46,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_rndne_f32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x46,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_rndne_f32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x46,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_rndne_f32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x46,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_rndne_f32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x46,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_rndne_f32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x46,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_rndne_f32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x46,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_rndne_f32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x46,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_rndne_f32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x46,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_rndne_f32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x46,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_rndne_f32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x46,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_rndne_f32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x46,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_rndne_f32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x46,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_rndne_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x46,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_rndne_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x46,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_rndne_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x46,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_rndne_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x46,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_rndne_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x46,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_rndne_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x46,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_rndne_f32_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0x46,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_rndne_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x46,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_rndne_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x46,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_rndne_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x46,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_rndne_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x46,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_rndne_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x46,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_rndne_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x46,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_rndne_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x46,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_rndne_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0x46,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_rndne_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x46,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_rndne_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x46,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_rndne_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x46,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_rndne_f32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x46,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_rndne_f32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x46,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_rndne_f32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x46,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_rndne_f32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x46,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_rndne_f32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x46,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_rndne_f32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x46,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_rndne_f32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x46,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_rndne_f32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x46,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_floor_f32 v5, v1
-// GFX10: encoding: [0x01,0x49,0x0a,0x7e]
+// GFX10: v_floor_f32_e32 v5, v1                  ; encoding: [0x01,0x49,0x0a,0x7e]
 
 v_floor_f32 v255, v1
-// GFX10: encoding: [0x01,0x49,0xfe,0x7f]
+// GFX10: v_floor_f32_e32 v255, v1                ; encoding: [0x01,0x49,0xfe,0x7f]
 
 v_floor_f32 v5, v255
-// GFX10: encoding: [0xff,0x49,0x0a,0x7e]
+// GFX10: v_floor_f32_e32 v5, v255                ; encoding: [0xff,0x49,0x0a,0x7e]
 
 v_floor_f32 v5, s1
-// GFX10: encoding: [0x01,0x48,0x0a,0x7e]
+// GFX10: v_floor_f32_e32 v5, s1                  ; encoding: [0x01,0x48,0x0a,0x7e]
 
 v_floor_f32 v5, s103
-// GFX10: encoding: [0x67,0x48,0x0a,0x7e]
+// GFX10: v_floor_f32_e32 v5, s103                ; encoding: [0x67,0x48,0x0a,0x7e]
 
 v_floor_f32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0x48,0x0a,0x7e]
+// GFX10: v_floor_f32_e32 v5, vcc_lo              ; encoding: [0x6a,0x48,0x0a,0x7e]
 
 v_floor_f32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0x48,0x0a,0x7e]
+// GFX10: v_floor_f32_e32 v5, vcc_hi              ; encoding: [0x6b,0x48,0x0a,0x7e]
 
 v_floor_f32 v5, ttmp11
-// GFX10: encoding: [0x77,0x48,0x0a,0x7e]
+// GFX10: v_floor_f32_e32 v5, ttmp11              ; encoding: [0x77,0x48,0x0a,0x7e]
 
 v_floor_f32 v5, m0
-// GFX10: encoding: [0x7c,0x48,0x0a,0x7e]
+// GFX10: v_floor_f32_e32 v5, m0                  ; encoding: [0x7c,0x48,0x0a,0x7e]
 
 v_floor_f32 v5, exec_lo
-// GFX10: encoding: [0x7e,0x48,0x0a,0x7e]
+// GFX10: v_floor_f32_e32 v5, exec_lo             ; encoding: [0x7e,0x48,0x0a,0x7e]
 
 v_floor_f32 v5, exec_hi
-// GFX10: encoding: [0x7f,0x48,0x0a,0x7e]
+// GFX10: v_floor_f32_e32 v5, exec_hi             ; encoding: [0x7f,0x48,0x0a,0x7e]
 
 v_floor_f32 v5, 0
-// GFX10: encoding: [0x80,0x48,0x0a,0x7e]
+// GFX10: v_floor_f32_e32 v5, 0                   ; encoding: [0x80,0x48,0x0a,0x7e]
 
 v_floor_f32 v5, -1
-// GFX10: encoding: [0xc1,0x48,0x0a,0x7e]
+// GFX10: v_floor_f32_e32 v5, -1                  ; encoding: [0xc1,0x48,0x0a,0x7e]
 
 v_floor_f32 v5, 0.5
-// GFX10: encoding: [0xf0,0x48,0x0a,0x7e]
+// GFX10: v_floor_f32_e32 v5, 0.5                 ; encoding: [0xf0,0x48,0x0a,0x7e]
 
 v_floor_f32 v5, -4.0
-// GFX10: encoding: [0xf7,0x48,0x0a,0x7e]
+// GFX10: v_floor_f32_e32 v5, -4.0                ; encoding: [0xf7,0x48,0x0a,0x7e]
 
 v_floor_f32 v5, 0xaf123456
-// GFX10: encoding: [0xff,0x48,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_floor_f32_e32 v5, 0xaf123456          ; encoding: [0xff,0x48,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_floor_f32 v5, 0x3f717273
-// GFX10: encoding: [0xff,0x48,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_floor_f32_e32 v5, 0x3f717273          ; encoding: [0xff,0x48,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_floor_f32_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0xa4,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_floor_f32_e64 v5, v1                  ; encoding: [0x05,0x00,0xa4,0xd5,0x01,0x01,0x00,0x00]
 
 v_floor_f32_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0xa4,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_floor_f32_e64 v255, v1                ; encoding: [0xff,0x00,0xa4,0xd5,0x01,0x01,0x00,0x00]
 
 v_floor_f32_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0xa4,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_floor_f32_e64 v5, v255                ; encoding: [0x05,0x00,0xa4,0xd5,0xff,0x01,0x00,0x00]
 
 v_floor_f32_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0xa4,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_floor_f32_e64 v5, s1                  ; encoding: [0x05,0x00,0xa4,0xd5,0x01,0x00,0x00,0x00]
 
 v_floor_f32_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0xa4,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_floor_f32_e64 v5, s101                ; encoding: [0x05,0x00,0xa4,0xd5,0x65,0x00,0x00,0x00]
 
 v_floor_f32_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0xa4,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_floor_f32_e64 v5, vcc_lo              ; encoding: [0x05,0x00,0xa4,0xd5,0x6a,0x00,0x00,0x00]
 
 v_floor_f32_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0xa4,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_floor_f32_e64 v5, vcc_hi              ; encoding: [0x05,0x00,0xa4,0xd5,0x6b,0x00,0x00,0x00]
 
 v_floor_f32_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0xa4,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_floor_f32_e64 v5, m0                  ; encoding: [0x05,0x00,0xa4,0xd5,0x7c,0x00,0x00,0x00]
 
 v_floor_f32_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0xa4,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_floor_f32_e64 v5, exec_lo             ; encoding: [0x05,0x00,0xa4,0xd5,0x7e,0x00,0x00,0x00]
 
 v_floor_f32_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0xa4,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_floor_f32_e64 v5, exec_hi             ; encoding: [0x05,0x00,0xa4,0xd5,0x7f,0x00,0x00,0x00]
 
 v_floor_f32_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0xa4,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_floor_f32_e64 v5, 0                   ; encoding: [0x05,0x00,0xa4,0xd5,0x80,0x00,0x00,0x00]
 
 v_floor_f32_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0xa4,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_floor_f32_e64 v5, -1                  ; encoding: [0x05,0x00,0xa4,0xd5,0xc1,0x00,0x00,0x00]
 
 v_floor_f32_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0xa4,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_floor_f32_e64 v5, 0.5                 ; encoding: [0x05,0x00,0xa4,0xd5,0xf0,0x00,0x00,0x00]
 
 v_floor_f32_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0xa4,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_floor_f32_e64 v5, -4.0                ; encoding: [0x05,0x00,0xa4,0xd5,0xf7,0x00,0x00,0x00]
 
 v_floor_f32_e64 v5, -v1
-// GFX10: encoding: [0x05,0x00,0xa4,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_floor_f32_e64 v5, -v1                 ; encoding: [0x05,0x00,0xa4,0xd5,0x01,0x01,0x00,0x20]
 
 v_floor_f32_e64 v5, |v1|
-// GFX10: encoding: [0x05,0x01,0xa4,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_floor_f32_e64 v5, |v1|                ; encoding: [0x05,0x01,0xa4,0xd5,0x01,0x01,0x00,0x00]
 
 v_floor_f32_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0xa4,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_floor_f32_e64 v5, v1 clamp            ; encoding: [0x05,0x80,0xa4,0xd5,0x01,0x01,0x00,0x00]
 
 v_floor_f32_e64 v5, v1 mul:2
-// GFX10: encoding: [0x05,0x00,0xa4,0xd5,0x01,0x01,0x00,0x08]
+// GFX10: v_floor_f32_e64 v5, v1 mul:2            ; encoding: [0x05,0x00,0xa4,0xd5,0x01,0x01,0x00,0x08]
 
 v_floor_f32_e64 v5, v1 mul:4
-// GFX10: encoding: [0x05,0x00,0xa4,0xd5,0x01,0x01,0x00,0x10]
+// GFX10: v_floor_f32_e64 v5, v1 mul:4            ; encoding: [0x05,0x00,0xa4,0xd5,0x01,0x01,0x00,0x10]
 
 v_floor_f32_e64 v5, v1 div:2
-// GFX10: encoding: [0x05,0x00,0xa4,0xd5,0x01,0x01,0x00,0x18]
+// GFX10: v_floor_f32_e64 v5, v1 div:2            ; encoding: [0x05,0x00,0xa4,0xd5,0x01,0x01,0x00,0x18]
 
 v_floor_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_floor_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_floor_f32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x48,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_floor_f32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x48,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_floor_f32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x48,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_floor_f32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x48,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_floor_f32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_floor_f32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_floor_f32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x48,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_floor_f32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x48,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_floor_f32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x48,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_floor_f32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x48,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_floor_f32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x48,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_floor_f32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x48,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_floor_f32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x48,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_floor_f32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x48,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_floor_f32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x48,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_floor_f32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x48,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_floor_f32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x48,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_floor_f32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x48,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_floor_f32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_floor_f32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_floor_f32_sdwa v5, v1 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x46,0x06,0x00]
+// GFX10: v_floor_f32_sdwa v5, v1 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x46,0x06,0x00]
 
 v_floor_f32_sdwa v5, v1 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x86,0x06,0x00]
+// GFX10: v_floor_f32_sdwa v5, v1 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x86,0x06,0x00]
 
 v_floor_f32_sdwa v5, v1 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x48,0x0a,0x7e,0x01,0xc6,0x06,0x00]
+// GFX10: v_floor_f32_sdwa v5, v1 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x48,0x0a,0x7e,0x01,0xc6,0x06,0x00]
 
 v_floor_f32_sdwa v5, v1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_floor_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_floor_f32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_floor_f32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_floor_f32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_floor_f32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_floor_f32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_floor_f32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_floor_f32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_floor_f32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_floor_f32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_floor_f32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_floor_f32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_floor_f32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_floor_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_floor_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_floor_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_floor_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_floor_f32_sdwa v5, v1 dst_sel:DWORD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_floor_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_floor_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD
-// GFX10: encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_floor_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_floor_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_floor_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_floor_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_floor_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_floor_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_floor_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_floor_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_floor_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_floor_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_floor_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_floor_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_floor_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_floor_f32_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x06,0x16,0x00]
+// GFX10: v_floor_f32_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x06,0x16,0x00]
 
 v_floor_f32_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x06,0x26,0x00]
+// GFX10: v_floor_f32_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x48,0x0a,0x7e,0x01,0x06,0x26,0x00]
 
 v_floor_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x48,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_floor_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x48,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_floor_f32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x48,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_floor_f32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x48,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_floor_f32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x48,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_floor_f32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x48,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_floor_f32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x48,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_floor_f32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x48,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_floor_f32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x48,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_floor_f32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x48,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_floor_f32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x48,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_floor_f32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x48,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_floor_f32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x48,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_floor_f32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x48,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_floor_f32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x48,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_floor_f32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x48,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_floor_f32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x48,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_floor_f32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x48,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_floor_f32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x48,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_floor_f32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x48,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_floor_f32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x48,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_floor_f32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x48,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_floor_f32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x48,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_floor_f32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x48,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_floor_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x48,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_floor_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x48,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_floor_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x48,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_floor_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x48,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_floor_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x48,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_floor_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x48,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_floor_f32_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0x48,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_floor_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x48,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_floor_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x48,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_floor_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x48,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_floor_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x48,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_floor_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x48,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_floor_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x48,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_floor_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x48,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_floor_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0x48,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_floor_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x48,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_floor_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x48,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_floor_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x48,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_floor_f32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x48,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_floor_f32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x48,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_floor_f32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x48,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_floor_f32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x48,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_floor_f32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x48,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_floor_f32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x48,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_floor_f32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x48,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_floor_f32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x48,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_exp_f32 v5, v1
-// GFX10: encoding: [0x01,0x4b,0x0a,0x7e]
+// GFX10: v_exp_f32_e32 v5, v1                    ; encoding: [0x01,0x4b,0x0a,0x7e]
 
 v_exp_f32 v255, v1
-// GFX10: encoding: [0x01,0x4b,0xfe,0x7f]
+// GFX10: v_exp_f32_e32 v255, v1                  ; encoding: [0x01,0x4b,0xfe,0x7f]
 
 v_exp_f32 v5, v255
-// GFX10: encoding: [0xff,0x4b,0x0a,0x7e]
+// GFX10: v_exp_f32_e32 v5, v255                  ; encoding: [0xff,0x4b,0x0a,0x7e]
 
 v_exp_f32 v5, s1
-// GFX10: encoding: [0x01,0x4a,0x0a,0x7e]
+// GFX10: v_exp_f32_e32 v5, s1                    ; encoding: [0x01,0x4a,0x0a,0x7e]
 
 v_exp_f32 v5, s103
-// GFX10: encoding: [0x67,0x4a,0x0a,0x7e]
+// GFX10: v_exp_f32_e32 v5, s103                  ; encoding: [0x67,0x4a,0x0a,0x7e]
 
 v_exp_f32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0x4a,0x0a,0x7e]
+// GFX10: v_exp_f32_e32 v5, vcc_lo                ; encoding: [0x6a,0x4a,0x0a,0x7e]
 
 v_exp_f32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0x4a,0x0a,0x7e]
+// GFX10: v_exp_f32_e32 v5, vcc_hi                ; encoding: [0x6b,0x4a,0x0a,0x7e]
 
 v_exp_f32 v5, ttmp11
-// GFX10: encoding: [0x77,0x4a,0x0a,0x7e]
+// GFX10: v_exp_f32_e32 v5, ttmp11                ; encoding: [0x77,0x4a,0x0a,0x7e]
 
 v_exp_f32 v5, m0
-// GFX10: encoding: [0x7c,0x4a,0x0a,0x7e]
+// GFX10: v_exp_f32_e32 v5, m0                    ; encoding: [0x7c,0x4a,0x0a,0x7e]
 
 v_exp_f32 v5, exec_lo
-// GFX10: encoding: [0x7e,0x4a,0x0a,0x7e]
+// GFX10: v_exp_f32_e32 v5, exec_lo               ; encoding: [0x7e,0x4a,0x0a,0x7e]
 
 v_exp_f32 v5, exec_hi
-// GFX10: encoding: [0x7f,0x4a,0x0a,0x7e]
+// GFX10: v_exp_f32_e32 v5, exec_hi               ; encoding: [0x7f,0x4a,0x0a,0x7e]
 
 v_exp_f32 v5, 0
-// GFX10: encoding: [0x80,0x4a,0x0a,0x7e]
+// GFX10: v_exp_f32_e32 v5, 0                     ; encoding: [0x80,0x4a,0x0a,0x7e]
 
 v_exp_f32 v5, -1
-// GFX10: encoding: [0xc1,0x4a,0x0a,0x7e]
+// GFX10: v_exp_f32_e32 v5, -1                    ; encoding: [0xc1,0x4a,0x0a,0x7e]
 
 v_exp_f32 v5, 0.5
-// GFX10: encoding: [0xf0,0x4a,0x0a,0x7e]
+// GFX10: v_exp_f32_e32 v5, 0.5                   ; encoding: [0xf0,0x4a,0x0a,0x7e]
 
 v_exp_f32 v5, -4.0
-// GFX10: encoding: [0xf7,0x4a,0x0a,0x7e]
+// GFX10: v_exp_f32_e32 v5, -4.0                  ; encoding: [0xf7,0x4a,0x0a,0x7e]
 
 v_exp_f32 v5, 0xaf123456
-// GFX10: encoding: [0xff,0x4a,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_exp_f32_e32 v5, 0xaf123456            ; encoding: [0xff,0x4a,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_exp_f32 v5, 0x3f717273
-// GFX10: encoding: [0xff,0x4a,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_exp_f32_e32 v5, 0x3f717273            ; encoding: [0xff,0x4a,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_exp_f32_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0xa5,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_exp_f32_e64 v5, v1                    ; encoding: [0x05,0x00,0xa5,0xd5,0x01,0x01,0x00,0x00]
 
 v_exp_f32_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0xa5,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_exp_f32_e64 v255, v1                  ; encoding: [0xff,0x00,0xa5,0xd5,0x01,0x01,0x00,0x00]
 
 v_exp_f32_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0xa5,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_exp_f32_e64 v5, v255                  ; encoding: [0x05,0x00,0xa5,0xd5,0xff,0x01,0x00,0x00]
 
 v_exp_f32_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0xa5,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_exp_f32_e64 v5, s1                    ; encoding: [0x05,0x00,0xa5,0xd5,0x01,0x00,0x00,0x00]
 
 v_exp_f32_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0xa5,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_exp_f32_e64 v5, s101                  ; encoding: [0x05,0x00,0xa5,0xd5,0x65,0x00,0x00,0x00]
 
 v_exp_f32_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0xa5,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_exp_f32_e64 v5, vcc_lo                ; encoding: [0x05,0x00,0xa5,0xd5,0x6a,0x00,0x00,0x00]
 
 v_exp_f32_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0xa5,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_exp_f32_e64 v5, vcc_hi                ; encoding: [0x05,0x00,0xa5,0xd5,0x6b,0x00,0x00,0x00]
 
 v_exp_f32_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0xa5,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_exp_f32_e64 v5, m0                    ; encoding: [0x05,0x00,0xa5,0xd5,0x7c,0x00,0x00,0x00]
 
 v_exp_f32_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0xa5,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_exp_f32_e64 v5, exec_lo               ; encoding: [0x05,0x00,0xa5,0xd5,0x7e,0x00,0x00,0x00]
 
 v_exp_f32_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0xa5,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_exp_f32_e64 v5, exec_hi               ; encoding: [0x05,0x00,0xa5,0xd5,0x7f,0x00,0x00,0x00]
 
 v_exp_f32_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0xa5,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_exp_f32_e64 v5, 0                     ; encoding: [0x05,0x00,0xa5,0xd5,0x80,0x00,0x00,0x00]
 
 v_exp_f32_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0xa5,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_exp_f32_e64 v5, -1                    ; encoding: [0x05,0x00,0xa5,0xd5,0xc1,0x00,0x00,0x00]
 
 v_exp_f32_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0xa5,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_exp_f32_e64 v5, 0.5                   ; encoding: [0x05,0x00,0xa5,0xd5,0xf0,0x00,0x00,0x00]
 
 v_exp_f32_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0xa5,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_exp_f32_e64 v5, -4.0                  ; encoding: [0x05,0x00,0xa5,0xd5,0xf7,0x00,0x00,0x00]
 
 v_exp_f32_e64 v5, -v1
-// GFX10: encoding: [0x05,0x00,0xa5,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_exp_f32_e64 v5, -v1                   ; encoding: [0x05,0x00,0xa5,0xd5,0x01,0x01,0x00,0x20]
 
 v_exp_f32_e64 v5, |v1|
-// GFX10: encoding: [0x05,0x01,0xa5,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_exp_f32_e64 v5, |v1|                  ; encoding: [0x05,0x01,0xa5,0xd5,0x01,0x01,0x00,0x00]
 
 v_exp_f32_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0xa5,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_exp_f32_e64 v5, v1 clamp              ; encoding: [0x05,0x80,0xa5,0xd5,0x01,0x01,0x00,0x00]
 
 v_exp_f32_e64 v5, v1 mul:2
-// GFX10: encoding: [0x05,0x00,0xa5,0xd5,0x01,0x01,0x00,0x08]
+// GFX10: v_exp_f32_e64 v5, v1 mul:2              ; encoding: [0x05,0x00,0xa5,0xd5,0x01,0x01,0x00,0x08]
 
 v_exp_f32_e64 v5, v1 mul:4
-// GFX10: encoding: [0x05,0x00,0xa5,0xd5,0x01,0x01,0x00,0x10]
+// GFX10: v_exp_f32_e64 v5, v1 mul:4              ; encoding: [0x05,0x00,0xa5,0xd5,0x01,0x01,0x00,0x10]
 
 v_exp_f32_e64 v5, v1 div:2
-// GFX10: encoding: [0x05,0x00,0xa5,0xd5,0x01,0x01,0x00,0x18]
+// GFX10: v_exp_f32_e64 v5, v1 div:2              ; encoding: [0x05,0x00,0xa5,0xd5,0x01,0x01,0x00,0x18]
 
 v_exp_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_exp_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_exp_f32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4a,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_exp_f32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4a,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_exp_f32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4a,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_exp_f32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4a,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_exp_f32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_exp_f32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_exp_f32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4a,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_exp_f32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4a,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_exp_f32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4a,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_exp_f32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4a,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_exp_f32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4a,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_exp_f32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4a,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_exp_f32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4a,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_exp_f32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4a,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_exp_f32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4a,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_exp_f32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4a,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_exp_f32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4a,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_exp_f32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4a,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_exp_f32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_exp_f32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_exp_f32_sdwa v5, v1 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x46,0x06,0x00]
+// GFX10: v_exp_f32_sdwa v5, v1 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x46,0x06,0x00]
 
 v_exp_f32_sdwa v5, v1 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x86,0x06,0x00]
+// GFX10: v_exp_f32_sdwa v5, v1 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x86,0x06,0x00]
 
 v_exp_f32_sdwa v5, v1 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0xc6,0x06,0x00]
+// GFX10: v_exp_f32_sdwa v5, v1 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0xc6,0x06,0x00]
 
 v_exp_f32_sdwa v5, v1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_exp_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_exp_f32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_exp_f32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_exp_f32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_exp_f32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_exp_f32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_exp_f32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_exp_f32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_exp_f32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_exp_f32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_exp_f32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_exp_f32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_exp_f32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_exp_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_exp_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_exp_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_exp_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_exp_f32_sdwa v5, v1 dst_sel:DWORD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_exp_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_exp_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD
-// GFX10: encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_exp_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_exp_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_exp_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_exp_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_exp_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_exp_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_exp_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_exp_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_exp_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_exp_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_exp_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_exp_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_exp_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_exp_f32_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x06,0x16,0x00]
+// GFX10: v_exp_f32_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x06,0x16,0x00]
 
 v_exp_f32_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x06,0x26,0x00]
+// GFX10: v_exp_f32_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4a,0x0a,0x7e,0x01,0x06,0x26,0x00]
 
 v_exp_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x4a,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_exp_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x4a,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_exp_f32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x4a,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_exp_f32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x4a,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_exp_f32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x4a,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_exp_f32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x4a,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_exp_f32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x4a,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_exp_f32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x4a,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_exp_f32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x4a,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_exp_f32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x4a,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_exp_f32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x4a,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_exp_f32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x4a,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_exp_f32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x4a,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_exp_f32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x4a,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_exp_f32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x4a,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_exp_f32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x4a,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_exp_f32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x4a,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_exp_f32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x4a,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_exp_f32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x4a,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_exp_f32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x4a,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_exp_f32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x4a,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_exp_f32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x4a,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_exp_f32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x4a,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_exp_f32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x4a,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_exp_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x4a,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_exp_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x4a,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_exp_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x4a,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_exp_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x4a,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_exp_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x4a,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_exp_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x4a,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_exp_f32_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0x4a,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_exp_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x4a,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_exp_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x4a,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_exp_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x4a,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_exp_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x4a,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_exp_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x4a,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_exp_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x4a,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_exp_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x4a,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_exp_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0x4a,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_exp_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x4a,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_exp_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x4a,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_exp_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x4a,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_exp_f32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x4a,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_exp_f32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x4a,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_exp_f32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x4a,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_exp_f32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x4a,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_exp_f32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x4a,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_exp_f32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x4a,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_exp_f32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x4a,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_exp_f32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x4a,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_log_f32 v5, v1
-// GFX10: encoding: [0x01,0x4f,0x0a,0x7e]
+// GFX10: v_log_f32_e32 v5, v1                    ; encoding: [0x01,0x4f,0x0a,0x7e]
 
 v_log_f32 v255, v1
-// GFX10: encoding: [0x01,0x4f,0xfe,0x7f]
+// GFX10: v_log_f32_e32 v255, v1                  ; encoding: [0x01,0x4f,0xfe,0x7f]
 
 v_log_f32 v5, v255
-// GFX10: encoding: [0xff,0x4f,0x0a,0x7e]
+// GFX10: v_log_f32_e32 v5, v255                  ; encoding: [0xff,0x4f,0x0a,0x7e]
 
 v_log_f32 v5, s1
-// GFX10: encoding: [0x01,0x4e,0x0a,0x7e]
+// GFX10: v_log_f32_e32 v5, s1                    ; encoding: [0x01,0x4e,0x0a,0x7e]
 
 v_log_f32 v5, s103
-// GFX10: encoding: [0x67,0x4e,0x0a,0x7e]
+// GFX10: v_log_f32_e32 v5, s103                  ; encoding: [0x67,0x4e,0x0a,0x7e]
 
 v_log_f32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0x4e,0x0a,0x7e]
+// GFX10: v_log_f32_e32 v5, vcc_lo                ; encoding: [0x6a,0x4e,0x0a,0x7e]
 
 v_log_f32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0x4e,0x0a,0x7e]
+// GFX10: v_log_f32_e32 v5, vcc_hi                ; encoding: [0x6b,0x4e,0x0a,0x7e]
 
 v_log_f32 v5, ttmp11
-// GFX10: encoding: [0x77,0x4e,0x0a,0x7e]
+// GFX10: v_log_f32_e32 v5, ttmp11                ; encoding: [0x77,0x4e,0x0a,0x7e]
 
 v_log_f32 v5, m0
-// GFX10: encoding: [0x7c,0x4e,0x0a,0x7e]
+// GFX10: v_log_f32_e32 v5, m0                    ; encoding: [0x7c,0x4e,0x0a,0x7e]
 
 v_log_f32 v5, exec_lo
-// GFX10: encoding: [0x7e,0x4e,0x0a,0x7e]
+// GFX10: v_log_f32_e32 v5, exec_lo               ; encoding: [0x7e,0x4e,0x0a,0x7e]
 
 v_log_f32 v5, exec_hi
-// GFX10: encoding: [0x7f,0x4e,0x0a,0x7e]
+// GFX10: v_log_f32_e32 v5, exec_hi               ; encoding: [0x7f,0x4e,0x0a,0x7e]
 
 v_log_f32 v5, 0
-// GFX10: encoding: [0x80,0x4e,0x0a,0x7e]
+// GFX10: v_log_f32_e32 v5, 0                     ; encoding: [0x80,0x4e,0x0a,0x7e]
 
 v_log_f32 v5, -1
-// GFX10: encoding: [0xc1,0x4e,0x0a,0x7e]
+// GFX10: v_log_f32_e32 v5, -1                    ; encoding: [0xc1,0x4e,0x0a,0x7e]
 
 v_log_f32 v5, 0.5
-// GFX10: encoding: [0xf0,0x4e,0x0a,0x7e]
+// GFX10: v_log_f32_e32 v5, 0.5                   ; encoding: [0xf0,0x4e,0x0a,0x7e]
 
 v_log_f32 v5, -4.0
-// GFX10: encoding: [0xf7,0x4e,0x0a,0x7e]
+// GFX10: v_log_f32_e32 v5, -4.0                  ; encoding: [0xf7,0x4e,0x0a,0x7e]
 
 v_log_f32 v5, 0xaf123456
-// GFX10: encoding: [0xff,0x4e,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_log_f32_e32 v5, 0xaf123456            ; encoding: [0xff,0x4e,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_log_f32 v5, 0x3f717273
-// GFX10: encoding: [0xff,0x4e,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_log_f32_e32 v5, 0x3f717273            ; encoding: [0xff,0x4e,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_log_f32_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0xa7,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_log_f32_e64 v5, v1                    ; encoding: [0x05,0x00,0xa7,0xd5,0x01,0x01,0x00,0x00]
 
 v_log_f32_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0xa7,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_log_f32_e64 v255, v1                  ; encoding: [0xff,0x00,0xa7,0xd5,0x01,0x01,0x00,0x00]
 
 v_log_f32_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0xa7,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_log_f32_e64 v5, v255                  ; encoding: [0x05,0x00,0xa7,0xd5,0xff,0x01,0x00,0x00]
 
 v_log_f32_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0xa7,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_log_f32_e64 v5, s1                    ; encoding: [0x05,0x00,0xa7,0xd5,0x01,0x00,0x00,0x00]
 
 v_log_f32_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0xa7,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_log_f32_e64 v5, s101                  ; encoding: [0x05,0x00,0xa7,0xd5,0x65,0x00,0x00,0x00]
 
 v_log_f32_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0xa7,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_log_f32_e64 v5, vcc_lo                ; encoding: [0x05,0x00,0xa7,0xd5,0x6a,0x00,0x00,0x00]
 
 v_log_f32_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0xa7,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_log_f32_e64 v5, vcc_hi                ; encoding: [0x05,0x00,0xa7,0xd5,0x6b,0x00,0x00,0x00]
 
 v_log_f32_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0xa7,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_log_f32_e64 v5, m0                    ; encoding: [0x05,0x00,0xa7,0xd5,0x7c,0x00,0x00,0x00]
 
 v_log_f32_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0xa7,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_log_f32_e64 v5, exec_lo               ; encoding: [0x05,0x00,0xa7,0xd5,0x7e,0x00,0x00,0x00]
 
 v_log_f32_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0xa7,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_log_f32_e64 v5, exec_hi               ; encoding: [0x05,0x00,0xa7,0xd5,0x7f,0x00,0x00,0x00]
 
 v_log_f32_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0xa7,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_log_f32_e64 v5, 0                     ; encoding: [0x05,0x00,0xa7,0xd5,0x80,0x00,0x00,0x00]
 
 v_log_f32_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0xa7,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_log_f32_e64 v5, -1                    ; encoding: [0x05,0x00,0xa7,0xd5,0xc1,0x00,0x00,0x00]
 
 v_log_f32_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0xa7,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_log_f32_e64 v5, 0.5                   ; encoding: [0x05,0x00,0xa7,0xd5,0xf0,0x00,0x00,0x00]
 
 v_log_f32_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0xa7,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_log_f32_e64 v5, -4.0                  ; encoding: [0x05,0x00,0xa7,0xd5,0xf7,0x00,0x00,0x00]
 
 v_log_f32_e64 v5, -v1
-// GFX10: encoding: [0x05,0x00,0xa7,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_log_f32_e64 v5, -v1                   ; encoding: [0x05,0x00,0xa7,0xd5,0x01,0x01,0x00,0x20]
 
 v_log_f32_e64 v5, |v1|
-// GFX10: encoding: [0x05,0x01,0xa7,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_log_f32_e64 v5, |v1|                  ; encoding: [0x05,0x01,0xa7,0xd5,0x01,0x01,0x00,0x00]
 
 v_log_f32_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0xa7,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_log_f32_e64 v5, v1 clamp              ; encoding: [0x05,0x80,0xa7,0xd5,0x01,0x01,0x00,0x00]
 
 v_log_f32_e64 v5, v1 mul:2
-// GFX10: encoding: [0x05,0x00,0xa7,0xd5,0x01,0x01,0x00,0x08]
+// GFX10: v_log_f32_e64 v5, v1 mul:2              ; encoding: [0x05,0x00,0xa7,0xd5,0x01,0x01,0x00,0x08]
 
 v_log_f32_e64 v5, v1 mul:4
-// GFX10: encoding: [0x05,0x00,0xa7,0xd5,0x01,0x01,0x00,0x10]
+// GFX10: v_log_f32_e64 v5, v1 mul:4              ; encoding: [0x05,0x00,0xa7,0xd5,0x01,0x01,0x00,0x10]
 
 v_log_f32_e64 v5, v1 div:2
-// GFX10: encoding: [0x05,0x00,0xa7,0xd5,0x01,0x01,0x00,0x18]
+// GFX10: v_log_f32_e64 v5, v1 div:2              ; encoding: [0x05,0x00,0xa7,0xd5,0x01,0x01,0x00,0x18]
 
 v_log_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_log_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_log_f32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4e,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_log_f32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4e,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_log_f32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4e,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_log_f32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4e,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_log_f32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_log_f32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_log_f32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4e,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_log_f32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4e,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_log_f32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4e,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_log_f32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4e,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_log_f32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4e,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_log_f32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4e,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_log_f32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4e,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_log_f32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4e,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_log_f32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4e,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_log_f32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4e,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_log_f32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4e,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_log_f32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4e,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_log_f32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_log_f32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_log_f32_sdwa v5, v1 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x46,0x06,0x00]
+// GFX10: v_log_f32_sdwa v5, v1 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x46,0x06,0x00]
 
 v_log_f32_sdwa v5, v1 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x86,0x06,0x00]
+// GFX10: v_log_f32_sdwa v5, v1 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x86,0x06,0x00]
 
 v_log_f32_sdwa v5, v1 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0xc6,0x06,0x00]
+// GFX10: v_log_f32_sdwa v5, v1 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0xc6,0x06,0x00]
 
 v_log_f32_sdwa v5, v1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_log_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_log_f32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_log_f32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_log_f32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_log_f32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_log_f32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_log_f32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_log_f32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_log_f32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_log_f32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_log_f32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_log_f32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_log_f32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_log_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_log_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_log_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_log_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_log_f32_sdwa v5, v1 dst_sel:DWORD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_log_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_log_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD
-// GFX10: encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_log_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_log_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_log_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_log_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_log_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_log_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_log_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_log_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_log_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_log_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_log_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_log_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_log_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_log_f32_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x06,0x16,0x00]
+// GFX10: v_log_f32_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x06,0x16,0x00]
 
 v_log_f32_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x06,0x26,0x00]
+// GFX10: v_log_f32_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x4e,0x0a,0x7e,0x01,0x06,0x26,0x00]
 
 v_log_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x4e,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_log_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x4e,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_log_f32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x4e,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_log_f32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x4e,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_log_f32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x4e,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_log_f32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x4e,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_log_f32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x4e,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_log_f32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x4e,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_log_f32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x4e,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_log_f32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x4e,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_log_f32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x4e,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_log_f32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x4e,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_log_f32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x4e,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_log_f32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x4e,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_log_f32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x4e,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_log_f32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x4e,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_log_f32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x4e,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_log_f32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x4e,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_log_f32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x4e,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_log_f32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x4e,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_log_f32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x4e,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_log_f32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x4e,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_log_f32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x4e,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_log_f32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x4e,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_log_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x4e,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_log_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x4e,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_log_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x4e,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_log_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x4e,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_log_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x4e,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_log_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x4e,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_log_f32_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0x4e,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_log_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x4e,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_log_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x4e,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_log_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x4e,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_log_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x4e,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_log_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x4e,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_log_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x4e,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_log_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x4e,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_log_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0x4e,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_log_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x4e,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_log_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x4e,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_log_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x4e,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_log_f32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x4e,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_log_f32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x4e,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_log_f32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x4e,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_log_f32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x4e,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_log_f32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x4e,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_log_f32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x4e,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_log_f32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x4e,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_log_f32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x4e,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_rcp_f32 v5, v1
-// GFX10: encoding: [0x01,0x55,0x0a,0x7e]
+// GFX10: v_rcp_f32_e32 v5, v1                    ; encoding: [0x01,0x55,0x0a,0x7e]
 
 v_rcp_f32 v255, v1
-// GFX10: encoding: [0x01,0x55,0xfe,0x7f]
+// GFX10: v_rcp_f32_e32 v255, v1                  ; encoding: [0x01,0x55,0xfe,0x7f]
 
 v_rcp_f32 v5, v255
-// GFX10: encoding: [0xff,0x55,0x0a,0x7e]
+// GFX10: v_rcp_f32_e32 v5, v255                  ; encoding: [0xff,0x55,0x0a,0x7e]
 
 v_rcp_f32 v5, s1
-// GFX10: encoding: [0x01,0x54,0x0a,0x7e]
+// GFX10: v_rcp_f32_e32 v5, s1                    ; encoding: [0x01,0x54,0x0a,0x7e]
 
 v_rcp_f32 v5, s103
-// GFX10: encoding: [0x67,0x54,0x0a,0x7e]
+// GFX10: v_rcp_f32_e32 v5, s103                  ; encoding: [0x67,0x54,0x0a,0x7e]
 
 v_rcp_f32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0x54,0x0a,0x7e]
+// GFX10: v_rcp_f32_e32 v5, vcc_lo                ; encoding: [0x6a,0x54,0x0a,0x7e]
 
 v_rcp_f32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0x54,0x0a,0x7e]
+// GFX10: v_rcp_f32_e32 v5, vcc_hi                ; encoding: [0x6b,0x54,0x0a,0x7e]
 
 v_rcp_f32 v5, ttmp11
-// GFX10: encoding: [0x77,0x54,0x0a,0x7e]
+// GFX10: v_rcp_f32_e32 v5, ttmp11                ; encoding: [0x77,0x54,0x0a,0x7e]
 
 v_rcp_f32 v5, m0
-// GFX10: encoding: [0x7c,0x54,0x0a,0x7e]
+// GFX10: v_rcp_f32_e32 v5, m0                    ; encoding: [0x7c,0x54,0x0a,0x7e]
 
 v_rcp_f32 v5, exec_lo
-// GFX10: encoding: [0x7e,0x54,0x0a,0x7e]
+// GFX10: v_rcp_f32_e32 v5, exec_lo               ; encoding: [0x7e,0x54,0x0a,0x7e]
 
 v_rcp_f32 v5, exec_hi
-// GFX10: encoding: [0x7f,0x54,0x0a,0x7e]
+// GFX10: v_rcp_f32_e32 v5, exec_hi               ; encoding: [0x7f,0x54,0x0a,0x7e]
 
 v_rcp_f32 v5, 0
-// GFX10: encoding: [0x80,0x54,0x0a,0x7e]
+// GFX10: v_rcp_f32_e32 v5, 0                     ; encoding: [0x80,0x54,0x0a,0x7e]
 
 v_rcp_f32 v5, -1
-// GFX10: encoding: [0xc1,0x54,0x0a,0x7e]
+// GFX10: v_rcp_f32_e32 v5, -1                    ; encoding: [0xc1,0x54,0x0a,0x7e]
 
 v_rcp_f32 v5, 0.5
-// GFX10: encoding: [0xf0,0x54,0x0a,0x7e]
+// GFX10: v_rcp_f32_e32 v5, 0.5                   ; encoding: [0xf0,0x54,0x0a,0x7e]
 
 v_rcp_f32 v5, -4.0
-// GFX10: encoding: [0xf7,0x54,0x0a,0x7e]
+// GFX10: v_rcp_f32_e32 v5, -4.0                  ; encoding: [0xf7,0x54,0x0a,0x7e]
 
 v_rcp_f32 v5, 0xaf123456
-// GFX10: encoding: [0xff,0x54,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_rcp_f32_e32 v5, 0xaf123456            ; encoding: [0xff,0x54,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_rcp_f32 v5, 0x3f717273
-// GFX10: encoding: [0xff,0x54,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_rcp_f32_e32 v5, 0x3f717273            ; encoding: [0xff,0x54,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_rcp_f32_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0xaa,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_rcp_f32_e64 v5, v1                    ; encoding: [0x05,0x00,0xaa,0xd5,0x01,0x01,0x00,0x00]
 
 v_rcp_f32_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0xaa,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_rcp_f32_e64 v255, v1                  ; encoding: [0xff,0x00,0xaa,0xd5,0x01,0x01,0x00,0x00]
 
 v_rcp_f32_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0xaa,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_rcp_f32_e64 v5, v255                  ; encoding: [0x05,0x00,0xaa,0xd5,0xff,0x01,0x00,0x00]
 
 v_rcp_f32_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0xaa,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_rcp_f32_e64 v5, s1                    ; encoding: [0x05,0x00,0xaa,0xd5,0x01,0x00,0x00,0x00]
 
 v_rcp_f32_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0xaa,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_rcp_f32_e64 v5, s101                  ; encoding: [0x05,0x00,0xaa,0xd5,0x65,0x00,0x00,0x00]
 
 v_rcp_f32_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0xaa,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_rcp_f32_e64 v5, vcc_lo                ; encoding: [0x05,0x00,0xaa,0xd5,0x6a,0x00,0x00,0x00]
 
 v_rcp_f32_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0xaa,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_rcp_f32_e64 v5, vcc_hi                ; encoding: [0x05,0x00,0xaa,0xd5,0x6b,0x00,0x00,0x00]
 
 v_rcp_f32_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0xaa,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_rcp_f32_e64 v5, m0                    ; encoding: [0x05,0x00,0xaa,0xd5,0x7c,0x00,0x00,0x00]
 
 v_rcp_f32_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0xaa,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_rcp_f32_e64 v5, exec_lo               ; encoding: [0x05,0x00,0xaa,0xd5,0x7e,0x00,0x00,0x00]
 
 v_rcp_f32_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0xaa,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_rcp_f32_e64 v5, exec_hi               ; encoding: [0x05,0x00,0xaa,0xd5,0x7f,0x00,0x00,0x00]
 
 v_rcp_f32_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0xaa,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_rcp_f32_e64 v5, 0                     ; encoding: [0x05,0x00,0xaa,0xd5,0x80,0x00,0x00,0x00]
 
 v_rcp_f32_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0xaa,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_rcp_f32_e64 v5, -1                    ; encoding: [0x05,0x00,0xaa,0xd5,0xc1,0x00,0x00,0x00]
 
 v_rcp_f32_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0xaa,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_rcp_f32_e64 v5, 0.5                   ; encoding: [0x05,0x00,0xaa,0xd5,0xf0,0x00,0x00,0x00]
 
 v_rcp_f32_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0xaa,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_rcp_f32_e64 v5, -4.0                  ; encoding: [0x05,0x00,0xaa,0xd5,0xf7,0x00,0x00,0x00]
 
 v_rcp_f32_e64 v5, -v1
-// GFX10: encoding: [0x05,0x00,0xaa,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_rcp_f32_e64 v5, -v1                   ; encoding: [0x05,0x00,0xaa,0xd5,0x01,0x01,0x00,0x20]
 
 v_rcp_f32_e64 v5, |v1|
-// GFX10: encoding: [0x05,0x01,0xaa,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_rcp_f32_e64 v5, |v1|                  ; encoding: [0x05,0x01,0xaa,0xd5,0x01,0x01,0x00,0x00]
 
 v_rcp_f32_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0xaa,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_rcp_f32_e64 v5, v1 clamp              ; encoding: [0x05,0x80,0xaa,0xd5,0x01,0x01,0x00,0x00]
 
 v_rcp_f32_e64 v5, v1 mul:2
-// GFX10: encoding: [0x05,0x00,0xaa,0xd5,0x01,0x01,0x00,0x08]
+// GFX10: v_rcp_f32_e64 v5, v1 mul:2              ; encoding: [0x05,0x00,0xaa,0xd5,0x01,0x01,0x00,0x08]
 
 v_rcp_f32_e64 v5, v1 mul:4
-// GFX10: encoding: [0x05,0x00,0xaa,0xd5,0x01,0x01,0x00,0x10]
+// GFX10: v_rcp_f32_e64 v5, v1 mul:4              ; encoding: [0x05,0x00,0xaa,0xd5,0x01,0x01,0x00,0x10]
 
 v_rcp_f32_e64 v5, v1 div:2
-// GFX10: encoding: [0x05,0x00,0xaa,0xd5,0x01,0x01,0x00,0x18]
+// GFX10: v_rcp_f32_e64 v5, v1 div:2              ; encoding: [0x05,0x00,0xaa,0xd5,0x01,0x01,0x00,0x18]
 
 v_rcp_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_rcp_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_rcp_f32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x54,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_rcp_f32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x54,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_rcp_f32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x54,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_rcp_f32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x54,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_rcp_f32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_rcp_f32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_rcp_f32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x54,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_rcp_f32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x54,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_rcp_f32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x54,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_rcp_f32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x54,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_rcp_f32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x54,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_rcp_f32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x54,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_rcp_f32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x54,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_rcp_f32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x54,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_rcp_f32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x54,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_rcp_f32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x54,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_rcp_f32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x54,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_rcp_f32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x54,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_rcp_f32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_rcp_f32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_rcp_f32_sdwa v5, v1 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x46,0x06,0x00]
+// GFX10: v_rcp_f32_sdwa v5, v1 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x46,0x06,0x00]
 
 v_rcp_f32_sdwa v5, v1 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x86,0x06,0x00]
+// GFX10: v_rcp_f32_sdwa v5, v1 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x86,0x06,0x00]
 
 v_rcp_f32_sdwa v5, v1 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x54,0x0a,0x7e,0x01,0xc6,0x06,0x00]
+// GFX10: v_rcp_f32_sdwa v5, v1 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x54,0x0a,0x7e,0x01,0xc6,0x06,0x00]
 
 v_rcp_f32_sdwa v5, v1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_rcp_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_rcp_f32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_rcp_f32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_rcp_f32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_rcp_f32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_rcp_f32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_rcp_f32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_rcp_f32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_rcp_f32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_rcp_f32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_rcp_f32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_rcp_f32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_rcp_f32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_rcp_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_rcp_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_rcp_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_rcp_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_rcp_f32_sdwa v5, v1 dst_sel:DWORD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_rcp_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_rcp_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD
-// GFX10: encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_rcp_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_rcp_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_rcp_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_rcp_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_rcp_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_rcp_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_rcp_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_rcp_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_rcp_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_rcp_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_rcp_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_rcp_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_rcp_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_rcp_f32_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x06,0x16,0x00]
+// GFX10: v_rcp_f32_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x06,0x16,0x00]
 
 v_rcp_f32_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x06,0x26,0x00]
+// GFX10: v_rcp_f32_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x54,0x0a,0x7e,0x01,0x06,0x26,0x00]
 
 v_rcp_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x54,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_rcp_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x54,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_rcp_f32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x54,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_rcp_f32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x54,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_rcp_f32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x54,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_rcp_f32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x54,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_rcp_f32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x54,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_rcp_f32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x54,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_rcp_f32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x54,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_rcp_f32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x54,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_rcp_f32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x54,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_rcp_f32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x54,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_rcp_f32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x54,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_rcp_f32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x54,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_rcp_f32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x54,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_rcp_f32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x54,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_rcp_f32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x54,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_rcp_f32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x54,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_rcp_f32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x54,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_rcp_f32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x54,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_rcp_f32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x54,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_rcp_f32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x54,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_rcp_f32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x54,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_rcp_f32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x54,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_rcp_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x54,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_rcp_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x54,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_rcp_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x54,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_rcp_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x54,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_rcp_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x54,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_rcp_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x54,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_rcp_f32_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0x54,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_rcp_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x54,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_rcp_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x54,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_rcp_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x54,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_rcp_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x54,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_rcp_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x54,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_rcp_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x54,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_rcp_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x54,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_rcp_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0x54,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_rcp_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x54,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_rcp_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x54,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_rcp_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x54,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_rcp_f32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x54,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_rcp_f32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x54,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_rcp_f32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x54,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_rcp_f32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x54,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_rcp_f32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x54,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_rcp_f32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x54,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_rcp_f32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x54,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_rcp_f32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x54,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_rcp_iflag_f32 v5, v1
-// GFX10: encoding: [0x01,0x57,0x0a,0x7e]
+// GFX10: v_rcp_iflag_f32_e32 v5, v1              ; encoding: [0x01,0x57,0x0a,0x7e]
 
 v_rcp_iflag_f32 v255, v1
-// GFX10: encoding: [0x01,0x57,0xfe,0x7f]
+// GFX10: v_rcp_iflag_f32_e32 v255, v1            ; encoding: [0x01,0x57,0xfe,0x7f]
 
 v_rcp_iflag_f32 v5, v255
-// GFX10: encoding: [0xff,0x57,0x0a,0x7e]
+// GFX10: v_rcp_iflag_f32_e32 v5, v255            ; encoding: [0xff,0x57,0x0a,0x7e]
 
 v_rcp_iflag_f32 v5, s1
-// GFX10: encoding: [0x01,0x56,0x0a,0x7e]
+// GFX10: v_rcp_iflag_f32_e32 v5, s1              ; encoding: [0x01,0x56,0x0a,0x7e]
 
 v_rcp_iflag_f32 v5, s103
-// GFX10: encoding: [0x67,0x56,0x0a,0x7e]
+// GFX10: v_rcp_iflag_f32_e32 v5, s103            ; encoding: [0x67,0x56,0x0a,0x7e]
 
 v_rcp_iflag_f32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0x56,0x0a,0x7e]
+// GFX10: v_rcp_iflag_f32_e32 v5, vcc_lo          ; encoding: [0x6a,0x56,0x0a,0x7e]
 
 v_rcp_iflag_f32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0x56,0x0a,0x7e]
+// GFX10: v_rcp_iflag_f32_e32 v5, vcc_hi          ; encoding: [0x6b,0x56,0x0a,0x7e]
 
 v_rcp_iflag_f32 v5, ttmp11
-// GFX10: encoding: [0x77,0x56,0x0a,0x7e]
+// GFX10: v_rcp_iflag_f32_e32 v5, ttmp11          ; encoding: [0x77,0x56,0x0a,0x7e]
 
 v_rcp_iflag_f32 v5, m0
-// GFX10: encoding: [0x7c,0x56,0x0a,0x7e]
+// GFX10: v_rcp_iflag_f32_e32 v5, m0              ; encoding: [0x7c,0x56,0x0a,0x7e]
 
 v_rcp_iflag_f32 v5, exec_lo
-// GFX10: encoding: [0x7e,0x56,0x0a,0x7e]
+// GFX10: v_rcp_iflag_f32_e32 v5, exec_lo         ; encoding: [0x7e,0x56,0x0a,0x7e]
 
 v_rcp_iflag_f32 v5, exec_hi
-// GFX10: encoding: [0x7f,0x56,0x0a,0x7e]
+// GFX10: v_rcp_iflag_f32_e32 v5, exec_hi         ; encoding: [0x7f,0x56,0x0a,0x7e]
 
 v_rcp_iflag_f32 v5, 0
-// GFX10: encoding: [0x80,0x56,0x0a,0x7e]
+// GFX10: v_rcp_iflag_f32_e32 v5, 0               ; encoding: [0x80,0x56,0x0a,0x7e]
 
 v_rcp_iflag_f32 v5, -1
-// GFX10: encoding: [0xc1,0x56,0x0a,0x7e]
+// GFX10: v_rcp_iflag_f32_e32 v5, -1              ; encoding: [0xc1,0x56,0x0a,0x7e]
 
 v_rcp_iflag_f32 v5, 0.5
-// GFX10: encoding: [0xf0,0x56,0x0a,0x7e]
+// GFX10: v_rcp_iflag_f32_e32 v5, 0.5             ; encoding: [0xf0,0x56,0x0a,0x7e]
 
 v_rcp_iflag_f32 v5, -4.0
-// GFX10: encoding: [0xf7,0x56,0x0a,0x7e]
+// GFX10: v_rcp_iflag_f32_e32 v5, -4.0            ; encoding: [0xf7,0x56,0x0a,0x7e]
 
 v_rcp_iflag_f32 v5, 0xaf123456
-// GFX10: encoding: [0xff,0x56,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_rcp_iflag_f32_e32 v5, 0xaf123456      ; encoding: [0xff,0x56,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_rcp_iflag_f32 v5, 0x3f717273
-// GFX10: encoding: [0xff,0x56,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_rcp_iflag_f32_e32 v5, 0x3f717273      ; encoding: [0xff,0x56,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_rcp_iflag_f32_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0xab,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_rcp_iflag_f32_e64 v5, v1              ; encoding: [0x05,0x00,0xab,0xd5,0x01,0x01,0x00,0x00]
 
 v_rcp_iflag_f32_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0xab,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_rcp_iflag_f32_e64 v255, v1            ; encoding: [0xff,0x00,0xab,0xd5,0x01,0x01,0x00,0x00]
 
 v_rcp_iflag_f32_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0xab,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_rcp_iflag_f32_e64 v5, v255            ; encoding: [0x05,0x00,0xab,0xd5,0xff,0x01,0x00,0x00]
 
 v_rcp_iflag_f32_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0xab,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_rcp_iflag_f32_e64 v5, s1              ; encoding: [0x05,0x00,0xab,0xd5,0x01,0x00,0x00,0x00]
 
 v_rcp_iflag_f32_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0xab,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_rcp_iflag_f32_e64 v5, s101            ; encoding: [0x05,0x00,0xab,0xd5,0x65,0x00,0x00,0x00]
 
 v_rcp_iflag_f32_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0xab,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_rcp_iflag_f32_e64 v5, vcc_lo          ; encoding: [0x05,0x00,0xab,0xd5,0x6a,0x00,0x00,0x00]
 
 v_rcp_iflag_f32_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0xab,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_rcp_iflag_f32_e64 v5, vcc_hi          ; encoding: [0x05,0x00,0xab,0xd5,0x6b,0x00,0x00,0x00]
 
 v_rcp_iflag_f32_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0xab,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_rcp_iflag_f32_e64 v5, m0              ; encoding: [0x05,0x00,0xab,0xd5,0x7c,0x00,0x00,0x00]
 
 v_rcp_iflag_f32_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0xab,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_rcp_iflag_f32_e64 v5, exec_lo         ; encoding: [0x05,0x00,0xab,0xd5,0x7e,0x00,0x00,0x00]
 
 v_rcp_iflag_f32_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0xab,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_rcp_iflag_f32_e64 v5, exec_hi         ; encoding: [0x05,0x00,0xab,0xd5,0x7f,0x00,0x00,0x00]
 
 v_rcp_iflag_f32_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0xab,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_rcp_iflag_f32_e64 v5, 0               ; encoding: [0x05,0x00,0xab,0xd5,0x80,0x00,0x00,0x00]
 
 v_rcp_iflag_f32_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0xab,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_rcp_iflag_f32_e64 v5, -1              ; encoding: [0x05,0x00,0xab,0xd5,0xc1,0x00,0x00,0x00]
 
 v_rcp_iflag_f32_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0xab,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_rcp_iflag_f32_e64 v5, 0.5             ; encoding: [0x05,0x00,0xab,0xd5,0xf0,0x00,0x00,0x00]
 
 v_rcp_iflag_f32_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0xab,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_rcp_iflag_f32_e64 v5, -4.0            ; encoding: [0x05,0x00,0xab,0xd5,0xf7,0x00,0x00,0x00]
 
 v_rcp_iflag_f32_e64 v5, -v1
-// GFX10: encoding: [0x05,0x00,0xab,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_rcp_iflag_f32_e64 v5, -v1             ; encoding: [0x05,0x00,0xab,0xd5,0x01,0x01,0x00,0x20]
 
 v_rcp_iflag_f32_e64 v5, |v1|
-// GFX10: encoding: [0x05,0x01,0xab,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_rcp_iflag_f32_e64 v5, |v1|            ; encoding: [0x05,0x01,0xab,0xd5,0x01,0x01,0x00,0x00]
 
 v_rcp_iflag_f32_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0xab,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_rcp_iflag_f32_e64 v5, v1 clamp        ; encoding: [0x05,0x80,0xab,0xd5,0x01,0x01,0x00,0x00]
 
 v_rcp_iflag_f32_e64 v5, v1 mul:2
-// GFX10: encoding: [0x05,0x00,0xab,0xd5,0x01,0x01,0x00,0x08]
+// GFX10: v_rcp_iflag_f32_e64 v5, v1 mul:2        ; encoding: [0x05,0x00,0xab,0xd5,0x01,0x01,0x00,0x08]
 
 v_rcp_iflag_f32_e64 v5, v1 mul:4
-// GFX10: encoding: [0x05,0x00,0xab,0xd5,0x01,0x01,0x00,0x10]
+// GFX10: v_rcp_iflag_f32_e64 v5, v1 mul:4        ; encoding: [0x05,0x00,0xab,0xd5,0x01,0x01,0x00,0x10]
 
 v_rcp_iflag_f32_e64 v5, v1 div:2
-// GFX10: encoding: [0x05,0x00,0xab,0xd5,0x01,0x01,0x00,0x18]
+// GFX10: v_rcp_iflag_f32_e64 v5, v1 div:2        ; encoding: [0x05,0x00,0xab,0xd5,0x01,0x01,0x00,0x18]
 
 v_rcp_iflag_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_rcp_iflag_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_rcp_iflag_f32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x56,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_rcp_iflag_f32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x56,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_rcp_iflag_f32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x56,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_rcp_iflag_f32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x56,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_rcp_iflag_f32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_rcp_iflag_f32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_rcp_iflag_f32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x56,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_rcp_iflag_f32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x56,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_rcp_iflag_f32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x56,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_rcp_iflag_f32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x56,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_rcp_iflag_f32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x56,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_rcp_iflag_f32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x56,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_rcp_iflag_f32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x56,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_rcp_iflag_f32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x56,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_rcp_iflag_f32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x56,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_rcp_iflag_f32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x56,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_rcp_iflag_f32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x56,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_rcp_iflag_f32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x56,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_rcp_iflag_f32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_rcp_iflag_f32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_rcp_iflag_f32_sdwa v5, v1 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x46,0x06,0x00]
+// GFX10: v_rcp_iflag_f32_sdwa v5, v1 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x46,0x06,0x00]
 
 v_rcp_iflag_f32_sdwa v5, v1 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x86,0x06,0x00]
+// GFX10: v_rcp_iflag_f32_sdwa v5, v1 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x86,0x06,0x00]
 
 v_rcp_iflag_f32_sdwa v5, v1 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x56,0x0a,0x7e,0x01,0xc6,0x06,0x00]
+// GFX10: v_rcp_iflag_f32_sdwa v5, v1 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x56,0x0a,0x7e,0x01,0xc6,0x06,0x00]
 
 v_rcp_iflag_f32_sdwa v5, v1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_rcp_iflag_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_rcp_iflag_f32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_rcp_iflag_f32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_rcp_iflag_f32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_rcp_iflag_f32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_rcp_iflag_f32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_rcp_iflag_f32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_rcp_iflag_f32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_rcp_iflag_f32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_rcp_iflag_f32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_rcp_iflag_f32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_rcp_iflag_f32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_rcp_iflag_f32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_rcp_iflag_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_rcp_iflag_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_rcp_iflag_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_rcp_iflag_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_rcp_iflag_f32_sdwa v5, v1 dst_sel:DWORD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_rcp_iflag_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_rcp_iflag_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD
-// GFX10: encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_rcp_iflag_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_rcp_iflag_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_rcp_iflag_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_rcp_iflag_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_rcp_iflag_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_rcp_iflag_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_rcp_iflag_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_rcp_iflag_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_rcp_iflag_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_rcp_iflag_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_rcp_iflag_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_rcp_iflag_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_rcp_iflag_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_rcp_iflag_f32_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x06,0x16,0x00]
+// GFX10: v_rcp_iflag_f32_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x06,0x16,0x00]
 
 v_rcp_iflag_f32_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x06,0x26,0x00]
+// GFX10: v_rcp_iflag_f32_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x56,0x0a,0x7e,0x01,0x06,0x26,0x00]
 
 v_rcp_iflag_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x56,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_rcp_iflag_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x56,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_rcp_iflag_f32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x56,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_rcp_iflag_f32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x56,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_rcp_iflag_f32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x56,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_rcp_iflag_f32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x56,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_rcp_iflag_f32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x56,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_rcp_iflag_f32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x56,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_rcp_iflag_f32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x56,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_rcp_iflag_f32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x56,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_rcp_iflag_f32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x56,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_rcp_iflag_f32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x56,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_rcp_iflag_f32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x56,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_rcp_iflag_f32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x56,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_rcp_iflag_f32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x56,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_rcp_iflag_f32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x56,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_rcp_iflag_f32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x56,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_rcp_iflag_f32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x56,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_rcp_iflag_f32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x56,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_rcp_iflag_f32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x56,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_rcp_iflag_f32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x56,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_rcp_iflag_f32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x56,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_rcp_iflag_f32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x56,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_rcp_iflag_f32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x56,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_rcp_iflag_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x56,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_rcp_iflag_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x56,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_rcp_iflag_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x56,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_rcp_iflag_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x56,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_rcp_iflag_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x56,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_rcp_iflag_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x56,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_rcp_iflag_f32_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0x56,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_rcp_iflag_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x56,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_rcp_iflag_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x56,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_rcp_iflag_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x56,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_rcp_iflag_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x56,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_rcp_iflag_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x56,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_rcp_iflag_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x56,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_rcp_iflag_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x56,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_rcp_iflag_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0x56,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_rcp_iflag_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x56,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_rcp_iflag_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x56,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_rcp_iflag_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x56,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_rcp_iflag_f32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x56,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_rcp_iflag_f32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x56,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_rcp_iflag_f32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x56,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_rcp_iflag_f32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x56,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_rcp_iflag_f32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x56,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_rcp_iflag_f32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x56,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_rcp_iflag_f32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x56,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_rcp_iflag_f32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x56,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_rsq_f32 v5, v1
-// GFX10: encoding: [0x01,0x5d,0x0a,0x7e]
+// GFX10: v_rsq_f32_e32 v5, v1                    ; encoding: [0x01,0x5d,0x0a,0x7e]
 
 v_rsq_f32 v255, v1
-// GFX10: encoding: [0x01,0x5d,0xfe,0x7f]
+// GFX10: v_rsq_f32_e32 v255, v1                  ; encoding: [0x01,0x5d,0xfe,0x7f]
 
 v_rsq_f32 v5, v255
-// GFX10: encoding: [0xff,0x5d,0x0a,0x7e]
+// GFX10: v_rsq_f32_e32 v5, v255                  ; encoding: [0xff,0x5d,0x0a,0x7e]
 
 v_rsq_f32 v5, s1
-// GFX10: encoding: [0x01,0x5c,0x0a,0x7e]
+// GFX10: v_rsq_f32_e32 v5, s1                    ; encoding: [0x01,0x5c,0x0a,0x7e]
 
 v_rsq_f32 v5, s103
-// GFX10: encoding: [0x67,0x5c,0x0a,0x7e]
+// GFX10: v_rsq_f32_e32 v5, s103                  ; encoding: [0x67,0x5c,0x0a,0x7e]
 
 v_rsq_f32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0x5c,0x0a,0x7e]
+// GFX10: v_rsq_f32_e32 v5, vcc_lo                ; encoding: [0x6a,0x5c,0x0a,0x7e]
 
 v_rsq_f32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0x5c,0x0a,0x7e]
+// GFX10: v_rsq_f32_e32 v5, vcc_hi                ; encoding: [0x6b,0x5c,0x0a,0x7e]
 
 v_rsq_f32 v5, ttmp11
-// GFX10: encoding: [0x77,0x5c,0x0a,0x7e]
+// GFX10: v_rsq_f32_e32 v5, ttmp11                ; encoding: [0x77,0x5c,0x0a,0x7e]
 
 v_rsq_f32 v5, m0
-// GFX10: encoding: [0x7c,0x5c,0x0a,0x7e]
+// GFX10: v_rsq_f32_e32 v5, m0                    ; encoding: [0x7c,0x5c,0x0a,0x7e]
 
 v_rsq_f32 v5, exec_lo
-// GFX10: encoding: [0x7e,0x5c,0x0a,0x7e]
+// GFX10: v_rsq_f32_e32 v5, exec_lo               ; encoding: [0x7e,0x5c,0x0a,0x7e]
 
 v_rsq_f32 v5, exec_hi
-// GFX10: encoding: [0x7f,0x5c,0x0a,0x7e]
+// GFX10: v_rsq_f32_e32 v5, exec_hi               ; encoding: [0x7f,0x5c,0x0a,0x7e]
 
 v_rsq_f32 v5, 0
-// GFX10: encoding: [0x80,0x5c,0x0a,0x7e]
+// GFX10: v_rsq_f32_e32 v5, 0                     ; encoding: [0x80,0x5c,0x0a,0x7e]
 
 v_rsq_f32 v5, -1
-// GFX10: encoding: [0xc1,0x5c,0x0a,0x7e]
+// GFX10: v_rsq_f32_e32 v5, -1                    ; encoding: [0xc1,0x5c,0x0a,0x7e]
 
 v_rsq_f32 v5, 0.5
-// GFX10: encoding: [0xf0,0x5c,0x0a,0x7e]
+// GFX10: v_rsq_f32_e32 v5, 0.5                   ; encoding: [0xf0,0x5c,0x0a,0x7e]
 
 v_rsq_f32 v5, -4.0
-// GFX10: encoding: [0xf7,0x5c,0x0a,0x7e]
+// GFX10: v_rsq_f32_e32 v5, -4.0                  ; encoding: [0xf7,0x5c,0x0a,0x7e]
 
 v_rsq_f32 v5, 0xaf123456
-// GFX10: encoding: [0xff,0x5c,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_rsq_f32_e32 v5, 0xaf123456            ; encoding: [0xff,0x5c,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_rsq_f32 v5, 0x3f717273
-// GFX10: encoding: [0xff,0x5c,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_rsq_f32_e32 v5, 0x3f717273            ; encoding: [0xff,0x5c,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_rsq_f32_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0xae,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_rsq_f32_e64 v5, v1                    ; encoding: [0x05,0x00,0xae,0xd5,0x01,0x01,0x00,0x00]
 
 v_rsq_f32_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0xae,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_rsq_f32_e64 v255, v1                  ; encoding: [0xff,0x00,0xae,0xd5,0x01,0x01,0x00,0x00]
 
 v_rsq_f32_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0xae,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_rsq_f32_e64 v5, v255                  ; encoding: [0x05,0x00,0xae,0xd5,0xff,0x01,0x00,0x00]
 
 v_rsq_f32_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0xae,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_rsq_f32_e64 v5, s1                    ; encoding: [0x05,0x00,0xae,0xd5,0x01,0x00,0x00,0x00]
 
 v_rsq_f32_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0xae,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_rsq_f32_e64 v5, s101                  ; encoding: [0x05,0x00,0xae,0xd5,0x65,0x00,0x00,0x00]
 
 v_rsq_f32_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0xae,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_rsq_f32_e64 v5, vcc_lo                ; encoding: [0x05,0x00,0xae,0xd5,0x6a,0x00,0x00,0x00]
 
 v_rsq_f32_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0xae,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_rsq_f32_e64 v5, vcc_hi                ; encoding: [0x05,0x00,0xae,0xd5,0x6b,0x00,0x00,0x00]
 
 v_rsq_f32_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0xae,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_rsq_f32_e64 v5, m0                    ; encoding: [0x05,0x00,0xae,0xd5,0x7c,0x00,0x00,0x00]
 
 v_rsq_f32_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0xae,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_rsq_f32_e64 v5, exec_lo               ; encoding: [0x05,0x00,0xae,0xd5,0x7e,0x00,0x00,0x00]
 
 v_rsq_f32_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0xae,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_rsq_f32_e64 v5, exec_hi               ; encoding: [0x05,0x00,0xae,0xd5,0x7f,0x00,0x00,0x00]
 
 v_rsq_f32_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0xae,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_rsq_f32_e64 v5, 0                     ; encoding: [0x05,0x00,0xae,0xd5,0x80,0x00,0x00,0x00]
 
 v_rsq_f32_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0xae,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_rsq_f32_e64 v5, -1                    ; encoding: [0x05,0x00,0xae,0xd5,0xc1,0x00,0x00,0x00]
 
 v_rsq_f32_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0xae,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_rsq_f32_e64 v5, 0.5                   ; encoding: [0x05,0x00,0xae,0xd5,0xf0,0x00,0x00,0x00]
 
 v_rsq_f32_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0xae,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_rsq_f32_e64 v5, -4.0                  ; encoding: [0x05,0x00,0xae,0xd5,0xf7,0x00,0x00,0x00]
 
 v_rsq_f32_e64 v5, -v1
-// GFX10: encoding: [0x05,0x00,0xae,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_rsq_f32_e64 v5, -v1                   ; encoding: [0x05,0x00,0xae,0xd5,0x01,0x01,0x00,0x20]
 
 v_rsq_f32_e64 v5, |v1|
-// GFX10: encoding: [0x05,0x01,0xae,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_rsq_f32_e64 v5, |v1|                  ; encoding: [0x05,0x01,0xae,0xd5,0x01,0x01,0x00,0x00]
 
 v_rsq_f32_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0xae,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_rsq_f32_e64 v5, v1 clamp              ; encoding: [0x05,0x80,0xae,0xd5,0x01,0x01,0x00,0x00]
 
 v_rsq_f32_e64 v5, v1 mul:2
-// GFX10: encoding: [0x05,0x00,0xae,0xd5,0x01,0x01,0x00,0x08]
+// GFX10: v_rsq_f32_e64 v5, v1 mul:2              ; encoding: [0x05,0x00,0xae,0xd5,0x01,0x01,0x00,0x08]
 
 v_rsq_f32_e64 v5, v1 mul:4
-// GFX10: encoding: [0x05,0x00,0xae,0xd5,0x01,0x01,0x00,0x10]
+// GFX10: v_rsq_f32_e64 v5, v1 mul:4              ; encoding: [0x05,0x00,0xae,0xd5,0x01,0x01,0x00,0x10]
 
 v_rsq_f32_e64 v5, v1 div:2
-// GFX10: encoding: [0x05,0x00,0xae,0xd5,0x01,0x01,0x00,0x18]
+// GFX10: v_rsq_f32_e64 v5, v1 div:2              ; encoding: [0x05,0x00,0xae,0xd5,0x01,0x01,0x00,0x18]
 
 v_rsq_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_rsq_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_rsq_f32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x5c,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_rsq_f32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x5c,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_rsq_f32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x5c,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_rsq_f32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x5c,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_rsq_f32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_rsq_f32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_rsq_f32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x5c,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_rsq_f32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x5c,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_rsq_f32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x5c,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_rsq_f32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x5c,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_rsq_f32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x5c,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_rsq_f32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x5c,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_rsq_f32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x5c,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_rsq_f32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x5c,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_rsq_f32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x5c,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_rsq_f32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x5c,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_rsq_f32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x5c,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_rsq_f32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x5c,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_rsq_f32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_rsq_f32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_rsq_f32_sdwa v5, v1 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x46,0x06,0x00]
+// GFX10: v_rsq_f32_sdwa v5, v1 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x46,0x06,0x00]
 
 v_rsq_f32_sdwa v5, v1 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x86,0x06,0x00]
+// GFX10: v_rsq_f32_sdwa v5, v1 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x86,0x06,0x00]
 
 v_rsq_f32_sdwa v5, v1 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0xc6,0x06,0x00]
+// GFX10: v_rsq_f32_sdwa v5, v1 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0xc6,0x06,0x00]
 
 v_rsq_f32_sdwa v5, v1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_rsq_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_rsq_f32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_rsq_f32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_rsq_f32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_rsq_f32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_rsq_f32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_rsq_f32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_rsq_f32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_rsq_f32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_rsq_f32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_rsq_f32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_rsq_f32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_rsq_f32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_rsq_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_rsq_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_rsq_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_rsq_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_rsq_f32_sdwa v5, v1 dst_sel:DWORD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_rsq_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_rsq_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD
-// GFX10: encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_rsq_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_rsq_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_rsq_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_rsq_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_rsq_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_rsq_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_rsq_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_rsq_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_rsq_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_rsq_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_rsq_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_rsq_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_rsq_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_rsq_f32_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x06,0x16,0x00]
+// GFX10: v_rsq_f32_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x06,0x16,0x00]
 
 v_rsq_f32_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x06,0x26,0x00]
+// GFX10: v_rsq_f32_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x5c,0x0a,0x7e,0x01,0x06,0x26,0x00]
 
 v_rsq_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x5c,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_rsq_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x5c,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_rsq_f32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x5c,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_rsq_f32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x5c,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_rsq_f32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x5c,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_rsq_f32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x5c,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_rsq_f32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x5c,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_rsq_f32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x5c,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_rsq_f32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x5c,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_rsq_f32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x5c,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_rsq_f32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x5c,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_rsq_f32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x5c,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_rsq_f32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x5c,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_rsq_f32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x5c,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_rsq_f32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x5c,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_rsq_f32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x5c,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_rsq_f32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x5c,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_rsq_f32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x5c,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_rsq_f32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x5c,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_rsq_f32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x5c,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_rsq_f32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x5c,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_rsq_f32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x5c,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_rsq_f32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x5c,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_rsq_f32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x5c,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_rsq_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x5c,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_rsq_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x5c,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_rsq_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x5c,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_rsq_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x5c,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_rsq_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x5c,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_rsq_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x5c,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_rsq_f32_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0x5c,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_rsq_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x5c,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_rsq_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x5c,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_rsq_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x5c,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_rsq_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x5c,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_rsq_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x5c,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_rsq_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x5c,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_rsq_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x5c,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_rsq_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0x5c,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_rsq_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x5c,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_rsq_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x5c,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_rsq_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x5c,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_rsq_f32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x5c,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_rsq_f32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x5c,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_rsq_f32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x5c,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_rsq_f32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x5c,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_rsq_f32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x5c,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_rsq_f32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x5c,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_rsq_f32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x5c,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_rsq_f32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x5c,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_rcp_f64 v[5:6], v[1:2]
-// GFX10: encoding: [0x01,0x5f,0x0a,0x7e]
+// GFX10: v_rcp_f64_e32 v[5:6], v[1:2]            ; encoding: [0x01,0x5f,0x0a,0x7e]
 
 v_rcp_f64 v[254:255], v[1:2]
-// GFX10: encoding: [0x01,0x5f,0xfc,0x7f]
+// GFX10: v_rcp_f64_e32 v[254:255], v[1:2]        ; encoding: [0x01,0x5f,0xfc,0x7f]
 
 v_rcp_f64 v[5:6], v[254:255]
-// GFX10: encoding: [0xfe,0x5f,0x0a,0x7e]
+// GFX10: v_rcp_f64_e32 v[5:6], v[254:255]        ; encoding: [0xfe,0x5f,0x0a,0x7e]
 
 v_rcp_f64 v[5:6], s[2:3]
-// GFX10: encoding: [0x02,0x5e,0x0a,0x7e]
+// GFX10: v_rcp_f64_e32 v[5:6], s[2:3]            ; encoding: [0x02,0x5e,0x0a,0x7e]
 
 v_rcp_f64 v[5:6], s[4:5]
-// GFX10: encoding: [0x04,0x5e,0x0a,0x7e]
+// GFX10: v_rcp_f64_e32 v[5:6], s[4:5]            ; encoding: [0x04,0x5e,0x0a,0x7e]
 
 v_rcp_f64 v[5:6], s[102:103]
-// GFX10: encoding: [0x66,0x5e,0x0a,0x7e]
+// GFX10: v_rcp_f64_e32 v[5:6], s[102:103]        ; encoding: [0x66,0x5e,0x0a,0x7e]
 
 v_rcp_f64 v[5:6], vcc
-// GFX10: encoding: [0x6a,0x5e,0x0a,0x7e]
+// GFX10: v_rcp_f64_e32 v[5:6], vcc               ; encoding: [0x6a,0x5e,0x0a,0x7e]
 
 v_rcp_f64 v[5:6], ttmp[10:11]
-// GFX10: encoding: [0x76,0x5e,0x0a,0x7e]
+// GFX10: v_rcp_f64_e32 v[5:6], ttmp[10:11]       ; encoding: [0x76,0x5e,0x0a,0x7e]
 
 v_rcp_f64 v[5:6], exec
-// GFX10: encoding: [0x7e,0x5e,0x0a,0x7e]
+// GFX10: v_rcp_f64_e32 v[5:6], exec              ; encoding: [0x7e,0x5e,0x0a,0x7e]
 
 v_rcp_f64 v[5:6], 0
-// GFX10: encoding: [0x80,0x5e,0x0a,0x7e]
+// GFX10: v_rcp_f64_e32 v[5:6], 0                 ; encoding: [0x80,0x5e,0x0a,0x7e]
 
 v_rcp_f64 v[5:6], -1
-// GFX10: encoding: [0xc1,0x5e,0x0a,0x7e]
+// GFX10: v_rcp_f64_e32 v[5:6], -1                ; encoding: [0xc1,0x5e,0x0a,0x7e]
 
 v_rcp_f64 v[5:6], 0.5
-// GFX10: encoding: [0xf0,0x5e,0x0a,0x7e]
+// GFX10: v_rcp_f64_e32 v[5:6], 0.5               ; encoding: [0xf0,0x5e,0x0a,0x7e]
 
 v_rcp_f64 v[5:6], -4.0
-// GFX10: encoding: [0xf7,0x5e,0x0a,0x7e]
+// GFX10: v_rcp_f64_e32 v[5:6], -4.0              ; encoding: [0xf7,0x5e,0x0a,0x7e]
 
 v_rcp_f64 v[5:6], 0xaf123456
-// GFX10: encoding: [0xff,0x5e,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_rcp_f64_e32 v[5:6], 0xaf123456        ; encoding: [0xff,0x5e,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_rcp_f64 v[5:6], 0x3f717273
-// GFX10: encoding: [0xff,0x5e,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_rcp_f64_e32 v[5:6], 0x3f717273        ; encoding: [0xff,0x5e,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_rcp_f64_e64 v[5:6], v[1:2]
-// GFX10: encoding: [0x05,0x00,0xaf,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_rcp_f64_e64 v[5:6], v[1:2]            ; encoding: [0x05,0x00,0xaf,0xd5,0x01,0x01,0x00,0x00]
 
 v_rcp_f64_e64 v[254:255], v[1:2]
-// GFX10: encoding: [0xfe,0x00,0xaf,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_rcp_f64_e64 v[254:255], v[1:2]        ; encoding: [0xfe,0x00,0xaf,0xd5,0x01,0x01,0x00,0x00]
 
 v_rcp_f64_e64 v[5:6], v[254:255]
-// GFX10: encoding: [0x05,0x00,0xaf,0xd5,0xfe,0x01,0x00,0x00]
+// GFX10: v_rcp_f64_e64 v[5:6], v[254:255]        ; encoding: [0x05,0x00,0xaf,0xd5,0xfe,0x01,0x00,0x00]
 
 v_rcp_f64_e64 v[5:6], s[2:3]
-// GFX10: encoding: [0x05,0x00,0xaf,0xd5,0x02,0x00,0x00,0x00]
+// GFX10: v_rcp_f64_e64 v[5:6], s[2:3]            ; encoding: [0x05,0x00,0xaf,0xd5,0x02,0x00,0x00,0x00]
 
 v_rcp_f64_e64 v[5:6], s[4:5]
-// GFX10: encoding: [0x05,0x00,0xaf,0xd5,0x04,0x00,0x00,0x00]
+// GFX10: v_rcp_f64_e64 v[5:6], s[4:5]            ; encoding: [0x05,0x00,0xaf,0xd5,0x04,0x00,0x00,0x00]
 
 v_rcp_f64_e64 v[5:6], s[100:101]
-// GFX10: encoding: [0x05,0x00,0xaf,0xd5,0x64,0x00,0x00,0x00]
+// GFX10: v_rcp_f64_e64 v[5:6], s[100:101]        ; encoding: [0x05,0x00,0xaf,0xd5,0x64,0x00,0x00,0x00]
 
 v_rcp_f64_e64 v[5:6], vcc
-// GFX10: encoding: [0x05,0x00,0xaf,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_rcp_f64_e64 v[5:6], vcc               ; encoding: [0x05,0x00,0xaf,0xd5,0x6a,0x00,0x00,0x00]
 
 v_rcp_f64_e64 v[5:6], exec
-// GFX10: encoding: [0x05,0x00,0xaf,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_rcp_f64_e64 v[5:6], exec              ; encoding: [0x05,0x00,0xaf,0xd5,0x7e,0x00,0x00,0x00]
 
 v_rcp_f64_e64 v[5:6], 0
-// GFX10: encoding: [0x05,0x00,0xaf,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_rcp_f64_e64 v[5:6], 0                 ; encoding: [0x05,0x00,0xaf,0xd5,0x80,0x00,0x00,0x00]
 
 v_rcp_f64_e64 v[5:6], -1
-// GFX10: encoding: [0x05,0x00,0xaf,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_rcp_f64_e64 v[5:6], -1                ; encoding: [0x05,0x00,0xaf,0xd5,0xc1,0x00,0x00,0x00]
 
 v_rcp_f64_e64 v[5:6], 0.5
-// GFX10: encoding: [0x05,0x00,0xaf,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_rcp_f64_e64 v[5:6], 0.5               ; encoding: [0x05,0x00,0xaf,0xd5,0xf0,0x00,0x00,0x00]
 
 v_rcp_f64_e64 v[5:6], -4.0
-// GFX10: encoding: [0x05,0x00,0xaf,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_rcp_f64_e64 v[5:6], -4.0              ; encoding: [0x05,0x00,0xaf,0xd5,0xf7,0x00,0x00,0x00]
 
 v_rcp_f64_e64 v[5:6], -v[1:2]
-// GFX10: encoding: [0x05,0x00,0xaf,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_rcp_f64_e64 v[5:6], -v[1:2]           ; encoding: [0x05,0x00,0xaf,0xd5,0x01,0x01,0x00,0x20]
 
 v_rcp_f64_e64 v[5:6], |v[1:2]|
-// GFX10: encoding: [0x05,0x01,0xaf,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_rcp_f64_e64 v[5:6], |v[1:2]|          ; encoding: [0x05,0x01,0xaf,0xd5,0x01,0x01,0x00,0x00]
 
 v_rcp_f64_e64 v[5:6], v[1:2] clamp
-// GFX10: encoding: [0x05,0x80,0xaf,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_rcp_f64_e64 v[5:6], v[1:2] clamp      ; encoding: [0x05,0x80,0xaf,0xd5,0x01,0x01,0x00,0x00]
 
 v_rcp_f64_e64 v[5:6], v[1:2] mul:2
-// GFX10: encoding: [0x05,0x00,0xaf,0xd5,0x01,0x01,0x00,0x08]
+// GFX10: v_rcp_f64_e64 v[5:6], v[1:2] mul:2      ; encoding: [0x05,0x00,0xaf,0xd5,0x01,0x01,0x00,0x08]
 
 v_rcp_f64_e64 v[5:6], v[1:2] mul:4
-// GFX10: encoding: [0x05,0x00,0xaf,0xd5,0x01,0x01,0x00,0x10]
+// GFX10: v_rcp_f64_e64 v[5:6], v[1:2] mul:4      ; encoding: [0x05,0x00,0xaf,0xd5,0x01,0x01,0x00,0x10]
 
 v_rcp_f64_e64 v[5:6], v[1:2] div:2
-// GFX10: encoding: [0x05,0x00,0xaf,0xd5,0x01,0x01,0x00,0x18]
+// GFX10: v_rcp_f64_e64 v[5:6], v[1:2] div:2      ; encoding: [0x05,0x00,0xaf,0xd5,0x01,0x01,0x00,0x18]
 
 v_rsq_f64 v[5:6], v[1:2]
-// GFX10: encoding: [0x01,0x63,0x0a,0x7e]
+// GFX10: v_rsq_f64_e32 v[5:6], v[1:2]            ; encoding: [0x01,0x63,0x0a,0x7e]
 
 v_rsq_f64 v[254:255], v[1:2]
-// GFX10: encoding: [0x01,0x63,0xfc,0x7f]
+// GFX10: v_rsq_f64_e32 v[254:255], v[1:2]        ; encoding: [0x01,0x63,0xfc,0x7f]
 
 v_rsq_f64 v[5:6], v[254:255]
-// GFX10: encoding: [0xfe,0x63,0x0a,0x7e]
+// GFX10: v_rsq_f64_e32 v[5:6], v[254:255]        ; encoding: [0xfe,0x63,0x0a,0x7e]
 
 v_rsq_f64 v[5:6], s[2:3]
-// GFX10: encoding: [0x02,0x62,0x0a,0x7e]
+// GFX10: v_rsq_f64_e32 v[5:6], s[2:3]            ; encoding: [0x02,0x62,0x0a,0x7e]
 
 v_rsq_f64 v[5:6], s[4:5]
-// GFX10: encoding: [0x04,0x62,0x0a,0x7e]
+// GFX10: v_rsq_f64_e32 v[5:6], s[4:5]            ; encoding: [0x04,0x62,0x0a,0x7e]
 
 v_rsq_f64 v[5:6], s[102:103]
-// GFX10: encoding: [0x66,0x62,0x0a,0x7e]
+// GFX10: v_rsq_f64_e32 v[5:6], s[102:103]        ; encoding: [0x66,0x62,0x0a,0x7e]
 
 v_rsq_f64 v[5:6], vcc
-// GFX10: encoding: [0x6a,0x62,0x0a,0x7e]
+// GFX10: v_rsq_f64_e32 v[5:6], vcc               ; encoding: [0x6a,0x62,0x0a,0x7e]
 
 v_rsq_f64 v[5:6], ttmp[10:11]
-// GFX10: encoding: [0x76,0x62,0x0a,0x7e]
+// GFX10: v_rsq_f64_e32 v[5:6], ttmp[10:11]       ; encoding: [0x76,0x62,0x0a,0x7e]
 
 v_rsq_f64 v[5:6], exec
-// GFX10: encoding: [0x7e,0x62,0x0a,0x7e]
+// GFX10: v_rsq_f64_e32 v[5:6], exec              ; encoding: [0x7e,0x62,0x0a,0x7e]
 
 v_rsq_f64 v[5:6], 0
-// GFX10: encoding: [0x80,0x62,0x0a,0x7e]
+// GFX10: v_rsq_f64_e32 v[5:6], 0                 ; encoding: [0x80,0x62,0x0a,0x7e]
 
 v_rsq_f64 v[5:6], -1
-// GFX10: encoding: [0xc1,0x62,0x0a,0x7e]
+// GFX10: v_rsq_f64_e32 v[5:6], -1                ; encoding: [0xc1,0x62,0x0a,0x7e]
 
 v_rsq_f64 v[5:6], 0.5
-// GFX10: encoding: [0xf0,0x62,0x0a,0x7e]
+// GFX10: v_rsq_f64_e32 v[5:6], 0.5               ; encoding: [0xf0,0x62,0x0a,0x7e]
 
 v_rsq_f64 v[5:6], -4.0
-// GFX10: encoding: [0xf7,0x62,0x0a,0x7e]
+// GFX10: v_rsq_f64_e32 v[5:6], -4.0              ; encoding: [0xf7,0x62,0x0a,0x7e]
 
 v_rsq_f64 v[5:6], 0xaf123456
-// GFX10: encoding: [0xff,0x62,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_rsq_f64_e32 v[5:6], 0xaf123456        ; encoding: [0xff,0x62,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_rsq_f64 v[5:6], 0x3f717273
-// GFX10: encoding: [0xff,0x62,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_rsq_f64_e32 v[5:6], 0x3f717273        ; encoding: [0xff,0x62,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_rsq_f64_e64 v[5:6], v[1:2]
-// GFX10: encoding: [0x05,0x00,0xb1,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_rsq_f64_e64 v[5:6], v[1:2]            ; encoding: [0x05,0x00,0xb1,0xd5,0x01,0x01,0x00,0x00]
 
 v_rsq_f64_e64 v[254:255], v[1:2]
-// GFX10: encoding: [0xfe,0x00,0xb1,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_rsq_f64_e64 v[254:255], v[1:2]        ; encoding: [0xfe,0x00,0xb1,0xd5,0x01,0x01,0x00,0x00]
 
 v_rsq_f64_e64 v[5:6], v[254:255]
-// GFX10: encoding: [0x05,0x00,0xb1,0xd5,0xfe,0x01,0x00,0x00]
+// GFX10: v_rsq_f64_e64 v[5:6], v[254:255]        ; encoding: [0x05,0x00,0xb1,0xd5,0xfe,0x01,0x00,0x00]
 
 v_rsq_f64_e64 v[5:6], s[2:3]
-// GFX10: encoding: [0x05,0x00,0xb1,0xd5,0x02,0x00,0x00,0x00]
+// GFX10: v_rsq_f64_e64 v[5:6], s[2:3]            ; encoding: [0x05,0x00,0xb1,0xd5,0x02,0x00,0x00,0x00]
 
 v_rsq_f64_e64 v[5:6], s[4:5]
-// GFX10: encoding: [0x05,0x00,0xb1,0xd5,0x04,0x00,0x00,0x00]
+// GFX10: v_rsq_f64_e64 v[5:6], s[4:5]            ; encoding: [0x05,0x00,0xb1,0xd5,0x04,0x00,0x00,0x00]
 
 v_rsq_f64_e64 v[5:6], s[100:101]
-// GFX10: encoding: [0x05,0x00,0xb1,0xd5,0x64,0x00,0x00,0x00]
+// GFX10: v_rsq_f64_e64 v[5:6], s[100:101]        ; encoding: [0x05,0x00,0xb1,0xd5,0x64,0x00,0x00,0x00]
 
 v_rsq_f64_e64 v[5:6], vcc
-// GFX10: encoding: [0x05,0x00,0xb1,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_rsq_f64_e64 v[5:6], vcc               ; encoding: [0x05,0x00,0xb1,0xd5,0x6a,0x00,0x00,0x00]
 
 v_rsq_f64_e64 v[5:6], exec
-// GFX10: encoding: [0x05,0x00,0xb1,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_rsq_f64_e64 v[5:6], exec              ; encoding: [0x05,0x00,0xb1,0xd5,0x7e,0x00,0x00,0x00]
 
 v_rsq_f64_e64 v[5:6], 0
-// GFX10: encoding: [0x05,0x00,0xb1,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_rsq_f64_e64 v[5:6], 0                 ; encoding: [0x05,0x00,0xb1,0xd5,0x80,0x00,0x00,0x00]
 
 v_rsq_f64_e64 v[5:6], -1
-// GFX10: encoding: [0x05,0x00,0xb1,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_rsq_f64_e64 v[5:6], -1                ; encoding: [0x05,0x00,0xb1,0xd5,0xc1,0x00,0x00,0x00]
 
 v_rsq_f64_e64 v[5:6], 0.5
-// GFX10: encoding: [0x05,0x00,0xb1,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_rsq_f64_e64 v[5:6], 0.5               ; encoding: [0x05,0x00,0xb1,0xd5,0xf0,0x00,0x00,0x00]
 
 v_rsq_f64_e64 v[5:6], -4.0
-// GFX10: encoding: [0x05,0x00,0xb1,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_rsq_f64_e64 v[5:6], -4.0              ; encoding: [0x05,0x00,0xb1,0xd5,0xf7,0x00,0x00,0x00]
 
 v_rsq_f64_e64 v[5:6], -v[1:2]
-// GFX10: encoding: [0x05,0x00,0xb1,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_rsq_f64_e64 v[5:6], -v[1:2]           ; encoding: [0x05,0x00,0xb1,0xd5,0x01,0x01,0x00,0x20]
 
 v_rsq_f64_e64 v[5:6], |v[1:2]|
-// GFX10: encoding: [0x05,0x01,0xb1,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_rsq_f64_e64 v[5:6], |v[1:2]|          ; encoding: [0x05,0x01,0xb1,0xd5,0x01,0x01,0x00,0x00]
 
 v_rsq_f64_e64 v[5:6], v[1:2] clamp
-// GFX10: encoding: [0x05,0x80,0xb1,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_rsq_f64_e64 v[5:6], v[1:2] clamp      ; encoding: [0x05,0x80,0xb1,0xd5,0x01,0x01,0x00,0x00]
 
 v_rsq_f64_e64 v[5:6], v[1:2] mul:2
-// GFX10: encoding: [0x05,0x00,0xb1,0xd5,0x01,0x01,0x00,0x08]
+// GFX10: v_rsq_f64_e64 v[5:6], v[1:2] mul:2      ; encoding: [0x05,0x00,0xb1,0xd5,0x01,0x01,0x00,0x08]
 
 v_rsq_f64_e64 v[5:6], v[1:2] mul:4
-// GFX10: encoding: [0x05,0x00,0xb1,0xd5,0x01,0x01,0x00,0x10]
+// GFX10: v_rsq_f64_e64 v[5:6], v[1:2] mul:4      ; encoding: [0x05,0x00,0xb1,0xd5,0x01,0x01,0x00,0x10]
 
 v_rsq_f64_e64 v[5:6], v[1:2] div:2
-// GFX10: encoding: [0x05,0x00,0xb1,0xd5,0x01,0x01,0x00,0x18]
+// GFX10: v_rsq_f64_e64 v[5:6], v[1:2] div:2      ; encoding: [0x05,0x00,0xb1,0xd5,0x01,0x01,0x00,0x18]
 
 v_sqrt_f32 v5, v1
-// GFX10: encoding: [0x01,0x67,0x0a,0x7e]
+// GFX10: v_sqrt_f32_e32 v5, v1                   ; encoding: [0x01,0x67,0x0a,0x7e]
 
 v_sqrt_f32 v255, v1
-// GFX10: encoding: [0x01,0x67,0xfe,0x7f]
+// GFX10: v_sqrt_f32_e32 v255, v1                 ; encoding: [0x01,0x67,0xfe,0x7f]
 
 v_sqrt_f32 v5, v255
-// GFX10: encoding: [0xff,0x67,0x0a,0x7e]
+// GFX10: v_sqrt_f32_e32 v5, v255                 ; encoding: [0xff,0x67,0x0a,0x7e]
 
 v_sqrt_f32 v5, s1
-// GFX10: encoding: [0x01,0x66,0x0a,0x7e]
+// GFX10: v_sqrt_f32_e32 v5, s1                   ; encoding: [0x01,0x66,0x0a,0x7e]
 
 v_sqrt_f32 v5, s103
-// GFX10: encoding: [0x67,0x66,0x0a,0x7e]
+// GFX10: v_sqrt_f32_e32 v5, s103                 ; encoding: [0x67,0x66,0x0a,0x7e]
 
 v_sqrt_f32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0x66,0x0a,0x7e]
+// GFX10: v_sqrt_f32_e32 v5, vcc_lo               ; encoding: [0x6a,0x66,0x0a,0x7e]
 
 v_sqrt_f32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0x66,0x0a,0x7e]
+// GFX10: v_sqrt_f32_e32 v5, vcc_hi               ; encoding: [0x6b,0x66,0x0a,0x7e]
 
 v_sqrt_f32 v5, ttmp11
-// GFX10: encoding: [0x77,0x66,0x0a,0x7e]
+// GFX10: v_sqrt_f32_e32 v5, ttmp11               ; encoding: [0x77,0x66,0x0a,0x7e]
 
 v_sqrt_f32 v5, m0
-// GFX10: encoding: [0x7c,0x66,0x0a,0x7e]
+// GFX10: v_sqrt_f32_e32 v5, m0                   ; encoding: [0x7c,0x66,0x0a,0x7e]
 
 v_sqrt_f32 v5, exec_lo
-// GFX10: encoding: [0x7e,0x66,0x0a,0x7e]
+// GFX10: v_sqrt_f32_e32 v5, exec_lo              ; encoding: [0x7e,0x66,0x0a,0x7e]
 
 v_sqrt_f32 v5, exec_hi
-// GFX10: encoding: [0x7f,0x66,0x0a,0x7e]
+// GFX10: v_sqrt_f32_e32 v5, exec_hi              ; encoding: [0x7f,0x66,0x0a,0x7e]
 
 v_sqrt_f32 v5, 0
-// GFX10: encoding: [0x80,0x66,0x0a,0x7e]
+// GFX10: v_sqrt_f32_e32 v5, 0                    ; encoding: [0x80,0x66,0x0a,0x7e]
 
 v_sqrt_f32 v5, -1
-// GFX10: encoding: [0xc1,0x66,0x0a,0x7e]
+// GFX10: v_sqrt_f32_e32 v5, -1                   ; encoding: [0xc1,0x66,0x0a,0x7e]
 
 v_sqrt_f32 v5, 0.5
-// GFX10: encoding: [0xf0,0x66,0x0a,0x7e]
+// GFX10: v_sqrt_f32_e32 v5, 0.5                  ; encoding: [0xf0,0x66,0x0a,0x7e]
 
 v_sqrt_f32 v5, -4.0
-// GFX10: encoding: [0xf7,0x66,0x0a,0x7e]
+// GFX10: v_sqrt_f32_e32 v5, -4.0                 ; encoding: [0xf7,0x66,0x0a,0x7e]
 
 v_sqrt_f32 v5, 0xaf123456
-// GFX10: encoding: [0xff,0x66,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_sqrt_f32_e32 v5, 0xaf123456           ; encoding: [0xff,0x66,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_sqrt_f32 v5, 0x3f717273
-// GFX10: encoding: [0xff,0x66,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_sqrt_f32_e32 v5, 0x3f717273           ; encoding: [0xff,0x66,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_sqrt_f32_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0xb3,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_sqrt_f32_e64 v5, v1                   ; encoding: [0x05,0x00,0xb3,0xd5,0x01,0x01,0x00,0x00]
 
 v_sqrt_f32_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0xb3,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_sqrt_f32_e64 v255, v1                 ; encoding: [0xff,0x00,0xb3,0xd5,0x01,0x01,0x00,0x00]
 
 v_sqrt_f32_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0xb3,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_sqrt_f32_e64 v5, v255                 ; encoding: [0x05,0x00,0xb3,0xd5,0xff,0x01,0x00,0x00]
 
 v_sqrt_f32_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0xb3,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_sqrt_f32_e64 v5, s1                   ; encoding: [0x05,0x00,0xb3,0xd5,0x01,0x00,0x00,0x00]
 
 v_sqrt_f32_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0xb3,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_sqrt_f32_e64 v5, s101                 ; encoding: [0x05,0x00,0xb3,0xd5,0x65,0x00,0x00,0x00]
 
 v_sqrt_f32_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0xb3,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_sqrt_f32_e64 v5, vcc_lo               ; encoding: [0x05,0x00,0xb3,0xd5,0x6a,0x00,0x00,0x00]
 
 v_sqrt_f32_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0xb3,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_sqrt_f32_e64 v5, vcc_hi               ; encoding: [0x05,0x00,0xb3,0xd5,0x6b,0x00,0x00,0x00]
 
 v_sqrt_f32_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0xb3,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_sqrt_f32_e64 v5, m0                   ; encoding: [0x05,0x00,0xb3,0xd5,0x7c,0x00,0x00,0x00]
 
 v_sqrt_f32_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0xb3,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_sqrt_f32_e64 v5, exec_lo              ; encoding: [0x05,0x00,0xb3,0xd5,0x7e,0x00,0x00,0x00]
 
 v_sqrt_f32_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0xb3,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_sqrt_f32_e64 v5, exec_hi              ; encoding: [0x05,0x00,0xb3,0xd5,0x7f,0x00,0x00,0x00]
 
 v_sqrt_f32_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0xb3,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_sqrt_f32_e64 v5, 0                    ; encoding: [0x05,0x00,0xb3,0xd5,0x80,0x00,0x00,0x00]
 
 v_sqrt_f32_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0xb3,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_sqrt_f32_e64 v5, -1                   ; encoding: [0x05,0x00,0xb3,0xd5,0xc1,0x00,0x00,0x00]
 
 v_sqrt_f32_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0xb3,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_sqrt_f32_e64 v5, 0.5                  ; encoding: [0x05,0x00,0xb3,0xd5,0xf0,0x00,0x00,0x00]
 
 v_sqrt_f32_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0xb3,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_sqrt_f32_e64 v5, -4.0                 ; encoding: [0x05,0x00,0xb3,0xd5,0xf7,0x00,0x00,0x00]
 
 v_sqrt_f32_e64 v5, -v1
-// GFX10: encoding: [0x05,0x00,0xb3,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_sqrt_f32_e64 v5, -v1                  ; encoding: [0x05,0x00,0xb3,0xd5,0x01,0x01,0x00,0x20]
 
 v_sqrt_f32_e64 v5, |v1|
-// GFX10: encoding: [0x05,0x01,0xb3,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_sqrt_f32_e64 v5, |v1|                 ; encoding: [0x05,0x01,0xb3,0xd5,0x01,0x01,0x00,0x00]
 
 v_sqrt_f32_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0xb3,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_sqrt_f32_e64 v5, v1 clamp             ; encoding: [0x05,0x80,0xb3,0xd5,0x01,0x01,0x00,0x00]
 
 v_sqrt_f32_e64 v5, v1 mul:2
-// GFX10: encoding: [0x05,0x00,0xb3,0xd5,0x01,0x01,0x00,0x08]
+// GFX10: v_sqrt_f32_e64 v5, v1 mul:2             ; encoding: [0x05,0x00,0xb3,0xd5,0x01,0x01,0x00,0x08]
 
 v_sqrt_f32_e64 v5, v1 mul:4
-// GFX10: encoding: [0x05,0x00,0xb3,0xd5,0x01,0x01,0x00,0x10]
+// GFX10: v_sqrt_f32_e64 v5, v1 mul:4             ; encoding: [0x05,0x00,0xb3,0xd5,0x01,0x01,0x00,0x10]
 
 v_sqrt_f32_e64 v5, v1 div:2
-// GFX10: encoding: [0x05,0x00,0xb3,0xd5,0x01,0x01,0x00,0x18]
+// GFX10: v_sqrt_f32_e64 v5, v1 div:2             ; encoding: [0x05,0x00,0xb3,0xd5,0x01,0x01,0x00,0x18]
 
 v_sqrt_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_sqrt_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_sqrt_f32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x66,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_sqrt_f32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x66,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_sqrt_f32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x66,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_sqrt_f32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x66,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_sqrt_f32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_sqrt_f32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_sqrt_f32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x66,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_sqrt_f32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x66,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_sqrt_f32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x66,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_sqrt_f32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x66,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_sqrt_f32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x66,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_sqrt_f32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x66,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_sqrt_f32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x66,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_sqrt_f32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x66,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_sqrt_f32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x66,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_sqrt_f32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x66,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_sqrt_f32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x66,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_sqrt_f32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x66,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_sqrt_f32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_sqrt_f32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_sqrt_f32_sdwa v5, v1 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x46,0x06,0x00]
+// GFX10: v_sqrt_f32_sdwa v5, v1 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x46,0x06,0x00]
 
 v_sqrt_f32_sdwa v5, v1 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x86,0x06,0x00]
+// GFX10: v_sqrt_f32_sdwa v5, v1 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x86,0x06,0x00]
 
 v_sqrt_f32_sdwa v5, v1 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x66,0x0a,0x7e,0x01,0xc6,0x06,0x00]
+// GFX10: v_sqrt_f32_sdwa v5, v1 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x66,0x0a,0x7e,0x01,0xc6,0x06,0x00]
 
 v_sqrt_f32_sdwa v5, v1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_sqrt_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_sqrt_f32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_sqrt_f32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_sqrt_f32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_sqrt_f32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_sqrt_f32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_sqrt_f32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_sqrt_f32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_sqrt_f32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_sqrt_f32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_sqrt_f32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_sqrt_f32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_sqrt_f32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_sqrt_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_sqrt_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_sqrt_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_sqrt_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_sqrt_f32_sdwa v5, v1 dst_sel:DWORD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_sqrt_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_sqrt_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD
-// GFX10: encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_sqrt_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_sqrt_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_sqrt_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_sqrt_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_sqrt_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_sqrt_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_sqrt_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_sqrt_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_sqrt_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_sqrt_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_sqrt_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_sqrt_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_sqrt_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_sqrt_f32_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x06,0x16,0x00]
+// GFX10: v_sqrt_f32_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x06,0x16,0x00]
 
 v_sqrt_f32_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x06,0x26,0x00]
+// GFX10: v_sqrt_f32_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x66,0x0a,0x7e,0x01,0x06,0x26,0x00]
 
 v_sqrt_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x66,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_sqrt_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x66,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_sqrt_f32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x66,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_sqrt_f32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x66,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_sqrt_f32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x66,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_sqrt_f32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x66,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_sqrt_f32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x66,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_sqrt_f32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x66,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_sqrt_f32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x66,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_sqrt_f32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x66,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_sqrt_f32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x66,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_sqrt_f32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x66,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_sqrt_f32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x66,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_sqrt_f32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x66,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_sqrt_f32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x66,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_sqrt_f32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x66,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_sqrt_f32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x66,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_sqrt_f32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x66,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_sqrt_f32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x66,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_sqrt_f32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x66,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_sqrt_f32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x66,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_sqrt_f32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x66,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_sqrt_f32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x66,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_sqrt_f32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x66,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_sqrt_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x66,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_sqrt_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x66,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_sqrt_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x66,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_sqrt_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x66,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_sqrt_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x66,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_sqrt_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x66,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_sqrt_f32_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0x66,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_sqrt_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x66,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_sqrt_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x66,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_sqrt_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x66,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_sqrt_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x66,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_sqrt_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x66,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_sqrt_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x66,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_sqrt_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x66,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_sqrt_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0x66,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_sqrt_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x66,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_sqrt_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x66,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_sqrt_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x66,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_sqrt_f32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x66,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_sqrt_f32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x66,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_sqrt_f32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x66,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_sqrt_f32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x66,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_sqrt_f32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x66,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_sqrt_f32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x66,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_sqrt_f32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x66,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_sqrt_f32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x66,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_sqrt_f64 v[5:6], v[1:2]
-// GFX10: encoding: [0x01,0x69,0x0a,0x7e]
+// GFX10: v_sqrt_f64_e32 v[5:6], v[1:2]           ; encoding: [0x01,0x69,0x0a,0x7e]
 
 v_sqrt_f64 v[254:255], v[1:2]
-// GFX10: encoding: [0x01,0x69,0xfc,0x7f]
+// GFX10: v_sqrt_f64_e32 v[254:255], v[1:2]       ; encoding: [0x01,0x69,0xfc,0x7f]
 
 v_sqrt_f64 v[5:6], v[254:255]
-// GFX10: encoding: [0xfe,0x69,0x0a,0x7e]
+// GFX10: v_sqrt_f64_e32 v[5:6], v[254:255]       ; encoding: [0xfe,0x69,0x0a,0x7e]
 
 v_sqrt_f64 v[5:6], s[2:3]
-// GFX10: encoding: [0x02,0x68,0x0a,0x7e]
+// GFX10: v_sqrt_f64_e32 v[5:6], s[2:3]           ; encoding: [0x02,0x68,0x0a,0x7e]
 
 v_sqrt_f64 v[5:6], s[4:5]
-// GFX10: encoding: [0x04,0x68,0x0a,0x7e]
+// GFX10: v_sqrt_f64_e32 v[5:6], s[4:5]           ; encoding: [0x04,0x68,0x0a,0x7e]
 
 v_sqrt_f64 v[5:6], s[102:103]
-// GFX10: encoding: [0x66,0x68,0x0a,0x7e]
+// GFX10: v_sqrt_f64_e32 v[5:6], s[102:103]       ; encoding: [0x66,0x68,0x0a,0x7e]
 
 v_sqrt_f64 v[5:6], vcc
-// GFX10: encoding: [0x6a,0x68,0x0a,0x7e]
+// GFX10: v_sqrt_f64_e32 v[5:6], vcc              ; encoding: [0x6a,0x68,0x0a,0x7e]
 
 v_sqrt_f64 v[5:6], ttmp[10:11]
-// GFX10: encoding: [0x76,0x68,0x0a,0x7e]
+// GFX10: v_sqrt_f64_e32 v[5:6], ttmp[10:11]      ; encoding: [0x76,0x68,0x0a,0x7e]
 
 v_sqrt_f64 v[5:6], exec
-// GFX10: encoding: [0x7e,0x68,0x0a,0x7e]
+// GFX10: v_sqrt_f64_e32 v[5:6], exec             ; encoding: [0x7e,0x68,0x0a,0x7e]
 
 v_sqrt_f64 v[5:6], 0
-// GFX10: encoding: [0x80,0x68,0x0a,0x7e]
+// GFX10: v_sqrt_f64_e32 v[5:6], 0                ; encoding: [0x80,0x68,0x0a,0x7e]
 
 v_sqrt_f64 v[5:6], -1
-// GFX10: encoding: [0xc1,0x68,0x0a,0x7e]
+// GFX10: v_sqrt_f64_e32 v[5:6], -1               ; encoding: [0xc1,0x68,0x0a,0x7e]
 
 v_sqrt_f64 v[5:6], 0.5
-// GFX10: encoding: [0xf0,0x68,0x0a,0x7e]
+// GFX10: v_sqrt_f64_e32 v[5:6], 0.5              ; encoding: [0xf0,0x68,0x0a,0x7e]
 
 v_sqrt_f64 v[5:6], -4.0
-// GFX10: encoding: [0xf7,0x68,0x0a,0x7e]
+// GFX10: v_sqrt_f64_e32 v[5:6], -4.0             ; encoding: [0xf7,0x68,0x0a,0x7e]
 
 v_sqrt_f64 v[5:6], 0xaf123456
-// GFX10: encoding: [0xff,0x68,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_sqrt_f64_e32 v[5:6], 0xaf123456       ; encoding: [0xff,0x68,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_sqrt_f64 v[5:6], 0x3f717273
-// GFX10: encoding: [0xff,0x68,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_sqrt_f64_e32 v[5:6], 0x3f717273       ; encoding: [0xff,0x68,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_sqrt_f64_e64 v[5:6], v[1:2]
-// GFX10: encoding: [0x05,0x00,0xb4,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_sqrt_f64_e64 v[5:6], v[1:2]           ; encoding: [0x05,0x00,0xb4,0xd5,0x01,0x01,0x00,0x00]
 
 v_sqrt_f64_e64 v[254:255], v[1:2]
-// GFX10: encoding: [0xfe,0x00,0xb4,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_sqrt_f64_e64 v[254:255], v[1:2]       ; encoding: [0xfe,0x00,0xb4,0xd5,0x01,0x01,0x00,0x00]
 
 v_sqrt_f64_e64 v[5:6], v[254:255]
-// GFX10: encoding: [0x05,0x00,0xb4,0xd5,0xfe,0x01,0x00,0x00]
+// GFX10: v_sqrt_f64_e64 v[5:6], v[254:255]       ; encoding: [0x05,0x00,0xb4,0xd5,0xfe,0x01,0x00,0x00]
 
 v_sqrt_f64_e64 v[5:6], s[2:3]
-// GFX10: encoding: [0x05,0x00,0xb4,0xd5,0x02,0x00,0x00,0x00]
+// GFX10: v_sqrt_f64_e64 v[5:6], s[2:3]           ; encoding: [0x05,0x00,0xb4,0xd5,0x02,0x00,0x00,0x00]
 
 v_sqrt_f64_e64 v[5:6], s[4:5]
-// GFX10: encoding: [0x05,0x00,0xb4,0xd5,0x04,0x00,0x00,0x00]
+// GFX10: v_sqrt_f64_e64 v[5:6], s[4:5]           ; encoding: [0x05,0x00,0xb4,0xd5,0x04,0x00,0x00,0x00]
 
 v_sqrt_f64_e64 v[5:6], s[100:101]
-// GFX10: encoding: [0x05,0x00,0xb4,0xd5,0x64,0x00,0x00,0x00]
+// GFX10: v_sqrt_f64_e64 v[5:6], s[100:101]       ; encoding: [0x05,0x00,0xb4,0xd5,0x64,0x00,0x00,0x00]
 
 v_sqrt_f64_e64 v[5:6], vcc
-// GFX10: encoding: [0x05,0x00,0xb4,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_sqrt_f64_e64 v[5:6], vcc              ; encoding: [0x05,0x00,0xb4,0xd5,0x6a,0x00,0x00,0x00]
 
 v_sqrt_f64_e64 v[5:6], exec
-// GFX10: encoding: [0x05,0x00,0xb4,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_sqrt_f64_e64 v[5:6], exec             ; encoding: [0x05,0x00,0xb4,0xd5,0x7e,0x00,0x00,0x00]
 
 v_sqrt_f64_e64 v[5:6], 0
-// GFX10: encoding: [0x05,0x00,0xb4,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_sqrt_f64_e64 v[5:6], 0                ; encoding: [0x05,0x00,0xb4,0xd5,0x80,0x00,0x00,0x00]
 
 v_sqrt_f64_e64 v[5:6], -1
-// GFX10: encoding: [0x05,0x00,0xb4,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_sqrt_f64_e64 v[5:6], -1               ; encoding: [0x05,0x00,0xb4,0xd5,0xc1,0x00,0x00,0x00]
 
 v_sqrt_f64_e64 v[5:6], 0.5
-// GFX10: encoding: [0x05,0x00,0xb4,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_sqrt_f64_e64 v[5:6], 0.5              ; encoding: [0x05,0x00,0xb4,0xd5,0xf0,0x00,0x00,0x00]
 
 v_sqrt_f64_e64 v[5:6], -4.0
-// GFX10: encoding: [0x05,0x00,0xb4,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_sqrt_f64_e64 v[5:6], -4.0             ; encoding: [0x05,0x00,0xb4,0xd5,0xf7,0x00,0x00,0x00]
 
 v_sqrt_f64_e64 v[5:6], -v[1:2]
-// GFX10: encoding: [0x05,0x00,0xb4,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_sqrt_f64_e64 v[5:6], -v[1:2]          ; encoding: [0x05,0x00,0xb4,0xd5,0x01,0x01,0x00,0x20]
 
 v_sqrt_f64_e64 v[5:6], |v[1:2]|
-// GFX10: encoding: [0x05,0x01,0xb4,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_sqrt_f64_e64 v[5:6], |v[1:2]|         ; encoding: [0x05,0x01,0xb4,0xd5,0x01,0x01,0x00,0x00]
 
 v_sqrt_f64_e64 v[5:6], v[1:2] clamp
-// GFX10: encoding: [0x05,0x80,0xb4,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_sqrt_f64_e64 v[5:6], v[1:2] clamp     ; encoding: [0x05,0x80,0xb4,0xd5,0x01,0x01,0x00,0x00]
 
 v_sqrt_f64_e64 v[5:6], v[1:2] mul:2
-// GFX10: encoding: [0x05,0x00,0xb4,0xd5,0x01,0x01,0x00,0x08]
+// GFX10: v_sqrt_f64_e64 v[5:6], v[1:2] mul:2     ; encoding: [0x05,0x00,0xb4,0xd5,0x01,0x01,0x00,0x08]
 
 v_sqrt_f64_e64 v[5:6], v[1:2] mul:4
-// GFX10: encoding: [0x05,0x00,0xb4,0xd5,0x01,0x01,0x00,0x10]
+// GFX10: v_sqrt_f64_e64 v[5:6], v[1:2] mul:4     ; encoding: [0x05,0x00,0xb4,0xd5,0x01,0x01,0x00,0x10]
 
 v_sqrt_f64_e64 v[5:6], v[1:2] div:2
-// GFX10: encoding: [0x05,0x00,0xb4,0xd5,0x01,0x01,0x00,0x18]
+// GFX10: v_sqrt_f64_e64 v[5:6], v[1:2] div:2     ; encoding: [0x05,0x00,0xb4,0xd5,0x01,0x01,0x00,0x18]
 
 v_sin_f32 v5, v1
-// GFX10: encoding: [0x01,0x6b,0x0a,0x7e]
+// GFX10: v_sin_f32_e32 v5, v1                    ; encoding: [0x01,0x6b,0x0a,0x7e]
 
 v_sin_f32 v255, v1
-// GFX10: encoding: [0x01,0x6b,0xfe,0x7f]
+// GFX10: v_sin_f32_e32 v255, v1                  ; encoding: [0x01,0x6b,0xfe,0x7f]
 
 v_sin_f32 v5, v255
-// GFX10: encoding: [0xff,0x6b,0x0a,0x7e]
+// GFX10: v_sin_f32_e32 v5, v255                  ; encoding: [0xff,0x6b,0x0a,0x7e]
 
 v_sin_f32 v5, s1
-// GFX10: encoding: [0x01,0x6a,0x0a,0x7e]
+// GFX10: v_sin_f32_e32 v5, s1                    ; encoding: [0x01,0x6a,0x0a,0x7e]
 
 v_sin_f32 v5, s103
-// GFX10: encoding: [0x67,0x6a,0x0a,0x7e]
+// GFX10: v_sin_f32_e32 v5, s103                  ; encoding: [0x67,0x6a,0x0a,0x7e]
 
 v_sin_f32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0x6a,0x0a,0x7e]
+// GFX10: v_sin_f32_e32 v5, vcc_lo                ; encoding: [0x6a,0x6a,0x0a,0x7e]
 
 v_sin_f32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0x6a,0x0a,0x7e]
+// GFX10: v_sin_f32_e32 v5, vcc_hi                ; encoding: [0x6b,0x6a,0x0a,0x7e]
 
 v_sin_f32 v5, ttmp11
-// GFX10: encoding: [0x77,0x6a,0x0a,0x7e]
+// GFX10: v_sin_f32_e32 v5, ttmp11                ; encoding: [0x77,0x6a,0x0a,0x7e]
 
 v_sin_f32 v5, m0
-// GFX10: encoding: [0x7c,0x6a,0x0a,0x7e]
+// GFX10: v_sin_f32_e32 v5, m0                    ; encoding: [0x7c,0x6a,0x0a,0x7e]
 
 v_sin_f32 v5, exec_lo
-// GFX10: encoding: [0x7e,0x6a,0x0a,0x7e]
+// GFX10: v_sin_f32_e32 v5, exec_lo               ; encoding: [0x7e,0x6a,0x0a,0x7e]
 
 v_sin_f32 v5, exec_hi
-// GFX10: encoding: [0x7f,0x6a,0x0a,0x7e]
+// GFX10: v_sin_f32_e32 v5, exec_hi               ; encoding: [0x7f,0x6a,0x0a,0x7e]
 
 v_sin_f32 v5, 0
-// GFX10: encoding: [0x80,0x6a,0x0a,0x7e]
+// GFX10: v_sin_f32_e32 v5, 0                     ; encoding: [0x80,0x6a,0x0a,0x7e]
 
 v_sin_f32 v5, -1
-// GFX10: encoding: [0xc1,0x6a,0x0a,0x7e]
+// GFX10: v_sin_f32_e32 v5, -1                    ; encoding: [0xc1,0x6a,0x0a,0x7e]
 
 v_sin_f32 v5, 0.5
-// GFX10: encoding: [0xf0,0x6a,0x0a,0x7e]
+// GFX10: v_sin_f32_e32 v5, 0.5                   ; encoding: [0xf0,0x6a,0x0a,0x7e]
 
 v_sin_f32 v5, -4.0
-// GFX10: encoding: [0xf7,0x6a,0x0a,0x7e]
+// GFX10: v_sin_f32_e32 v5, -4.0                  ; encoding: [0xf7,0x6a,0x0a,0x7e]
 
 v_sin_f32 v5, 0xaf123456
-// GFX10: encoding: [0xff,0x6a,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_sin_f32_e32 v5, 0xaf123456            ; encoding: [0xff,0x6a,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_sin_f32 v5, 0x3f717273
-// GFX10: encoding: [0xff,0x6a,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_sin_f32_e32 v5, 0x3f717273            ; encoding: [0xff,0x6a,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_sin_f32_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0xb5,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_sin_f32_e64 v5, v1                    ; encoding: [0x05,0x00,0xb5,0xd5,0x01,0x01,0x00,0x00]
 
 v_sin_f32_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0xb5,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_sin_f32_e64 v255, v1                  ; encoding: [0xff,0x00,0xb5,0xd5,0x01,0x01,0x00,0x00]
 
 v_sin_f32_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0xb5,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_sin_f32_e64 v5, v255                  ; encoding: [0x05,0x00,0xb5,0xd5,0xff,0x01,0x00,0x00]
 
 v_sin_f32_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0xb5,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_sin_f32_e64 v5, s1                    ; encoding: [0x05,0x00,0xb5,0xd5,0x01,0x00,0x00,0x00]
 
 v_sin_f32_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0xb5,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_sin_f32_e64 v5, s101                  ; encoding: [0x05,0x00,0xb5,0xd5,0x65,0x00,0x00,0x00]
 
 v_sin_f32_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0xb5,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_sin_f32_e64 v5, vcc_lo                ; encoding: [0x05,0x00,0xb5,0xd5,0x6a,0x00,0x00,0x00]
 
 v_sin_f32_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0xb5,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_sin_f32_e64 v5, vcc_hi                ; encoding: [0x05,0x00,0xb5,0xd5,0x6b,0x00,0x00,0x00]
 
 v_sin_f32_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0xb5,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_sin_f32_e64 v5, m0                    ; encoding: [0x05,0x00,0xb5,0xd5,0x7c,0x00,0x00,0x00]
 
 v_sin_f32_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0xb5,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_sin_f32_e64 v5, exec_lo               ; encoding: [0x05,0x00,0xb5,0xd5,0x7e,0x00,0x00,0x00]
 
 v_sin_f32_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0xb5,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_sin_f32_e64 v5, exec_hi               ; encoding: [0x05,0x00,0xb5,0xd5,0x7f,0x00,0x00,0x00]
 
 v_sin_f32_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0xb5,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_sin_f32_e64 v5, 0                     ; encoding: [0x05,0x00,0xb5,0xd5,0x80,0x00,0x00,0x00]
 
 v_sin_f32_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0xb5,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_sin_f32_e64 v5, -1                    ; encoding: [0x05,0x00,0xb5,0xd5,0xc1,0x00,0x00,0x00]
 
 v_sin_f32_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0xb5,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_sin_f32_e64 v5, 0.5                   ; encoding: [0x05,0x00,0xb5,0xd5,0xf0,0x00,0x00,0x00]
 
 v_sin_f32_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0xb5,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_sin_f32_e64 v5, -4.0                  ; encoding: [0x05,0x00,0xb5,0xd5,0xf7,0x00,0x00,0x00]
 
 v_sin_f32_e64 v5, -v1
-// GFX10: encoding: [0x05,0x00,0xb5,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_sin_f32_e64 v5, -v1                   ; encoding: [0x05,0x00,0xb5,0xd5,0x01,0x01,0x00,0x20]
 
 v_sin_f32_e64 v5, |v1|
-// GFX10: encoding: [0x05,0x01,0xb5,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_sin_f32_e64 v5, |v1|                  ; encoding: [0x05,0x01,0xb5,0xd5,0x01,0x01,0x00,0x00]
 
 v_sin_f32_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0xb5,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_sin_f32_e64 v5, v1 clamp              ; encoding: [0x05,0x80,0xb5,0xd5,0x01,0x01,0x00,0x00]
 
 v_sin_f32_e64 v5, v1 mul:2
-// GFX10: encoding: [0x05,0x00,0xb5,0xd5,0x01,0x01,0x00,0x08]
+// GFX10: v_sin_f32_e64 v5, v1 mul:2              ; encoding: [0x05,0x00,0xb5,0xd5,0x01,0x01,0x00,0x08]
 
 v_sin_f32_e64 v5, v1 mul:4
-// GFX10: encoding: [0x05,0x00,0xb5,0xd5,0x01,0x01,0x00,0x10]
+// GFX10: v_sin_f32_e64 v5, v1 mul:4              ; encoding: [0x05,0x00,0xb5,0xd5,0x01,0x01,0x00,0x10]
 
 v_sin_f32_e64 v5, v1 div:2
-// GFX10: encoding: [0x05,0x00,0xb5,0xd5,0x01,0x01,0x00,0x18]
+// GFX10: v_sin_f32_e64 v5, v1 div:2              ; encoding: [0x05,0x00,0xb5,0xd5,0x01,0x01,0x00,0x18]
 
 v_sin_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_sin_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_sin_f32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6a,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_sin_f32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6a,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_sin_f32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6a,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_sin_f32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6a,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_sin_f32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_sin_f32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_sin_f32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6a,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_sin_f32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6a,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_sin_f32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6a,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_sin_f32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6a,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_sin_f32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6a,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_sin_f32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6a,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_sin_f32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6a,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_sin_f32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6a,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_sin_f32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6a,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_sin_f32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6a,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_sin_f32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6a,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_sin_f32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6a,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_sin_f32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_sin_f32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_sin_f32_sdwa v5, v1 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x46,0x06,0x00]
+// GFX10: v_sin_f32_sdwa v5, v1 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x46,0x06,0x00]
 
 v_sin_f32_sdwa v5, v1 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x86,0x06,0x00]
+// GFX10: v_sin_f32_sdwa v5, v1 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x86,0x06,0x00]
 
 v_sin_f32_sdwa v5, v1 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0xc6,0x06,0x00]
+// GFX10: v_sin_f32_sdwa v5, v1 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0xc6,0x06,0x00]
 
 v_sin_f32_sdwa v5, v1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_sin_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_sin_f32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_sin_f32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_sin_f32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_sin_f32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_sin_f32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_sin_f32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_sin_f32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_sin_f32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_sin_f32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_sin_f32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_sin_f32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_sin_f32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_sin_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_sin_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_sin_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_sin_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_sin_f32_sdwa v5, v1 dst_sel:DWORD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_sin_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_sin_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD
-// GFX10: encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_sin_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_sin_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_sin_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_sin_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_sin_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_sin_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_sin_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_sin_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_sin_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_sin_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_sin_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_sin_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_sin_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_sin_f32_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x06,0x16,0x00]
+// GFX10: v_sin_f32_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x06,0x16,0x00]
 
 v_sin_f32_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x06,0x26,0x00]
+// GFX10: v_sin_f32_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6a,0x0a,0x7e,0x01,0x06,0x26,0x00]
 
 v_sin_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6a,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_sin_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6a,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_sin_f32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6a,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_sin_f32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6a,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_sin_f32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6a,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_sin_f32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6a,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_sin_f32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6a,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_sin_f32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6a,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_sin_f32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6a,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_sin_f32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6a,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_sin_f32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6a,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_sin_f32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6a,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_sin_f32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6a,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_sin_f32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6a,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_sin_f32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6a,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_sin_f32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6a,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_sin_f32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6a,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_sin_f32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6a,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_sin_f32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6a,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_sin_f32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6a,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_sin_f32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6a,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_sin_f32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6a,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_sin_f32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6a,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_sin_f32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6a,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_sin_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6a,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_sin_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x6a,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_sin_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6a,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_sin_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x6a,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_sin_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6a,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_sin_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x6a,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_sin_f32_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6a,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_sin_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x6a,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_sin_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x6a,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_sin_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x6a,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_sin_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x6a,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_sin_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x6a,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_sin_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x6a,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_sin_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x6a,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_sin_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0x6a,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_sin_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x6a,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_sin_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x6a,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_sin_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x6a,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_sin_f32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6a,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_sin_f32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6a,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_sin_f32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6a,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_sin_f32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6a,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_sin_f32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6a,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_sin_f32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6a,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_sin_f32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6a,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_sin_f32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6a,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_cos_f32 v5, v1
-// GFX10: encoding: [0x01,0x6d,0x0a,0x7e]
+// GFX10: v_cos_f32_e32 v5, v1                    ; encoding: [0x01,0x6d,0x0a,0x7e]
 
 v_cos_f32 v255, v1
-// GFX10: encoding: [0x01,0x6d,0xfe,0x7f]
+// GFX10: v_cos_f32_e32 v255, v1                  ; encoding: [0x01,0x6d,0xfe,0x7f]
 
 v_cos_f32 v5, v255
-// GFX10: encoding: [0xff,0x6d,0x0a,0x7e]
+// GFX10: v_cos_f32_e32 v5, v255                  ; encoding: [0xff,0x6d,0x0a,0x7e]
 
 v_cos_f32 v5, s1
-// GFX10: encoding: [0x01,0x6c,0x0a,0x7e]
+// GFX10: v_cos_f32_e32 v5, s1                    ; encoding: [0x01,0x6c,0x0a,0x7e]
 
 v_cos_f32 v5, s103
-// GFX10: encoding: [0x67,0x6c,0x0a,0x7e]
+// GFX10: v_cos_f32_e32 v5, s103                  ; encoding: [0x67,0x6c,0x0a,0x7e]
 
 v_cos_f32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0x6c,0x0a,0x7e]
+// GFX10: v_cos_f32_e32 v5, vcc_lo                ; encoding: [0x6a,0x6c,0x0a,0x7e]
 
 v_cos_f32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0x6c,0x0a,0x7e]
+// GFX10: v_cos_f32_e32 v5, vcc_hi                ; encoding: [0x6b,0x6c,0x0a,0x7e]
 
 v_cos_f32 v5, ttmp11
-// GFX10: encoding: [0x77,0x6c,0x0a,0x7e]
+// GFX10: v_cos_f32_e32 v5, ttmp11                ; encoding: [0x77,0x6c,0x0a,0x7e]
 
 v_cos_f32 v5, m0
-// GFX10: encoding: [0x7c,0x6c,0x0a,0x7e]
+// GFX10: v_cos_f32_e32 v5, m0                    ; encoding: [0x7c,0x6c,0x0a,0x7e]
 
 v_cos_f32 v5, exec_lo
-// GFX10: encoding: [0x7e,0x6c,0x0a,0x7e]
+// GFX10: v_cos_f32_e32 v5, exec_lo               ; encoding: [0x7e,0x6c,0x0a,0x7e]
 
 v_cos_f32 v5, exec_hi
-// GFX10: encoding: [0x7f,0x6c,0x0a,0x7e]
+// GFX10: v_cos_f32_e32 v5, exec_hi               ; encoding: [0x7f,0x6c,0x0a,0x7e]
 
 v_cos_f32 v5, 0
-// GFX10: encoding: [0x80,0x6c,0x0a,0x7e]
+// GFX10: v_cos_f32_e32 v5, 0                     ; encoding: [0x80,0x6c,0x0a,0x7e]
 
 v_cos_f32 v5, -1
-// GFX10: encoding: [0xc1,0x6c,0x0a,0x7e]
+// GFX10: v_cos_f32_e32 v5, -1                    ; encoding: [0xc1,0x6c,0x0a,0x7e]
 
 v_cos_f32 v5, 0.5
-// GFX10: encoding: [0xf0,0x6c,0x0a,0x7e]
+// GFX10: v_cos_f32_e32 v5, 0.5                   ; encoding: [0xf0,0x6c,0x0a,0x7e]
 
 v_cos_f32 v5, -4.0
-// GFX10: encoding: [0xf7,0x6c,0x0a,0x7e]
+// GFX10: v_cos_f32_e32 v5, -4.0                  ; encoding: [0xf7,0x6c,0x0a,0x7e]
 
 v_cos_f32 v5, 0xaf123456
-// GFX10: encoding: [0xff,0x6c,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_cos_f32_e32 v5, 0xaf123456            ; encoding: [0xff,0x6c,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_cos_f32 v5, 0x3f717273
-// GFX10: encoding: [0xff,0x6c,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_cos_f32_e32 v5, 0x3f717273            ; encoding: [0xff,0x6c,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_cos_f32_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0xb6,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cos_f32_e64 v5, v1                    ; encoding: [0x05,0x00,0xb6,0xd5,0x01,0x01,0x00,0x00]
 
 v_cos_f32_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0xb6,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cos_f32_e64 v255, v1                  ; encoding: [0xff,0x00,0xb6,0xd5,0x01,0x01,0x00,0x00]
 
 v_cos_f32_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0xb6,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_cos_f32_e64 v5, v255                  ; encoding: [0x05,0x00,0xb6,0xd5,0xff,0x01,0x00,0x00]
 
 v_cos_f32_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0xb6,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_cos_f32_e64 v5, s1                    ; encoding: [0x05,0x00,0xb6,0xd5,0x01,0x00,0x00,0x00]
 
 v_cos_f32_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0xb6,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_cos_f32_e64 v5, s101                  ; encoding: [0x05,0x00,0xb6,0xd5,0x65,0x00,0x00,0x00]
 
 v_cos_f32_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0xb6,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_cos_f32_e64 v5, vcc_lo                ; encoding: [0x05,0x00,0xb6,0xd5,0x6a,0x00,0x00,0x00]
 
 v_cos_f32_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0xb6,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_cos_f32_e64 v5, vcc_hi                ; encoding: [0x05,0x00,0xb6,0xd5,0x6b,0x00,0x00,0x00]
 
 v_cos_f32_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0xb6,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_cos_f32_e64 v5, m0                    ; encoding: [0x05,0x00,0xb6,0xd5,0x7c,0x00,0x00,0x00]
 
 v_cos_f32_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0xb6,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_cos_f32_e64 v5, exec_lo               ; encoding: [0x05,0x00,0xb6,0xd5,0x7e,0x00,0x00,0x00]
 
 v_cos_f32_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0xb6,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_cos_f32_e64 v5, exec_hi               ; encoding: [0x05,0x00,0xb6,0xd5,0x7f,0x00,0x00,0x00]
 
 v_cos_f32_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0xb6,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_cos_f32_e64 v5, 0                     ; encoding: [0x05,0x00,0xb6,0xd5,0x80,0x00,0x00,0x00]
 
 v_cos_f32_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0xb6,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_cos_f32_e64 v5, -1                    ; encoding: [0x05,0x00,0xb6,0xd5,0xc1,0x00,0x00,0x00]
 
 v_cos_f32_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0xb6,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_cos_f32_e64 v5, 0.5                   ; encoding: [0x05,0x00,0xb6,0xd5,0xf0,0x00,0x00,0x00]
 
 v_cos_f32_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0xb6,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_cos_f32_e64 v5, -4.0                  ; encoding: [0x05,0x00,0xb6,0xd5,0xf7,0x00,0x00,0x00]
 
 v_cos_f32_e64 v5, -v1
-// GFX10: encoding: [0x05,0x00,0xb6,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_cos_f32_e64 v5, -v1                   ; encoding: [0x05,0x00,0xb6,0xd5,0x01,0x01,0x00,0x20]
 
 v_cos_f32_e64 v5, |v1|
-// GFX10: encoding: [0x05,0x01,0xb6,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cos_f32_e64 v5, |v1|                  ; encoding: [0x05,0x01,0xb6,0xd5,0x01,0x01,0x00,0x00]
 
 v_cos_f32_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0xb6,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cos_f32_e64 v5, v1 clamp              ; encoding: [0x05,0x80,0xb6,0xd5,0x01,0x01,0x00,0x00]
 
 v_cos_f32_e64 v5, v1 mul:2
-// GFX10: encoding: [0x05,0x00,0xb6,0xd5,0x01,0x01,0x00,0x08]
+// GFX10: v_cos_f32_e64 v5, v1 mul:2              ; encoding: [0x05,0x00,0xb6,0xd5,0x01,0x01,0x00,0x08]
 
 v_cos_f32_e64 v5, v1 mul:4
-// GFX10: encoding: [0x05,0x00,0xb6,0xd5,0x01,0x01,0x00,0x10]
+// GFX10: v_cos_f32_e64 v5, v1 mul:4              ; encoding: [0x05,0x00,0xb6,0xd5,0x01,0x01,0x00,0x10]
 
 v_cos_f32_e64 v5, v1 div:2
-// GFX10: encoding: [0x05,0x00,0xb6,0xd5,0x01,0x01,0x00,0x18]
+// GFX10: v_cos_f32_e64 v5, v1 div:2              ; encoding: [0x05,0x00,0xb6,0xd5,0x01,0x01,0x00,0x18]
 
 v_cos_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cos_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cos_f32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6c,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_cos_f32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6c,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_cos_f32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6c,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_cos_f32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6c,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_cos_f32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_cos_f32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_cos_f32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6c,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_cos_f32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6c,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_cos_f32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6c,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_cos_f32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6c,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_cos_f32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6c,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_cos_f32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6c,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_cos_f32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6c,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_cos_f32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6c,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_cos_f32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6c,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_cos_f32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6c,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_cos_f32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6c,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_cos_f32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6c,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_cos_f32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_cos_f32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_cos_f32_sdwa v5, v1 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x46,0x06,0x00]
+// GFX10: v_cos_f32_sdwa v5, v1 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x46,0x06,0x00]
 
 v_cos_f32_sdwa v5, v1 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x86,0x06,0x00]
+// GFX10: v_cos_f32_sdwa v5, v1 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x86,0x06,0x00]
 
 v_cos_f32_sdwa v5, v1 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0xc6,0x06,0x00]
+// GFX10: v_cos_f32_sdwa v5, v1 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0xc6,0x06,0x00]
 
 v_cos_f32_sdwa v5, v1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cos_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cos_f32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_cos_f32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_cos_f32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_cos_f32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_cos_f32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_cos_f32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_cos_f32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_cos_f32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_cos_f32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_cos_f32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_cos_f32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_cos_f32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_cos_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_cos_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_cos_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_cos_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_cos_f32_sdwa v5, v1 dst_sel:DWORD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_cos_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_cos_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD
-// GFX10: encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cos_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cos_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_cos_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_cos_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_cos_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_cos_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_cos_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_cos_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_cos_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_cos_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_cos_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_cos_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_cos_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_cos_f32_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x06,0x16,0x00]
+// GFX10: v_cos_f32_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x06,0x16,0x00]
 
 v_cos_f32_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x06,0x26,0x00]
+// GFX10: v_cos_f32_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6c,0x0a,0x7e,0x01,0x06,0x26,0x00]
 
 v_cos_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6c,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_cos_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6c,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_cos_f32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6c,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_cos_f32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6c,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_cos_f32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6c,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_cos_f32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6c,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_cos_f32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6c,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_cos_f32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6c,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_cos_f32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6c,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_cos_f32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6c,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_cos_f32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6c,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_cos_f32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6c,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_cos_f32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6c,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_cos_f32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6c,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_cos_f32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6c,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_cos_f32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6c,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_cos_f32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6c,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_cos_f32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6c,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_cos_f32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6c,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_cos_f32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6c,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_cos_f32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6c,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_cos_f32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6c,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_cos_f32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6c,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_cos_f32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6c,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_cos_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6c,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_cos_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x6c,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_cos_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6c,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_cos_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x6c,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_cos_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6c,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_cos_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x6c,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_cos_f32_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6c,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_cos_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x6c,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_cos_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x6c,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_cos_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x6c,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_cos_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x6c,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_cos_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x6c,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_cos_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x6c,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_cos_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x6c,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_cos_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0x6c,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_cos_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x6c,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_cos_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x6c,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_cos_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x6c,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_cos_f32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6c,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_cos_f32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6c,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_cos_f32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6c,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_cos_f32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6c,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_cos_f32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6c,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_cos_f32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6c,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_cos_f32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6c,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_cos_f32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6c,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_not_b32 v5, v1
-// GFX10: encoding: [0x01,0x6f,0x0a,0x7e]
+// GFX10: v_not_b32_e32 v5, v1                    ; encoding: [0x01,0x6f,0x0a,0x7e]
 
 v_not_b32 v255, v1
-// GFX10: encoding: [0x01,0x6f,0xfe,0x7f]
+// GFX10: v_not_b32_e32 v255, v1                  ; encoding: [0x01,0x6f,0xfe,0x7f]
 
 v_not_b32 v5, v255
-// GFX10: encoding: [0xff,0x6f,0x0a,0x7e]
+// GFX10: v_not_b32_e32 v5, v255                  ; encoding: [0xff,0x6f,0x0a,0x7e]
 
 v_not_b32 v5, s1
-// GFX10: encoding: [0x01,0x6e,0x0a,0x7e]
+// GFX10: v_not_b32_e32 v5, s1                    ; encoding: [0x01,0x6e,0x0a,0x7e]
 
 v_not_b32 v5, s103
-// GFX10: encoding: [0x67,0x6e,0x0a,0x7e]
+// GFX10: v_not_b32_e32 v5, s103                  ; encoding: [0x67,0x6e,0x0a,0x7e]
 
 v_not_b32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0x6e,0x0a,0x7e]
+// GFX10: v_not_b32_e32 v5, vcc_lo                ; encoding: [0x6a,0x6e,0x0a,0x7e]
 
 v_not_b32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0x6e,0x0a,0x7e]
+// GFX10: v_not_b32_e32 v5, vcc_hi                ; encoding: [0x6b,0x6e,0x0a,0x7e]
 
 v_not_b32 v5, ttmp11
-// GFX10: encoding: [0x77,0x6e,0x0a,0x7e]
+// GFX10: v_not_b32_e32 v5, ttmp11                ; encoding: [0x77,0x6e,0x0a,0x7e]
 
 v_not_b32 v5, m0
-// GFX10: encoding: [0x7c,0x6e,0x0a,0x7e]
+// GFX10: v_not_b32_e32 v5, m0                    ; encoding: [0x7c,0x6e,0x0a,0x7e]
 
 v_not_b32 v5, exec_lo
-// GFX10: encoding: [0x7e,0x6e,0x0a,0x7e]
+// GFX10: v_not_b32_e32 v5, exec_lo               ; encoding: [0x7e,0x6e,0x0a,0x7e]
 
 v_not_b32 v5, exec_hi
-// GFX10: encoding: [0x7f,0x6e,0x0a,0x7e]
+// GFX10: v_not_b32_e32 v5, exec_hi               ; encoding: [0x7f,0x6e,0x0a,0x7e]
 
 v_not_b32 v5, 0
-// GFX10: encoding: [0x80,0x6e,0x0a,0x7e]
+// GFX10: v_not_b32_e32 v5, 0                     ; encoding: [0x80,0x6e,0x0a,0x7e]
 
 v_not_b32 v5, -1
-// GFX10: encoding: [0xc1,0x6e,0x0a,0x7e]
+// GFX10: v_not_b32_e32 v5, -1                    ; encoding: [0xc1,0x6e,0x0a,0x7e]
 
 v_not_b32 v5, 0.5
-// GFX10: encoding: [0xf0,0x6e,0x0a,0x7e]
+// GFX10: v_not_b32_e32 v5, 0.5                   ; encoding: [0xf0,0x6e,0x0a,0x7e]
 
 v_not_b32 v5, -4.0
-// GFX10: encoding: [0xf7,0x6e,0x0a,0x7e]
+// GFX10: v_not_b32_e32 v5, -4.0                  ; encoding: [0xf7,0x6e,0x0a,0x7e]
 
 v_not_b32 v5, 0xaf123456
-// GFX10: encoding: [0xff,0x6e,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_not_b32_e32 v5, 0xaf123456            ; encoding: [0xff,0x6e,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_not_b32 v5, 0x3f717273
-// GFX10: encoding: [0xff,0x6e,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_not_b32_e32 v5, 0x3f717273            ; encoding: [0xff,0x6e,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_not_b32_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0xb7,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_not_b32_e64 v5, v1                    ; encoding: [0x05,0x00,0xb7,0xd5,0x01,0x01,0x00,0x00]
 
 v_not_b32_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0xb7,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_not_b32_e64 v255, v1                  ; encoding: [0xff,0x00,0xb7,0xd5,0x01,0x01,0x00,0x00]
 
 v_not_b32_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0xb7,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_not_b32_e64 v5, v255                  ; encoding: [0x05,0x00,0xb7,0xd5,0xff,0x01,0x00,0x00]
 
 v_not_b32_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0xb7,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_not_b32_e64 v5, s1                    ; encoding: [0x05,0x00,0xb7,0xd5,0x01,0x00,0x00,0x00]
 
 v_not_b32_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0xb7,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_not_b32_e64 v5, s101                  ; encoding: [0x05,0x00,0xb7,0xd5,0x65,0x00,0x00,0x00]
 
 v_not_b32_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0xb7,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_not_b32_e64 v5, vcc_lo                ; encoding: [0x05,0x00,0xb7,0xd5,0x6a,0x00,0x00,0x00]
 
 v_not_b32_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0xb7,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_not_b32_e64 v5, vcc_hi                ; encoding: [0x05,0x00,0xb7,0xd5,0x6b,0x00,0x00,0x00]
 
 v_not_b32_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0xb7,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_not_b32_e64 v5, m0                    ; encoding: [0x05,0x00,0xb7,0xd5,0x7c,0x00,0x00,0x00]
 
 v_not_b32_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0xb7,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_not_b32_e64 v5, exec_lo               ; encoding: [0x05,0x00,0xb7,0xd5,0x7e,0x00,0x00,0x00]
 
 v_not_b32_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0xb7,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_not_b32_e64 v5, exec_hi               ; encoding: [0x05,0x00,0xb7,0xd5,0x7f,0x00,0x00,0x00]
 
 v_not_b32_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0xb7,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_not_b32_e64 v5, 0                     ; encoding: [0x05,0x00,0xb7,0xd5,0x80,0x00,0x00,0x00]
 
 v_not_b32_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0xb7,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_not_b32_e64 v5, -1                    ; encoding: [0x05,0x00,0xb7,0xd5,0xc1,0x00,0x00,0x00]
 
 v_not_b32_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0xb7,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_not_b32_e64 v5, 0.5                   ; encoding: [0x05,0x00,0xb7,0xd5,0xf0,0x00,0x00,0x00]
 
 v_not_b32_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0xb7,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_not_b32_e64 v5, -4.0                  ; encoding: [0x05,0x00,0xb7,0xd5,0xf7,0x00,0x00,0x00]
 
 v_not_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6e,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_not_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6e,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_not_b32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6e,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_not_b32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6e,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_not_b32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6e,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_not_b32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6e,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_not_b32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6e,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_not_b32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6e,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_not_b32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6e,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_not_b32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6e,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_not_b32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6e,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_not_b32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6e,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_not_b32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6e,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_not_b32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6e,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_not_b32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6e,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_not_b32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6e,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_not_b32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6e,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_not_b32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6e,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_not_b32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6e,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_not_b32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6e,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_not_b32_sdwa v5, v1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6e,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_not_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6e,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_not_b32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6e,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_not_b32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6e,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_not_b32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6e,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_not_b32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6e,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_not_b32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6e,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_not_b32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6e,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_not_b32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6e,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_not_b32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6e,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_not_b32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6e,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_not_b32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6e,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_not_b32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6e,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_not_b32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6e,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_not_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6e,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_not_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0x6e,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_not_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6e,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_not_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x6e,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_not_b32_sdwa v5, v1 dst_sel:DWORD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6e,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_not_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x6e,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_not_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD
-// GFX10: encoding: [0xf9,0x6e,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_not_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6e,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_not_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x6e,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_not_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0x6e,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_not_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x6e,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_not_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0x6e,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_not_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x6e,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_not_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0x6e,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_not_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x6e,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_not_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0x6e,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_not_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0x6e,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_not_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0x6e,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_not_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0x6e,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_not_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0x6e,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_not_b32_sdwa v5, sext(v1) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x6e,0x0a,0x7e,0x01,0x06,0x0e,0x00]
+// GFX10: v_not_b32_sdwa v5, sext(v1) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x6e,0x0a,0x7e,0x01,0x06,0x0e,0x00]
 
 v_not_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6e,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_not_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6e,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_not_b32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6e,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_not_b32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6e,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_not_b32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6e,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_not_b32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6e,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_not_b32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6e,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_not_b32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6e,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_not_b32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6e,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_not_b32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6e,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_not_b32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6e,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_not_b32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6e,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_not_b32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6e,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_not_b32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6e,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_not_b32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6e,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_not_b32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6e,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_not_b32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6e,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_not_b32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6e,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_not_b32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6e,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_not_b32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6e,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_not_b32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6e,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_not_b32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6e,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_not_b32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6e,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_not_b32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6e,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_not_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6e,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_not_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x6e,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_not_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6e,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_not_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x6e,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_not_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6e,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_not_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x6e,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_not_b32_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6e,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_not_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x6e,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_not_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x6e,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_not_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x6e,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_not_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x6e,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_not_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x6e,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_not_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x6e,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_not_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x6e,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_not_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0x6e,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_not_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x6e,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_not_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x6e,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_not_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x6e,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_not_b32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6e,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_not_b32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6e,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_not_b32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6e,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_not_b32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6e,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_not_b32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6e,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_not_b32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6e,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_not_b32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x6e,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_not_b32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x6e,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_bfrev_b32 v5, v1
-// GFX10: encoding: [0x01,0x71,0x0a,0x7e]
+// GFX10: v_bfrev_b32_e32 v5, v1                  ; encoding: [0x01,0x71,0x0a,0x7e]
 
 v_bfrev_b32 v255, v1
-// GFX10: encoding: [0x01,0x71,0xfe,0x7f]
+// GFX10: v_bfrev_b32_e32 v255, v1                ; encoding: [0x01,0x71,0xfe,0x7f]
 
 v_bfrev_b32 v5, v255
-// GFX10: encoding: [0xff,0x71,0x0a,0x7e]
+// GFX10: v_bfrev_b32_e32 v5, v255                ; encoding: [0xff,0x71,0x0a,0x7e]
 
 v_bfrev_b32 v5, s1
-// GFX10: encoding: [0x01,0x70,0x0a,0x7e]
+// GFX10: v_bfrev_b32_e32 v5, s1                  ; encoding: [0x01,0x70,0x0a,0x7e]
 
 v_bfrev_b32 v5, s103
-// GFX10: encoding: [0x67,0x70,0x0a,0x7e]
+// GFX10: v_bfrev_b32_e32 v5, s103                ; encoding: [0x67,0x70,0x0a,0x7e]
 
 v_bfrev_b32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0x70,0x0a,0x7e]
+// GFX10: v_bfrev_b32_e32 v5, vcc_lo              ; encoding: [0x6a,0x70,0x0a,0x7e]
 
 v_bfrev_b32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0x70,0x0a,0x7e]
+// GFX10: v_bfrev_b32_e32 v5, vcc_hi              ; encoding: [0x6b,0x70,0x0a,0x7e]
 
 v_bfrev_b32 v5, ttmp11
-// GFX10: encoding: [0x77,0x70,0x0a,0x7e]
+// GFX10: v_bfrev_b32_e32 v5, ttmp11              ; encoding: [0x77,0x70,0x0a,0x7e]
 
 v_bfrev_b32 v5, m0
-// GFX10: encoding: [0x7c,0x70,0x0a,0x7e]
+// GFX10: v_bfrev_b32_e32 v5, m0                  ; encoding: [0x7c,0x70,0x0a,0x7e]
 
 v_bfrev_b32 v5, exec_lo
-// GFX10: encoding: [0x7e,0x70,0x0a,0x7e]
+// GFX10: v_bfrev_b32_e32 v5, exec_lo             ; encoding: [0x7e,0x70,0x0a,0x7e]
 
 v_bfrev_b32 v5, exec_hi
-// GFX10: encoding: [0x7f,0x70,0x0a,0x7e]
+// GFX10: v_bfrev_b32_e32 v5, exec_hi             ; encoding: [0x7f,0x70,0x0a,0x7e]
 
 v_bfrev_b32 v5, 0
-// GFX10: encoding: [0x80,0x70,0x0a,0x7e]
+// GFX10: v_bfrev_b32_e32 v5, 0                   ; encoding: [0x80,0x70,0x0a,0x7e]
 
 v_bfrev_b32 v5, -1
-// GFX10: encoding: [0xc1,0x70,0x0a,0x7e]
+// GFX10: v_bfrev_b32_e32 v5, -1                  ; encoding: [0xc1,0x70,0x0a,0x7e]
 
 v_bfrev_b32 v5, 0.5
-// GFX10: encoding: [0xf0,0x70,0x0a,0x7e]
+// GFX10: v_bfrev_b32_e32 v5, 0.5                 ; encoding: [0xf0,0x70,0x0a,0x7e]
 
 v_bfrev_b32 v5, -4.0
-// GFX10: encoding: [0xf7,0x70,0x0a,0x7e]
+// GFX10: v_bfrev_b32_e32 v5, -4.0                ; encoding: [0xf7,0x70,0x0a,0x7e]
 
 v_bfrev_b32 v5, 0xaf123456
-// GFX10: encoding: [0xff,0x70,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_bfrev_b32_e32 v5, 0xaf123456          ; encoding: [0xff,0x70,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_bfrev_b32 v5, 0x3f717273
-// GFX10: encoding: [0xff,0x70,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_bfrev_b32_e32 v5, 0x3f717273          ; encoding: [0xff,0x70,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_bfrev_b32_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0xb8,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_bfrev_b32_e64 v5, v1                  ; encoding: [0x05,0x00,0xb8,0xd5,0x01,0x01,0x00,0x00]
 
 v_bfrev_b32_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0xb8,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_bfrev_b32_e64 v255, v1                ; encoding: [0xff,0x00,0xb8,0xd5,0x01,0x01,0x00,0x00]
 
 v_bfrev_b32_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0xb8,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_bfrev_b32_e64 v5, v255                ; encoding: [0x05,0x00,0xb8,0xd5,0xff,0x01,0x00,0x00]
 
 v_bfrev_b32_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0xb8,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_bfrev_b32_e64 v5, s1                  ; encoding: [0x05,0x00,0xb8,0xd5,0x01,0x00,0x00,0x00]
 
 v_bfrev_b32_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0xb8,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_bfrev_b32_e64 v5, s101                ; encoding: [0x05,0x00,0xb8,0xd5,0x65,0x00,0x00,0x00]
 
 v_bfrev_b32_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0xb8,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_bfrev_b32_e64 v5, vcc_lo              ; encoding: [0x05,0x00,0xb8,0xd5,0x6a,0x00,0x00,0x00]
 
 v_bfrev_b32_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0xb8,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_bfrev_b32_e64 v5, vcc_hi              ; encoding: [0x05,0x00,0xb8,0xd5,0x6b,0x00,0x00,0x00]
 
 v_bfrev_b32_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0xb8,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_bfrev_b32_e64 v5, m0                  ; encoding: [0x05,0x00,0xb8,0xd5,0x7c,0x00,0x00,0x00]
 
 v_bfrev_b32_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0xb8,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_bfrev_b32_e64 v5, exec_lo             ; encoding: [0x05,0x00,0xb8,0xd5,0x7e,0x00,0x00,0x00]
 
 v_bfrev_b32_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0xb8,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_bfrev_b32_e64 v5, exec_hi             ; encoding: [0x05,0x00,0xb8,0xd5,0x7f,0x00,0x00,0x00]
 
 v_bfrev_b32_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0xb8,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_bfrev_b32_e64 v5, 0                   ; encoding: [0x05,0x00,0xb8,0xd5,0x80,0x00,0x00,0x00]
 
 v_bfrev_b32_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0xb8,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_bfrev_b32_e64 v5, -1                  ; encoding: [0x05,0x00,0xb8,0xd5,0xc1,0x00,0x00,0x00]
 
 v_bfrev_b32_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0xb8,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_bfrev_b32_e64 v5, 0.5                 ; encoding: [0x05,0x00,0xb8,0xd5,0xf0,0x00,0x00,0x00]
 
 v_bfrev_b32_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0xb8,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_bfrev_b32_e64 v5, -4.0                ; encoding: [0x05,0x00,0xb8,0xd5,0xf7,0x00,0x00,0x00]
 
 v_bfrev_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x70,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_bfrev_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x70,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_bfrev_b32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x70,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_bfrev_b32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x70,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_bfrev_b32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x70,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_bfrev_b32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x70,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_bfrev_b32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x70,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_bfrev_b32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x70,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_bfrev_b32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x70,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_bfrev_b32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x70,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_bfrev_b32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x70,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_bfrev_b32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x70,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_bfrev_b32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x70,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_bfrev_b32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x70,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_bfrev_b32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x70,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_bfrev_b32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x70,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_bfrev_b32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x70,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_bfrev_b32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x70,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_bfrev_b32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x70,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_bfrev_b32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x70,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_bfrev_b32_sdwa v5, v1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x70,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_bfrev_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x70,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_bfrev_b32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x70,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_bfrev_b32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x70,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_bfrev_b32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x70,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_bfrev_b32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x70,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_bfrev_b32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x70,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_bfrev_b32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x70,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_bfrev_b32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x70,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_bfrev_b32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x70,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_bfrev_b32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x70,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_bfrev_b32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x70,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_bfrev_b32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x70,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_bfrev_b32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x70,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_bfrev_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x70,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_bfrev_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0x70,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_bfrev_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x70,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_bfrev_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x70,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_bfrev_b32_sdwa v5, v1 dst_sel:DWORD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x70,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_bfrev_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x70,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_bfrev_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD
-// GFX10: encoding: [0xf9,0x70,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_bfrev_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x70,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_bfrev_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x70,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_bfrev_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0x70,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_bfrev_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x70,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_bfrev_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0x70,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_bfrev_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x70,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_bfrev_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0x70,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_bfrev_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x70,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_bfrev_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0x70,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_bfrev_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0x70,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_bfrev_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0x70,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_bfrev_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0x70,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_bfrev_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0x70,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_bfrev_b32_sdwa v5, sext(v1) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x70,0x0a,0x7e,0x01,0x06,0x0e,0x00]
+// GFX10: v_bfrev_b32_sdwa v5, sext(v1) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x70,0x0a,0x7e,0x01,0x06,0x0e,0x00]
 
 v_bfrev_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x70,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_bfrev_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x70,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_bfrev_b32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x70,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_bfrev_b32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x70,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_bfrev_b32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x70,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_bfrev_b32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x70,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_bfrev_b32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x70,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_bfrev_b32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x70,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_bfrev_b32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x70,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_bfrev_b32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x70,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_bfrev_b32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x70,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_bfrev_b32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x70,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_bfrev_b32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x70,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_bfrev_b32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x70,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_bfrev_b32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x70,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_bfrev_b32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x70,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_bfrev_b32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x70,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_bfrev_b32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x70,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_bfrev_b32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x70,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_bfrev_b32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x70,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_bfrev_b32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x70,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_bfrev_b32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x70,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_bfrev_b32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x70,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_bfrev_b32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x70,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_bfrev_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x70,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_bfrev_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x70,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_bfrev_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x70,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_bfrev_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x70,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_bfrev_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x70,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_bfrev_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x70,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_bfrev_b32_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0x70,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_bfrev_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x70,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_bfrev_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x70,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_bfrev_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x70,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_bfrev_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x70,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_bfrev_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x70,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_bfrev_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x70,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_bfrev_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x70,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_bfrev_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0x70,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_bfrev_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x70,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_bfrev_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x70,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_bfrev_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x70,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_bfrev_b32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x70,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_bfrev_b32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x70,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_bfrev_b32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x70,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_bfrev_b32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x70,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_bfrev_b32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x70,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_bfrev_b32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x70,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_bfrev_b32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x70,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_bfrev_b32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x70,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_ffbh_u32 v5, v1
-// GFX10: encoding: [0x01,0x73,0x0a,0x7e]
+// GFX10: v_ffbh_u32_e32 v5, v1                   ; encoding: [0x01,0x73,0x0a,0x7e]
 
 v_ffbh_u32 v255, v1
-// GFX10: encoding: [0x01,0x73,0xfe,0x7f]
+// GFX10: v_ffbh_u32_e32 v255, v1                 ; encoding: [0x01,0x73,0xfe,0x7f]
 
 v_ffbh_u32 v5, v255
-// GFX10: encoding: [0xff,0x73,0x0a,0x7e]
+// GFX10: v_ffbh_u32_e32 v5, v255                 ; encoding: [0xff,0x73,0x0a,0x7e]
 
 v_ffbh_u32 v5, s1
-// GFX10: encoding: [0x01,0x72,0x0a,0x7e]
+// GFX10: v_ffbh_u32_e32 v5, s1                   ; encoding: [0x01,0x72,0x0a,0x7e]
 
 v_ffbh_u32 v5, s103
-// GFX10: encoding: [0x67,0x72,0x0a,0x7e]
+// GFX10: v_ffbh_u32_e32 v5, s103                 ; encoding: [0x67,0x72,0x0a,0x7e]
 
 v_ffbh_u32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0x72,0x0a,0x7e]
+// GFX10: v_ffbh_u32_e32 v5, vcc_lo               ; encoding: [0x6a,0x72,0x0a,0x7e]
 
 v_ffbh_u32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0x72,0x0a,0x7e]
+// GFX10: v_ffbh_u32_e32 v5, vcc_hi               ; encoding: [0x6b,0x72,0x0a,0x7e]
 
 v_ffbh_u32 v5, ttmp11
-// GFX10: encoding: [0x77,0x72,0x0a,0x7e]
+// GFX10: v_ffbh_u32_e32 v5, ttmp11               ; encoding: [0x77,0x72,0x0a,0x7e]
 
 v_ffbh_u32 v5, m0
-// GFX10: encoding: [0x7c,0x72,0x0a,0x7e]
+// GFX10: v_ffbh_u32_e32 v5, m0                   ; encoding: [0x7c,0x72,0x0a,0x7e]
 
 v_ffbh_u32 v5, exec_lo
-// GFX10: encoding: [0x7e,0x72,0x0a,0x7e]
+// GFX10: v_ffbh_u32_e32 v5, exec_lo              ; encoding: [0x7e,0x72,0x0a,0x7e]
 
 v_ffbh_u32 v5, exec_hi
-// GFX10: encoding: [0x7f,0x72,0x0a,0x7e]
+// GFX10: v_ffbh_u32_e32 v5, exec_hi              ; encoding: [0x7f,0x72,0x0a,0x7e]
 
 v_ffbh_u32 v5, 0
-// GFX10: encoding: [0x80,0x72,0x0a,0x7e]
+// GFX10: v_ffbh_u32_e32 v5, 0                    ; encoding: [0x80,0x72,0x0a,0x7e]
 
 v_ffbh_u32 v5, -1
-// GFX10: encoding: [0xc1,0x72,0x0a,0x7e]
+// GFX10: v_ffbh_u32_e32 v5, -1                   ; encoding: [0xc1,0x72,0x0a,0x7e]
 
 v_ffbh_u32 v5, 0.5
-// GFX10: encoding: [0xf0,0x72,0x0a,0x7e]
+// GFX10: v_ffbh_u32_e32 v5, 0.5                  ; encoding: [0xf0,0x72,0x0a,0x7e]
 
 v_ffbh_u32 v5, -4.0
-// GFX10: encoding: [0xf7,0x72,0x0a,0x7e]
+// GFX10: v_ffbh_u32_e32 v5, -4.0                 ; encoding: [0xf7,0x72,0x0a,0x7e]
 
 v_ffbh_u32 v5, 0xaf123456
-// GFX10: encoding: [0xff,0x72,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_ffbh_u32_e32 v5, 0xaf123456           ; encoding: [0xff,0x72,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_ffbh_u32 v5, 0x3f717273
-// GFX10: encoding: [0xff,0x72,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_ffbh_u32_e32 v5, 0x3f717273           ; encoding: [0xff,0x72,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_ffbh_u32_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0xb9,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_ffbh_u32_e64 v5, v1                   ; encoding: [0x05,0x00,0xb9,0xd5,0x01,0x01,0x00,0x00]
 
 v_ffbh_u32_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0xb9,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_ffbh_u32_e64 v255, v1                 ; encoding: [0xff,0x00,0xb9,0xd5,0x01,0x01,0x00,0x00]
 
 v_ffbh_u32_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0xb9,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_ffbh_u32_e64 v5, v255                 ; encoding: [0x05,0x00,0xb9,0xd5,0xff,0x01,0x00,0x00]
 
 v_ffbh_u32_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0xb9,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_ffbh_u32_e64 v5, s1                   ; encoding: [0x05,0x00,0xb9,0xd5,0x01,0x00,0x00,0x00]
 
 v_ffbh_u32_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0xb9,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_ffbh_u32_e64 v5, s101                 ; encoding: [0x05,0x00,0xb9,0xd5,0x65,0x00,0x00,0x00]
 
 v_ffbh_u32_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0xb9,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_ffbh_u32_e64 v5, vcc_lo               ; encoding: [0x05,0x00,0xb9,0xd5,0x6a,0x00,0x00,0x00]
 
 v_ffbh_u32_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0xb9,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_ffbh_u32_e64 v5, vcc_hi               ; encoding: [0x05,0x00,0xb9,0xd5,0x6b,0x00,0x00,0x00]
 
 v_ffbh_u32_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0xb9,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_ffbh_u32_e64 v5, m0                   ; encoding: [0x05,0x00,0xb9,0xd5,0x7c,0x00,0x00,0x00]
 
 v_ffbh_u32_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0xb9,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_ffbh_u32_e64 v5, exec_lo              ; encoding: [0x05,0x00,0xb9,0xd5,0x7e,0x00,0x00,0x00]
 
 v_ffbh_u32_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0xb9,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_ffbh_u32_e64 v5, exec_hi              ; encoding: [0x05,0x00,0xb9,0xd5,0x7f,0x00,0x00,0x00]
 
 v_ffbh_u32_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0xb9,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_ffbh_u32_e64 v5, 0                    ; encoding: [0x05,0x00,0xb9,0xd5,0x80,0x00,0x00,0x00]
 
 v_ffbh_u32_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0xb9,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_ffbh_u32_e64 v5, -1                   ; encoding: [0x05,0x00,0xb9,0xd5,0xc1,0x00,0x00,0x00]
 
 v_ffbh_u32_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0xb9,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_ffbh_u32_e64 v5, 0.5                  ; encoding: [0x05,0x00,0xb9,0xd5,0xf0,0x00,0x00,0x00]
 
 v_ffbh_u32_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0xb9,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_ffbh_u32_e64 v5, -4.0                 ; encoding: [0x05,0x00,0xb9,0xd5,0xf7,0x00,0x00,0x00]
 
 v_ffbh_u32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x72,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_ffbh_u32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x72,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_ffbh_u32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x72,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_ffbh_u32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x72,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_ffbh_u32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x72,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_ffbh_u32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x72,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_ffbh_u32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x72,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_ffbh_u32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x72,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_ffbh_u32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x72,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_ffbh_u32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x72,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_ffbh_u32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x72,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_ffbh_u32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x72,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_ffbh_u32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x72,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_ffbh_u32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x72,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_ffbh_u32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x72,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_ffbh_u32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x72,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_ffbh_u32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x72,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_ffbh_u32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x72,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_ffbh_u32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x72,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_ffbh_u32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x72,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_ffbh_u32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x72,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_ffbh_u32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x72,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_ffbh_u32_sdwa v5, v1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x72,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_ffbh_u32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x72,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_ffbh_u32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x72,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_ffbh_u32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x72,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_ffbh_u32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x72,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_ffbh_u32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x72,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_ffbh_u32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x72,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_ffbh_u32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x72,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_ffbh_u32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x72,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_ffbh_u32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x72,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_ffbh_u32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x72,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_ffbh_u32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x72,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_ffbh_u32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x72,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_ffbh_u32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x72,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_ffbh_u32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x72,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_ffbh_u32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0x72,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_ffbh_u32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x72,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_ffbh_u32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x72,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_ffbh_u32_sdwa v5, v1 dst_sel:DWORD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x72,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_ffbh_u32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x72,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_ffbh_u32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD
-// GFX10: encoding: [0xf9,0x72,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_ffbh_u32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x72,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_ffbh_u32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x72,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_ffbh_u32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0x72,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_ffbh_u32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x72,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_ffbh_u32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0x72,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_ffbh_u32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x72,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_ffbh_u32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0x72,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_ffbh_u32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x72,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_ffbh_u32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0x72,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_ffbh_u32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0x72,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_ffbh_u32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0x72,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_ffbh_u32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0x72,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_ffbh_u32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0x72,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_ffbh_u32_sdwa v5, sext(v1) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x72,0x0a,0x7e,0x01,0x06,0x0e,0x00]
+// GFX10: v_ffbh_u32_sdwa v5, sext(v1) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x72,0x0a,0x7e,0x01,0x06,0x0e,0x00]
 
 v_ffbh_u32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x72,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_ffbh_u32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x72,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_ffbh_u32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x72,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_ffbh_u32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x72,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_ffbh_u32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x72,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_ffbh_u32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x72,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_ffbh_u32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x72,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_ffbh_u32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x72,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_ffbh_u32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x72,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_ffbh_u32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x72,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_ffbh_u32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x72,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_ffbh_u32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x72,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_ffbh_u32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x72,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_ffbh_u32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x72,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_ffbh_u32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x72,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_ffbh_u32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x72,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_ffbh_u32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x72,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_ffbh_u32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x72,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_ffbh_u32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x72,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_ffbh_u32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x72,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_ffbh_u32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x72,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_ffbh_u32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x72,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_ffbh_u32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x72,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_ffbh_u32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x72,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_ffbh_u32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x72,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_ffbh_u32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x72,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_ffbh_u32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x72,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_ffbh_u32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x72,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_ffbh_u32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x72,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_ffbh_u32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x72,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_ffbh_u32_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0x72,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_ffbh_u32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x72,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_ffbh_u32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x72,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_ffbh_u32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x72,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_ffbh_u32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x72,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_ffbh_u32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x72,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_ffbh_u32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x72,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_ffbh_u32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x72,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_ffbh_u32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0x72,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_ffbh_u32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x72,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_ffbh_u32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x72,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_ffbh_u32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x72,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_ffbh_u32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x72,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_ffbh_u32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x72,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_ffbh_u32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x72,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_ffbh_u32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x72,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_ffbh_u32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x72,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_ffbh_u32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x72,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_ffbh_u32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x72,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_ffbh_u32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x72,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_ffbl_b32 v5, v1
-// GFX10: encoding: [0x01,0x75,0x0a,0x7e]
+// GFX10: v_ffbl_b32_e32 v5, v1                   ; encoding: [0x01,0x75,0x0a,0x7e]
 
 v_ffbl_b32 v255, v1
-// GFX10: encoding: [0x01,0x75,0xfe,0x7f]
+// GFX10: v_ffbl_b32_e32 v255, v1                 ; encoding: [0x01,0x75,0xfe,0x7f]
 
 v_ffbl_b32 v5, v255
-// GFX10: encoding: [0xff,0x75,0x0a,0x7e]
+// GFX10: v_ffbl_b32_e32 v5, v255                 ; encoding: [0xff,0x75,0x0a,0x7e]
 
 v_ffbl_b32 v5, s1
-// GFX10: encoding: [0x01,0x74,0x0a,0x7e]
+// GFX10: v_ffbl_b32_e32 v5, s1                   ; encoding: [0x01,0x74,0x0a,0x7e]
 
 v_ffbl_b32 v5, s103
-// GFX10: encoding: [0x67,0x74,0x0a,0x7e]
+// GFX10: v_ffbl_b32_e32 v5, s103                 ; encoding: [0x67,0x74,0x0a,0x7e]
 
 v_ffbl_b32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0x74,0x0a,0x7e]
+// GFX10: v_ffbl_b32_e32 v5, vcc_lo               ; encoding: [0x6a,0x74,0x0a,0x7e]
 
 v_ffbl_b32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0x74,0x0a,0x7e]
+// GFX10: v_ffbl_b32_e32 v5, vcc_hi               ; encoding: [0x6b,0x74,0x0a,0x7e]
 
 v_ffbl_b32 v5, ttmp11
-// GFX10: encoding: [0x77,0x74,0x0a,0x7e]
+// GFX10: v_ffbl_b32_e32 v5, ttmp11               ; encoding: [0x77,0x74,0x0a,0x7e]
 
 v_ffbl_b32 v5, m0
-// GFX10: encoding: [0x7c,0x74,0x0a,0x7e]
+// GFX10: v_ffbl_b32_e32 v5, m0                   ; encoding: [0x7c,0x74,0x0a,0x7e]
 
 v_ffbl_b32 v5, exec_lo
-// GFX10: encoding: [0x7e,0x74,0x0a,0x7e]
+// GFX10: v_ffbl_b32_e32 v5, exec_lo              ; encoding: [0x7e,0x74,0x0a,0x7e]
 
 v_ffbl_b32 v5, exec_hi
-// GFX10: encoding: [0x7f,0x74,0x0a,0x7e]
+// GFX10: v_ffbl_b32_e32 v5, exec_hi              ; encoding: [0x7f,0x74,0x0a,0x7e]
 
 v_ffbl_b32 v5, 0
-// GFX10: encoding: [0x80,0x74,0x0a,0x7e]
+// GFX10: v_ffbl_b32_e32 v5, 0                    ; encoding: [0x80,0x74,0x0a,0x7e]
 
 v_ffbl_b32 v5, -1
-// GFX10: encoding: [0xc1,0x74,0x0a,0x7e]
+// GFX10: v_ffbl_b32_e32 v5, -1                   ; encoding: [0xc1,0x74,0x0a,0x7e]
 
 v_ffbl_b32 v5, 0.5
-// GFX10: encoding: [0xf0,0x74,0x0a,0x7e]
+// GFX10: v_ffbl_b32_e32 v5, 0.5                  ; encoding: [0xf0,0x74,0x0a,0x7e]
 
 v_ffbl_b32 v5, -4.0
-// GFX10: encoding: [0xf7,0x74,0x0a,0x7e]
+// GFX10: v_ffbl_b32_e32 v5, -4.0                 ; encoding: [0xf7,0x74,0x0a,0x7e]
 
 v_ffbl_b32 v5, 0xaf123456
-// GFX10: encoding: [0xff,0x74,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_ffbl_b32_e32 v5, 0xaf123456           ; encoding: [0xff,0x74,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_ffbl_b32 v5, 0x3f717273
-// GFX10: encoding: [0xff,0x74,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_ffbl_b32_e32 v5, 0x3f717273           ; encoding: [0xff,0x74,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_ffbl_b32_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0xba,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_ffbl_b32_e64 v5, v1                   ; encoding: [0x05,0x00,0xba,0xd5,0x01,0x01,0x00,0x00]
 
 v_ffbl_b32_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0xba,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_ffbl_b32_e64 v255, v1                 ; encoding: [0xff,0x00,0xba,0xd5,0x01,0x01,0x00,0x00]
 
 v_ffbl_b32_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0xba,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_ffbl_b32_e64 v5, v255                 ; encoding: [0x05,0x00,0xba,0xd5,0xff,0x01,0x00,0x00]
 
 v_ffbl_b32_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0xba,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_ffbl_b32_e64 v5, s1                   ; encoding: [0x05,0x00,0xba,0xd5,0x01,0x00,0x00,0x00]
 
 v_ffbl_b32_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0xba,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_ffbl_b32_e64 v5, s101                 ; encoding: [0x05,0x00,0xba,0xd5,0x65,0x00,0x00,0x00]
 
 v_ffbl_b32_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0xba,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_ffbl_b32_e64 v5, vcc_lo               ; encoding: [0x05,0x00,0xba,0xd5,0x6a,0x00,0x00,0x00]
 
 v_ffbl_b32_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0xba,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_ffbl_b32_e64 v5, vcc_hi               ; encoding: [0x05,0x00,0xba,0xd5,0x6b,0x00,0x00,0x00]
 
 v_ffbl_b32_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0xba,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_ffbl_b32_e64 v5, m0                   ; encoding: [0x05,0x00,0xba,0xd5,0x7c,0x00,0x00,0x00]
 
 v_ffbl_b32_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0xba,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_ffbl_b32_e64 v5, exec_lo              ; encoding: [0x05,0x00,0xba,0xd5,0x7e,0x00,0x00,0x00]
 
 v_ffbl_b32_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0xba,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_ffbl_b32_e64 v5, exec_hi              ; encoding: [0x05,0x00,0xba,0xd5,0x7f,0x00,0x00,0x00]
 
 v_ffbl_b32_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0xba,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_ffbl_b32_e64 v5, 0                    ; encoding: [0x05,0x00,0xba,0xd5,0x80,0x00,0x00,0x00]
 
 v_ffbl_b32_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0xba,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_ffbl_b32_e64 v5, -1                   ; encoding: [0x05,0x00,0xba,0xd5,0xc1,0x00,0x00,0x00]
 
 v_ffbl_b32_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0xba,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_ffbl_b32_e64 v5, 0.5                  ; encoding: [0x05,0x00,0xba,0xd5,0xf0,0x00,0x00,0x00]
 
 v_ffbl_b32_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0xba,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_ffbl_b32_e64 v5, -4.0                 ; encoding: [0x05,0x00,0xba,0xd5,0xf7,0x00,0x00,0x00]
 
 v_ffbl_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x74,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_ffbl_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x74,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_ffbl_b32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x74,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_ffbl_b32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x74,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_ffbl_b32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x74,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_ffbl_b32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x74,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_ffbl_b32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x74,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_ffbl_b32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x74,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_ffbl_b32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x74,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_ffbl_b32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x74,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_ffbl_b32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x74,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_ffbl_b32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x74,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_ffbl_b32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x74,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_ffbl_b32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x74,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_ffbl_b32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x74,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_ffbl_b32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x74,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_ffbl_b32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x74,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_ffbl_b32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x74,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_ffbl_b32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x74,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_ffbl_b32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x74,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_ffbl_b32_sdwa v5, v1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x74,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_ffbl_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x74,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_ffbl_b32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x74,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_ffbl_b32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x74,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_ffbl_b32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x74,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_ffbl_b32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x74,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_ffbl_b32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x74,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_ffbl_b32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x74,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_ffbl_b32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x74,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_ffbl_b32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x74,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_ffbl_b32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x74,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_ffbl_b32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x74,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_ffbl_b32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x74,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_ffbl_b32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x74,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_ffbl_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x74,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_ffbl_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0x74,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_ffbl_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x74,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_ffbl_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x74,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_ffbl_b32_sdwa v5, v1 dst_sel:DWORD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x74,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_ffbl_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x74,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_ffbl_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD
-// GFX10: encoding: [0xf9,0x74,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_ffbl_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x74,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_ffbl_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x74,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_ffbl_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0x74,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_ffbl_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x74,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_ffbl_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0x74,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_ffbl_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x74,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_ffbl_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0x74,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_ffbl_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x74,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_ffbl_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0x74,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_ffbl_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0x74,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_ffbl_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0x74,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_ffbl_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0x74,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_ffbl_b32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0x74,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_ffbl_b32_sdwa v5, sext(v1) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x74,0x0a,0x7e,0x01,0x06,0x0e,0x00]
+// GFX10: v_ffbl_b32_sdwa v5, sext(v1) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x74,0x0a,0x7e,0x01,0x06,0x0e,0x00]
 
 v_ffbl_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x74,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_ffbl_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x74,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_ffbl_b32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x74,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_ffbl_b32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x74,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_ffbl_b32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x74,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_ffbl_b32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x74,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_ffbl_b32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x74,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_ffbl_b32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x74,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_ffbl_b32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x74,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_ffbl_b32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x74,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_ffbl_b32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x74,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_ffbl_b32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x74,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_ffbl_b32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x74,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_ffbl_b32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x74,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_ffbl_b32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x74,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_ffbl_b32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x74,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_ffbl_b32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x74,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_ffbl_b32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x74,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_ffbl_b32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x74,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_ffbl_b32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x74,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_ffbl_b32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x74,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_ffbl_b32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x74,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_ffbl_b32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x74,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_ffbl_b32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x74,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_ffbl_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x74,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_ffbl_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x74,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_ffbl_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x74,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_ffbl_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x74,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_ffbl_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x74,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_ffbl_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x74,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_ffbl_b32_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0x74,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_ffbl_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x74,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_ffbl_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x74,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_ffbl_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x74,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_ffbl_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x74,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_ffbl_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x74,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_ffbl_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x74,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_ffbl_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x74,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_ffbl_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0x74,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_ffbl_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x74,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_ffbl_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x74,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_ffbl_b32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x74,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_ffbl_b32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x74,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_ffbl_b32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x74,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_ffbl_b32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x74,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_ffbl_b32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x74,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_ffbl_b32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x74,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_ffbl_b32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x74,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_ffbl_b32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x74,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_ffbl_b32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x74,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_ffbh_i32 v5, v1
-// GFX10: encoding: [0x01,0x77,0x0a,0x7e]
+// GFX10: v_ffbh_i32_e32 v5, v1                   ; encoding: [0x01,0x77,0x0a,0x7e]
 
 v_ffbh_i32 v255, v1
-// GFX10: encoding: [0x01,0x77,0xfe,0x7f]
+// GFX10: v_ffbh_i32_e32 v255, v1                 ; encoding: [0x01,0x77,0xfe,0x7f]
 
 v_ffbh_i32 v5, v255
-// GFX10: encoding: [0xff,0x77,0x0a,0x7e]
+// GFX10: v_ffbh_i32_e32 v5, v255                 ; encoding: [0xff,0x77,0x0a,0x7e]
 
 v_ffbh_i32 v5, s1
-// GFX10: encoding: [0x01,0x76,0x0a,0x7e]
+// GFX10: v_ffbh_i32_e32 v5, s1                   ; encoding: [0x01,0x76,0x0a,0x7e]
 
 v_ffbh_i32 v5, s103
-// GFX10: encoding: [0x67,0x76,0x0a,0x7e]
+// GFX10: v_ffbh_i32_e32 v5, s103                 ; encoding: [0x67,0x76,0x0a,0x7e]
 
 v_ffbh_i32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0x76,0x0a,0x7e]
+// GFX10: v_ffbh_i32_e32 v5, vcc_lo               ; encoding: [0x6a,0x76,0x0a,0x7e]
 
 v_ffbh_i32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0x76,0x0a,0x7e]
+// GFX10: v_ffbh_i32_e32 v5, vcc_hi               ; encoding: [0x6b,0x76,0x0a,0x7e]
 
 v_ffbh_i32 v5, ttmp11
-// GFX10: encoding: [0x77,0x76,0x0a,0x7e]
+// GFX10: v_ffbh_i32_e32 v5, ttmp11               ; encoding: [0x77,0x76,0x0a,0x7e]
 
 v_ffbh_i32 v5, m0
-// GFX10: encoding: [0x7c,0x76,0x0a,0x7e]
+// GFX10: v_ffbh_i32_e32 v5, m0                   ; encoding: [0x7c,0x76,0x0a,0x7e]
 
 v_ffbh_i32 v5, exec_lo
-// GFX10: encoding: [0x7e,0x76,0x0a,0x7e]
+// GFX10: v_ffbh_i32_e32 v5, exec_lo              ; encoding: [0x7e,0x76,0x0a,0x7e]
 
 v_ffbh_i32 v5, exec_hi
-// GFX10: encoding: [0x7f,0x76,0x0a,0x7e]
+// GFX10: v_ffbh_i32_e32 v5, exec_hi              ; encoding: [0x7f,0x76,0x0a,0x7e]
 
 v_ffbh_i32 v5, 0
-// GFX10: encoding: [0x80,0x76,0x0a,0x7e]
+// GFX10: v_ffbh_i32_e32 v5, 0                    ; encoding: [0x80,0x76,0x0a,0x7e]
 
 v_ffbh_i32 v5, -1
-// GFX10: encoding: [0xc1,0x76,0x0a,0x7e]
+// GFX10: v_ffbh_i32_e32 v5, -1                   ; encoding: [0xc1,0x76,0x0a,0x7e]
 
 v_ffbh_i32 v5, 0.5
-// GFX10: encoding: [0xf0,0x76,0x0a,0x7e]
+// GFX10: v_ffbh_i32_e32 v5, 0.5                  ; encoding: [0xf0,0x76,0x0a,0x7e]
 
 v_ffbh_i32 v5, -4.0
-// GFX10: encoding: [0xf7,0x76,0x0a,0x7e]
+// GFX10: v_ffbh_i32_e32 v5, -4.0                 ; encoding: [0xf7,0x76,0x0a,0x7e]
 
 v_ffbh_i32 v5, 0xaf123456
-// GFX10: encoding: [0xff,0x76,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_ffbh_i32_e32 v5, 0xaf123456           ; encoding: [0xff,0x76,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_ffbh_i32 v5, 0x3f717273
-// GFX10: encoding: [0xff,0x76,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_ffbh_i32_e32 v5, 0x3f717273           ; encoding: [0xff,0x76,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_ffbh_i32_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0xbb,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_ffbh_i32_e64 v5, v1                   ; encoding: [0x05,0x00,0xbb,0xd5,0x01,0x01,0x00,0x00]
 
 v_ffbh_i32_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0xbb,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_ffbh_i32_e64 v255, v1                 ; encoding: [0xff,0x00,0xbb,0xd5,0x01,0x01,0x00,0x00]
 
 v_ffbh_i32_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0xbb,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_ffbh_i32_e64 v5, v255                 ; encoding: [0x05,0x00,0xbb,0xd5,0xff,0x01,0x00,0x00]
 
 v_ffbh_i32_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0xbb,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_ffbh_i32_e64 v5, s1                   ; encoding: [0x05,0x00,0xbb,0xd5,0x01,0x00,0x00,0x00]
 
 v_ffbh_i32_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0xbb,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_ffbh_i32_e64 v5, s101                 ; encoding: [0x05,0x00,0xbb,0xd5,0x65,0x00,0x00,0x00]
 
 v_ffbh_i32_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0xbb,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_ffbh_i32_e64 v5, vcc_lo               ; encoding: [0x05,0x00,0xbb,0xd5,0x6a,0x00,0x00,0x00]
 
 v_ffbh_i32_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0xbb,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_ffbh_i32_e64 v5, vcc_hi               ; encoding: [0x05,0x00,0xbb,0xd5,0x6b,0x00,0x00,0x00]
 
 v_ffbh_i32_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0xbb,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_ffbh_i32_e64 v5, m0                   ; encoding: [0x05,0x00,0xbb,0xd5,0x7c,0x00,0x00,0x00]
 
 v_ffbh_i32_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0xbb,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_ffbh_i32_e64 v5, exec_lo              ; encoding: [0x05,0x00,0xbb,0xd5,0x7e,0x00,0x00,0x00]
 
 v_ffbh_i32_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0xbb,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_ffbh_i32_e64 v5, exec_hi              ; encoding: [0x05,0x00,0xbb,0xd5,0x7f,0x00,0x00,0x00]
 
 v_ffbh_i32_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0xbb,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_ffbh_i32_e64 v5, 0                    ; encoding: [0x05,0x00,0xbb,0xd5,0x80,0x00,0x00,0x00]
 
 v_ffbh_i32_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0xbb,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_ffbh_i32_e64 v5, -1                   ; encoding: [0x05,0x00,0xbb,0xd5,0xc1,0x00,0x00,0x00]
 
 v_ffbh_i32_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0xbb,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_ffbh_i32_e64 v5, 0.5                  ; encoding: [0x05,0x00,0xbb,0xd5,0xf0,0x00,0x00,0x00]
 
 v_ffbh_i32_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0xbb,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_ffbh_i32_e64 v5, -4.0                 ; encoding: [0x05,0x00,0xbb,0xd5,0xf7,0x00,0x00,0x00]
 
 v_ffbh_i32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x76,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_ffbh_i32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x76,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_ffbh_i32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x76,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_ffbh_i32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x76,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_ffbh_i32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x76,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_ffbh_i32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x76,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_ffbh_i32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x76,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_ffbh_i32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x76,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_ffbh_i32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x76,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_ffbh_i32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x76,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_ffbh_i32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x76,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_ffbh_i32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x76,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_ffbh_i32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x76,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_ffbh_i32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x76,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_ffbh_i32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x76,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_ffbh_i32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x76,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_ffbh_i32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x76,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_ffbh_i32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x76,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_ffbh_i32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x76,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_ffbh_i32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x76,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_ffbh_i32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x76,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_ffbh_i32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x76,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_ffbh_i32_sdwa v5, v1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x76,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_ffbh_i32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x76,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_ffbh_i32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x76,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_ffbh_i32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x76,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_ffbh_i32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x76,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_ffbh_i32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x76,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_ffbh_i32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x76,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_ffbh_i32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x76,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_ffbh_i32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x76,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_ffbh_i32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x76,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_ffbh_i32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x76,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_ffbh_i32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x76,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_ffbh_i32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x76,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_ffbh_i32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x76,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_ffbh_i32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x76,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_ffbh_i32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0x76,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_ffbh_i32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x76,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_ffbh_i32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x76,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_ffbh_i32_sdwa v5, v1 dst_sel:DWORD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x76,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_ffbh_i32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x76,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_ffbh_i32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD
-// GFX10: encoding: [0xf9,0x76,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_ffbh_i32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x76,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_ffbh_i32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x76,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_ffbh_i32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0x76,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_ffbh_i32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x76,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_ffbh_i32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0x76,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_ffbh_i32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x76,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_ffbh_i32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0x76,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_ffbh_i32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x76,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_ffbh_i32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0x76,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_ffbh_i32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0x76,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_ffbh_i32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0x76,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_ffbh_i32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0x76,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_ffbh_i32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0x76,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_ffbh_i32_sdwa v5, sext(v1) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x76,0x0a,0x7e,0x01,0x06,0x0e,0x00]
+// GFX10: v_ffbh_i32_sdwa v5, sext(v1) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x76,0x0a,0x7e,0x01,0x06,0x0e,0x00]
 
 v_ffbh_i32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x76,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_ffbh_i32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x76,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_ffbh_i32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x76,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_ffbh_i32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x76,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_ffbh_i32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x76,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_ffbh_i32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x76,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_ffbh_i32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x76,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_ffbh_i32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x76,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_ffbh_i32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x76,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_ffbh_i32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x76,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_ffbh_i32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x76,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_ffbh_i32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x76,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_ffbh_i32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x76,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_ffbh_i32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x76,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_ffbh_i32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x76,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_ffbh_i32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x76,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_ffbh_i32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x76,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_ffbh_i32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x76,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_ffbh_i32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x76,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_ffbh_i32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x76,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_ffbh_i32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x76,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_ffbh_i32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x76,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_ffbh_i32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x76,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_ffbh_i32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x76,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_ffbh_i32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x76,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_ffbh_i32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x76,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_ffbh_i32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x76,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_ffbh_i32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x76,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_ffbh_i32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x76,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_ffbh_i32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x76,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_ffbh_i32_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0x76,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_ffbh_i32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x76,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_ffbh_i32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x76,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_ffbh_i32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x76,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_ffbh_i32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x76,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_ffbh_i32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x76,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_ffbh_i32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x76,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_ffbh_i32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x76,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_ffbh_i32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0x76,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_ffbh_i32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x76,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_ffbh_i32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x76,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_ffbh_i32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x76,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_ffbh_i32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x76,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_ffbh_i32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x76,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_ffbh_i32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x76,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_ffbh_i32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x76,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_ffbh_i32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x76,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_ffbh_i32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x76,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_ffbh_i32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x76,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_ffbh_i32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x76,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_frexp_exp_i32_f64 v5, v[1:2]
-// GFX10: encoding: [0x01,0x79,0x0a,0x7e]
+// GFX10: v_frexp_exp_i32_f64_e32 v5, v[1:2]      ; encoding: [0x01,0x79,0x0a,0x7e]
 
 v_frexp_exp_i32_f64 v255, v[1:2]
-// GFX10: encoding: [0x01,0x79,0xfe,0x7f]
+// GFX10: v_frexp_exp_i32_f64_e32 v255, v[1:2]    ; encoding: [0x01,0x79,0xfe,0x7f]
 
 v_frexp_exp_i32_f64 v5, v[254:255]
-// GFX10: encoding: [0xfe,0x79,0x0a,0x7e]
+// GFX10: v_frexp_exp_i32_f64_e32 v5, v[254:255]  ; encoding: [0xfe,0x79,0x0a,0x7e]
 
 v_frexp_exp_i32_f64 v5, s[2:3]
-// GFX10: encoding: [0x02,0x78,0x0a,0x7e]
+// GFX10: v_frexp_exp_i32_f64_e32 v5, s[2:3]      ; encoding: [0x02,0x78,0x0a,0x7e]
 
 v_frexp_exp_i32_f64 v5, s[4:5]
-// GFX10: encoding: [0x04,0x78,0x0a,0x7e]
+// GFX10: v_frexp_exp_i32_f64_e32 v5, s[4:5]      ; encoding: [0x04,0x78,0x0a,0x7e]
 
 v_frexp_exp_i32_f64 v5, s[102:103]
-// GFX10: encoding: [0x66,0x78,0x0a,0x7e]
+// GFX10: v_frexp_exp_i32_f64_e32 v5, s[102:103]  ; encoding: [0x66,0x78,0x0a,0x7e]
 
 v_frexp_exp_i32_f64 v5, vcc
-// GFX10: encoding: [0x6a,0x78,0x0a,0x7e]
+// GFX10: v_frexp_exp_i32_f64_e32 v5, vcc         ; encoding: [0x6a,0x78,0x0a,0x7e]
 
 v_frexp_exp_i32_f64 v5, ttmp[10:11]
-// GFX10: encoding: [0x76,0x78,0x0a,0x7e]
+// GFX10: v_frexp_exp_i32_f64_e32 v5, ttmp[10:11] ; encoding: [0x76,0x78,0x0a,0x7e]
 
 v_frexp_exp_i32_f64 v5, exec
-// GFX10: encoding: [0x7e,0x78,0x0a,0x7e]
+// GFX10: v_frexp_exp_i32_f64_e32 v5, exec        ; encoding: [0x7e,0x78,0x0a,0x7e]
 
 v_frexp_exp_i32_f64 v5, 0
-// GFX10: encoding: [0x80,0x78,0x0a,0x7e]
+// GFX10: v_frexp_exp_i32_f64_e32 v5, 0           ; encoding: [0x80,0x78,0x0a,0x7e]
 
 v_frexp_exp_i32_f64 v5, -1
-// GFX10: encoding: [0xc1,0x78,0x0a,0x7e]
+// GFX10: v_frexp_exp_i32_f64_e32 v5, -1          ; encoding: [0xc1,0x78,0x0a,0x7e]
 
 v_frexp_exp_i32_f64 v5, 0.5
-// GFX10: encoding: [0xf0,0x78,0x0a,0x7e]
+// GFX10: v_frexp_exp_i32_f64_e32 v5, 0.5         ; encoding: [0xf0,0x78,0x0a,0x7e]
 
 v_frexp_exp_i32_f64 v5, -4.0
-// GFX10: encoding: [0xf7,0x78,0x0a,0x7e]
+// GFX10: v_frexp_exp_i32_f64_e32 v5, -4.0        ; encoding: [0xf7,0x78,0x0a,0x7e]
 
 v_frexp_exp_i32_f64 v5, 0xaf123456
-// GFX10: encoding: [0xff,0x78,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_frexp_exp_i32_f64_e32 v5, 0xaf123456  ; encoding: [0xff,0x78,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_frexp_exp_i32_f64 v5, 0x3f717273
-// GFX10: encoding: [0xff,0x78,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_frexp_exp_i32_f64_e32 v5, 0x3f717273  ; encoding: [0xff,0x78,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_frexp_exp_i32_f64_e64 v5, v[1:2]
-// GFX10: encoding: [0x05,0x00,0xbc,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_frexp_exp_i32_f64_e64 v5, v[1:2]      ; encoding: [0x05,0x00,0xbc,0xd5,0x01,0x01,0x00,0x00]
 
 v_frexp_exp_i32_f64_e64 v255, v[1:2]
-// GFX10: encoding: [0xff,0x00,0xbc,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_frexp_exp_i32_f64_e64 v255, v[1:2]    ; encoding: [0xff,0x00,0xbc,0xd5,0x01,0x01,0x00,0x00]
 
 v_frexp_exp_i32_f64_e64 v5, v[254:255]
-// GFX10: encoding: [0x05,0x00,0xbc,0xd5,0xfe,0x01,0x00,0x00]
+// GFX10: v_frexp_exp_i32_f64_e64 v5, v[254:255]  ; encoding: [0x05,0x00,0xbc,0xd5,0xfe,0x01,0x00,0x00]
 
 v_frexp_exp_i32_f64_e64 v5, s[2:3]
-// GFX10: encoding: [0x05,0x00,0xbc,0xd5,0x02,0x00,0x00,0x00]
+// GFX10: v_frexp_exp_i32_f64_e64 v5, s[2:3]      ; encoding: [0x05,0x00,0xbc,0xd5,0x02,0x00,0x00,0x00]
 
 v_frexp_exp_i32_f64_e64 v5, s[4:5]
-// GFX10: encoding: [0x05,0x00,0xbc,0xd5,0x04,0x00,0x00,0x00]
+// GFX10: v_frexp_exp_i32_f64_e64 v5, s[4:5]      ; encoding: [0x05,0x00,0xbc,0xd5,0x04,0x00,0x00,0x00]
 
 v_frexp_exp_i32_f64_e64 v5, s[100:101]
-// GFX10: encoding: [0x05,0x00,0xbc,0xd5,0x64,0x00,0x00,0x00]
+// GFX10: v_frexp_exp_i32_f64_e64 v5, s[100:101]  ; encoding: [0x05,0x00,0xbc,0xd5,0x64,0x00,0x00,0x00]
 
 v_frexp_exp_i32_f64_e64 v5, vcc
-// GFX10: encoding: [0x05,0x00,0xbc,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_frexp_exp_i32_f64_e64 v5, vcc         ; encoding: [0x05,0x00,0xbc,0xd5,0x6a,0x00,0x00,0x00]
 
 v_frexp_exp_i32_f64_e64 v5, exec
-// GFX10: encoding: [0x05,0x00,0xbc,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_frexp_exp_i32_f64_e64 v5, exec        ; encoding: [0x05,0x00,0xbc,0xd5,0x7e,0x00,0x00,0x00]
 
 v_frexp_exp_i32_f64_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0xbc,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_frexp_exp_i32_f64_e64 v5, 0           ; encoding: [0x05,0x00,0xbc,0xd5,0x80,0x00,0x00,0x00]
 
 v_frexp_exp_i32_f64_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0xbc,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_frexp_exp_i32_f64_e64 v5, -1          ; encoding: [0x05,0x00,0xbc,0xd5,0xc1,0x00,0x00,0x00]
 
 v_frexp_exp_i32_f64_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0xbc,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_frexp_exp_i32_f64_e64 v5, 0.5         ; encoding: [0x05,0x00,0xbc,0xd5,0xf0,0x00,0x00,0x00]
 
 v_frexp_exp_i32_f64_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0xbc,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_frexp_exp_i32_f64_e64 v5, -4.0        ; encoding: [0x05,0x00,0xbc,0xd5,0xf7,0x00,0x00,0x00]
 
 v_frexp_exp_i32_f64_e64 v5, -v[1:2]
-// GFX10: encoding: [0x05,0x00,0xbc,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_frexp_exp_i32_f64_e64 v5, -v[1:2]     ; encoding: [0x05,0x00,0xbc,0xd5,0x01,0x01,0x00,0x20]
 
 v_frexp_exp_i32_f64_e64 v5, |v[1:2]|
-// GFX10: encoding: [0x05,0x01,0xbc,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_frexp_exp_i32_f64_e64 v5, |v[1:2]|    ; encoding: [0x05,0x01,0xbc,0xd5,0x01,0x01,0x00,0x00]
 
 v_frexp_exp_i32_f64_e64 v5, v[1:2] clamp
-// GFX10: encoding: [0x05,0x80,0xbc,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_frexp_exp_i32_f64_e64 v5, v[1:2] clamp ; encoding: [0x05,0x80,0xbc,0xd5,0x01,0x01,0x00,0x00]
 
 v_frexp_mant_f64 v[5:6], v[1:2]
-// GFX10: encoding: [0x01,0x7b,0x0a,0x7e]
+// GFX10: v_frexp_mant_f64_e32 v[5:6], v[1:2]     ; encoding: [0x01,0x7b,0x0a,0x7e]
 
 v_frexp_mant_f64 v[254:255], v[1:2]
-// GFX10: encoding: [0x01,0x7b,0xfc,0x7f]
+// GFX10: v_frexp_mant_f64_e32 v[254:255], v[1:2] ; encoding: [0x01,0x7b,0xfc,0x7f]
 
 v_frexp_mant_f64 v[5:6], v[254:255]
-// GFX10: encoding: [0xfe,0x7b,0x0a,0x7e]
+// GFX10: v_frexp_mant_f64_e32 v[5:6], v[254:255] ; encoding: [0xfe,0x7b,0x0a,0x7e]
 
 v_frexp_mant_f64 v[5:6], s[2:3]
-// GFX10: encoding: [0x02,0x7a,0x0a,0x7e]
+// GFX10: v_frexp_mant_f64_e32 v[5:6], s[2:3]     ; encoding: [0x02,0x7a,0x0a,0x7e]
 
 v_frexp_mant_f64 v[5:6], s[4:5]
-// GFX10: encoding: [0x04,0x7a,0x0a,0x7e]
+// GFX10: v_frexp_mant_f64_e32 v[5:6], s[4:5]     ; encoding: [0x04,0x7a,0x0a,0x7e]
 
 v_frexp_mant_f64 v[5:6], s[102:103]
-// GFX10: encoding: [0x66,0x7a,0x0a,0x7e]
+// GFX10: v_frexp_mant_f64_e32 v[5:6], s[102:103] ; encoding: [0x66,0x7a,0x0a,0x7e]
 
 v_frexp_mant_f64 v[5:6], vcc
-// GFX10: encoding: [0x6a,0x7a,0x0a,0x7e]
+// GFX10: v_frexp_mant_f64_e32 v[5:6], vcc        ; encoding: [0x6a,0x7a,0x0a,0x7e]
 
 v_frexp_mant_f64 v[5:6], ttmp[10:11]
-// GFX10: encoding: [0x76,0x7a,0x0a,0x7e]
+// GFX10: v_frexp_mant_f64_e32 v[5:6], ttmp[10:11] ; encoding: [0x76,0x7a,0x0a,0x7e]
 
 v_frexp_mant_f64 v[5:6], exec
-// GFX10: encoding: [0x7e,0x7a,0x0a,0x7e]
+// GFX10: v_frexp_mant_f64_e32 v[5:6], exec       ; encoding: [0x7e,0x7a,0x0a,0x7e]
 
 v_frexp_mant_f64 v[5:6], 0
-// GFX10: encoding: [0x80,0x7a,0x0a,0x7e]
+// GFX10: v_frexp_mant_f64_e32 v[5:6], 0          ; encoding: [0x80,0x7a,0x0a,0x7e]
 
 v_frexp_mant_f64 v[5:6], -1
-// GFX10: encoding: [0xc1,0x7a,0x0a,0x7e]
+// GFX10: v_frexp_mant_f64_e32 v[5:6], -1         ; encoding: [0xc1,0x7a,0x0a,0x7e]
 
 v_frexp_mant_f64 v[5:6], 0.5
-// GFX10: encoding: [0xf0,0x7a,0x0a,0x7e]
+// GFX10: v_frexp_mant_f64_e32 v[5:6], 0.5        ; encoding: [0xf0,0x7a,0x0a,0x7e]
 
 v_frexp_mant_f64 v[5:6], -4.0
-// GFX10: encoding: [0xf7,0x7a,0x0a,0x7e]
+// GFX10: v_frexp_mant_f64_e32 v[5:6], -4.0       ; encoding: [0xf7,0x7a,0x0a,0x7e]
 
 v_frexp_mant_f64 v[5:6], 0xaf123456
-// GFX10: encoding: [0xff,0x7a,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_frexp_mant_f64_e32 v[5:6], 0xaf123456 ; encoding: [0xff,0x7a,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_frexp_mant_f64 v[5:6], 0x3f717273
-// GFX10: encoding: [0xff,0x7a,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_frexp_mant_f64_e32 v[5:6], 0x3f717273 ; encoding: [0xff,0x7a,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_frexp_mant_f64_e64 v[5:6], v[1:2]
-// GFX10: encoding: [0x05,0x00,0xbd,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_frexp_mant_f64_e64 v[5:6], v[1:2]     ; encoding: [0x05,0x00,0xbd,0xd5,0x01,0x01,0x00,0x00]
 
 v_frexp_mant_f64_e64 v[254:255], v[1:2]
-// GFX10: encoding: [0xfe,0x00,0xbd,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_frexp_mant_f64_e64 v[254:255], v[1:2] ; encoding: [0xfe,0x00,0xbd,0xd5,0x01,0x01,0x00,0x00]
 
 v_frexp_mant_f64_e64 v[5:6], v[254:255]
-// GFX10: encoding: [0x05,0x00,0xbd,0xd5,0xfe,0x01,0x00,0x00]
+// GFX10: v_frexp_mant_f64_e64 v[5:6], v[254:255] ; encoding: [0x05,0x00,0xbd,0xd5,0xfe,0x01,0x00,0x00]
 
 v_frexp_mant_f64_e64 v[5:6], s[2:3]
-// GFX10: encoding: [0x05,0x00,0xbd,0xd5,0x02,0x00,0x00,0x00]
+// GFX10: v_frexp_mant_f64_e64 v[5:6], s[2:3]     ; encoding: [0x05,0x00,0xbd,0xd5,0x02,0x00,0x00,0x00]
 
 v_frexp_mant_f64_e64 v[5:6], s[4:5]
-// GFX10: encoding: [0x05,0x00,0xbd,0xd5,0x04,0x00,0x00,0x00]
+// GFX10: v_frexp_mant_f64_e64 v[5:6], s[4:5]     ; encoding: [0x05,0x00,0xbd,0xd5,0x04,0x00,0x00,0x00]
 
 v_frexp_mant_f64_e64 v[5:6], s[100:101]
-// GFX10: encoding: [0x05,0x00,0xbd,0xd5,0x64,0x00,0x00,0x00]
+// GFX10: v_frexp_mant_f64_e64 v[5:6], s[100:101] ; encoding: [0x05,0x00,0xbd,0xd5,0x64,0x00,0x00,0x00]
 
 v_frexp_mant_f64_e64 v[5:6], vcc
-// GFX10: encoding: [0x05,0x00,0xbd,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_frexp_mant_f64_e64 v[5:6], vcc        ; encoding: [0x05,0x00,0xbd,0xd5,0x6a,0x00,0x00,0x00]
 
 v_frexp_mant_f64_e64 v[5:6], exec
-// GFX10: encoding: [0x05,0x00,0xbd,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_frexp_mant_f64_e64 v[5:6], exec       ; encoding: [0x05,0x00,0xbd,0xd5,0x7e,0x00,0x00,0x00]
 
 v_frexp_mant_f64_e64 v[5:6], 0
-// GFX10: encoding: [0x05,0x00,0xbd,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_frexp_mant_f64_e64 v[5:6], 0          ; encoding: [0x05,0x00,0xbd,0xd5,0x80,0x00,0x00,0x00]
 
 v_frexp_mant_f64_e64 v[5:6], -1
-// GFX10: encoding: [0x05,0x00,0xbd,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_frexp_mant_f64_e64 v[5:6], -1         ; encoding: [0x05,0x00,0xbd,0xd5,0xc1,0x00,0x00,0x00]
 
 v_frexp_mant_f64_e64 v[5:6], 0.5
-// GFX10: encoding: [0x05,0x00,0xbd,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_frexp_mant_f64_e64 v[5:6], 0.5        ; encoding: [0x05,0x00,0xbd,0xd5,0xf0,0x00,0x00,0x00]
 
 v_frexp_mant_f64_e64 v[5:6], -4.0
-// GFX10: encoding: [0x05,0x00,0xbd,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_frexp_mant_f64_e64 v[5:6], -4.0       ; encoding: [0x05,0x00,0xbd,0xd5,0xf7,0x00,0x00,0x00]
 
 v_frexp_mant_f64_e64 v[5:6], -v[1:2]
-// GFX10: encoding: [0x05,0x00,0xbd,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_frexp_mant_f64_e64 v[5:6], -v[1:2]    ; encoding: [0x05,0x00,0xbd,0xd5,0x01,0x01,0x00,0x20]
 
 v_frexp_mant_f64_e64 v[5:6], |v[1:2]|
-// GFX10: encoding: [0x05,0x01,0xbd,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_frexp_mant_f64_e64 v[5:6], |v[1:2]|   ; encoding: [0x05,0x01,0xbd,0xd5,0x01,0x01,0x00,0x00]
 
 v_frexp_mant_f64_e64 v[5:6], v[1:2] clamp
-// GFX10: encoding: [0x05,0x80,0xbd,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_frexp_mant_f64_e64 v[5:6], v[1:2] clamp ; encoding: [0x05,0x80,0xbd,0xd5,0x01,0x01,0x00,0x00]
 
 v_frexp_mant_f64_e64 v[5:6], v[1:2] mul:2
-// GFX10: encoding: [0x05,0x00,0xbd,0xd5,0x01,0x01,0x00,0x08]
+// GFX10: v_frexp_mant_f64_e64 v[5:6], v[1:2] mul:2 ; encoding: [0x05,0x00,0xbd,0xd5,0x01,0x01,0x00,0x08]
 
 v_frexp_mant_f64_e64 v[5:6], v[1:2] mul:4
-// GFX10: encoding: [0x05,0x00,0xbd,0xd5,0x01,0x01,0x00,0x10]
+// GFX10: v_frexp_mant_f64_e64 v[5:6], v[1:2] mul:4 ; encoding: [0x05,0x00,0xbd,0xd5,0x01,0x01,0x00,0x10]
 
 v_frexp_mant_f64_e64 v[5:6], v[1:2] div:2
-// GFX10: encoding: [0x05,0x00,0xbd,0xd5,0x01,0x01,0x00,0x18]
+// GFX10: v_frexp_mant_f64_e64 v[5:6], v[1:2] div:2 ; encoding: [0x05,0x00,0xbd,0xd5,0x01,0x01,0x00,0x18]
 
 v_fract_f64 v[5:6], v[1:2]
-// GFX10: encoding: [0x01,0x7d,0x0a,0x7e]
+// GFX10: v_fract_f64_e32 v[5:6], v[1:2]          ; encoding: [0x01,0x7d,0x0a,0x7e]
 
 v_fract_f64 v[254:255], v[1:2]
-// GFX10: encoding: [0x01,0x7d,0xfc,0x7f]
+// GFX10: v_fract_f64_e32 v[254:255], v[1:2]      ; encoding: [0x01,0x7d,0xfc,0x7f]
 
 v_fract_f64 v[5:6], v[254:255]
-// GFX10: encoding: [0xfe,0x7d,0x0a,0x7e]
+// GFX10: v_fract_f64_e32 v[5:6], v[254:255]      ; encoding: [0xfe,0x7d,0x0a,0x7e]
 
 v_fract_f64 v[5:6], s[2:3]
-// GFX10: encoding: [0x02,0x7c,0x0a,0x7e]
+// GFX10: v_fract_f64_e32 v[5:6], s[2:3]          ; encoding: [0x02,0x7c,0x0a,0x7e]
 
 v_fract_f64 v[5:6], s[4:5]
-// GFX10: encoding: [0x04,0x7c,0x0a,0x7e]
+// GFX10: v_fract_f64_e32 v[5:6], s[4:5]          ; encoding: [0x04,0x7c,0x0a,0x7e]
 
 v_fract_f64 v[5:6], s[102:103]
-// GFX10: encoding: [0x66,0x7c,0x0a,0x7e]
+// GFX10: v_fract_f64_e32 v[5:6], s[102:103]      ; encoding: [0x66,0x7c,0x0a,0x7e]
 
 v_fract_f64 v[5:6], vcc
-// GFX10: encoding: [0x6a,0x7c,0x0a,0x7e]
+// GFX10: v_fract_f64_e32 v[5:6], vcc             ; encoding: [0x6a,0x7c,0x0a,0x7e]
 
 v_fract_f64 v[5:6], ttmp[10:11]
-// GFX10: encoding: [0x76,0x7c,0x0a,0x7e]
+// GFX10: v_fract_f64_e32 v[5:6], ttmp[10:11]     ; encoding: [0x76,0x7c,0x0a,0x7e]
 
 v_fract_f64 v[5:6], exec
-// GFX10: encoding: [0x7e,0x7c,0x0a,0x7e]
+// GFX10: v_fract_f64_e32 v[5:6], exec            ; encoding: [0x7e,0x7c,0x0a,0x7e]
 
 v_fract_f64 v[5:6], 0
-// GFX10: encoding: [0x80,0x7c,0x0a,0x7e]
+// GFX10: v_fract_f64_e32 v[5:6], 0               ; encoding: [0x80,0x7c,0x0a,0x7e]
 
 v_fract_f64 v[5:6], -1
-// GFX10: encoding: [0xc1,0x7c,0x0a,0x7e]
+// GFX10: v_fract_f64_e32 v[5:6], -1              ; encoding: [0xc1,0x7c,0x0a,0x7e]
 
 v_fract_f64 v[5:6], 0.5
-// GFX10: encoding: [0xf0,0x7c,0x0a,0x7e]
+// GFX10: v_fract_f64_e32 v[5:6], 0.5             ; encoding: [0xf0,0x7c,0x0a,0x7e]
 
 v_fract_f64 v[5:6], -4.0
-// GFX10: encoding: [0xf7,0x7c,0x0a,0x7e]
+// GFX10: v_fract_f64_e32 v[5:6], -4.0            ; encoding: [0xf7,0x7c,0x0a,0x7e]
 
 v_fract_f64 v[5:6], 0xaf123456
-// GFX10: encoding: [0xff,0x7c,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_fract_f64_e32 v[5:6], 0xaf123456      ; encoding: [0xff,0x7c,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_fract_f64 v[5:6], 0x3f717273
-// GFX10: encoding: [0xff,0x7c,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_fract_f64_e32 v[5:6], 0x3f717273      ; encoding: [0xff,0x7c,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_fract_f64_e64 v[5:6], v[1:2]
-// GFX10: encoding: [0x05,0x00,0xbe,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_fract_f64_e64 v[5:6], v[1:2]          ; encoding: [0x05,0x00,0xbe,0xd5,0x01,0x01,0x00,0x00]
 
 v_fract_f64_e64 v[254:255], v[1:2]
-// GFX10: encoding: [0xfe,0x00,0xbe,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_fract_f64_e64 v[254:255], v[1:2]      ; encoding: [0xfe,0x00,0xbe,0xd5,0x01,0x01,0x00,0x00]
 
 v_fract_f64_e64 v[5:6], v[254:255]
-// GFX10: encoding: [0x05,0x00,0xbe,0xd5,0xfe,0x01,0x00,0x00]
+// GFX10: v_fract_f64_e64 v[5:6], v[254:255]      ; encoding: [0x05,0x00,0xbe,0xd5,0xfe,0x01,0x00,0x00]
 
 v_fract_f64_e64 v[5:6], s[2:3]
-// GFX10: encoding: [0x05,0x00,0xbe,0xd5,0x02,0x00,0x00,0x00]
+// GFX10: v_fract_f64_e64 v[5:6], s[2:3]          ; encoding: [0x05,0x00,0xbe,0xd5,0x02,0x00,0x00,0x00]
 
 v_fract_f64_e64 v[5:6], s[4:5]
-// GFX10: encoding: [0x05,0x00,0xbe,0xd5,0x04,0x00,0x00,0x00]
+// GFX10: v_fract_f64_e64 v[5:6], s[4:5]          ; encoding: [0x05,0x00,0xbe,0xd5,0x04,0x00,0x00,0x00]
 
 v_fract_f64_e64 v[5:6], s[100:101]
-// GFX10: encoding: [0x05,0x00,0xbe,0xd5,0x64,0x00,0x00,0x00]
+// GFX10: v_fract_f64_e64 v[5:6], s[100:101]      ; encoding: [0x05,0x00,0xbe,0xd5,0x64,0x00,0x00,0x00]
 
 v_fract_f64_e64 v[5:6], vcc
-// GFX10: encoding: [0x05,0x00,0xbe,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_fract_f64_e64 v[5:6], vcc             ; encoding: [0x05,0x00,0xbe,0xd5,0x6a,0x00,0x00,0x00]
 
 v_fract_f64_e64 v[5:6], exec
-// GFX10: encoding: [0x05,0x00,0xbe,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_fract_f64_e64 v[5:6], exec            ; encoding: [0x05,0x00,0xbe,0xd5,0x7e,0x00,0x00,0x00]
 
 v_fract_f64_e64 v[5:6], 0
-// GFX10: encoding: [0x05,0x00,0xbe,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_fract_f64_e64 v[5:6], 0               ; encoding: [0x05,0x00,0xbe,0xd5,0x80,0x00,0x00,0x00]
 
 v_fract_f64_e64 v[5:6], -1
-// GFX10: encoding: [0x05,0x00,0xbe,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_fract_f64_e64 v[5:6], -1              ; encoding: [0x05,0x00,0xbe,0xd5,0xc1,0x00,0x00,0x00]
 
 v_fract_f64_e64 v[5:6], 0.5
-// GFX10: encoding: [0x05,0x00,0xbe,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_fract_f64_e64 v[5:6], 0.5             ; encoding: [0x05,0x00,0xbe,0xd5,0xf0,0x00,0x00,0x00]
 
 v_fract_f64_e64 v[5:6], -4.0
-// GFX10: encoding: [0x05,0x00,0xbe,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_fract_f64_e64 v[5:6], -4.0            ; encoding: [0x05,0x00,0xbe,0xd5,0xf7,0x00,0x00,0x00]
 
 v_fract_f64_e64 v[5:6], -v[1:2]
-// GFX10: encoding: [0x05,0x00,0xbe,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_fract_f64_e64 v[5:6], -v[1:2]         ; encoding: [0x05,0x00,0xbe,0xd5,0x01,0x01,0x00,0x20]
 
 v_fract_f64_e64 v[5:6], |v[1:2]|
-// GFX10: encoding: [0x05,0x01,0xbe,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_fract_f64_e64 v[5:6], |v[1:2]|        ; encoding: [0x05,0x01,0xbe,0xd5,0x01,0x01,0x00,0x00]
 
 v_fract_f64_e64 v[5:6], v[1:2] clamp
-// GFX10: encoding: [0x05,0x80,0xbe,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_fract_f64_e64 v[5:6], v[1:2] clamp    ; encoding: [0x05,0x80,0xbe,0xd5,0x01,0x01,0x00,0x00]
 
 v_fract_f64_e64 v[5:6], v[1:2] mul:2
-// GFX10: encoding: [0x05,0x00,0xbe,0xd5,0x01,0x01,0x00,0x08]
+// GFX10: v_fract_f64_e64 v[5:6], v[1:2] mul:2    ; encoding: [0x05,0x00,0xbe,0xd5,0x01,0x01,0x00,0x08]
 
 v_fract_f64_e64 v[5:6], v[1:2] mul:4
-// GFX10: encoding: [0x05,0x00,0xbe,0xd5,0x01,0x01,0x00,0x10]
+// GFX10: v_fract_f64_e64 v[5:6], v[1:2] mul:4    ; encoding: [0x05,0x00,0xbe,0xd5,0x01,0x01,0x00,0x10]
 
 v_fract_f64_e64 v[5:6], v[1:2] div:2
-// GFX10: encoding: [0x05,0x00,0xbe,0xd5,0x01,0x01,0x00,0x18]
+// GFX10: v_fract_f64_e64 v[5:6], v[1:2] div:2    ; encoding: [0x05,0x00,0xbe,0xd5,0x01,0x01,0x00,0x18]
 
 v_frexp_exp_i32_f32 v5, v1
-// GFX10: encoding: [0x01,0x7f,0x0a,0x7e]
+// GFX10: v_frexp_exp_i32_f32_e32 v5, v1          ; encoding: [0x01,0x7f,0x0a,0x7e]
 
 v_frexp_exp_i32_f32 v255, v1
-// GFX10: encoding: [0x01,0x7f,0xfe,0x7f]
+// GFX10: v_frexp_exp_i32_f32_e32 v255, v1        ; encoding: [0x01,0x7f,0xfe,0x7f]
 
 v_frexp_exp_i32_f32 v5, v255
-// GFX10: encoding: [0xff,0x7f,0x0a,0x7e]
+// GFX10: v_frexp_exp_i32_f32_e32 v5, v255        ; encoding: [0xff,0x7f,0x0a,0x7e]
 
 v_frexp_exp_i32_f32 v5, s1
-// GFX10: encoding: [0x01,0x7e,0x0a,0x7e]
+// GFX10: v_frexp_exp_i32_f32_e32 v5, s1          ; encoding: [0x01,0x7e,0x0a,0x7e]
 
 v_frexp_exp_i32_f32 v5, s103
-// GFX10: encoding: [0x67,0x7e,0x0a,0x7e]
+// GFX10: v_frexp_exp_i32_f32_e32 v5, s103        ; encoding: [0x67,0x7e,0x0a,0x7e]
 
 v_frexp_exp_i32_f32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0x7e,0x0a,0x7e]
+// GFX10: v_frexp_exp_i32_f32_e32 v5, vcc_lo      ; encoding: [0x6a,0x7e,0x0a,0x7e]
 
 v_frexp_exp_i32_f32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0x7e,0x0a,0x7e]
+// GFX10: v_frexp_exp_i32_f32_e32 v5, vcc_hi      ; encoding: [0x6b,0x7e,0x0a,0x7e]
 
 v_frexp_exp_i32_f32 v5, ttmp11
-// GFX10: encoding: [0x77,0x7e,0x0a,0x7e]
+// GFX10: v_frexp_exp_i32_f32_e32 v5, ttmp11      ; encoding: [0x77,0x7e,0x0a,0x7e]
 
 v_frexp_exp_i32_f32 v5, m0
-// GFX10: encoding: [0x7c,0x7e,0x0a,0x7e]
+// GFX10: v_frexp_exp_i32_f32_e32 v5, m0          ; encoding: [0x7c,0x7e,0x0a,0x7e]
 
 v_frexp_exp_i32_f32 v5, exec_lo
-// GFX10: encoding: [0x7e,0x7e,0x0a,0x7e]
+// GFX10: v_frexp_exp_i32_f32_e32 v5, exec_lo     ; encoding: [0x7e,0x7e,0x0a,0x7e]
 
 v_frexp_exp_i32_f32 v5, exec_hi
-// GFX10: encoding: [0x7f,0x7e,0x0a,0x7e]
+// GFX10: v_frexp_exp_i32_f32_e32 v5, exec_hi     ; encoding: [0x7f,0x7e,0x0a,0x7e]
 
 v_frexp_exp_i32_f32 v5, 0
-// GFX10: encoding: [0x80,0x7e,0x0a,0x7e]
+// GFX10: v_frexp_exp_i32_f32_e32 v5, 0           ; encoding: [0x80,0x7e,0x0a,0x7e]
 
 v_frexp_exp_i32_f32 v5, -1
-// GFX10: encoding: [0xc1,0x7e,0x0a,0x7e]
+// GFX10: v_frexp_exp_i32_f32_e32 v5, -1          ; encoding: [0xc1,0x7e,0x0a,0x7e]
 
 v_frexp_exp_i32_f32 v5, 0.5
-// GFX10: encoding: [0xf0,0x7e,0x0a,0x7e]
+// GFX10: v_frexp_exp_i32_f32_e32 v5, 0.5         ; encoding: [0xf0,0x7e,0x0a,0x7e]
 
 v_frexp_exp_i32_f32 v5, -4.0
-// GFX10: encoding: [0xf7,0x7e,0x0a,0x7e]
+// GFX10: v_frexp_exp_i32_f32_e32 v5, -4.0        ; encoding: [0xf7,0x7e,0x0a,0x7e]
 
 v_frexp_exp_i32_f32 v5, 0xaf123456
-// GFX10: encoding: [0xff,0x7e,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_frexp_exp_i32_f32_e32 v5, 0xaf123456  ; encoding: [0xff,0x7e,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_frexp_exp_i32_f32 v5, 0x3f717273
-// GFX10: encoding: [0xff,0x7e,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_frexp_exp_i32_f32_e32 v5, 0x3f717273  ; encoding: [0xff,0x7e,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_frexp_exp_i32_f32_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0xbf,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_frexp_exp_i32_f32_e64 v5, v1          ; encoding: [0x05,0x00,0xbf,0xd5,0x01,0x01,0x00,0x00]
 
 v_frexp_exp_i32_f32_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0xbf,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_frexp_exp_i32_f32_e64 v255, v1        ; encoding: [0xff,0x00,0xbf,0xd5,0x01,0x01,0x00,0x00]
 
 v_frexp_exp_i32_f32_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0xbf,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_frexp_exp_i32_f32_e64 v5, v255        ; encoding: [0x05,0x00,0xbf,0xd5,0xff,0x01,0x00,0x00]
 
 v_frexp_exp_i32_f32_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0xbf,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_frexp_exp_i32_f32_e64 v5, s1          ; encoding: [0x05,0x00,0xbf,0xd5,0x01,0x00,0x00,0x00]
 
 v_frexp_exp_i32_f32_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0xbf,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_frexp_exp_i32_f32_e64 v5, s101        ; encoding: [0x05,0x00,0xbf,0xd5,0x65,0x00,0x00,0x00]
 
 v_frexp_exp_i32_f32_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0xbf,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_frexp_exp_i32_f32_e64 v5, vcc_lo      ; encoding: [0x05,0x00,0xbf,0xd5,0x6a,0x00,0x00,0x00]
 
 v_frexp_exp_i32_f32_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0xbf,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_frexp_exp_i32_f32_e64 v5, vcc_hi      ; encoding: [0x05,0x00,0xbf,0xd5,0x6b,0x00,0x00,0x00]
 
 v_frexp_exp_i32_f32_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0xbf,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_frexp_exp_i32_f32_e64 v5, m0          ; encoding: [0x05,0x00,0xbf,0xd5,0x7c,0x00,0x00,0x00]
 
 v_frexp_exp_i32_f32_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0xbf,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_frexp_exp_i32_f32_e64 v5, exec_lo     ; encoding: [0x05,0x00,0xbf,0xd5,0x7e,0x00,0x00,0x00]
 
 v_frexp_exp_i32_f32_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0xbf,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_frexp_exp_i32_f32_e64 v5, exec_hi     ; encoding: [0x05,0x00,0xbf,0xd5,0x7f,0x00,0x00,0x00]
 
 v_frexp_exp_i32_f32_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0xbf,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_frexp_exp_i32_f32_e64 v5, 0           ; encoding: [0x05,0x00,0xbf,0xd5,0x80,0x00,0x00,0x00]
 
 v_frexp_exp_i32_f32_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0xbf,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_frexp_exp_i32_f32_e64 v5, -1          ; encoding: [0x05,0x00,0xbf,0xd5,0xc1,0x00,0x00,0x00]
 
 v_frexp_exp_i32_f32_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0xbf,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_frexp_exp_i32_f32_e64 v5, 0.5         ; encoding: [0x05,0x00,0xbf,0xd5,0xf0,0x00,0x00,0x00]
 
 v_frexp_exp_i32_f32_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0xbf,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_frexp_exp_i32_f32_e64 v5, -4.0        ; encoding: [0x05,0x00,0xbf,0xd5,0xf7,0x00,0x00,0x00]
 
 v_frexp_exp_i32_f32_e64 v5, -v1
-// GFX10: encoding: [0x05,0x00,0xbf,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_frexp_exp_i32_f32_e64 v5, -v1         ; encoding: [0x05,0x00,0xbf,0xd5,0x01,0x01,0x00,0x20]
 
 v_frexp_exp_i32_f32_e64 v5, |v1|
-// GFX10: encoding: [0x05,0x01,0xbf,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_frexp_exp_i32_f32_e64 v5, |v1|        ; encoding: [0x05,0x01,0xbf,0xd5,0x01,0x01,0x00,0x00]
 
 v_frexp_exp_i32_f32_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0xbf,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_frexp_exp_i32_f32_e64 v5, v1 clamp    ; encoding: [0x05,0x80,0xbf,0xd5,0x01,0x01,0x00,0x00]
 
 v_frexp_exp_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x7e,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_frexp_exp_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x7e,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_frexp_exp_i32_f32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x7e,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_frexp_exp_i32_f32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x7e,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_frexp_exp_i32_f32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x7e,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_frexp_exp_i32_f32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x7e,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_frexp_exp_i32_f32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x7e,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_frexp_exp_i32_f32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x7e,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_frexp_exp_i32_f32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x7e,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_frexp_exp_i32_f32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x7e,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_frexp_exp_i32_f32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x7e,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_frexp_exp_i32_f32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x7e,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_frexp_exp_i32_f32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x7e,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_frexp_exp_i32_f32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x7e,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_frexp_exp_i32_f32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x7e,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_frexp_exp_i32_f32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x7e,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_frexp_exp_i32_f32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x7e,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_frexp_exp_i32_f32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x7e,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_frexp_exp_i32_f32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x7e,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_frexp_exp_i32_f32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x7e,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_frexp_exp_i32_f32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x7e,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_frexp_exp_i32_f32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x7e,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_frexp_exp_i32_f32_sdwa v5, v1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x7e,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_frexp_exp_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x7e,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_frexp_exp_i32_f32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x7e,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_frexp_exp_i32_f32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x7e,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_frexp_exp_i32_f32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x7e,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_frexp_exp_i32_f32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x7e,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_frexp_exp_i32_f32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x7e,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_frexp_exp_i32_f32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x7e,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_frexp_exp_i32_f32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x7e,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_frexp_exp_i32_f32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x7e,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_frexp_exp_i32_f32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x7e,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_frexp_exp_i32_f32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x7e,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_frexp_exp_i32_f32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x7e,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_frexp_exp_i32_f32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x7e,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_frexp_exp_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x7e,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_frexp_exp_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0x7e,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_frexp_exp_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x7e,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_frexp_exp_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x7e,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_frexp_exp_i32_f32_sdwa v5, v1 dst_sel:DWORD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x7e,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_frexp_exp_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x7e,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_frexp_exp_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD
-// GFX10: encoding: [0xf9,0x7e,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_frexp_exp_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x7e,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_frexp_exp_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x7e,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_frexp_exp_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0x7e,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_frexp_exp_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x7e,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_frexp_exp_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0x7e,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_frexp_exp_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x7e,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_frexp_exp_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0x7e,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_frexp_exp_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x7e,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_frexp_exp_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0x7e,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_frexp_exp_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0x7e,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_frexp_exp_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0x7e,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_frexp_exp_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0x7e,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_frexp_exp_i32_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0x7e,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_frexp_exp_i32_f32_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x7e,0x0a,0x7e,0x01,0x06,0x16,0x00]
+// GFX10: v_frexp_exp_i32_f32_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x7e,0x0a,0x7e,0x01,0x06,0x16,0x00]
 
 v_frexp_exp_i32_f32_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x7e,0x0a,0x7e,0x01,0x06,0x26,0x00]
+// GFX10: v_frexp_exp_i32_f32_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x7e,0x0a,0x7e,0x01,0x06,0x26,0x00]
 
 v_frexp_exp_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x7e,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_frexp_exp_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x7e,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_frexp_exp_i32_f32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x7e,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_frexp_exp_i32_f32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x7e,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_frexp_exp_i32_f32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x7e,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_frexp_exp_i32_f32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x7e,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_frexp_exp_i32_f32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x7e,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_frexp_exp_i32_f32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x7e,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_frexp_exp_i32_f32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x7e,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_frexp_exp_i32_f32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x7e,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_frexp_exp_i32_f32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x7e,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_frexp_exp_i32_f32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x7e,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_frexp_exp_i32_f32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x7e,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_frexp_exp_i32_f32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x7e,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_frexp_exp_i32_f32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x7e,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_frexp_exp_i32_f32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x7e,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_frexp_exp_i32_f32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x7e,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_frexp_exp_i32_f32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x7e,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_frexp_exp_i32_f32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x7e,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_frexp_exp_i32_f32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x7e,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_frexp_exp_i32_f32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x7e,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_frexp_exp_i32_f32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x7e,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_frexp_exp_i32_f32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x7e,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_frexp_exp_i32_f32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x7e,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_frexp_exp_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x7e,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_frexp_exp_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x7e,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_frexp_exp_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x7e,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_frexp_exp_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x7e,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_frexp_exp_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x7e,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_frexp_exp_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x7e,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_frexp_exp_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0x7e,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_frexp_exp_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x7e,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_frexp_exp_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x7e,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_frexp_exp_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x7e,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_frexp_exp_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x7e,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_frexp_exp_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x7e,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_frexp_exp_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x7e,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_frexp_exp_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x7e,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_frexp_exp_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0x7e,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_frexp_exp_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x7e,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_frexp_exp_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x7e,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_frexp_exp_i32_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x7e,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_frexp_exp_i32_f32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x7e,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_frexp_exp_i32_f32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x7e,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_frexp_exp_i32_f32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x7e,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_frexp_exp_i32_f32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x7e,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_frexp_exp_i32_f32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x7e,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_frexp_exp_i32_f32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x7e,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_frexp_exp_i32_f32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x7e,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_frexp_exp_i32_f32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x7e,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_frexp_mant_f32 v5, v1
-// GFX10: encoding: [0x01,0x81,0x0a,0x7e]
+// GFX10: v_frexp_mant_f32_e32 v5, v1             ; encoding: [0x01,0x81,0x0a,0x7e]
 
 v_frexp_mant_f32 v255, v1
-// GFX10: encoding: [0x01,0x81,0xfe,0x7f]
+// GFX10: v_frexp_mant_f32_e32 v255, v1           ; encoding: [0x01,0x81,0xfe,0x7f]
 
 v_frexp_mant_f32 v5, v255
-// GFX10: encoding: [0xff,0x81,0x0a,0x7e]
+// GFX10: v_frexp_mant_f32_e32 v5, v255           ; encoding: [0xff,0x81,0x0a,0x7e]
 
 v_frexp_mant_f32 v5, s1
-// GFX10: encoding: [0x01,0x80,0x0a,0x7e]
+// GFX10: v_frexp_mant_f32_e32 v5, s1             ; encoding: [0x01,0x80,0x0a,0x7e]
 
 v_frexp_mant_f32 v5, s103
-// GFX10: encoding: [0x67,0x80,0x0a,0x7e]
+// GFX10: v_frexp_mant_f32_e32 v5, s103           ; encoding: [0x67,0x80,0x0a,0x7e]
 
 v_frexp_mant_f32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0x80,0x0a,0x7e]
+// GFX10: v_frexp_mant_f32_e32 v5, vcc_lo         ; encoding: [0x6a,0x80,0x0a,0x7e]
 
 v_frexp_mant_f32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0x80,0x0a,0x7e]
+// GFX10: v_frexp_mant_f32_e32 v5, vcc_hi         ; encoding: [0x6b,0x80,0x0a,0x7e]
 
 v_frexp_mant_f32 v5, ttmp11
-// GFX10: encoding: [0x77,0x80,0x0a,0x7e]
+// GFX10: v_frexp_mant_f32_e32 v5, ttmp11         ; encoding: [0x77,0x80,0x0a,0x7e]
 
 v_frexp_mant_f32 v5, m0
-// GFX10: encoding: [0x7c,0x80,0x0a,0x7e]
+// GFX10: v_frexp_mant_f32_e32 v5, m0             ; encoding: [0x7c,0x80,0x0a,0x7e]
 
 v_frexp_mant_f32 v5, exec_lo
-// GFX10: encoding: [0x7e,0x80,0x0a,0x7e]
+// GFX10: v_frexp_mant_f32_e32 v5, exec_lo        ; encoding: [0x7e,0x80,0x0a,0x7e]
 
 v_frexp_mant_f32 v5, exec_hi
-// GFX10: encoding: [0x7f,0x80,0x0a,0x7e]
+// GFX10: v_frexp_mant_f32_e32 v5, exec_hi        ; encoding: [0x7f,0x80,0x0a,0x7e]
 
 v_frexp_mant_f32 v5, 0
-// GFX10: encoding: [0x80,0x80,0x0a,0x7e]
+// GFX10: v_frexp_mant_f32_e32 v5, 0              ; encoding: [0x80,0x80,0x0a,0x7e]
 
 v_frexp_mant_f32 v5, -1
-// GFX10: encoding: [0xc1,0x80,0x0a,0x7e]
+// GFX10: v_frexp_mant_f32_e32 v5, -1             ; encoding: [0xc1,0x80,0x0a,0x7e]
 
 v_frexp_mant_f32 v5, 0.5
-// GFX10: encoding: [0xf0,0x80,0x0a,0x7e]
+// GFX10: v_frexp_mant_f32_e32 v5, 0.5            ; encoding: [0xf0,0x80,0x0a,0x7e]
 
 v_frexp_mant_f32 v5, -4.0
-// GFX10: encoding: [0xf7,0x80,0x0a,0x7e]
+// GFX10: v_frexp_mant_f32_e32 v5, -4.0           ; encoding: [0xf7,0x80,0x0a,0x7e]
 
 v_frexp_mant_f32 v5, 0xaf123456
-// GFX10: encoding: [0xff,0x80,0x0a,0x7e,0x56,0x34,0x12,0xaf]
+// GFX10: v_frexp_mant_f32_e32 v5, 0xaf123456     ; encoding: [0xff,0x80,0x0a,0x7e,0x56,0x34,0x12,0xaf]
 
 v_frexp_mant_f32 v5, 0x3f717273
-// GFX10: encoding: [0xff,0x80,0x0a,0x7e,0x73,0x72,0x71,0x3f]
+// GFX10: v_frexp_mant_f32_e32 v5, 0x3f717273     ; encoding: [0xff,0x80,0x0a,0x7e,0x73,0x72,0x71,0x3f]
 
 v_frexp_mant_f32_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0xc0,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_frexp_mant_f32_e64 v5, v1             ; encoding: [0x05,0x00,0xc0,0xd5,0x01,0x01,0x00,0x00]
 
 v_frexp_mant_f32_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0xc0,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_frexp_mant_f32_e64 v255, v1           ; encoding: [0xff,0x00,0xc0,0xd5,0x01,0x01,0x00,0x00]
 
 v_frexp_mant_f32_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0xc0,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_frexp_mant_f32_e64 v5, v255           ; encoding: [0x05,0x00,0xc0,0xd5,0xff,0x01,0x00,0x00]
 
 v_frexp_mant_f32_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0xc0,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_frexp_mant_f32_e64 v5, s1             ; encoding: [0x05,0x00,0xc0,0xd5,0x01,0x00,0x00,0x00]
 
 v_frexp_mant_f32_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0xc0,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_frexp_mant_f32_e64 v5, s101           ; encoding: [0x05,0x00,0xc0,0xd5,0x65,0x00,0x00,0x00]
 
 v_frexp_mant_f32_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0xc0,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_frexp_mant_f32_e64 v5, vcc_lo         ; encoding: [0x05,0x00,0xc0,0xd5,0x6a,0x00,0x00,0x00]
 
 v_frexp_mant_f32_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0xc0,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_frexp_mant_f32_e64 v5, vcc_hi         ; encoding: [0x05,0x00,0xc0,0xd5,0x6b,0x00,0x00,0x00]
 
 v_frexp_mant_f32_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0xc0,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_frexp_mant_f32_e64 v5, m0             ; encoding: [0x05,0x00,0xc0,0xd5,0x7c,0x00,0x00,0x00]
 
 v_frexp_mant_f32_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0xc0,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_frexp_mant_f32_e64 v5, exec_lo        ; encoding: [0x05,0x00,0xc0,0xd5,0x7e,0x00,0x00,0x00]
 
 v_frexp_mant_f32_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0xc0,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_frexp_mant_f32_e64 v5, exec_hi        ; encoding: [0x05,0x00,0xc0,0xd5,0x7f,0x00,0x00,0x00]
 
 v_frexp_mant_f32_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0xc0,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_frexp_mant_f32_e64 v5, 0              ; encoding: [0x05,0x00,0xc0,0xd5,0x80,0x00,0x00,0x00]
 
 v_frexp_mant_f32_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0xc0,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_frexp_mant_f32_e64 v5, -1             ; encoding: [0x05,0x00,0xc0,0xd5,0xc1,0x00,0x00,0x00]
 
 v_frexp_mant_f32_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0xc0,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_frexp_mant_f32_e64 v5, 0.5            ; encoding: [0x05,0x00,0xc0,0xd5,0xf0,0x00,0x00,0x00]
 
 v_frexp_mant_f32_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0xc0,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_frexp_mant_f32_e64 v5, -4.0           ; encoding: [0x05,0x00,0xc0,0xd5,0xf7,0x00,0x00,0x00]
 
 v_frexp_mant_f32_e64 v5, -v1
-// GFX10: encoding: [0x05,0x00,0xc0,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_frexp_mant_f32_e64 v5, -v1            ; encoding: [0x05,0x00,0xc0,0xd5,0x01,0x01,0x00,0x20]
 
 v_frexp_mant_f32_e64 v5, |v1|
-// GFX10: encoding: [0x05,0x01,0xc0,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_frexp_mant_f32_e64 v5, |v1|           ; encoding: [0x05,0x01,0xc0,0xd5,0x01,0x01,0x00,0x00]
 
 v_frexp_mant_f32_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0xc0,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_frexp_mant_f32_e64 v5, v1 clamp       ; encoding: [0x05,0x80,0xc0,0xd5,0x01,0x01,0x00,0x00]
 
 v_frexp_mant_f32_e64 v5, v1 mul:2
-// GFX10: encoding: [0x05,0x00,0xc0,0xd5,0x01,0x01,0x00,0x08]
+// GFX10: v_frexp_mant_f32_e64 v5, v1 mul:2       ; encoding: [0x05,0x00,0xc0,0xd5,0x01,0x01,0x00,0x08]
 
 v_frexp_mant_f32_e64 v5, v1 mul:4
-// GFX10: encoding: [0x05,0x00,0xc0,0xd5,0x01,0x01,0x00,0x10]
+// GFX10: v_frexp_mant_f32_e64 v5, v1 mul:4       ; encoding: [0x05,0x00,0xc0,0xd5,0x01,0x01,0x00,0x10]
 
 v_frexp_mant_f32_e64 v5, v1 div:2
-// GFX10: encoding: [0x05,0x00,0xc0,0xd5,0x01,0x01,0x00,0x18]
+// GFX10: v_frexp_mant_f32_e64 v5, v1 div:2       ; encoding: [0x05,0x00,0xc0,0xd5,0x01,0x01,0x00,0x18]
 
 v_frexp_mant_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_frexp_mant_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_frexp_mant_f32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x80,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_frexp_mant_f32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x80,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_frexp_mant_f32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x80,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_frexp_mant_f32_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x80,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_frexp_mant_f32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_frexp_mant_f32_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_frexp_mant_f32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x80,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_frexp_mant_f32_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x80,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_frexp_mant_f32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x80,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_frexp_mant_f32_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x80,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_frexp_mant_f32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x80,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_frexp_mant_f32_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x80,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_frexp_mant_f32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x80,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_frexp_mant_f32_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x80,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_frexp_mant_f32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x80,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_frexp_mant_f32_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x80,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_frexp_mant_f32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x80,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_frexp_mant_f32_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x80,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_frexp_mant_f32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_frexp_mant_f32_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_frexp_mant_f32_sdwa v5, v1 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x46,0x06,0x00]
+// GFX10: v_frexp_mant_f32_sdwa v5, v1 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x46,0x06,0x00]
 
 v_frexp_mant_f32_sdwa v5, v1 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x86,0x06,0x00]
+// GFX10: v_frexp_mant_f32_sdwa v5, v1 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x86,0x06,0x00]
 
 v_frexp_mant_f32_sdwa v5, v1 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x80,0x0a,0x7e,0x01,0xc6,0x06,0x00]
+// GFX10: v_frexp_mant_f32_sdwa v5, v1 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x80,0x0a,0x7e,0x01,0xc6,0x06,0x00]
 
 v_frexp_mant_f32_sdwa v5, v1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_frexp_mant_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_frexp_mant_f32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_frexp_mant_f32_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_frexp_mant_f32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_frexp_mant_f32_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_frexp_mant_f32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_frexp_mant_f32_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_frexp_mant_f32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_frexp_mant_f32_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_frexp_mant_f32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_frexp_mant_f32_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_frexp_mant_f32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_frexp_mant_f32_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_frexp_mant_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_frexp_mant_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_frexp_mant_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_frexp_mant_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_frexp_mant_f32_sdwa v5, v1 dst_sel:DWORD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_frexp_mant_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_frexp_mant_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD
-// GFX10: encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_frexp_mant_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_frexp_mant_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_frexp_mant_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_frexp_mant_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_frexp_mant_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_frexp_mant_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_frexp_mant_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_frexp_mant_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_frexp_mant_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_frexp_mant_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_frexp_mant_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_frexp_mant_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_frexp_mant_f32_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_frexp_mant_f32_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x06,0x16,0x00]
+// GFX10: v_frexp_mant_f32_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x06,0x16,0x00]
 
 v_frexp_mant_f32_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x06,0x26,0x00]
+// GFX10: v_frexp_mant_f32_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x80,0x0a,0x7e,0x01,0x06,0x26,0x00]
 
 v_frexp_mant_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x80,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_frexp_mant_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x80,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_frexp_mant_f32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x80,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_frexp_mant_f32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x80,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_frexp_mant_f32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x80,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_frexp_mant_f32_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x80,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_frexp_mant_f32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x80,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_frexp_mant_f32_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x80,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_frexp_mant_f32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x80,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_frexp_mant_f32_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x80,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_frexp_mant_f32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x80,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_frexp_mant_f32_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x80,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_frexp_mant_f32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x80,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_frexp_mant_f32_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x80,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_frexp_mant_f32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x80,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_frexp_mant_f32_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x80,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_frexp_mant_f32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x80,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_frexp_mant_f32_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x80,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_frexp_mant_f32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x80,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_frexp_mant_f32_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x80,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_frexp_mant_f32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x80,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_frexp_mant_f32_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x80,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_frexp_mant_f32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x80,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_frexp_mant_f32_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x80,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_frexp_mant_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x80,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_frexp_mant_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x80,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_frexp_mant_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x80,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_frexp_mant_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x80,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_frexp_mant_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x80,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_frexp_mant_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x80,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_frexp_mant_f32_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0x80,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_frexp_mant_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x80,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_frexp_mant_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x80,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_frexp_mant_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x80,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_frexp_mant_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x80,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_frexp_mant_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x80,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_frexp_mant_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x80,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_frexp_mant_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x80,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_frexp_mant_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0x80,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_frexp_mant_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x80,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_frexp_mant_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x80,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_frexp_mant_f32_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x80,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_frexp_mant_f32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x80,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_frexp_mant_f32_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x80,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_frexp_mant_f32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x80,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_frexp_mant_f32_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x80,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_frexp_mant_f32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x80,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_frexp_mant_f32_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x80,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_frexp_mant_f32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x80,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_frexp_mant_f32_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x80,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_clrexcp_e32
-// GFX10: encoding: [0x00,0x82,0x00,0x7e]
+// GFX10: v_clrexcp                               ; encoding: [0x00,0x82,0x00,0x7e]
 
 v_clrexcp_e64
-// GFX10: encoding: [0x00,0x00,0xc1,0xd5,0x00,0x00,0x00,0x00]
+// GFX10: v_clrexcp                               ; encoding: [0x00,0x00,0xc1,0xd5,0x00,0x00,0x00,0x00]
 
 v_movreld_b32 v5, v1
-// GFX10: encoding: [0x01,0x85,0x0a,0x7e]
+// GFX10: v_movreld_b32_e32 v5, v1                ; encoding: [0x01,0x85,0x0a,0x7e]
 
 v_movreld_b32 v255, v1
-// GFX10: encoding: [0x01,0x85,0xfe,0x7f]
+// GFX10: v_movreld_b32_e32 v255, v1              ; encoding: [0x01,0x85,0xfe,0x7f]
 
 v_movreld_b32 v5, v255
-// GFX10: encoding: [0xff,0x85,0x0a,0x7e]
+// GFX10: v_movreld_b32_e32 v5, v255              ; encoding: [0xff,0x85,0x0a,0x7e]
 
 v_movreld_b32 v5, m0
-// GFX10: encoding: [0x7c,0x84,0x0a,0x7e]
+// GFX10: v_movreld_b32_e32 v5, m0                ; encoding: [0x7c,0x84,0x0a,0x7e]
 
 v_movreld_b32 v5, 0
-// GFX10: encoding: [0x80,0x84,0x0a,0x7e]
+// GFX10: v_movreld_b32_e32 v5, 0                 ; encoding: [0x80,0x84,0x0a,0x7e]
 
 v_movreld_b32 v5, -1
-// GFX10: encoding: [0xc1,0x84,0x0a,0x7e]
+// GFX10: v_movreld_b32_e32 v5, -1                ; encoding: [0xc1,0x84,0x0a,0x7e]
 
 v_movreld_b32 v5, 0.5
-// GFX10: encoding: [0xf0,0x84,0x0a,0x7e]
+// GFX10: v_movreld_b32_e32 v5, 0.5               ; encoding: [0xf0,0x84,0x0a,0x7e]
 
 v_movreld_b32 v5, -4.0
-// GFX10: encoding: [0xf7,0x84,0x0a,0x7e]
+// GFX10: v_movreld_b32_e32 v5, -4.0              ; encoding: [0xf7,0x84,0x0a,0x7e]
 
 v_movreld_b32_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0xc2,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_movreld_b32_e64 v5, v1                ; encoding: [0x05,0x00,0xc2,0xd5,0x01,0x01,0x00,0x00]
 
 v_movreld_b32_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0xc2,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_movreld_b32_e64 v255, v1              ; encoding: [0xff,0x00,0xc2,0xd5,0x01,0x01,0x00,0x00]
 
 v_movreld_b32_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0xc2,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_movreld_b32_e64 v5, v255              ; encoding: [0x05,0x00,0xc2,0xd5,0xff,0x01,0x00,0x00]
 
 v_movreld_b32_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0xc2,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_movreld_b32_e64 v5, m0                ; encoding: [0x05,0x00,0xc2,0xd5,0x7c,0x00,0x00,0x00]
 
 v_movreld_b32_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0xc2,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_movreld_b32_e64 v5, 0                 ; encoding: [0x05,0x00,0xc2,0xd5,0x80,0x00,0x00,0x00]
 
 v_movreld_b32_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0xc2,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_movreld_b32_e64 v5, -1                ; encoding: [0x05,0x00,0xc2,0xd5,0xc1,0x00,0x00,0x00]
 
 v_movreld_b32_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0xc2,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_movreld_b32_e64 v5, 0.5               ; encoding: [0x05,0x00,0xc2,0xd5,0xf0,0x00,0x00,0x00]
 
 v_movreld_b32_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0xc2,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_movreld_b32_e64 v5, -4.0              ; encoding: [0x05,0x00,0xc2,0xd5,0xf7,0x00,0x00,0x00]
 
 v_movreld_b32_sdwa v0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x84,0x00,0x7e,0x02,0x06,0x06,0x00]
+// GFX10: v_movreld_b32_sdwa v0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x84,0x00,0x7e,0x02,0x06,0x06,0x00]
 
 v_movreld_b32_sdwa v0, s2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x84,0x00,0x7e,0x02,0x06,0x86,0x00]
+// GFX10: v_movreld_b32_sdwa v0, s2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x84,0x00,0x7e,0x02,0x06,0x86,0x00]
 
 v_movreld_b32_sdwa v0, 64 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x84,0x00,0x7e,0xc0,0x06,0x86,0x00]
+// GFX10: v_movreld_b32_sdwa v0, 64 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x84,0x00,0x7e,0xc0,0x06,0x86,0x00]
 
 v_movreld_b32_sdwa v0, sext(v0) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x84,0x00,0x7e,0x00,0x06,0x0e,0x00]
+// GFX10: v_movreld_b32_sdwa v0, sext(v0) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x84,0x00,0x7e,0x00,0x06,0x0e,0x00]
 
 v_movrels_b32 v5, v1
-// GFX10: encoding: [0x01,0x87,0x0a,0x7e]
+// GFX10: v_movrels_b32_e32 v5, v1                ; encoding: [0x01,0x87,0x0a,0x7e]
 
 v_movrels_b32 v255, v1
-// GFX10: encoding: [0x01,0x87,0xfe,0x7f]
+// GFX10: v_movrels_b32_e32 v255, v1              ; encoding: [0x01,0x87,0xfe,0x7f]
 
 v_movrels_b32 v5, v255
-// GFX10: encoding: [0xff,0x87,0x0a,0x7e]
+// GFX10: v_movrels_b32_e32 v5, v255              ; encoding: [0xff,0x87,0x0a,0x7e]
 
 v_movrels_b32_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0xc3,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_movrels_b32_e64 v5, v1                ; encoding: [0x05,0x00,0xc3,0xd5,0x01,0x01,0x00,0x00]
 
 v_movrels_b32_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0xc3,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_movrels_b32_e64 v255, v1              ; encoding: [0xff,0x00,0xc3,0xd5,0x01,0x01,0x00,0x00]
 
 v_movrels_b32_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0xc3,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_movrels_b32_e64 v5, v255              ; encoding: [0x05,0x00,0xc3,0xd5,0xff,0x01,0x00,0x00]
 
 v_movrels_b32_sdwa v0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x86,0x00,0x7e,0x02,0x06,0x06,0x00]
+// GFX10: v_movrels_b32_sdwa v0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x86,0x00,0x7e,0x02,0x06,0x06,0x00]
 
 v_movrels_b32_sdwa v0, sext(v0) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x86,0x00,0x7e,0x00,0x06,0x0e,0x00]
+// GFX10: v_movrels_b32_sdwa v0, sext(v0) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x86,0x00,0x7e,0x00,0x06,0x0e,0x00]
 
 v_movrels_b32_e32 v5, s1
-// GFX10-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction
+// GFX10-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
 
 v_movrels_b32_e32 v5, 1
-// GFX10-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction
+// GFX10-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
 
 v_movrels_b32_e64 v5, s1
-// GFX10-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction
+// GFX10-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
 
 v_movrels_b32_e64 v5, 1
-// GFX10-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction
+// GFX10-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
 
 v_movrels_b32_sdwa v0, s2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: source operand must be a VGPR
+// GFX10-ERR: :[[@LINE-1]]:24: error: source operand must be a VGPR
 
 v_movrels_b32_sdwa v0, 1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: source operand must be a VGPR
+// GFX10-ERR: :[[@LINE-1]]:24: error: source operand must be a VGPR
 
 v_movrelsd_b32 v5, v1
-// GFX10: encoding: [0x01,0x89,0x0a,0x7e]
+// GFX10: v_movrelsd_b32_e32 v5, v1               ; encoding: [0x01,0x89,0x0a,0x7e]
 
 v_movrelsd_b32 v255, v1
-// GFX10: encoding: [0x01,0x89,0xfe,0x7f]
+// GFX10: v_movrelsd_b32_e32 v255, v1             ; encoding: [0x01,0x89,0xfe,0x7f]
 
 v_movrelsd_b32 v5, v255
-// GFX10: encoding: [0xff,0x89,0x0a,0x7e]
+// GFX10: v_movrelsd_b32_e32 v5, v255             ; encoding: [0xff,0x89,0x0a,0x7e]
 
 v_movrelsd_b32_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0xc4,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_movrelsd_b32_e64 v5, v1               ; encoding: [0x05,0x00,0xc4,0xd5,0x01,0x01,0x00,0x00]
 
 v_movrelsd_b32_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0xc4,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_movrelsd_b32_e64 v255, v1             ; encoding: [0xff,0x00,0xc4,0xd5,0x01,0x01,0x00,0x00]
 
 v_movrelsd_b32_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0xc4,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_movrelsd_b32_e64 v5, v255             ; encoding: [0x05,0x00,0xc4,0xd5,0xff,0x01,0x00,0x00]
 
 v_movrelsd_b32_sdwa v0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x88,0x00,0x7e,0x02,0x06,0x06,0x00]
+// GFX10: v_movrelsd_b32_sdwa v0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x88,0x00,0x7e,0x02,0x06,0x06,0x00]
 
 v_movrelsd_b32_sdwa v0, v0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x88,0x00,0x7e,0x00,0x06,0x06,0x00]
+// GFX10: v_movrelsd_b32_sdwa v0, v0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x88,0x00,0x7e,0x00,0x06,0x06,0x00]
 
 v_movrelsd_b32_sdwa v0, sext(v0) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x88,0x00,0x7e,0x00,0x06,0x0e,0x00]
+// GFX10: v_movrelsd_b32_sdwa v0, sext(v0) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x88,0x00,0x7e,0x00,0x06,0x0e,0x00]
 
 v_movrelsd_b32_e32 v5, s1
-// GFX10-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction
+// GFX10-ERR: :[[@LINE-1]]:24: error: invalid operand for instruction
 
 v_movrelsd_b32_e32 v5, 1
-// GFX10-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction
+// GFX10-ERR: :[[@LINE-1]]:24: error: invalid operand for instruction
 
 v_movrelsd_b32_e64 v5, s1
-// GFX10-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction
+// GFX10-ERR: :[[@LINE-1]]:24: error: invalid operand for instruction
 
 v_movrelsd_b32_e64 v5, 1
-// GFX10-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction
+// GFX10-ERR: :[[@LINE-1]]:24: error: invalid operand for instruction
 
 v_movrelsd_b32_sdwa v0, s2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: source operand must be a VGPR
+// GFX10-ERR: :[[@LINE-1]]:25: error: source operand must be a VGPR
 
 v_movrelsd_b32_sdwa v0, 1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: source operand must be a VGPR
+// GFX10-ERR: :[[@LINE-1]]:25: error: source operand must be a VGPR
 
 v_movrelsd_2_b32 v5, v1
-// GFX10: encoding: [0x01,0x91,0x0a,0x7e]
+// GFX10: v_movrelsd_2_b32_e32 v5, v1             ; encoding: [0x01,0x91,0x0a,0x7e]
 
 v_movrelsd_2_b32 v255, v1
-// GFX10: encoding: [0x01,0x91,0xfe,0x7f]
+// GFX10: v_movrelsd_2_b32_e32 v255, v1           ; encoding: [0x01,0x91,0xfe,0x7f]
 
 v_movrelsd_2_b32 v5, v255
-// GFX10: encoding: [0xff,0x91,0x0a,0x7e]
+// GFX10: v_movrelsd_2_b32_e32 v5, v255           ; encoding: [0xff,0x91,0x0a,0x7e]
 
 v_movrelsd_2_b32_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0xc8,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_movrelsd_2_b32_e64 v5, v1             ; encoding: [0x05,0x00,0xc8,0xd5,0x01,0x01,0x00,0x00]
 
 v_movrelsd_2_b32_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0xc8,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_movrelsd_2_b32_e64 v255, v1           ; encoding: [0xff,0x00,0xc8,0xd5,0x01,0x01,0x00,0x00]
 
 v_movrelsd_2_b32_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0xc8,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_movrelsd_2_b32_e64 v5, v255           ; encoding: [0x05,0x00,0xc8,0xd5,0xff,0x01,0x00,0x00]
 
 v_movrelsd_2_b32_sdwa v0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x90,0x00,0x7e,0x02,0x06,0x06,0x00]
+// GFX10: v_movrelsd_2_b32_sdwa v0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x90,0x00,0x7e,0x02,0x06,0x06,0x00]
 
 v_movrelsd_2_b32_sdwa v0, v0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x90,0x00,0x7e,0x00,0x06,0x06,0x00]
+// GFX10: v_movrelsd_2_b32_sdwa v0, v0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x90,0x00,0x7e,0x00,0x06,0x06,0x00]
 
 v_movrelsd_2_b32_sdwa v0, sext(v0) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x90,0x00,0x7e,0x00,0x06,0x0e,0x00]
+// GFX10: v_movrelsd_2_b32_sdwa v0, sext(v0) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0x90,0x00,0x7e,0x00,0x06,0x0e,0x00]
 
 v_movrelsd_2_b32_e32 v5, s1
-// GFX10-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction
+// GFX10-ERR: :[[@LINE-1]]:26: error: invalid operand for instruction
 
 v_movrelsd_2_b32_e32 v5, 1
-// GFX10-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction
+// GFX10-ERR: :[[@LINE-1]]:26: error: invalid operand for instruction
 
 v_movrelsd_2_b32_e64 v5, s1
-// GFX10-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction
+// GFX10-ERR: :[[@LINE-1]]:26: error: invalid operand for instruction
 
 v_movrelsd_2_b32_e64 v5, 1
-// GFX10-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction
+// GFX10-ERR: :[[@LINE-1]]:26: error: invalid operand for instruction
 
 v_movrelsd_2_b32_sdwa v0, s2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: source operand must be a VGPR
+// GFX10-ERR: :[[@LINE-1]]:27: error: source operand must be a VGPR
 
 v_movrelsd_2_b32_sdwa v0, 0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: source operand must be a VGPR
+// GFX10-ERR: :[[@LINE-1]]:27: error: source operand must be a VGPR
 
 v_movrelsd_2_b32_sdwa v0, null dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: source operand must be a VGPR
+// GFX10-ERR: :[[@LINE-1]]:27: error: source operand must be a VGPR
 
 v_cvt_f16_u16_e32 v5, v1
-// GFX10: encoding: [0x01,0xa1,0x0a,0x7e]
+// GFX10: v_cvt_f16_u16_e32 v5, v1                ; encoding: [0x01,0xa1,0x0a,0x7e]
 
 v_cvt_f16_u16_e32 v255, v1
-// GFX10: encoding: [0x01,0xa1,0xfe,0x7f]
+// GFX10: v_cvt_f16_u16_e32 v255, v1              ; encoding: [0x01,0xa1,0xfe,0x7f]
 
 v_cvt_f16_u16_e32 v5, v255
-// GFX10: encoding: [0xff,0xa1,0x0a,0x7e]
+// GFX10: v_cvt_f16_u16_e32 v5, v255              ; encoding: [0xff,0xa1,0x0a,0x7e]
 
 v_cvt_f16_u16_e32 v5, s1
-// GFX10: encoding: [0x01,0xa0,0x0a,0x7e]
+// GFX10: v_cvt_f16_u16_e32 v5, s1                ; encoding: [0x01,0xa0,0x0a,0x7e]
 
 v_cvt_f16_u16_e32 v5, s101
-// GFX10: encoding: [0x65,0xa0,0x0a,0x7e]
+// GFX10: v_cvt_f16_u16_e32 v5, s101              ; encoding: [0x65,0xa0,0x0a,0x7e]
 
 v_cvt_f16_u16_e32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0xa0,0x0a,0x7e]
+// GFX10: v_cvt_f16_u16_e32 v5, vcc_lo            ; encoding: [0x6a,0xa0,0x0a,0x7e]
 
 v_cvt_f16_u16_e32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0xa0,0x0a,0x7e]
+// GFX10: v_cvt_f16_u16_e32 v5, vcc_hi            ; encoding: [0x6b,0xa0,0x0a,0x7e]
 
 v_cvt_f16_u16_e32 v5, m0
-// GFX10: encoding: [0x7c,0xa0,0x0a,0x7e]
+// GFX10: v_cvt_f16_u16_e32 v5, m0                ; encoding: [0x7c,0xa0,0x0a,0x7e]
 
 v_cvt_f16_u16_e32 v5, exec_lo
-// GFX10: encoding: [0x7e,0xa0,0x0a,0x7e]
+// GFX10: v_cvt_f16_u16_e32 v5, exec_lo           ; encoding: [0x7e,0xa0,0x0a,0x7e]
 
 v_cvt_f16_u16_e32 v5, exec_hi
-// GFX10: encoding: [0x7f,0xa0,0x0a,0x7e]
+// GFX10: v_cvt_f16_u16_e32 v5, exec_hi           ; encoding: [0x7f,0xa0,0x0a,0x7e]
 
 v_cvt_f16_u16_e32 v5, 0
-// GFX10: encoding: [0x80,0xa0,0x0a,0x7e]
+// GFX10: v_cvt_f16_u16_e32 v5, 0                 ; encoding: [0x80,0xa0,0x0a,0x7e]
 
 v_cvt_f16_u16_e32 v5, -1
-// GFX10: encoding: [0xc1,0xa0,0x0a,0x7e]
+// GFX10: v_cvt_f16_u16_e32 v5, -1                ; encoding: [0xc1,0xa0,0x0a,0x7e]
 
 v_cvt_f16_u16_e32 v5, 0.5
-// GFX10: encoding: [0xf0,0xa0,0x0a,0x7e]
+// GFX10: v_cvt_f16_u16_e32 v5, 0.5               ; encoding: [0xf0,0xa0,0x0a,0x7e]
 
 v_cvt_f16_u16_e32 v5, -4.0
-// GFX10: encoding: [0xf7,0xa0,0x0a,0x7e]
+// GFX10: v_cvt_f16_u16_e32 v5, -4.0              ; encoding: [0xf7,0xa0,0x0a,0x7e]
 
 v_cvt_f16_u16_e32 v5, 0xfe0b
-// GFX10: encoding: [0xff,0xa0,0x0a,0x7e,0x0b,0xfe,0x00,0x00]
+// GFX10: v_cvt_f16_u16_e32 v5, 0xfe0b            ; encoding: [0xff,0xa0,0x0a,0x7e,0x0b,0xfe,0x00,0x00]
 
 v_cvt_f16_u16_e32 v5, 0x3456
-// GFX10: encoding: [0xff,0xa0,0x0a,0x7e,0x56,0x34,0x00,0x00]
+// GFX10: v_cvt_f16_u16_e32 v5, 0x3456            ; encoding: [0xff,0xa0,0x0a,0x7e,0x56,0x34,0x00,0x00]
 
 v_cvt_f16_u16_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0xd0,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_f16_u16_e64 v5, v1                ; encoding: [0x05,0x00,0xd0,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_f16_u16_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0xd0,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_f16_u16_e64 v255, v1              ; encoding: [0xff,0x00,0xd0,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_f16_u16_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0xd0,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_cvt_f16_u16_e64 v5, v255              ; encoding: [0x05,0x00,0xd0,0xd5,0xff,0x01,0x00,0x00]
 
 v_cvt_f16_u16_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0xd0,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_cvt_f16_u16_e64 v5, s1                ; encoding: [0x05,0x00,0xd0,0xd5,0x01,0x00,0x00,0x00]
 
 v_cvt_f16_u16_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0xd0,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_cvt_f16_u16_e64 v5, s101              ; encoding: [0x05,0x00,0xd0,0xd5,0x65,0x00,0x00,0x00]
 
 v_cvt_f16_u16_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0xd0,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_cvt_f16_u16_e64 v5, vcc_lo            ; encoding: [0x05,0x00,0xd0,0xd5,0x6a,0x00,0x00,0x00]
 
 v_cvt_f16_u16_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0xd0,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_cvt_f16_u16_e64 v5, vcc_hi            ; encoding: [0x05,0x00,0xd0,0xd5,0x6b,0x00,0x00,0x00]
 
 v_cvt_f16_u16_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0xd0,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_cvt_f16_u16_e64 v5, m0                ; encoding: [0x05,0x00,0xd0,0xd5,0x7c,0x00,0x00,0x00]
 
 v_cvt_f16_u16_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0xd0,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_cvt_f16_u16_e64 v5, exec_lo           ; encoding: [0x05,0x00,0xd0,0xd5,0x7e,0x00,0x00,0x00]
 
 v_cvt_f16_u16_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0xd0,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_cvt_f16_u16_e64 v5, exec_hi           ; encoding: [0x05,0x00,0xd0,0xd5,0x7f,0x00,0x00,0x00]
 
 v_cvt_f16_u16_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0xd0,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_cvt_f16_u16_e64 v5, 0                 ; encoding: [0x05,0x00,0xd0,0xd5,0x80,0x00,0x00,0x00]
 
 v_cvt_f16_u16_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0xd0,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_cvt_f16_u16_e64 v5, -1                ; encoding: [0x05,0x00,0xd0,0xd5,0xc1,0x00,0x00,0x00]
 
 v_cvt_f16_u16_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0xd0,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_cvt_f16_u16_e64 v5, 0.5               ; encoding: [0x05,0x00,0xd0,0xd5,0xf0,0x00,0x00,0x00]
 
 v_cvt_f16_u16_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0xd0,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_cvt_f16_u16_e64 v5, -4.0              ; encoding: [0x05,0x00,0xd0,0xd5,0xf7,0x00,0x00,0x00]
 
 v_cvt_f16_u16_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0xd0,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_f16_u16_e64 v5, v1 clamp          ; encoding: [0x05,0x80,0xd0,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_f16_u16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa0,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_f16_u16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa0,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cvt_f16_u16_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa0,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_f16_u16_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa0,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_cvt_f16_u16_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa0,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_cvt_f16_u16_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa0,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_cvt_f16_u16_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa0,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_cvt_f16_u16_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa0,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_cvt_f16_u16_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa0,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_cvt_f16_u16_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa0,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_cvt_f16_u16_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa0,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_cvt_f16_u16_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa0,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_cvt_f16_u16_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa0,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_cvt_f16_u16_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa0,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_cvt_f16_u16_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa0,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_cvt_f16_u16_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa0,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_cvt_f16_u16_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa0,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_cvt_f16_u16_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa0,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_cvt_f16_u16_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa0,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_cvt_f16_u16_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa0,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_cvt_f16_u16_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa0,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_cvt_f16_u16_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa0,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_cvt_f16_u16_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa0,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_cvt_f16_u16_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa0,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_cvt_f16_u16_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa0,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_cvt_f16_u16_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa0,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_cvt_f16_u16_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa0,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_cvt_f16_u16_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa0,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_cvt_f16_u16_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa0,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_cvt_f16_u16_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa0,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_cvt_f16_u16_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa0,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_cvt_f16_u16_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa0,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_cvt_f16_u16_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa0,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_cvt_f16_u16_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa0,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_cvt_f16_u16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa0,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_cvt_f16_u16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0xa0,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_cvt_f16_u16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa0,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_cvt_f16_u16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0xa0,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_cvt_f16_u16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0xa0,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_cvt_f16_u16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0xa0,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_cvt_f16_u16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0xa0,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_cvt_f16_u16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0xa0,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_cvt_f16_u16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0xa0,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_cvt_f16_u16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0xa0,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_cvt_f16_u16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0xa0,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_cvt_f16_u16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0xa0,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_cvt_f16_u16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0xa0,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_cvt_f16_u16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0xa0,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_cvt_f16_u16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0xa0,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_cvt_f16_u16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0xa0,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_cvt_f16_u16_sdwa v5, sext(v1) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa0,0x0a,0x7e,0x01,0x06,0x0e,0x00]
+// GFX10: v_cvt_f16_u16_sdwa v5, sext(v1) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa0,0x0a,0x7e,0x01,0x06,0x0e,0x00]
 
 v_cvt_f16_u16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa0,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_cvt_f16_u16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa0,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_cvt_f16_u16_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa0,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_cvt_f16_u16_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa0,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_cvt_f16_u16_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa0,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_cvt_f16_u16_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa0,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_cvt_f16_u16_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa0,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_cvt_f16_u16_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa0,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_cvt_f16_u16_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa0,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_cvt_f16_u16_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa0,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_cvt_f16_u16_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa0,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_cvt_f16_u16_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa0,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_cvt_f16_u16_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa0,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_cvt_f16_u16_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa0,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_cvt_f16_u16_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa0,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_cvt_f16_u16_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa0,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_cvt_f16_u16_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa0,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_cvt_f16_u16_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa0,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_cvt_f16_u16_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa0,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_cvt_f16_u16_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa0,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_cvt_f16_u16_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa0,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_cvt_f16_u16_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa0,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_cvt_f16_u16_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa0,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_cvt_f16_u16_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa0,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_cvt_f16_u16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa0,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_cvt_f16_u16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0xa0,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_cvt_f16_u16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa0,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_cvt_f16_u16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0xa0,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_cvt_f16_u16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa0,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_cvt_f16_u16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0xa0,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_cvt_f16_u16_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa0,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_cvt_f16_u16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0xa0,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_cvt_f16_u16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0xa0,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_cvt_f16_u16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0xa0,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_cvt_f16_u16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0xa0,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_cvt_f16_u16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0xa0,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_cvt_f16_u16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0xa0,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_cvt_f16_u16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0xa0,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_cvt_f16_u16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0xa0,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_cvt_f16_u16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0xa0,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_cvt_f16_u16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0xa0,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_cvt_f16_u16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0xa0,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_cvt_f16_u16_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa0,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_cvt_f16_u16_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa0,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_cvt_f16_u16_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa0,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_cvt_f16_u16_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa0,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_cvt_f16_u16_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa0,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_cvt_f16_u16_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa0,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_cvt_f16_u16_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa0,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_cvt_f16_u16_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa0,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_cvt_f16_i16_e32 v5, v1
-// GFX10: encoding: [0x01,0xa3,0x0a,0x7e]
+// GFX10: v_cvt_f16_i16_e32 v5, v1                ; encoding: [0x01,0xa3,0x0a,0x7e]
 
 v_cvt_f16_i16_e32 v255, v1
-// GFX10: encoding: [0x01,0xa3,0xfe,0x7f]
+// GFX10: v_cvt_f16_i16_e32 v255, v1              ; encoding: [0x01,0xa3,0xfe,0x7f]
 
 v_cvt_f16_i16_e32 v5, v255
-// GFX10: encoding: [0xff,0xa3,0x0a,0x7e]
+// GFX10: v_cvt_f16_i16_e32 v5, v255              ; encoding: [0xff,0xa3,0x0a,0x7e]
 
 v_cvt_f16_i16_e32 v5, s1
-// GFX10: encoding: [0x01,0xa2,0x0a,0x7e]
+// GFX10: v_cvt_f16_i16_e32 v5, s1                ; encoding: [0x01,0xa2,0x0a,0x7e]
 
 v_cvt_f16_i16_e32 v5, s101
-// GFX10: encoding: [0x65,0xa2,0x0a,0x7e]
+// GFX10: v_cvt_f16_i16_e32 v5, s101              ; encoding: [0x65,0xa2,0x0a,0x7e]
 
 v_cvt_f16_i16_e32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0xa2,0x0a,0x7e]
+// GFX10: v_cvt_f16_i16_e32 v5, vcc_lo            ; encoding: [0x6a,0xa2,0x0a,0x7e]
 
 v_cvt_f16_i16_e32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0xa2,0x0a,0x7e]
+// GFX10: v_cvt_f16_i16_e32 v5, vcc_hi            ; encoding: [0x6b,0xa2,0x0a,0x7e]
 
 v_cvt_f16_i16_e32 v5, m0
-// GFX10: encoding: [0x7c,0xa2,0x0a,0x7e]
+// GFX10: v_cvt_f16_i16_e32 v5, m0                ; encoding: [0x7c,0xa2,0x0a,0x7e]
 
 v_cvt_f16_i16_e32 v5, exec_lo
-// GFX10: encoding: [0x7e,0xa2,0x0a,0x7e]
+// GFX10: v_cvt_f16_i16_e32 v5, exec_lo           ; encoding: [0x7e,0xa2,0x0a,0x7e]
 
 v_cvt_f16_i16_e32 v5, exec_hi
-// GFX10: encoding: [0x7f,0xa2,0x0a,0x7e]
+// GFX10: v_cvt_f16_i16_e32 v5, exec_hi           ; encoding: [0x7f,0xa2,0x0a,0x7e]
 
 v_cvt_f16_i16_e32 v5, 0
-// GFX10: encoding: [0x80,0xa2,0x0a,0x7e]
+// GFX10: v_cvt_f16_i16_e32 v5, 0                 ; encoding: [0x80,0xa2,0x0a,0x7e]
 
 v_cvt_f16_i16_e32 v5, -1
-// GFX10: encoding: [0xc1,0xa2,0x0a,0x7e]
+// GFX10: v_cvt_f16_i16_e32 v5, -1                ; encoding: [0xc1,0xa2,0x0a,0x7e]
 
 v_cvt_f16_i16_e32 v5, 0.5
-// GFX10: encoding: [0xf0,0xa2,0x0a,0x7e]
+// GFX10: v_cvt_f16_i16_e32 v5, 0.5               ; encoding: [0xf0,0xa2,0x0a,0x7e]
 
 v_cvt_f16_i16_e32 v5, -4.0
-// GFX10: encoding: [0xf7,0xa2,0x0a,0x7e]
+// GFX10: v_cvt_f16_i16_e32 v5, -4.0              ; encoding: [0xf7,0xa2,0x0a,0x7e]
 
 v_cvt_f16_i16_e32 v5, 0xfe0b
-// GFX10: encoding: [0xff,0xa2,0x0a,0x7e,0x0b,0xfe,0x00,0x00]
+// GFX10: v_cvt_f16_i16_e32 v5, 0xfe0b            ; encoding: [0xff,0xa2,0x0a,0x7e,0x0b,0xfe,0x00,0x00]
 
 v_cvt_f16_i16_e32 v5, 0x3456
-// GFX10: encoding: [0xff,0xa2,0x0a,0x7e,0x56,0x34,0x00,0x00]
+// GFX10: v_cvt_f16_i16_e32 v5, 0x3456            ; encoding: [0xff,0xa2,0x0a,0x7e,0x56,0x34,0x00,0x00]
 
 v_cvt_f16_i16_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0xd1,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_f16_i16_e64 v5, v1                ; encoding: [0x05,0x00,0xd1,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_f16_i16_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0xd1,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_f16_i16_e64 v255, v1              ; encoding: [0xff,0x00,0xd1,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_f16_i16_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0xd1,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_cvt_f16_i16_e64 v5, v255              ; encoding: [0x05,0x00,0xd1,0xd5,0xff,0x01,0x00,0x00]
 
 v_cvt_f16_i16_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0xd1,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_cvt_f16_i16_e64 v5, s1                ; encoding: [0x05,0x00,0xd1,0xd5,0x01,0x00,0x00,0x00]
 
 v_cvt_f16_i16_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0xd1,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_cvt_f16_i16_e64 v5, s101              ; encoding: [0x05,0x00,0xd1,0xd5,0x65,0x00,0x00,0x00]
 
 v_cvt_f16_i16_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0xd1,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_cvt_f16_i16_e64 v5, vcc_lo            ; encoding: [0x05,0x00,0xd1,0xd5,0x6a,0x00,0x00,0x00]
 
 v_cvt_f16_i16_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0xd1,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_cvt_f16_i16_e64 v5, vcc_hi            ; encoding: [0x05,0x00,0xd1,0xd5,0x6b,0x00,0x00,0x00]
 
 v_cvt_f16_i16_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0xd1,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_cvt_f16_i16_e64 v5, m0                ; encoding: [0x05,0x00,0xd1,0xd5,0x7c,0x00,0x00,0x00]
 
 v_cvt_f16_i16_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0xd1,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_cvt_f16_i16_e64 v5, exec_lo           ; encoding: [0x05,0x00,0xd1,0xd5,0x7e,0x00,0x00,0x00]
 
 v_cvt_f16_i16_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0xd1,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_cvt_f16_i16_e64 v5, exec_hi           ; encoding: [0x05,0x00,0xd1,0xd5,0x7f,0x00,0x00,0x00]
 
 v_cvt_f16_i16_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0xd1,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_cvt_f16_i16_e64 v5, 0                 ; encoding: [0x05,0x00,0xd1,0xd5,0x80,0x00,0x00,0x00]
 
 v_cvt_f16_i16_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0xd1,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_cvt_f16_i16_e64 v5, -1                ; encoding: [0x05,0x00,0xd1,0xd5,0xc1,0x00,0x00,0x00]
 
 v_cvt_f16_i16_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0xd1,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_cvt_f16_i16_e64 v5, 0.5               ; encoding: [0x05,0x00,0xd1,0xd5,0xf0,0x00,0x00,0x00]
 
 v_cvt_f16_i16_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0xd1,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_cvt_f16_i16_e64 v5, -4.0              ; encoding: [0x05,0x00,0xd1,0xd5,0xf7,0x00,0x00,0x00]
 
 v_cvt_f16_i16_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0xd1,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_f16_i16_e64 v5, v1 clamp          ; encoding: [0x05,0x80,0xd1,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_f16_i16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa2,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_f16_i16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa2,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cvt_f16_i16_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa2,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_f16_i16_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa2,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_cvt_f16_i16_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa2,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_cvt_f16_i16_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa2,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_cvt_f16_i16_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa2,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_cvt_f16_i16_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa2,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_cvt_f16_i16_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa2,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_cvt_f16_i16_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa2,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_cvt_f16_i16_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa2,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_cvt_f16_i16_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa2,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_cvt_f16_i16_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa2,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_cvt_f16_i16_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa2,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_cvt_f16_i16_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa2,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_cvt_f16_i16_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa2,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_cvt_f16_i16_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa2,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_cvt_f16_i16_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa2,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_cvt_f16_i16_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa2,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_cvt_f16_i16_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa2,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_cvt_f16_i16_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa2,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_cvt_f16_i16_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa2,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_cvt_f16_i16_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa2,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_cvt_f16_i16_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa2,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_cvt_f16_i16_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa2,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_cvt_f16_i16_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa2,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_cvt_f16_i16_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa2,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_cvt_f16_i16_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa2,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_cvt_f16_i16_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa2,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_cvt_f16_i16_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa2,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_cvt_f16_i16_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa2,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_cvt_f16_i16_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa2,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_cvt_f16_i16_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa2,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_cvt_f16_i16_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa2,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_cvt_f16_i16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa2,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_cvt_f16_i16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0xa2,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_cvt_f16_i16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa2,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_cvt_f16_i16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0xa2,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_cvt_f16_i16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0xa2,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_cvt_f16_i16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0xa2,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_cvt_f16_i16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0xa2,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_cvt_f16_i16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0xa2,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_cvt_f16_i16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0xa2,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_cvt_f16_i16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0xa2,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_cvt_f16_i16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0xa2,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_cvt_f16_i16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0xa2,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_cvt_f16_i16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0xa2,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_cvt_f16_i16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0xa2,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_cvt_f16_i16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0xa2,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_cvt_f16_i16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0xa2,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_cvt_f16_i16_sdwa v5, sext(v1) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa2,0x0a,0x7e,0x01,0x06,0x0e,0x00]
+// GFX10: v_cvt_f16_i16_sdwa v5, sext(v1) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa2,0x0a,0x7e,0x01,0x06,0x0e,0x00]
 
 v_cvt_f16_i16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa2,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_cvt_f16_i16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa2,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_cvt_f16_i16_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa2,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_cvt_f16_i16_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa2,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_cvt_f16_i16_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa2,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_cvt_f16_i16_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa2,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_cvt_f16_i16_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa2,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_cvt_f16_i16_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa2,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_cvt_f16_i16_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa2,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_cvt_f16_i16_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa2,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_cvt_f16_i16_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa2,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_cvt_f16_i16_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa2,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_cvt_f16_i16_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa2,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_cvt_f16_i16_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa2,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_cvt_f16_i16_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa2,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_cvt_f16_i16_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa2,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_cvt_f16_i16_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa2,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_cvt_f16_i16_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa2,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_cvt_f16_i16_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa2,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_cvt_f16_i16_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa2,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_cvt_f16_i16_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa2,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_cvt_f16_i16_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa2,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_cvt_f16_i16_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa2,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_cvt_f16_i16_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa2,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_cvt_f16_i16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa2,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_cvt_f16_i16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0xa2,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_cvt_f16_i16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa2,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_cvt_f16_i16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0xa2,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_cvt_f16_i16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa2,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_cvt_f16_i16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0xa2,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_cvt_f16_i16_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa2,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_cvt_f16_i16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0xa2,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_cvt_f16_i16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0xa2,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_cvt_f16_i16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0xa2,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_cvt_f16_i16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0xa2,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_cvt_f16_i16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0xa2,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_cvt_f16_i16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0xa2,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_cvt_f16_i16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0xa2,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_cvt_f16_i16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0xa2,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_cvt_f16_i16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0xa2,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_cvt_f16_i16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0xa2,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_cvt_f16_i16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0xa2,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_cvt_f16_i16_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa2,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_cvt_f16_i16_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa2,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_cvt_f16_i16_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa2,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_cvt_f16_i16_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa2,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_cvt_f16_i16_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa2,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_cvt_f16_i16_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa2,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_cvt_f16_i16_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa2,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_cvt_f16_i16_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa2,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_cvt_u16_f16_e32 v5, v1
-// GFX10: encoding: [0x01,0xa5,0x0a,0x7e]
+// GFX10: v_cvt_u16_f16_e32 v5, v1                ; encoding: [0x01,0xa5,0x0a,0x7e]
 
 v_cvt_u16_f16_e32 v255, v1
-// GFX10: encoding: [0x01,0xa5,0xfe,0x7f]
+// GFX10: v_cvt_u16_f16_e32 v255, v1              ; encoding: [0x01,0xa5,0xfe,0x7f]
 
 v_cvt_u16_f16_e32 v5, v255
-// GFX10: encoding: [0xff,0xa5,0x0a,0x7e]
+// GFX10: v_cvt_u16_f16_e32 v5, v255              ; encoding: [0xff,0xa5,0x0a,0x7e]
 
 v_cvt_u16_f16_e32 v5, s1
-// GFX10: encoding: [0x01,0xa4,0x0a,0x7e]
+// GFX10: v_cvt_u16_f16_e32 v5, s1                ; encoding: [0x01,0xa4,0x0a,0x7e]
 
 v_cvt_u16_f16_e32 v5, s101
-// GFX10: encoding: [0x65,0xa4,0x0a,0x7e]
+// GFX10: v_cvt_u16_f16_e32 v5, s101              ; encoding: [0x65,0xa4,0x0a,0x7e]
 
 v_cvt_u16_f16_e32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0xa4,0x0a,0x7e]
+// GFX10: v_cvt_u16_f16_e32 v5, vcc_lo            ; encoding: [0x6a,0xa4,0x0a,0x7e]
 
 v_cvt_u16_f16_e32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0xa4,0x0a,0x7e]
+// GFX10: v_cvt_u16_f16_e32 v5, vcc_hi            ; encoding: [0x6b,0xa4,0x0a,0x7e]
 
 v_cvt_u16_f16_e32 v5, m0
-// GFX10: encoding: [0x7c,0xa4,0x0a,0x7e]
+// GFX10: v_cvt_u16_f16_e32 v5, m0                ; encoding: [0x7c,0xa4,0x0a,0x7e]
 
 v_cvt_u16_f16_e32 v5, exec_lo
-// GFX10: encoding: [0x7e,0xa4,0x0a,0x7e]
+// GFX10: v_cvt_u16_f16_e32 v5, exec_lo           ; encoding: [0x7e,0xa4,0x0a,0x7e]
 
 v_cvt_u16_f16_e32 v5, exec_hi
-// GFX10: encoding: [0x7f,0xa4,0x0a,0x7e]
+// GFX10: v_cvt_u16_f16_e32 v5, exec_hi           ; encoding: [0x7f,0xa4,0x0a,0x7e]
 
 v_cvt_u16_f16_e32 v5, 0
-// GFX10: encoding: [0x80,0xa4,0x0a,0x7e]
+// GFX10: v_cvt_u16_f16_e32 v5, 0                 ; encoding: [0x80,0xa4,0x0a,0x7e]
 
 v_cvt_u16_f16_e32 v5, -1
-// GFX10: encoding: [0xc1,0xa4,0x0a,0x7e]
+// GFX10: v_cvt_u16_f16_e32 v5, -1                ; encoding: [0xc1,0xa4,0x0a,0x7e]
 
 v_cvt_u16_f16_e32 v5, 0.5
-// GFX10: encoding: [0xf0,0xa4,0x0a,0x7e]
+// GFX10: v_cvt_u16_f16_e32 v5, 0.5               ; encoding: [0xf0,0xa4,0x0a,0x7e]
 
 v_cvt_u16_f16_e32 v5, -4.0
-// GFX10: encoding: [0xf7,0xa4,0x0a,0x7e]
+// GFX10: v_cvt_u16_f16_e32 v5, -4.0              ; encoding: [0xf7,0xa4,0x0a,0x7e]
 
 v_cvt_u16_f16_e32 v5, 0xfe0b
-// GFX10: encoding: [0xff,0xa4,0x0a,0x7e,0x0b,0xfe,0x00,0x00]
+// GFX10: v_cvt_u16_f16_e32 v5, 0xfe0b            ; encoding: [0xff,0xa4,0x0a,0x7e,0x0b,0xfe,0x00,0x00]
 
 v_cvt_u16_f16_e32 v5, 0x3456
-// GFX10: encoding: [0xff,0xa4,0x0a,0x7e,0x56,0x34,0x00,0x00]
+// GFX10: v_cvt_u16_f16_e32 v5, 0x3456            ; encoding: [0xff,0xa4,0x0a,0x7e,0x56,0x34,0x00,0x00]
 
 v_cvt_u16_f16_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0xd2,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_u16_f16_e64 v5, v1                ; encoding: [0x05,0x00,0xd2,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_u16_f16_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0xd2,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_u16_f16_e64 v255, v1              ; encoding: [0xff,0x00,0xd2,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_u16_f16_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0xd2,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_cvt_u16_f16_e64 v5, v255              ; encoding: [0x05,0x00,0xd2,0xd5,0xff,0x01,0x00,0x00]
 
 v_cvt_u16_f16_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0xd2,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_cvt_u16_f16_e64 v5, s1                ; encoding: [0x05,0x00,0xd2,0xd5,0x01,0x00,0x00,0x00]
 
 v_cvt_u16_f16_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0xd2,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_cvt_u16_f16_e64 v5, s101              ; encoding: [0x05,0x00,0xd2,0xd5,0x65,0x00,0x00,0x00]
 
 v_cvt_u16_f16_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0xd2,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_cvt_u16_f16_e64 v5, vcc_lo            ; encoding: [0x05,0x00,0xd2,0xd5,0x6a,0x00,0x00,0x00]
 
 v_cvt_u16_f16_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0xd2,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_cvt_u16_f16_e64 v5, vcc_hi            ; encoding: [0x05,0x00,0xd2,0xd5,0x6b,0x00,0x00,0x00]
 
 v_cvt_u16_f16_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0xd2,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_cvt_u16_f16_e64 v5, m0                ; encoding: [0x05,0x00,0xd2,0xd5,0x7c,0x00,0x00,0x00]
 
 v_cvt_u16_f16_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0xd2,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_cvt_u16_f16_e64 v5, exec_lo           ; encoding: [0x05,0x00,0xd2,0xd5,0x7e,0x00,0x00,0x00]
 
 v_cvt_u16_f16_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0xd2,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_cvt_u16_f16_e64 v5, exec_hi           ; encoding: [0x05,0x00,0xd2,0xd5,0x7f,0x00,0x00,0x00]
 
 v_cvt_u16_f16_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0xd2,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_cvt_u16_f16_e64 v5, 0                 ; encoding: [0x05,0x00,0xd2,0xd5,0x80,0x00,0x00,0x00]
 
 v_cvt_u16_f16_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0xd2,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_cvt_u16_f16_e64 v5, -1                ; encoding: [0x05,0x00,0xd2,0xd5,0xc1,0x00,0x00,0x00]
 
 v_cvt_u16_f16_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0xd2,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_cvt_u16_f16_e64 v5, 0.5               ; encoding: [0x05,0x00,0xd2,0xd5,0xf0,0x00,0x00,0x00]
 
 v_cvt_u16_f16_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0xd2,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_cvt_u16_f16_e64 v5, -4.0              ; encoding: [0x05,0x00,0xd2,0xd5,0xf7,0x00,0x00,0x00]
 
 v_cvt_u16_f16_e64 v5, -v1
-// GFX10: encoding: [0x05,0x00,0xd2,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_cvt_u16_f16_e64 v5, -v1               ; encoding: [0x05,0x00,0xd2,0xd5,0x01,0x01,0x00,0x20]
 
 v_cvt_u16_f16_e64 v5, |v1|
-// GFX10: encoding: [0x05,0x01,0xd2,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_u16_f16_e64 v5, |v1|              ; encoding: [0x05,0x01,0xd2,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_u16_f16_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0xd2,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_u16_f16_e64 v5, v1 clamp          ; encoding: [0x05,0x80,0xd2,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_u16_f16_e64 v5, s1 mul:2
-// GFX10: encoding: [0x05,0x00,0xd2,0xd5,0x01,0x00,0x00,0x08]
+// GFX10: v_cvt_u16_f16_e64 v5, s1 mul:2          ; encoding: [0x05,0x00,0xd2,0xd5,0x01,0x00,0x00,0x08]
 
 v_cvt_u16_f16_e64 v5, v1 clamp div:2
-// GFX10: encoding: [0x05,0x80,0xd2,0xd5,0x01,0x01,0x00,0x18]
+// GFX10: v_cvt_u16_f16_e64 v5, v1 clamp div:2    ; encoding: [0x05,0x80,0xd2,0xd5,0x01,0x01,0x00,0x18]
 
 v_cvt_u16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa4,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_u16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa4,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cvt_u16_f16_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa4,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_u16_f16_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa4,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_cvt_u16_f16_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa4,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_cvt_u16_f16_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa4,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_cvt_u16_f16_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa4,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_cvt_u16_f16_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa4,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_cvt_u16_f16_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa4,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_cvt_u16_f16_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa4,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_cvt_u16_f16_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa4,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_cvt_u16_f16_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa4,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_cvt_u16_f16_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa4,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_cvt_u16_f16_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa4,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_cvt_u16_f16_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa4,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_cvt_u16_f16_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa4,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_cvt_u16_f16_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa4,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_cvt_u16_f16_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa4,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_cvt_u16_f16_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa4,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_cvt_u16_f16_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa4,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_cvt_u16_f16_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa4,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_cvt_u16_f16_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa4,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_cvt_u16_f16_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa4,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_cvt_u16_f16_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa4,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_cvt_u16_f16_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa4,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_cvt_u16_f16_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa4,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_cvt_u16_f16_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa4,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_cvt_u16_f16_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa4,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_cvt_u16_f16_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa4,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_cvt_u16_f16_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa4,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_cvt_u16_f16_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa4,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_cvt_u16_f16_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa4,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_cvt_u16_f16_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa4,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_cvt_u16_f16_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa4,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_cvt_u16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa4,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_cvt_u16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0xa4,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_cvt_u16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa4,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_cvt_u16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0xa4,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_cvt_u16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0xa4,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_cvt_u16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0xa4,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_cvt_u16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0xa4,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_cvt_u16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0xa4,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_cvt_u16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0xa4,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_cvt_u16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0xa4,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_cvt_u16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0xa4,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_cvt_u16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0xa4,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_cvt_u16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0xa4,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_cvt_u16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0xa4,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_cvt_u16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0xa4,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_cvt_u16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0xa4,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_cvt_u16_f16_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa4,0x0a,0x7e,0x01,0x06,0x16,0x00]
+// GFX10: v_cvt_u16_f16_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa4,0x0a,0x7e,0x01,0x06,0x16,0x00]
 
 v_cvt_u16_f16_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa4,0x0a,0x7e,0x01,0x06,0x26,0x00]
+// GFX10: v_cvt_u16_f16_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa4,0x0a,0x7e,0x01,0x06,0x26,0x00]
 
 v_cvt_u16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa4,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_cvt_u16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa4,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_cvt_u16_f16_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa4,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_cvt_u16_f16_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa4,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_cvt_u16_f16_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa4,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_cvt_u16_f16_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa4,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_cvt_u16_f16_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa4,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_cvt_u16_f16_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa4,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_cvt_u16_f16_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa4,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_cvt_u16_f16_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa4,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_cvt_u16_f16_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa4,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_cvt_u16_f16_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa4,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_cvt_u16_f16_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa4,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_cvt_u16_f16_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa4,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_cvt_u16_f16_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa4,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_cvt_u16_f16_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa4,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_cvt_u16_f16_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa4,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_cvt_u16_f16_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa4,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_cvt_u16_f16_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa4,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_cvt_u16_f16_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa4,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_cvt_u16_f16_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa4,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_cvt_u16_f16_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa4,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_cvt_u16_f16_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa4,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_cvt_u16_f16_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa4,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_cvt_u16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa4,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_cvt_u16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0xa4,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_cvt_u16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa4,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_cvt_u16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0xa4,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_cvt_u16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa4,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_cvt_u16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0xa4,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_cvt_u16_f16_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa4,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_cvt_u16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0xa4,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_cvt_u16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0xa4,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_cvt_u16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0xa4,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_cvt_u16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0xa4,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_cvt_u16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0xa4,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_cvt_u16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0xa4,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_cvt_u16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0xa4,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_cvt_u16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0xa4,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_cvt_u16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0xa4,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_cvt_u16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0xa4,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_cvt_u16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0xa4,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_cvt_u16_f16_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa4,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_cvt_u16_f16_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa4,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_cvt_u16_f16_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa4,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_cvt_u16_f16_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa4,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_cvt_u16_f16_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa4,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_cvt_u16_f16_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa4,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_cvt_u16_f16_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa4,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_cvt_u16_f16_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa4,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_cvt_i16_f16_e32 v5, v1
-// GFX10: encoding: [0x01,0xa7,0x0a,0x7e]
+// GFX10: v_cvt_i16_f16_e32 v5, v1                ; encoding: [0x01,0xa7,0x0a,0x7e]
 
 v_cvt_i16_f16_e32 v255, v1
-// GFX10: encoding: [0x01,0xa7,0xfe,0x7f]
+// GFX10: v_cvt_i16_f16_e32 v255, v1              ; encoding: [0x01,0xa7,0xfe,0x7f]
 
 v_cvt_i16_f16_e32 v5, v255
-// GFX10: encoding: [0xff,0xa7,0x0a,0x7e]
+// GFX10: v_cvt_i16_f16_e32 v5, v255              ; encoding: [0xff,0xa7,0x0a,0x7e]
 
 v_cvt_i16_f16_e32 v5, s1
-// GFX10: encoding: [0x01,0xa6,0x0a,0x7e]
+// GFX10: v_cvt_i16_f16_e32 v5, s1                ; encoding: [0x01,0xa6,0x0a,0x7e]
 
 v_cvt_i16_f16_e32 v5, s101
-// GFX10: encoding: [0x65,0xa6,0x0a,0x7e]
+// GFX10: v_cvt_i16_f16_e32 v5, s101              ; encoding: [0x65,0xa6,0x0a,0x7e]
 
 v_cvt_i16_f16_e32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0xa6,0x0a,0x7e]
+// GFX10: v_cvt_i16_f16_e32 v5, vcc_lo            ; encoding: [0x6a,0xa6,0x0a,0x7e]
 
 v_cvt_i16_f16_e32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0xa6,0x0a,0x7e]
+// GFX10: v_cvt_i16_f16_e32 v5, vcc_hi            ; encoding: [0x6b,0xa6,0x0a,0x7e]
 
 v_cvt_i16_f16_e32 v5, m0
-// GFX10: encoding: [0x7c,0xa6,0x0a,0x7e]
+// GFX10: v_cvt_i16_f16_e32 v5, m0                ; encoding: [0x7c,0xa6,0x0a,0x7e]
 
 v_cvt_i16_f16_e32 v5, exec_lo
-// GFX10: encoding: [0x7e,0xa6,0x0a,0x7e]
+// GFX10: v_cvt_i16_f16_e32 v5, exec_lo           ; encoding: [0x7e,0xa6,0x0a,0x7e]
 
 v_cvt_i16_f16_e32 v5, exec_hi
-// GFX10: encoding: [0x7f,0xa6,0x0a,0x7e]
+// GFX10: v_cvt_i16_f16_e32 v5, exec_hi           ; encoding: [0x7f,0xa6,0x0a,0x7e]
 
 v_cvt_i16_f16_e32 v5, 0
-// GFX10: encoding: [0x80,0xa6,0x0a,0x7e]
+// GFX10: v_cvt_i16_f16_e32 v5, 0                 ; encoding: [0x80,0xa6,0x0a,0x7e]
 
 v_cvt_i16_f16_e32 v5, -1
-// GFX10: encoding: [0xc1,0xa6,0x0a,0x7e]
+// GFX10: v_cvt_i16_f16_e32 v5, -1                ; encoding: [0xc1,0xa6,0x0a,0x7e]
 
 v_cvt_i16_f16_e32 v5, 0.5
-// GFX10: encoding: [0xf0,0xa6,0x0a,0x7e]
+// GFX10: v_cvt_i16_f16_e32 v5, 0.5               ; encoding: [0xf0,0xa6,0x0a,0x7e]
 
 v_cvt_i16_f16_e32 v5, -4.0
-// GFX10: encoding: [0xf7,0xa6,0x0a,0x7e]
+// GFX10: v_cvt_i16_f16_e32 v5, -4.0              ; encoding: [0xf7,0xa6,0x0a,0x7e]
 
 v_cvt_i16_f16_e32 v5, 0xfe0b
-// GFX10: encoding: [0xff,0xa6,0x0a,0x7e,0x0b,0xfe,0x00,0x00]
+// GFX10: v_cvt_i16_f16_e32 v5, 0xfe0b            ; encoding: [0xff,0xa6,0x0a,0x7e,0x0b,0xfe,0x00,0x00]
 
 v_cvt_i16_f16_e32 v5, 0x3456
-// GFX10: encoding: [0xff,0xa6,0x0a,0x7e,0x56,0x34,0x00,0x00]
+// GFX10: v_cvt_i16_f16_e32 v5, 0x3456            ; encoding: [0xff,0xa6,0x0a,0x7e,0x56,0x34,0x00,0x00]
 
 v_cvt_i16_f16_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0xd3,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_i16_f16_e64 v5, v1                ; encoding: [0x05,0x00,0xd3,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_i16_f16_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0xd3,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_i16_f16_e64 v255, v1              ; encoding: [0xff,0x00,0xd3,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_i16_f16_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0xd3,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_cvt_i16_f16_e64 v5, v255              ; encoding: [0x05,0x00,0xd3,0xd5,0xff,0x01,0x00,0x00]
 
 v_cvt_i16_f16_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0xd3,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_cvt_i16_f16_e64 v5, s1                ; encoding: [0x05,0x00,0xd3,0xd5,0x01,0x00,0x00,0x00]
 
 v_cvt_i16_f16_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0xd3,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_cvt_i16_f16_e64 v5, s101              ; encoding: [0x05,0x00,0xd3,0xd5,0x65,0x00,0x00,0x00]
 
 v_cvt_i16_f16_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0xd3,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_cvt_i16_f16_e64 v5, vcc_lo            ; encoding: [0x05,0x00,0xd3,0xd5,0x6a,0x00,0x00,0x00]
 
 v_cvt_i16_f16_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0xd3,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_cvt_i16_f16_e64 v5, vcc_hi            ; encoding: [0x05,0x00,0xd3,0xd5,0x6b,0x00,0x00,0x00]
 
 v_cvt_i16_f16_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0xd3,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_cvt_i16_f16_e64 v5, m0                ; encoding: [0x05,0x00,0xd3,0xd5,0x7c,0x00,0x00,0x00]
 
 v_cvt_i16_f16_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0xd3,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_cvt_i16_f16_e64 v5, exec_lo           ; encoding: [0x05,0x00,0xd3,0xd5,0x7e,0x00,0x00,0x00]
 
 v_cvt_i16_f16_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0xd3,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_cvt_i16_f16_e64 v5, exec_hi           ; encoding: [0x05,0x00,0xd3,0xd5,0x7f,0x00,0x00,0x00]
 
 v_cvt_i16_f16_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0xd3,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_cvt_i16_f16_e64 v5, 0                 ; encoding: [0x05,0x00,0xd3,0xd5,0x80,0x00,0x00,0x00]
 
 v_cvt_i16_f16_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0xd3,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_cvt_i16_f16_e64 v5, -1                ; encoding: [0x05,0x00,0xd3,0xd5,0xc1,0x00,0x00,0x00]
 
 v_cvt_i16_f16_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0xd3,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_cvt_i16_f16_e64 v5, 0.5               ; encoding: [0x05,0x00,0xd3,0xd5,0xf0,0x00,0x00,0x00]
 
 v_cvt_i16_f16_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0xd3,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_cvt_i16_f16_e64 v5, -4.0              ; encoding: [0x05,0x00,0xd3,0xd5,0xf7,0x00,0x00,0x00]
 
 v_cvt_i16_f16_e64 v5, -v1
-// GFX10: encoding: [0x05,0x00,0xd3,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_cvt_i16_f16_e64 v5, -v1               ; encoding: [0x05,0x00,0xd3,0xd5,0x01,0x01,0x00,0x20]
 
 v_cvt_i16_f16_e64 v5, |v1|
-// GFX10: encoding: [0x05,0x01,0xd3,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_i16_f16_e64 v5, |v1|              ; encoding: [0x05,0x01,0xd3,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_i16_f16_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0xd3,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_i16_f16_e64 v5, v1 clamp          ; encoding: [0x05,0x80,0xd3,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_i16_f16_e64 v5, v1 mul:2
-// GFX10: encoding: [0x05,0x00,0xd3,0xd5,0x01,0x01,0x00,0x08]
+// GFX10: v_cvt_i16_f16_e64 v5, v1 mul:2          ; encoding: [0x05,0x00,0xd3,0xd5,0x01,0x01,0x00,0x08]
 
 v_cvt_i16_f16_e64 v5, v1 clamp div:2
-// GFX10: encoding: [0x05,0x80,0xd3,0xd5,0x01,0x01,0x00,0x18]
+// GFX10: v_cvt_i16_f16_e64 v5, v1 clamp div:2    ; encoding: [0x05,0x80,0xd3,0xd5,0x01,0x01,0x00,0x18]
 
 v_cvt_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa6,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa6,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cvt_i16_f16_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa6,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_i16_f16_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa6,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_cvt_i16_f16_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa6,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_cvt_i16_f16_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa6,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_cvt_i16_f16_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa6,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_cvt_i16_f16_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa6,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_cvt_i16_f16_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa6,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_cvt_i16_f16_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa6,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_cvt_i16_f16_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa6,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_cvt_i16_f16_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa6,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_cvt_i16_f16_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa6,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_cvt_i16_f16_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa6,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_cvt_i16_f16_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa6,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_cvt_i16_f16_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa6,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_cvt_i16_f16_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa6,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_cvt_i16_f16_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa6,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_cvt_i16_f16_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa6,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_cvt_i16_f16_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa6,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_cvt_i16_f16_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa6,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_cvt_i16_f16_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa6,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_cvt_i16_f16_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa6,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_cvt_i16_f16_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa6,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_cvt_i16_f16_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa6,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_cvt_i16_f16_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa6,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_cvt_i16_f16_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa6,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_cvt_i16_f16_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa6,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_cvt_i16_f16_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa6,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_cvt_i16_f16_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa6,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_cvt_i16_f16_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa6,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_cvt_i16_f16_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa6,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_cvt_i16_f16_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa6,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_cvt_i16_f16_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa6,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_cvt_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa6,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_cvt_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0xa6,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_cvt_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa6,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_cvt_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0xa6,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_cvt_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0xa6,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_cvt_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0xa6,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_cvt_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0xa6,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_cvt_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0xa6,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_cvt_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0xa6,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_cvt_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0xa6,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_cvt_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0xa6,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_cvt_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0xa6,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_cvt_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0xa6,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_cvt_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0xa6,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_cvt_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0xa6,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_cvt_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0xa6,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_cvt_i16_f16_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa6,0x0a,0x7e,0x01,0x06,0x16,0x00]
+// GFX10: v_cvt_i16_f16_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa6,0x0a,0x7e,0x01,0x06,0x16,0x00]
 
 v_cvt_i16_f16_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa6,0x0a,0x7e,0x01,0x06,0x26,0x00]
+// GFX10: v_cvt_i16_f16_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa6,0x0a,0x7e,0x01,0x06,0x26,0x00]
 
 v_cvt_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa6,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_cvt_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa6,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_cvt_i16_f16_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa6,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_cvt_i16_f16_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa6,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_cvt_i16_f16_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa6,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_cvt_i16_f16_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa6,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_cvt_i16_f16_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa6,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_cvt_i16_f16_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa6,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_cvt_i16_f16_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa6,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_cvt_i16_f16_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa6,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_cvt_i16_f16_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa6,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_cvt_i16_f16_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa6,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_cvt_i16_f16_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa6,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_cvt_i16_f16_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa6,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_cvt_i16_f16_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa6,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_cvt_i16_f16_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa6,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_cvt_i16_f16_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa6,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_cvt_i16_f16_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa6,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_cvt_i16_f16_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa6,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_cvt_i16_f16_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa6,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_cvt_i16_f16_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa6,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_cvt_i16_f16_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa6,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_cvt_i16_f16_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa6,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_cvt_i16_f16_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa6,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_cvt_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa6,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_cvt_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0xa6,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_cvt_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa6,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_cvt_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0xa6,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_cvt_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa6,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_cvt_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0xa6,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_cvt_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa6,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_cvt_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0xa6,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_cvt_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0xa6,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_cvt_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0xa6,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_cvt_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0xa6,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_cvt_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0xa6,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_cvt_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0xa6,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_cvt_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0xa6,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_cvt_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0xa6,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_cvt_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0xa6,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_cvt_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0xa6,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_cvt_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0xa6,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_cvt_i16_f16_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa6,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_cvt_i16_f16_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa6,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_cvt_i16_f16_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa6,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_cvt_i16_f16_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa6,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_cvt_i16_f16_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa6,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_cvt_i16_f16_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa6,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_cvt_i16_f16_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa6,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_cvt_i16_f16_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa6,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_rcp_f16_e32 v5, v1
-// GFX10: encoding: [0x01,0xa9,0x0a,0x7e]
+// GFX10: v_rcp_f16_e32 v5, v1                    ; encoding: [0x01,0xa9,0x0a,0x7e]
 
 v_rcp_f16_e32 v255, v1
-// GFX10: encoding: [0x01,0xa9,0xfe,0x7f]
+// GFX10: v_rcp_f16_e32 v255, v1                  ; encoding: [0x01,0xa9,0xfe,0x7f]
 
 v_rcp_f16_e32 v5, v255
-// GFX10: encoding: [0xff,0xa9,0x0a,0x7e]
+// GFX10: v_rcp_f16_e32 v5, v255                  ; encoding: [0xff,0xa9,0x0a,0x7e]
 
 v_rcp_f16_e32 v5, s1
-// GFX10: encoding: [0x01,0xa8,0x0a,0x7e]
+// GFX10: v_rcp_f16_e32 v5, s1                    ; encoding: [0x01,0xa8,0x0a,0x7e]
 
 v_rcp_f16_e32 v5, s101
-// GFX10: encoding: [0x65,0xa8,0x0a,0x7e]
+// GFX10: v_rcp_f16_e32 v5, s101                  ; encoding: [0x65,0xa8,0x0a,0x7e]
 
 v_rcp_f16_e32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0xa8,0x0a,0x7e]
+// GFX10: v_rcp_f16_e32 v5, vcc_lo                ; encoding: [0x6a,0xa8,0x0a,0x7e]
 
 v_rcp_f16_e32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0xa8,0x0a,0x7e]
+// GFX10: v_rcp_f16_e32 v5, vcc_hi                ; encoding: [0x6b,0xa8,0x0a,0x7e]
 
 v_rcp_f16_e32 v5, m0
-// GFX10: encoding: [0x7c,0xa8,0x0a,0x7e]
+// GFX10: v_rcp_f16_e32 v5, m0                    ; encoding: [0x7c,0xa8,0x0a,0x7e]
 
 v_rcp_f16_e32 v5, exec_lo
-// GFX10: encoding: [0x7e,0xa8,0x0a,0x7e]
+// GFX10: v_rcp_f16_e32 v5, exec_lo               ; encoding: [0x7e,0xa8,0x0a,0x7e]
 
 v_rcp_f16_e32 v5, exec_hi
-// GFX10: encoding: [0x7f,0xa8,0x0a,0x7e]
+// GFX10: v_rcp_f16_e32 v5, exec_hi               ; encoding: [0x7f,0xa8,0x0a,0x7e]
 
 v_rcp_f16_e32 v5, 0
-// GFX10: encoding: [0x80,0xa8,0x0a,0x7e]
+// GFX10: v_rcp_f16_e32 v5, 0                     ; encoding: [0x80,0xa8,0x0a,0x7e]
 
 v_rcp_f16_e32 v5, -1
-// GFX10: encoding: [0xc1,0xa8,0x0a,0x7e]
+// GFX10: v_rcp_f16_e32 v5, -1                    ; encoding: [0xc1,0xa8,0x0a,0x7e]
 
 v_rcp_f16_e32 v5, 0.5
-// GFX10: encoding: [0xf0,0xa8,0x0a,0x7e]
+// GFX10: v_rcp_f16_e32 v5, 0.5                   ; encoding: [0xf0,0xa8,0x0a,0x7e]
 
 v_rcp_f16_e32 v5, -4.0
-// GFX10: encoding: [0xf7,0xa8,0x0a,0x7e]
+// GFX10: v_rcp_f16_e32 v5, -4.0                  ; encoding: [0xf7,0xa8,0x0a,0x7e]
 
 v_rcp_f16_e32 v5, 0xfe0b
-// GFX10: encoding: [0xff,0xa8,0x0a,0x7e,0x0b,0xfe,0x00,0x00]
+// GFX10: v_rcp_f16_e32 v5, 0xfe0b                ; encoding: [0xff,0xa8,0x0a,0x7e,0x0b,0xfe,0x00,0x00]
 
 v_rcp_f16_e32 v5, 0x3456
-// GFX10: encoding: [0xff,0xa8,0x0a,0x7e,0x56,0x34,0x00,0x00]
+// GFX10: v_rcp_f16_e32 v5, 0x3456                ; encoding: [0xff,0xa8,0x0a,0x7e,0x56,0x34,0x00,0x00]
 
 v_rcp_f16_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0xd4,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_rcp_f16_e64 v5, v1                    ; encoding: [0x05,0x00,0xd4,0xd5,0x01,0x01,0x00,0x00]
 
 v_rcp_f16_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0xd4,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_rcp_f16_e64 v255, v1                  ; encoding: [0xff,0x00,0xd4,0xd5,0x01,0x01,0x00,0x00]
 
 v_rcp_f16_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0xd4,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_rcp_f16_e64 v5, v255                  ; encoding: [0x05,0x00,0xd4,0xd5,0xff,0x01,0x00,0x00]
 
 v_rcp_f16_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0xd4,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_rcp_f16_e64 v5, s1                    ; encoding: [0x05,0x00,0xd4,0xd5,0x01,0x00,0x00,0x00]
 
 v_rcp_f16_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0xd4,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_rcp_f16_e64 v5, s101                  ; encoding: [0x05,0x00,0xd4,0xd5,0x65,0x00,0x00,0x00]
 
 v_rcp_f16_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0xd4,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_rcp_f16_e64 v5, vcc_lo                ; encoding: [0x05,0x00,0xd4,0xd5,0x6a,0x00,0x00,0x00]
 
 v_rcp_f16_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0xd4,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_rcp_f16_e64 v5, vcc_hi                ; encoding: [0x05,0x00,0xd4,0xd5,0x6b,0x00,0x00,0x00]
 
 v_rcp_f16_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0xd4,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_rcp_f16_e64 v5, m0                    ; encoding: [0x05,0x00,0xd4,0xd5,0x7c,0x00,0x00,0x00]
 
 v_rcp_f16_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0xd4,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_rcp_f16_e64 v5, exec_lo               ; encoding: [0x05,0x00,0xd4,0xd5,0x7e,0x00,0x00,0x00]
 
 v_rcp_f16_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0xd4,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_rcp_f16_e64 v5, exec_hi               ; encoding: [0x05,0x00,0xd4,0xd5,0x7f,0x00,0x00,0x00]
 
 v_rcp_f16_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0xd4,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_rcp_f16_e64 v5, 0                     ; encoding: [0x05,0x00,0xd4,0xd5,0x80,0x00,0x00,0x00]
 
 v_rcp_f16_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0xd4,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_rcp_f16_e64 v5, -1                    ; encoding: [0x05,0x00,0xd4,0xd5,0xc1,0x00,0x00,0x00]
 
 v_rcp_f16_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0xd4,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_rcp_f16_e64 v5, 0.5                   ; encoding: [0x05,0x00,0xd4,0xd5,0xf0,0x00,0x00,0x00]
 
 v_rcp_f16_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0xd4,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_rcp_f16_e64 v5, -4.0                  ; encoding: [0x05,0x00,0xd4,0xd5,0xf7,0x00,0x00,0x00]
 
 v_rcp_f16_e64 v5, -v1
-// GFX10: encoding: [0x05,0x00,0xd4,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_rcp_f16_e64 v5, -v1                   ; encoding: [0x05,0x00,0xd4,0xd5,0x01,0x01,0x00,0x20]
 
 v_rcp_f16_e64 v5, |v1|
-// GFX10: encoding: [0x05,0x01,0xd4,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_rcp_f16_e64 v5, |v1|                  ; encoding: [0x05,0x01,0xd4,0xd5,0x01,0x01,0x00,0x00]
 
 v_rcp_f16_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0xd4,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_rcp_f16_e64 v5, v1 clamp              ; encoding: [0x05,0x80,0xd4,0xd5,0x01,0x01,0x00,0x00]
 
 v_rcp_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa8,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_rcp_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa8,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_rcp_f16_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa8,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_rcp_f16_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa8,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_rcp_f16_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa8,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_rcp_f16_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa8,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_rcp_f16_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa8,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_rcp_f16_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa8,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_rcp_f16_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa8,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_rcp_f16_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa8,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_rcp_f16_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa8,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_rcp_f16_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa8,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_rcp_f16_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa8,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_rcp_f16_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa8,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_rcp_f16_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa8,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_rcp_f16_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa8,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_rcp_f16_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa8,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_rcp_f16_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa8,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_rcp_f16_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa8,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_rcp_f16_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa8,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_rcp_f16_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa8,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_rcp_f16_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa8,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_rcp_f16_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa8,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_rcp_f16_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa8,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_rcp_f16_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa8,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_rcp_f16_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa8,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_rcp_f16_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa8,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_rcp_f16_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa8,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_rcp_f16_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa8,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_rcp_f16_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa8,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_rcp_f16_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa8,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_rcp_f16_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa8,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_rcp_f16_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa8,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_rcp_f16_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa8,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_rcp_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa8,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_rcp_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0xa8,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_rcp_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa8,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_rcp_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0xa8,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_rcp_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0xa8,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_rcp_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0xa8,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_rcp_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0xa8,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_rcp_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0xa8,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_rcp_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0xa8,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_rcp_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0xa8,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_rcp_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0xa8,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_rcp_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0xa8,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_rcp_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0xa8,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_rcp_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0xa8,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_rcp_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0xa8,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_rcp_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0xa8,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_rcp_f16_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa8,0x0a,0x7e,0x01,0x06,0x16,0x00]
+// GFX10: v_rcp_f16_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa8,0x0a,0x7e,0x01,0x06,0x16,0x00]
 
 v_rcp_f16_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xa8,0x0a,0x7e,0x01,0x06,0x26,0x00]
+// GFX10: v_rcp_f16_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xa8,0x0a,0x7e,0x01,0x06,0x26,0x00]
 
 v_rcp_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa8,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_rcp_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa8,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_rcp_f16_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa8,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_rcp_f16_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa8,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_rcp_f16_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa8,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_rcp_f16_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa8,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_rcp_f16_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa8,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_rcp_f16_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa8,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_rcp_f16_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa8,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_rcp_f16_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa8,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_rcp_f16_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa8,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_rcp_f16_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa8,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_rcp_f16_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa8,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_rcp_f16_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa8,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_rcp_f16_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa8,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_rcp_f16_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa8,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_rcp_f16_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa8,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_rcp_f16_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa8,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_rcp_f16_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa8,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_rcp_f16_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa8,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_rcp_f16_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa8,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_rcp_f16_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa8,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_rcp_f16_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa8,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_rcp_f16_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa8,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_rcp_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa8,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_rcp_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0xa8,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_rcp_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa8,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_rcp_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0xa8,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_rcp_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa8,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_rcp_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0xa8,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_rcp_f16_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa8,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_rcp_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0xa8,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_rcp_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0xa8,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_rcp_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0xa8,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_rcp_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0xa8,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_rcp_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0xa8,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_rcp_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0xa8,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_rcp_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0xa8,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_rcp_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0xa8,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_rcp_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0xa8,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_rcp_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0xa8,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_rcp_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0xa8,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_rcp_f16_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa8,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_rcp_f16_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa8,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_rcp_f16_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa8,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_rcp_f16_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa8,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_rcp_f16_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa8,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_rcp_f16_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa8,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_rcp_f16_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xa8,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_rcp_f16_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xa8,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_sqrt_f16_e32 v5, v1
-// GFX10: encoding: [0x01,0xab,0x0a,0x7e]
+// GFX10: v_sqrt_f16_e32 v5, v1                   ; encoding: [0x01,0xab,0x0a,0x7e]
 
 v_sqrt_f16_e32 v255, v1
-// GFX10: encoding: [0x01,0xab,0xfe,0x7f]
+// GFX10: v_sqrt_f16_e32 v255, v1                 ; encoding: [0x01,0xab,0xfe,0x7f]
 
 v_sqrt_f16_e32 v5, v255
-// GFX10: encoding: [0xff,0xab,0x0a,0x7e]
+// GFX10: v_sqrt_f16_e32 v5, v255                 ; encoding: [0xff,0xab,0x0a,0x7e]
 
 v_sqrt_f16_e32 v5, s1
-// GFX10: encoding: [0x01,0xaa,0x0a,0x7e]
+// GFX10: v_sqrt_f16_e32 v5, s1                   ; encoding: [0x01,0xaa,0x0a,0x7e]
 
 v_sqrt_f16_e32 v5, s101
-// GFX10: encoding: [0x65,0xaa,0x0a,0x7e]
+// GFX10: v_sqrt_f16_e32 v5, s101                 ; encoding: [0x65,0xaa,0x0a,0x7e]
 
 v_sqrt_f16_e32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0xaa,0x0a,0x7e]
+// GFX10: v_sqrt_f16_e32 v5, vcc_lo               ; encoding: [0x6a,0xaa,0x0a,0x7e]
 
 v_sqrt_f16_e32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0xaa,0x0a,0x7e]
+// GFX10: v_sqrt_f16_e32 v5, vcc_hi               ; encoding: [0x6b,0xaa,0x0a,0x7e]
 
 v_sqrt_f16_e32 v5, m0
-// GFX10: encoding: [0x7c,0xaa,0x0a,0x7e]
+// GFX10: v_sqrt_f16_e32 v5, m0                   ; encoding: [0x7c,0xaa,0x0a,0x7e]
 
 v_sqrt_f16_e32 v5, exec_lo
-// GFX10: encoding: [0x7e,0xaa,0x0a,0x7e]
+// GFX10: v_sqrt_f16_e32 v5, exec_lo              ; encoding: [0x7e,0xaa,0x0a,0x7e]
 
 v_sqrt_f16_e32 v5, exec_hi
-// GFX10: encoding: [0x7f,0xaa,0x0a,0x7e]
+// GFX10: v_sqrt_f16_e32 v5, exec_hi              ; encoding: [0x7f,0xaa,0x0a,0x7e]
 
 v_sqrt_f16_e32 v5, 0
-// GFX10: encoding: [0x80,0xaa,0x0a,0x7e]
+// GFX10: v_sqrt_f16_e32 v5, 0                    ; encoding: [0x80,0xaa,0x0a,0x7e]
 
 v_sqrt_f16_e32 v5, -1
-// GFX10: encoding: [0xc1,0xaa,0x0a,0x7e]
+// GFX10: v_sqrt_f16_e32 v5, -1                   ; encoding: [0xc1,0xaa,0x0a,0x7e]
 
 v_sqrt_f16_e32 v5, 0.5
-// GFX10: encoding: [0xf0,0xaa,0x0a,0x7e]
+// GFX10: v_sqrt_f16_e32 v5, 0.5                  ; encoding: [0xf0,0xaa,0x0a,0x7e]
 
 v_sqrt_f16_e32 v5, -4.0
-// GFX10: encoding: [0xf7,0xaa,0x0a,0x7e]
+// GFX10: v_sqrt_f16_e32 v5, -4.0                 ; encoding: [0xf7,0xaa,0x0a,0x7e]
 
 v_sqrt_f16_e32 v5, 0xfe0b
-// GFX10: encoding: [0xff,0xaa,0x0a,0x7e,0x0b,0xfe,0x00,0x00]
+// GFX10: v_sqrt_f16_e32 v5, 0xfe0b               ; encoding: [0xff,0xaa,0x0a,0x7e,0x0b,0xfe,0x00,0x00]
 
 v_sqrt_f16_e32 v5, 0x3456
-// GFX10: encoding: [0xff,0xaa,0x0a,0x7e,0x56,0x34,0x00,0x00]
+// GFX10: v_sqrt_f16_e32 v5, 0x3456               ; encoding: [0xff,0xaa,0x0a,0x7e,0x56,0x34,0x00,0x00]
 
 v_sqrt_f16_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0xd5,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_sqrt_f16_e64 v5, v1                   ; encoding: [0x05,0x00,0xd5,0xd5,0x01,0x01,0x00,0x00]
 
 v_sqrt_f16_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0xd5,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_sqrt_f16_e64 v255, v1                 ; encoding: [0xff,0x00,0xd5,0xd5,0x01,0x01,0x00,0x00]
 
 v_sqrt_f16_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0xd5,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_sqrt_f16_e64 v5, v255                 ; encoding: [0x05,0x00,0xd5,0xd5,0xff,0x01,0x00,0x00]
 
 v_sqrt_f16_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0xd5,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_sqrt_f16_e64 v5, s1                   ; encoding: [0x05,0x00,0xd5,0xd5,0x01,0x00,0x00,0x00]
 
 v_sqrt_f16_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0xd5,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_sqrt_f16_e64 v5, s101                 ; encoding: [0x05,0x00,0xd5,0xd5,0x65,0x00,0x00,0x00]
 
 v_sqrt_f16_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0xd5,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_sqrt_f16_e64 v5, vcc_lo               ; encoding: [0x05,0x00,0xd5,0xd5,0x6a,0x00,0x00,0x00]
 
 v_sqrt_f16_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0xd5,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_sqrt_f16_e64 v5, vcc_hi               ; encoding: [0x05,0x00,0xd5,0xd5,0x6b,0x00,0x00,0x00]
 
 v_sqrt_f16_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0xd5,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_sqrt_f16_e64 v5, m0                   ; encoding: [0x05,0x00,0xd5,0xd5,0x7c,0x00,0x00,0x00]
 
 v_sqrt_f16_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0xd5,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_sqrt_f16_e64 v5, exec_lo              ; encoding: [0x05,0x00,0xd5,0xd5,0x7e,0x00,0x00,0x00]
 
 v_sqrt_f16_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0xd5,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_sqrt_f16_e64 v5, exec_hi              ; encoding: [0x05,0x00,0xd5,0xd5,0x7f,0x00,0x00,0x00]
 
 v_sqrt_f16_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0xd5,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_sqrt_f16_e64 v5, 0                    ; encoding: [0x05,0x00,0xd5,0xd5,0x80,0x00,0x00,0x00]
 
 v_sqrt_f16_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0xd5,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_sqrt_f16_e64 v5, -1                   ; encoding: [0x05,0x00,0xd5,0xd5,0xc1,0x00,0x00,0x00]
 
 v_sqrt_f16_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0xd5,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_sqrt_f16_e64 v5, 0.5                  ; encoding: [0x05,0x00,0xd5,0xd5,0xf0,0x00,0x00,0x00]
 
 v_sqrt_f16_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0xd5,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_sqrt_f16_e64 v5, -4.0                 ; encoding: [0x05,0x00,0xd5,0xd5,0xf7,0x00,0x00,0x00]
 
 v_sqrt_f16_e64 v5, -v1
-// GFX10: encoding: [0x05,0x00,0xd5,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_sqrt_f16_e64 v5, -v1                  ; encoding: [0x05,0x00,0xd5,0xd5,0x01,0x01,0x00,0x20]
 
 v_sqrt_f16_e64 v5, |v1|
-// GFX10: encoding: [0x05,0x01,0xd5,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_sqrt_f16_e64 v5, |v1|                 ; encoding: [0x05,0x01,0xd5,0xd5,0x01,0x01,0x00,0x00]
 
 v_sqrt_f16_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0xd5,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_sqrt_f16_e64 v5, v1 clamp             ; encoding: [0x05,0x80,0xd5,0xd5,0x01,0x01,0x00,0x00]
 
 v_sqrt_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xaa,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_sqrt_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xaa,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_sqrt_f16_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xaa,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_sqrt_f16_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xaa,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_sqrt_f16_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xaa,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_sqrt_f16_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xaa,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_sqrt_f16_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xaa,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_sqrt_f16_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xaa,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_sqrt_f16_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xaa,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_sqrt_f16_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xaa,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_sqrt_f16_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xaa,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_sqrt_f16_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xaa,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_sqrt_f16_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xaa,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_sqrt_f16_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xaa,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_sqrt_f16_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xaa,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_sqrt_f16_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xaa,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_sqrt_f16_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xaa,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_sqrt_f16_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xaa,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_sqrt_f16_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xaa,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_sqrt_f16_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xaa,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_sqrt_f16_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xaa,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_sqrt_f16_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xaa,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_sqrt_f16_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xaa,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_sqrt_f16_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xaa,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_sqrt_f16_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xaa,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_sqrt_f16_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xaa,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_sqrt_f16_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xaa,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_sqrt_f16_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xaa,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_sqrt_f16_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xaa,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_sqrt_f16_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xaa,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_sqrt_f16_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xaa,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_sqrt_f16_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xaa,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_sqrt_f16_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xaa,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_sqrt_f16_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xaa,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_sqrt_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xaa,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_sqrt_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0xaa,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_sqrt_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xaa,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_sqrt_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0xaa,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_sqrt_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0xaa,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_sqrt_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0xaa,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_sqrt_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0xaa,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_sqrt_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0xaa,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_sqrt_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0xaa,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_sqrt_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0xaa,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_sqrt_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0xaa,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_sqrt_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0xaa,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_sqrt_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0xaa,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_sqrt_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0xaa,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_sqrt_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0xaa,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_sqrt_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0xaa,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_sqrt_f16_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xaa,0x0a,0x7e,0x01,0x06,0x16,0x00]
+// GFX10: v_sqrt_f16_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xaa,0x0a,0x7e,0x01,0x06,0x16,0x00]
 
 v_sqrt_f16_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xaa,0x0a,0x7e,0x01,0x06,0x26,0x00]
+// GFX10: v_sqrt_f16_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xaa,0x0a,0x7e,0x01,0x06,0x26,0x00]
 
 v_sqrt_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xaa,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_sqrt_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xaa,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_sqrt_f16_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xaa,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_sqrt_f16_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xaa,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_sqrt_f16_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xaa,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_sqrt_f16_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xaa,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_sqrt_f16_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xaa,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_sqrt_f16_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xaa,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_sqrt_f16_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xaa,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_sqrt_f16_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xaa,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_sqrt_f16_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xaa,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_sqrt_f16_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xaa,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_sqrt_f16_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xaa,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_sqrt_f16_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xaa,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_sqrt_f16_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xaa,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_sqrt_f16_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xaa,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_sqrt_f16_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xaa,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_sqrt_f16_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xaa,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_sqrt_f16_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xaa,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_sqrt_f16_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xaa,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_sqrt_f16_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xaa,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_sqrt_f16_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xaa,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_sqrt_f16_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xaa,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_sqrt_f16_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xaa,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_sqrt_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xaa,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_sqrt_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0xaa,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_sqrt_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xaa,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_sqrt_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0xaa,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_sqrt_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0xaa,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_sqrt_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0xaa,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_sqrt_f16_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0xaa,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_sqrt_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0xaa,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_sqrt_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0xaa,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_sqrt_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0xaa,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_sqrt_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0xaa,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_sqrt_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0xaa,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_sqrt_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0xaa,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_sqrt_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0xaa,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_sqrt_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0xaa,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_sqrt_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0xaa,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_sqrt_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0xaa,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_sqrt_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0xaa,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_sqrt_f16_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xaa,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_sqrt_f16_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xaa,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_sqrt_f16_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xaa,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_sqrt_f16_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xaa,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_sqrt_f16_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xaa,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_sqrt_f16_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xaa,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_sqrt_f16_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xaa,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_sqrt_f16_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xaa,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_rsq_f16_e32 v5, v1
-// GFX10: encoding: [0x01,0xad,0x0a,0x7e]
+// GFX10: v_rsq_f16_e32 v5, v1                    ; encoding: [0x01,0xad,0x0a,0x7e]
 
 v_rsq_f16_e32 v255, v1
-// GFX10: encoding: [0x01,0xad,0xfe,0x7f]
+// GFX10: v_rsq_f16_e32 v255, v1                  ; encoding: [0x01,0xad,0xfe,0x7f]
 
 v_rsq_f16_e32 v5, v255
-// GFX10: encoding: [0xff,0xad,0x0a,0x7e]
+// GFX10: v_rsq_f16_e32 v5, v255                  ; encoding: [0xff,0xad,0x0a,0x7e]
 
 v_rsq_f16_e32 v5, s1
-// GFX10: encoding: [0x01,0xac,0x0a,0x7e]
+// GFX10: v_rsq_f16_e32 v5, s1                    ; encoding: [0x01,0xac,0x0a,0x7e]
 
 v_rsq_f16_e32 v5, s101
-// GFX10: encoding: [0x65,0xac,0x0a,0x7e]
+// GFX10: v_rsq_f16_e32 v5, s101                  ; encoding: [0x65,0xac,0x0a,0x7e]
 
 v_rsq_f16_e32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0xac,0x0a,0x7e]
+// GFX10: v_rsq_f16_e32 v5, vcc_lo                ; encoding: [0x6a,0xac,0x0a,0x7e]
 
 v_rsq_f16_e32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0xac,0x0a,0x7e]
+// GFX10: v_rsq_f16_e32 v5, vcc_hi                ; encoding: [0x6b,0xac,0x0a,0x7e]
 
 v_rsq_f16_e32 v5, m0
-// GFX10: encoding: [0x7c,0xac,0x0a,0x7e]
+// GFX10: v_rsq_f16_e32 v5, m0                    ; encoding: [0x7c,0xac,0x0a,0x7e]
 
 v_rsq_f16_e32 v5, exec_lo
-// GFX10: encoding: [0x7e,0xac,0x0a,0x7e]
+// GFX10: v_rsq_f16_e32 v5, exec_lo               ; encoding: [0x7e,0xac,0x0a,0x7e]
 
 v_rsq_f16_e32 v5, exec_hi
-// GFX10: encoding: [0x7f,0xac,0x0a,0x7e]
+// GFX10: v_rsq_f16_e32 v5, exec_hi               ; encoding: [0x7f,0xac,0x0a,0x7e]
 
 v_rsq_f16_e32 v5, 0
-// GFX10: encoding: [0x80,0xac,0x0a,0x7e]
+// GFX10: v_rsq_f16_e32 v5, 0                     ; encoding: [0x80,0xac,0x0a,0x7e]
 
 v_rsq_f16_e32 v5, -1
-// GFX10: encoding: [0xc1,0xac,0x0a,0x7e]
+// GFX10: v_rsq_f16_e32 v5, -1                    ; encoding: [0xc1,0xac,0x0a,0x7e]
 
 v_rsq_f16_e32 v5, 0.5
-// GFX10: encoding: [0xf0,0xac,0x0a,0x7e]
+// GFX10: v_rsq_f16_e32 v5, 0.5                   ; encoding: [0xf0,0xac,0x0a,0x7e]
 
 v_rsq_f16_e32 v5, -4.0
-// GFX10: encoding: [0xf7,0xac,0x0a,0x7e]
+// GFX10: v_rsq_f16_e32 v5, -4.0                  ; encoding: [0xf7,0xac,0x0a,0x7e]
 
 v_rsq_f16_e32 v5, 0xfe0b
-// GFX10: encoding: [0xff,0xac,0x0a,0x7e,0x0b,0xfe,0x00,0x00]
+// GFX10: v_rsq_f16_e32 v5, 0xfe0b                ; encoding: [0xff,0xac,0x0a,0x7e,0x0b,0xfe,0x00,0x00]
 
 v_rsq_f16_e32 v5, 0x3456
-// GFX10: encoding: [0xff,0xac,0x0a,0x7e,0x56,0x34,0x00,0x00]
+// GFX10: v_rsq_f16_e32 v5, 0x3456                ; encoding: [0xff,0xac,0x0a,0x7e,0x56,0x34,0x00,0x00]
 
 v_rsq_f16_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0xd6,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_rsq_f16_e64 v5, v1                    ; encoding: [0x05,0x00,0xd6,0xd5,0x01,0x01,0x00,0x00]
 
 v_rsq_f16_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0xd6,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_rsq_f16_e64 v255, v1                  ; encoding: [0xff,0x00,0xd6,0xd5,0x01,0x01,0x00,0x00]
 
 v_rsq_f16_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0xd6,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_rsq_f16_e64 v5, v255                  ; encoding: [0x05,0x00,0xd6,0xd5,0xff,0x01,0x00,0x00]
 
 v_rsq_f16_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0xd6,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_rsq_f16_e64 v5, s1                    ; encoding: [0x05,0x00,0xd6,0xd5,0x01,0x00,0x00,0x00]
 
 v_rsq_f16_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0xd6,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_rsq_f16_e64 v5, s101                  ; encoding: [0x05,0x00,0xd6,0xd5,0x65,0x00,0x00,0x00]
 
 v_rsq_f16_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0xd6,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_rsq_f16_e64 v5, vcc_lo                ; encoding: [0x05,0x00,0xd6,0xd5,0x6a,0x00,0x00,0x00]
 
 v_rsq_f16_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0xd6,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_rsq_f16_e64 v5, vcc_hi                ; encoding: [0x05,0x00,0xd6,0xd5,0x6b,0x00,0x00,0x00]
 
 v_rsq_f16_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0xd6,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_rsq_f16_e64 v5, m0                    ; encoding: [0x05,0x00,0xd6,0xd5,0x7c,0x00,0x00,0x00]
 
 v_rsq_f16_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0xd6,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_rsq_f16_e64 v5, exec_lo               ; encoding: [0x05,0x00,0xd6,0xd5,0x7e,0x00,0x00,0x00]
 
 v_rsq_f16_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0xd6,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_rsq_f16_e64 v5, exec_hi               ; encoding: [0x05,0x00,0xd6,0xd5,0x7f,0x00,0x00,0x00]
 
 v_rsq_f16_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0xd6,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_rsq_f16_e64 v5, 0                     ; encoding: [0x05,0x00,0xd6,0xd5,0x80,0x00,0x00,0x00]
 
 v_rsq_f16_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0xd6,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_rsq_f16_e64 v5, -1                    ; encoding: [0x05,0x00,0xd6,0xd5,0xc1,0x00,0x00,0x00]
 
 v_rsq_f16_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0xd6,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_rsq_f16_e64 v5, 0.5                   ; encoding: [0x05,0x00,0xd6,0xd5,0xf0,0x00,0x00,0x00]
 
 v_rsq_f16_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0xd6,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_rsq_f16_e64 v5, -4.0                  ; encoding: [0x05,0x00,0xd6,0xd5,0xf7,0x00,0x00,0x00]
 
 v_rsq_f16_e64 v5, -v1
-// GFX10: encoding: [0x05,0x00,0xd6,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_rsq_f16_e64 v5, -v1                   ; encoding: [0x05,0x00,0xd6,0xd5,0x01,0x01,0x00,0x20]
 
 v_rsq_f16_e64 v5, |v1|
-// GFX10: encoding: [0x05,0x01,0xd6,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_rsq_f16_e64 v5, |v1|                  ; encoding: [0x05,0x01,0xd6,0xd5,0x01,0x01,0x00,0x00]
 
 v_rsq_f16_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0xd6,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_rsq_f16_e64 v5, v1 clamp              ; encoding: [0x05,0x80,0xd6,0xd5,0x01,0x01,0x00,0x00]
 
 v_rsq_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xac,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_rsq_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xac,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_rsq_f16_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xac,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_rsq_f16_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xac,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_rsq_f16_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xac,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_rsq_f16_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xac,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_rsq_f16_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xac,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_rsq_f16_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xac,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_rsq_f16_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xac,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_rsq_f16_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xac,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_rsq_f16_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xac,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_rsq_f16_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xac,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_rsq_f16_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xac,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_rsq_f16_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xac,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_rsq_f16_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xac,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_rsq_f16_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xac,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_rsq_f16_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xac,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_rsq_f16_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xac,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_rsq_f16_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xac,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_rsq_f16_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xac,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_rsq_f16_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xac,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_rsq_f16_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xac,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_rsq_f16_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xac,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_rsq_f16_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xac,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_rsq_f16_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xac,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_rsq_f16_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xac,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_rsq_f16_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xac,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_rsq_f16_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xac,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_rsq_f16_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xac,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_rsq_f16_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xac,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_rsq_f16_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xac,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_rsq_f16_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xac,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_rsq_f16_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xac,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_rsq_f16_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xac,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_rsq_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xac,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_rsq_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0xac,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_rsq_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xac,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_rsq_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0xac,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_rsq_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0xac,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_rsq_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0xac,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_rsq_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0xac,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_rsq_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0xac,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_rsq_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0xac,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_rsq_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0xac,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_rsq_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0xac,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_rsq_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0xac,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_rsq_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0xac,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_rsq_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0xac,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_rsq_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0xac,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_rsq_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0xac,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_rsq_f16_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xac,0x0a,0x7e,0x01,0x06,0x16,0x00]
+// GFX10: v_rsq_f16_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xac,0x0a,0x7e,0x01,0x06,0x16,0x00]
 
 v_rsq_f16_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xac,0x0a,0x7e,0x01,0x06,0x26,0x00]
+// GFX10: v_rsq_f16_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xac,0x0a,0x7e,0x01,0x06,0x26,0x00]
 
 v_rsq_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xac,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_rsq_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xac,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_rsq_f16_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xac,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_rsq_f16_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xac,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_rsq_f16_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xac,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_rsq_f16_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xac,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_rsq_f16_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xac,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_rsq_f16_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xac,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_rsq_f16_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xac,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_rsq_f16_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xac,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_rsq_f16_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xac,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_rsq_f16_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xac,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_rsq_f16_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xac,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_rsq_f16_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xac,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_rsq_f16_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xac,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_rsq_f16_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xac,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_rsq_f16_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xac,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_rsq_f16_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xac,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_rsq_f16_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xac,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_rsq_f16_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xac,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_rsq_f16_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xac,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_rsq_f16_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xac,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_rsq_f16_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xac,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_rsq_f16_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xac,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_rsq_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xac,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_rsq_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0xac,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_rsq_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xac,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_rsq_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0xac,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_rsq_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0xac,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_rsq_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0xac,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_rsq_f16_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0xac,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_rsq_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0xac,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_rsq_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0xac,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_rsq_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0xac,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_rsq_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0xac,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_rsq_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0xac,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_rsq_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0xac,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_rsq_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0xac,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_rsq_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0xac,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_rsq_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0xac,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_rsq_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0xac,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_rsq_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0xac,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_rsq_f16_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xac,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_rsq_f16_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xac,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_rsq_f16_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xac,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_rsq_f16_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xac,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_rsq_f16_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xac,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_rsq_f16_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xac,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_rsq_f16_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xac,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_rsq_f16_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xac,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_log_f16_e32 v5, v1
-// GFX10: encoding: [0x01,0xaf,0x0a,0x7e]
+// GFX10: v_log_f16_e32 v5, v1                    ; encoding: [0x01,0xaf,0x0a,0x7e]
 
 v_log_f16_e32 v255, v1
-// GFX10: encoding: [0x01,0xaf,0xfe,0x7f]
+// GFX10: v_log_f16_e32 v255, v1                  ; encoding: [0x01,0xaf,0xfe,0x7f]
 
 v_log_f16_e32 v5, v255
-// GFX10: encoding: [0xff,0xaf,0x0a,0x7e]
+// GFX10: v_log_f16_e32 v5, v255                  ; encoding: [0xff,0xaf,0x0a,0x7e]
 
 v_log_f16_e32 v5, s1
-// GFX10: encoding: [0x01,0xae,0x0a,0x7e]
+// GFX10: v_log_f16_e32 v5, s1                    ; encoding: [0x01,0xae,0x0a,0x7e]
 
 v_log_f16_e32 v5, s101
-// GFX10: encoding: [0x65,0xae,0x0a,0x7e]
+// GFX10: v_log_f16_e32 v5, s101                  ; encoding: [0x65,0xae,0x0a,0x7e]
 
 v_log_f16_e32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0xae,0x0a,0x7e]
+// GFX10: v_log_f16_e32 v5, vcc_lo                ; encoding: [0x6a,0xae,0x0a,0x7e]
 
 v_log_f16_e32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0xae,0x0a,0x7e]
+// GFX10: v_log_f16_e32 v5, vcc_hi                ; encoding: [0x6b,0xae,0x0a,0x7e]
 
 v_log_f16_e32 v5, m0
-// GFX10: encoding: [0x7c,0xae,0x0a,0x7e]
+// GFX10: v_log_f16_e32 v5, m0                    ; encoding: [0x7c,0xae,0x0a,0x7e]
 
 v_log_f16_e32 v5, exec_lo
-// GFX10: encoding: [0x7e,0xae,0x0a,0x7e]
+// GFX10: v_log_f16_e32 v5, exec_lo               ; encoding: [0x7e,0xae,0x0a,0x7e]
 
 v_log_f16_e32 v5, exec_hi
-// GFX10: encoding: [0x7f,0xae,0x0a,0x7e]
+// GFX10: v_log_f16_e32 v5, exec_hi               ; encoding: [0x7f,0xae,0x0a,0x7e]
 
 v_log_f16_e32 v5, 0
-// GFX10: encoding: [0x80,0xae,0x0a,0x7e]
+// GFX10: v_log_f16_e32 v5, 0                     ; encoding: [0x80,0xae,0x0a,0x7e]
 
 v_log_f16_e32 v5, -1
-// GFX10: encoding: [0xc1,0xae,0x0a,0x7e]
+// GFX10: v_log_f16_e32 v5, -1                    ; encoding: [0xc1,0xae,0x0a,0x7e]
 
 v_log_f16_e32 v5, 0.5
-// GFX10: encoding: [0xf0,0xae,0x0a,0x7e]
+// GFX10: v_log_f16_e32 v5, 0.5                   ; encoding: [0xf0,0xae,0x0a,0x7e]
 
 v_log_f16_e32 v5, -4.0
-// GFX10: encoding: [0xf7,0xae,0x0a,0x7e]
+// GFX10: v_log_f16_e32 v5, -4.0                  ; encoding: [0xf7,0xae,0x0a,0x7e]
 
 v_log_f16_e32 v5, 0xfe0b
-// GFX10: encoding: [0xff,0xae,0x0a,0x7e,0x0b,0xfe,0x00,0x00]
+// GFX10: v_log_f16_e32 v5, 0xfe0b                ; encoding: [0xff,0xae,0x0a,0x7e,0x0b,0xfe,0x00,0x00]
 
 v_log_f16_e32 v5, 0x3456
-// GFX10: encoding: [0xff,0xae,0x0a,0x7e,0x56,0x34,0x00,0x00]
+// GFX10: v_log_f16_e32 v5, 0x3456                ; encoding: [0xff,0xae,0x0a,0x7e,0x56,0x34,0x00,0x00]
 
 v_log_f16_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0xd7,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_log_f16_e64 v5, v1                    ; encoding: [0x05,0x00,0xd7,0xd5,0x01,0x01,0x00,0x00]
 
 v_log_f16_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0xd7,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_log_f16_e64 v255, v1                  ; encoding: [0xff,0x00,0xd7,0xd5,0x01,0x01,0x00,0x00]
 
 v_log_f16_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0xd7,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_log_f16_e64 v5, v255                  ; encoding: [0x05,0x00,0xd7,0xd5,0xff,0x01,0x00,0x00]
 
 v_log_f16_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0xd7,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_log_f16_e64 v5, s1                    ; encoding: [0x05,0x00,0xd7,0xd5,0x01,0x00,0x00,0x00]
 
 v_log_f16_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0xd7,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_log_f16_e64 v5, s101                  ; encoding: [0x05,0x00,0xd7,0xd5,0x65,0x00,0x00,0x00]
 
 v_log_f16_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0xd7,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_log_f16_e64 v5, vcc_lo                ; encoding: [0x05,0x00,0xd7,0xd5,0x6a,0x00,0x00,0x00]
 
 v_log_f16_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0xd7,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_log_f16_e64 v5, vcc_hi                ; encoding: [0x05,0x00,0xd7,0xd5,0x6b,0x00,0x00,0x00]
 
 v_log_f16_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0xd7,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_log_f16_e64 v5, m0                    ; encoding: [0x05,0x00,0xd7,0xd5,0x7c,0x00,0x00,0x00]
 
 v_log_f16_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0xd7,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_log_f16_e64 v5, exec_lo               ; encoding: [0x05,0x00,0xd7,0xd5,0x7e,0x00,0x00,0x00]
 
 v_log_f16_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0xd7,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_log_f16_e64 v5, exec_hi               ; encoding: [0x05,0x00,0xd7,0xd5,0x7f,0x00,0x00,0x00]
 
 v_log_f16_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0xd7,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_log_f16_e64 v5, 0                     ; encoding: [0x05,0x00,0xd7,0xd5,0x80,0x00,0x00,0x00]
 
 v_log_f16_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0xd7,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_log_f16_e64 v5, -1                    ; encoding: [0x05,0x00,0xd7,0xd5,0xc1,0x00,0x00,0x00]
 
 v_log_f16_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0xd7,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_log_f16_e64 v5, 0.5                   ; encoding: [0x05,0x00,0xd7,0xd5,0xf0,0x00,0x00,0x00]
 
 v_log_f16_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0xd7,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_log_f16_e64 v5, -4.0                  ; encoding: [0x05,0x00,0xd7,0xd5,0xf7,0x00,0x00,0x00]
 
 v_log_f16_e64 v5, -v1
-// GFX10: encoding: [0x05,0x00,0xd7,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_log_f16_e64 v5, -v1                   ; encoding: [0x05,0x00,0xd7,0xd5,0x01,0x01,0x00,0x20]
 
 v_log_f16_e64 v5, |v1|
-// GFX10: encoding: [0x05,0x01,0xd7,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_log_f16_e64 v5, |v1|                  ; encoding: [0x05,0x01,0xd7,0xd5,0x01,0x01,0x00,0x00]
 
 v_log_f16_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0xd7,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_log_f16_e64 v5, v1 clamp              ; encoding: [0x05,0x80,0xd7,0xd5,0x01,0x01,0x00,0x00]
 
 v_log_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xae,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_log_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xae,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_log_f16_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xae,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_log_f16_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xae,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_log_f16_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xae,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_log_f16_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xae,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_log_f16_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xae,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_log_f16_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xae,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_log_f16_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xae,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_log_f16_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xae,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_log_f16_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xae,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_log_f16_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xae,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_log_f16_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xae,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_log_f16_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xae,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_log_f16_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xae,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_log_f16_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xae,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_log_f16_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xae,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_log_f16_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xae,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_log_f16_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xae,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_log_f16_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xae,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_log_f16_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xae,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_log_f16_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xae,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_log_f16_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xae,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_log_f16_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xae,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_log_f16_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xae,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_log_f16_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xae,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_log_f16_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xae,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_log_f16_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xae,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_log_f16_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xae,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_log_f16_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xae,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_log_f16_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xae,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_log_f16_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xae,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_log_f16_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xae,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_log_f16_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xae,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_log_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xae,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_log_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0xae,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_log_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xae,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_log_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0xae,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_log_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0xae,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_log_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0xae,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_log_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0xae,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_log_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0xae,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_log_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0xae,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_log_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0xae,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_log_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0xae,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_log_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0xae,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_log_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0xae,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_log_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0xae,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_log_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0xae,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_log_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0xae,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_log_f16_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xae,0x0a,0x7e,0x01,0x06,0x16,0x00]
+// GFX10: v_log_f16_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xae,0x0a,0x7e,0x01,0x06,0x16,0x00]
 
 v_log_f16_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xae,0x0a,0x7e,0x01,0x06,0x26,0x00]
+// GFX10: v_log_f16_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xae,0x0a,0x7e,0x01,0x06,0x26,0x00]
 
 v_log_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xae,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_log_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xae,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_log_f16_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xae,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_log_f16_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xae,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_log_f16_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xae,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_log_f16_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xae,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_log_f16_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xae,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_log_f16_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xae,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_log_f16_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xae,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_log_f16_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xae,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_log_f16_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xae,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_log_f16_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xae,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_log_f16_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xae,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_log_f16_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xae,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_log_f16_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xae,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_log_f16_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xae,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_log_f16_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xae,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_log_f16_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xae,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_log_f16_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xae,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_log_f16_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xae,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_log_f16_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xae,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_log_f16_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xae,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_log_f16_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xae,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_log_f16_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xae,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_log_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xae,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_log_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0xae,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_log_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xae,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_log_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0xae,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_log_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0xae,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_log_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0xae,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_log_f16_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0xae,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_log_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0xae,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_log_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0xae,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_log_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0xae,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_log_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0xae,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_log_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0xae,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_log_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0xae,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_log_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0xae,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_log_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0xae,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_log_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0xae,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_log_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0xae,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_log_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0xae,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_log_f16_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xae,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_log_f16_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xae,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_log_f16_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xae,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_log_f16_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xae,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_log_f16_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xae,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_log_f16_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xae,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_log_f16_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xae,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_log_f16_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xae,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_exp_f16_e32 v5, v1
-// GFX10: encoding: [0x01,0xb1,0x0a,0x7e]
+// GFX10: v_exp_f16_e32 v5, v1                    ; encoding: [0x01,0xb1,0x0a,0x7e]
 
 v_exp_f16_e32 v255, v1
-// GFX10: encoding: [0x01,0xb1,0xfe,0x7f]
+// GFX10: v_exp_f16_e32 v255, v1                  ; encoding: [0x01,0xb1,0xfe,0x7f]
 
 v_exp_f16_e32 v5, v255
-// GFX10: encoding: [0xff,0xb1,0x0a,0x7e]
+// GFX10: v_exp_f16_e32 v5, v255                  ; encoding: [0xff,0xb1,0x0a,0x7e]
 
 v_exp_f16_e32 v5, s1
-// GFX10: encoding: [0x01,0xb0,0x0a,0x7e]
+// GFX10: v_exp_f16_e32 v5, s1                    ; encoding: [0x01,0xb0,0x0a,0x7e]
 
 v_exp_f16_e32 v5, s101
-// GFX10: encoding: [0x65,0xb0,0x0a,0x7e]
+// GFX10: v_exp_f16_e32 v5, s101                  ; encoding: [0x65,0xb0,0x0a,0x7e]
 
 v_exp_f16_e32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0xb0,0x0a,0x7e]
+// GFX10: v_exp_f16_e32 v5, vcc_lo                ; encoding: [0x6a,0xb0,0x0a,0x7e]
 
 v_exp_f16_e32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0xb0,0x0a,0x7e]
+// GFX10: v_exp_f16_e32 v5, vcc_hi                ; encoding: [0x6b,0xb0,0x0a,0x7e]
 
 v_exp_f16_e32 v5, m0
-// GFX10: encoding: [0x7c,0xb0,0x0a,0x7e]
+// GFX10: v_exp_f16_e32 v5, m0                    ; encoding: [0x7c,0xb0,0x0a,0x7e]
 
 v_exp_f16_e32 v5, exec_lo
-// GFX10: encoding: [0x7e,0xb0,0x0a,0x7e]
+// GFX10: v_exp_f16_e32 v5, exec_lo               ; encoding: [0x7e,0xb0,0x0a,0x7e]
 
 v_exp_f16_e32 v5, exec_hi
-// GFX10: encoding: [0x7f,0xb0,0x0a,0x7e]
+// GFX10: v_exp_f16_e32 v5, exec_hi               ; encoding: [0x7f,0xb0,0x0a,0x7e]
 
 v_exp_f16_e32 v5, 0
-// GFX10: encoding: [0x80,0xb0,0x0a,0x7e]
+// GFX10: v_exp_f16_e32 v5, 0                     ; encoding: [0x80,0xb0,0x0a,0x7e]
 
 v_exp_f16_e32 v5, -1
-// GFX10: encoding: [0xc1,0xb0,0x0a,0x7e]
+// GFX10: v_exp_f16_e32 v5, -1                    ; encoding: [0xc1,0xb0,0x0a,0x7e]
 
 v_exp_f16_e32 v5, 0.5
-// GFX10: encoding: [0xf0,0xb0,0x0a,0x7e]
+// GFX10: v_exp_f16_e32 v5, 0.5                   ; encoding: [0xf0,0xb0,0x0a,0x7e]
 
 v_exp_f16_e32 v5, -4.0
-// GFX10: encoding: [0xf7,0xb0,0x0a,0x7e]
+// GFX10: v_exp_f16_e32 v5, -4.0                  ; encoding: [0xf7,0xb0,0x0a,0x7e]
 
 v_exp_f16_e32 v5, 0xfe0b
-// GFX10: encoding: [0xff,0xb0,0x0a,0x7e,0x0b,0xfe,0x00,0x00]
+// GFX10: v_exp_f16_e32 v5, 0xfe0b                ; encoding: [0xff,0xb0,0x0a,0x7e,0x0b,0xfe,0x00,0x00]
 
 v_exp_f16_e32 v5, 0x3456
-// GFX10: encoding: [0xff,0xb0,0x0a,0x7e,0x56,0x34,0x00,0x00]
+// GFX10: v_exp_f16_e32 v5, 0x3456                ; encoding: [0xff,0xb0,0x0a,0x7e,0x56,0x34,0x00,0x00]
 
 v_exp_f16_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0xd8,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_exp_f16_e64 v5, v1                    ; encoding: [0x05,0x00,0xd8,0xd5,0x01,0x01,0x00,0x00]
 
 v_exp_f16_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0xd8,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_exp_f16_e64 v255, v1                  ; encoding: [0xff,0x00,0xd8,0xd5,0x01,0x01,0x00,0x00]
 
 v_exp_f16_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0xd8,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_exp_f16_e64 v5, v255                  ; encoding: [0x05,0x00,0xd8,0xd5,0xff,0x01,0x00,0x00]
 
 v_exp_f16_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0xd8,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_exp_f16_e64 v5, s1                    ; encoding: [0x05,0x00,0xd8,0xd5,0x01,0x00,0x00,0x00]
 
 v_exp_f16_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0xd8,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_exp_f16_e64 v5, s101                  ; encoding: [0x05,0x00,0xd8,0xd5,0x65,0x00,0x00,0x00]
 
 v_exp_f16_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0xd8,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_exp_f16_e64 v5, vcc_lo                ; encoding: [0x05,0x00,0xd8,0xd5,0x6a,0x00,0x00,0x00]
 
 v_exp_f16_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0xd8,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_exp_f16_e64 v5, vcc_hi                ; encoding: [0x05,0x00,0xd8,0xd5,0x6b,0x00,0x00,0x00]
 
 v_exp_f16_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0xd8,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_exp_f16_e64 v5, m0                    ; encoding: [0x05,0x00,0xd8,0xd5,0x7c,0x00,0x00,0x00]
 
 v_exp_f16_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0xd8,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_exp_f16_e64 v5, exec_lo               ; encoding: [0x05,0x00,0xd8,0xd5,0x7e,0x00,0x00,0x00]
 
 v_exp_f16_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0xd8,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_exp_f16_e64 v5, exec_hi               ; encoding: [0x05,0x00,0xd8,0xd5,0x7f,0x00,0x00,0x00]
 
 v_exp_f16_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0xd8,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_exp_f16_e64 v5, 0                     ; encoding: [0x05,0x00,0xd8,0xd5,0x80,0x00,0x00,0x00]
 
 v_exp_f16_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0xd8,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_exp_f16_e64 v5, -1                    ; encoding: [0x05,0x00,0xd8,0xd5,0xc1,0x00,0x00,0x00]
 
 v_exp_f16_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0xd8,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_exp_f16_e64 v5, 0.5                   ; encoding: [0x05,0x00,0xd8,0xd5,0xf0,0x00,0x00,0x00]
 
 v_exp_f16_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0xd8,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_exp_f16_e64 v5, -4.0                  ; encoding: [0x05,0x00,0xd8,0xd5,0xf7,0x00,0x00,0x00]
 
 v_exp_f16_e64 v5, -v1
-// GFX10: encoding: [0x05,0x00,0xd8,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_exp_f16_e64 v5, -v1                   ; encoding: [0x05,0x00,0xd8,0xd5,0x01,0x01,0x00,0x20]
 
 v_exp_f16_e64 v5, |v1|
-// GFX10: encoding: [0x05,0x01,0xd8,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_exp_f16_e64 v5, |v1|                  ; encoding: [0x05,0x01,0xd8,0xd5,0x01,0x01,0x00,0x00]
 
 v_exp_f16_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0xd8,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_exp_f16_e64 v5, v1 clamp              ; encoding: [0x05,0x80,0xd8,0xd5,0x01,0x01,0x00,0x00]
 
 v_exp_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb0,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_exp_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb0,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_exp_f16_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb0,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_exp_f16_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb0,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_exp_f16_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb0,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_exp_f16_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb0,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_exp_f16_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb0,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_exp_f16_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb0,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_exp_f16_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb0,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_exp_f16_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb0,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_exp_f16_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb0,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_exp_f16_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb0,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_exp_f16_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb0,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_exp_f16_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb0,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_exp_f16_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb0,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_exp_f16_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb0,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_exp_f16_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb0,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_exp_f16_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb0,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_exp_f16_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb0,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_exp_f16_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb0,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_exp_f16_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb0,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_exp_f16_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb0,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_exp_f16_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb0,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_exp_f16_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb0,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_exp_f16_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb0,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_exp_f16_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb0,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_exp_f16_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb0,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_exp_f16_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb0,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_exp_f16_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb0,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_exp_f16_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb0,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_exp_f16_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb0,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_exp_f16_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb0,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_exp_f16_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb0,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_exp_f16_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb0,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_exp_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb0,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_exp_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0xb0,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_exp_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb0,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_exp_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0xb0,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_exp_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0xb0,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_exp_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0xb0,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_exp_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0xb0,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_exp_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0xb0,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_exp_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0xb0,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_exp_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0xb0,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_exp_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0xb0,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_exp_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0xb0,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_exp_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0xb0,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_exp_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0xb0,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_exp_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0xb0,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_exp_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0xb0,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_exp_f16_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb0,0x0a,0x7e,0x01,0x06,0x16,0x00]
+// GFX10: v_exp_f16_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb0,0x0a,0x7e,0x01,0x06,0x16,0x00]
 
 v_exp_f16_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb0,0x0a,0x7e,0x01,0x06,0x26,0x00]
+// GFX10: v_exp_f16_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb0,0x0a,0x7e,0x01,0x06,0x26,0x00]
 
 v_exp_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb0,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_exp_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb0,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_exp_f16_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb0,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_exp_f16_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb0,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_exp_f16_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb0,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_exp_f16_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb0,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_exp_f16_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb0,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_exp_f16_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb0,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_exp_f16_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb0,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_exp_f16_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb0,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_exp_f16_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb0,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_exp_f16_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb0,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_exp_f16_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb0,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_exp_f16_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb0,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_exp_f16_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb0,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_exp_f16_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb0,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_exp_f16_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb0,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_exp_f16_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb0,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_exp_f16_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb0,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_exp_f16_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb0,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_exp_f16_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb0,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_exp_f16_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb0,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_exp_f16_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb0,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_exp_f16_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb0,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_exp_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb0,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_exp_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0xb0,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_exp_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb0,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_exp_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0xb0,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_exp_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb0,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_exp_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0xb0,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_exp_f16_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb0,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_exp_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0xb0,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_exp_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0xb0,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_exp_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0xb0,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_exp_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0xb0,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_exp_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0xb0,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_exp_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0xb0,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_exp_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0xb0,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_exp_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0xb0,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_exp_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0xb0,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_exp_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0xb0,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_exp_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0xb0,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_exp_f16_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb0,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_exp_f16_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb0,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_exp_f16_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb0,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_exp_f16_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb0,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_exp_f16_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb0,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_exp_f16_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb0,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_exp_f16_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb0,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_exp_f16_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb0,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_frexp_mant_f16_e32 v5, v1
-// GFX10: encoding: [0x01,0xb3,0x0a,0x7e]
+// GFX10: v_frexp_mant_f16_e32 v5, v1             ; encoding: [0x01,0xb3,0x0a,0x7e]
 
 v_frexp_mant_f16_e32 v255, v1
-// GFX10: encoding: [0x01,0xb3,0xfe,0x7f]
+// GFX10: v_frexp_mant_f16_e32 v255, v1           ; encoding: [0x01,0xb3,0xfe,0x7f]
 
 v_frexp_mant_f16_e32 v5, v255
-// GFX10: encoding: [0xff,0xb3,0x0a,0x7e]
+// GFX10: v_frexp_mant_f16_e32 v5, v255           ; encoding: [0xff,0xb3,0x0a,0x7e]
 
 v_frexp_mant_f16_e32 v5, s1
-// GFX10: encoding: [0x01,0xb2,0x0a,0x7e]
+// GFX10: v_frexp_mant_f16_e32 v5, s1             ; encoding: [0x01,0xb2,0x0a,0x7e]
 
 v_frexp_mant_f16_e32 v5, s101
-// GFX10: encoding: [0x65,0xb2,0x0a,0x7e]
+// GFX10: v_frexp_mant_f16_e32 v5, s101           ; encoding: [0x65,0xb2,0x0a,0x7e]
 
 v_frexp_mant_f16_e32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0xb2,0x0a,0x7e]
+// GFX10: v_frexp_mant_f16_e32 v5, vcc_lo         ; encoding: [0x6a,0xb2,0x0a,0x7e]
 
 v_frexp_mant_f16_e32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0xb2,0x0a,0x7e]
+// GFX10: v_frexp_mant_f16_e32 v5, vcc_hi         ; encoding: [0x6b,0xb2,0x0a,0x7e]
 
 v_frexp_mant_f16_e32 v5, m0
-// GFX10: encoding: [0x7c,0xb2,0x0a,0x7e]
+// GFX10: v_frexp_mant_f16_e32 v5, m0             ; encoding: [0x7c,0xb2,0x0a,0x7e]
 
 v_frexp_mant_f16_e32 v5, exec_lo
-// GFX10: encoding: [0x7e,0xb2,0x0a,0x7e]
+// GFX10: v_frexp_mant_f16_e32 v5, exec_lo        ; encoding: [0x7e,0xb2,0x0a,0x7e]
 
 v_frexp_mant_f16_e32 v5, exec_hi
-// GFX10: encoding: [0x7f,0xb2,0x0a,0x7e]
+// GFX10: v_frexp_mant_f16_e32 v5, exec_hi        ; encoding: [0x7f,0xb2,0x0a,0x7e]
 
 v_frexp_mant_f16_e32 v5, 0
-// GFX10: encoding: [0x80,0xb2,0x0a,0x7e]
+// GFX10: v_frexp_mant_f16_e32 v5, 0              ; encoding: [0x80,0xb2,0x0a,0x7e]
 
 v_frexp_mant_f16_e32 v5, -1
-// GFX10: encoding: [0xc1,0xb2,0x0a,0x7e]
+// GFX10: v_frexp_mant_f16_e32 v5, -1             ; encoding: [0xc1,0xb2,0x0a,0x7e]
 
 v_frexp_mant_f16_e32 v5, 0.5
-// GFX10: encoding: [0xf0,0xb2,0x0a,0x7e]
+// GFX10: v_frexp_mant_f16_e32 v5, 0.5            ; encoding: [0xf0,0xb2,0x0a,0x7e]
 
 v_frexp_mant_f16_e32 v5, -4.0
-// GFX10: encoding: [0xf7,0xb2,0x0a,0x7e]
+// GFX10: v_frexp_mant_f16_e32 v5, -4.0           ; encoding: [0xf7,0xb2,0x0a,0x7e]
 
 v_frexp_mant_f16_e32 v5, 0xfe0b
-// GFX10: encoding: [0xff,0xb2,0x0a,0x7e,0x0b,0xfe,0x00,0x00]
+// GFX10: v_frexp_mant_f16_e32 v5, 0xfe0b         ; encoding: [0xff,0xb2,0x0a,0x7e,0x0b,0xfe,0x00,0x00]
 
 v_frexp_mant_f16_e32 v5, 0x3456
-// GFX10: encoding: [0xff,0xb2,0x0a,0x7e,0x56,0x34,0x00,0x00]
+// GFX10: v_frexp_mant_f16_e32 v5, 0x3456         ; encoding: [0xff,0xb2,0x0a,0x7e,0x56,0x34,0x00,0x00]
 
 v_frexp_mant_f16_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0xd9,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_frexp_mant_f16_e64 v5, v1             ; encoding: [0x05,0x00,0xd9,0xd5,0x01,0x01,0x00,0x00]
 
 v_frexp_mant_f16_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0xd9,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_frexp_mant_f16_e64 v255, v1           ; encoding: [0xff,0x00,0xd9,0xd5,0x01,0x01,0x00,0x00]
 
 v_frexp_mant_f16_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0xd9,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_frexp_mant_f16_e64 v5, v255           ; encoding: [0x05,0x00,0xd9,0xd5,0xff,0x01,0x00,0x00]
 
 v_frexp_mant_f16_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0xd9,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_frexp_mant_f16_e64 v5, s1             ; encoding: [0x05,0x00,0xd9,0xd5,0x01,0x00,0x00,0x00]
 
 v_frexp_mant_f16_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0xd9,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_frexp_mant_f16_e64 v5, s101           ; encoding: [0x05,0x00,0xd9,0xd5,0x65,0x00,0x00,0x00]
 
 v_frexp_mant_f16_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0xd9,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_frexp_mant_f16_e64 v5, vcc_lo         ; encoding: [0x05,0x00,0xd9,0xd5,0x6a,0x00,0x00,0x00]
 
 v_frexp_mant_f16_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0xd9,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_frexp_mant_f16_e64 v5, vcc_hi         ; encoding: [0x05,0x00,0xd9,0xd5,0x6b,0x00,0x00,0x00]
 
 v_frexp_mant_f16_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0xd9,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_frexp_mant_f16_e64 v5, m0             ; encoding: [0x05,0x00,0xd9,0xd5,0x7c,0x00,0x00,0x00]
 
 v_frexp_mant_f16_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0xd9,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_frexp_mant_f16_e64 v5, exec_lo        ; encoding: [0x05,0x00,0xd9,0xd5,0x7e,0x00,0x00,0x00]
 
 v_frexp_mant_f16_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0xd9,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_frexp_mant_f16_e64 v5, exec_hi        ; encoding: [0x05,0x00,0xd9,0xd5,0x7f,0x00,0x00,0x00]
 
 v_frexp_mant_f16_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0xd9,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_frexp_mant_f16_e64 v5, 0              ; encoding: [0x05,0x00,0xd9,0xd5,0x80,0x00,0x00,0x00]
 
 v_frexp_mant_f16_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0xd9,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_frexp_mant_f16_e64 v5, -1             ; encoding: [0x05,0x00,0xd9,0xd5,0xc1,0x00,0x00,0x00]
 
 v_frexp_mant_f16_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0xd9,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_frexp_mant_f16_e64 v5, 0.5            ; encoding: [0x05,0x00,0xd9,0xd5,0xf0,0x00,0x00,0x00]
 
 v_frexp_mant_f16_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0xd9,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_frexp_mant_f16_e64 v5, -4.0           ; encoding: [0x05,0x00,0xd9,0xd5,0xf7,0x00,0x00,0x00]
 
 v_frexp_mant_f16_e64 v5, -v1
-// GFX10: encoding: [0x05,0x00,0xd9,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_frexp_mant_f16_e64 v5, -v1            ; encoding: [0x05,0x00,0xd9,0xd5,0x01,0x01,0x00,0x20]
 
 v_frexp_mant_f16_e64 v5, |v1|
-// GFX10: encoding: [0x05,0x01,0xd9,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_frexp_mant_f16_e64 v5, |v1|           ; encoding: [0x05,0x01,0xd9,0xd5,0x01,0x01,0x00,0x00]
 
 v_frexp_mant_f16_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0xd9,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_frexp_mant_f16_e64 v5, v1 clamp       ; encoding: [0x05,0x80,0xd9,0xd5,0x01,0x01,0x00,0x00]
 
 v_frexp_mant_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb2,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_frexp_mant_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb2,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_frexp_mant_f16_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb2,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_frexp_mant_f16_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb2,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_frexp_mant_f16_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb2,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_frexp_mant_f16_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb2,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_frexp_mant_f16_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb2,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_frexp_mant_f16_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb2,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_frexp_mant_f16_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb2,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_frexp_mant_f16_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb2,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_frexp_mant_f16_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb2,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_frexp_mant_f16_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb2,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_frexp_mant_f16_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb2,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_frexp_mant_f16_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb2,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_frexp_mant_f16_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb2,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_frexp_mant_f16_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb2,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_frexp_mant_f16_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb2,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_frexp_mant_f16_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb2,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_frexp_mant_f16_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb2,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_frexp_mant_f16_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb2,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_frexp_mant_f16_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb2,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_frexp_mant_f16_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb2,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_frexp_mant_f16_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb2,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_frexp_mant_f16_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb2,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_frexp_mant_f16_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb2,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_frexp_mant_f16_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb2,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_frexp_mant_f16_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb2,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_frexp_mant_f16_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb2,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_frexp_mant_f16_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb2,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_frexp_mant_f16_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb2,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_frexp_mant_f16_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb2,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_frexp_mant_f16_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb2,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_frexp_mant_f16_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb2,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_frexp_mant_f16_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb2,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_frexp_mant_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb2,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_frexp_mant_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0xb2,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_frexp_mant_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb2,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_frexp_mant_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0xb2,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_frexp_mant_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0xb2,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_frexp_mant_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0xb2,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_frexp_mant_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0xb2,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_frexp_mant_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0xb2,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_frexp_mant_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0xb2,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_frexp_mant_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0xb2,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_frexp_mant_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0xb2,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_frexp_mant_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0xb2,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_frexp_mant_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0xb2,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_frexp_mant_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0xb2,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_frexp_mant_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0xb2,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_frexp_mant_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0xb2,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_frexp_mant_f16_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb2,0x0a,0x7e,0x01,0x06,0x16,0x00]
+// GFX10: v_frexp_mant_f16_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb2,0x0a,0x7e,0x01,0x06,0x16,0x00]
 
 v_frexp_mant_f16_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb2,0x0a,0x7e,0x01,0x06,0x26,0x00]
+// GFX10: v_frexp_mant_f16_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb2,0x0a,0x7e,0x01,0x06,0x26,0x00]
 
 v_frexp_mant_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb2,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_frexp_mant_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb2,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_frexp_mant_f16_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb2,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_frexp_mant_f16_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb2,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_frexp_mant_f16_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb2,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_frexp_mant_f16_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb2,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_frexp_mant_f16_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb2,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_frexp_mant_f16_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb2,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_frexp_mant_f16_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb2,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_frexp_mant_f16_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb2,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_frexp_mant_f16_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb2,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_frexp_mant_f16_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb2,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_frexp_mant_f16_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb2,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_frexp_mant_f16_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb2,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_frexp_mant_f16_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb2,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_frexp_mant_f16_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb2,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_frexp_mant_f16_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb2,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_frexp_mant_f16_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb2,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_frexp_mant_f16_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb2,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_frexp_mant_f16_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb2,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_frexp_mant_f16_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb2,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_frexp_mant_f16_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb2,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_frexp_mant_f16_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb2,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_frexp_mant_f16_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb2,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_frexp_mant_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb2,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_frexp_mant_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0xb2,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_frexp_mant_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb2,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_frexp_mant_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0xb2,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_frexp_mant_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb2,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_frexp_mant_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0xb2,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_frexp_mant_f16_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb2,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_frexp_mant_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0xb2,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_frexp_mant_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0xb2,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_frexp_mant_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0xb2,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_frexp_mant_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0xb2,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_frexp_mant_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0xb2,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_frexp_mant_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0xb2,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_frexp_mant_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0xb2,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_frexp_mant_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0xb2,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_frexp_mant_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0xb2,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_frexp_mant_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0xb2,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_frexp_mant_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0xb2,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_frexp_mant_f16_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb2,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_frexp_mant_f16_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb2,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_frexp_mant_f16_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb2,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_frexp_mant_f16_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb2,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_frexp_mant_f16_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb2,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_frexp_mant_f16_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb2,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_frexp_mant_f16_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb2,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_frexp_mant_f16_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb2,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_frexp_exp_i16_f16_e32 v5, v1
-// GFX10: encoding: [0x01,0xb5,0x0a,0x7e]
+// GFX10: v_frexp_exp_i16_f16_e32 v5, v1          ; encoding: [0x01,0xb5,0x0a,0x7e]
 
 v_frexp_exp_i16_f16_e32 v255, v1
-// GFX10: encoding: [0x01,0xb5,0xfe,0x7f]
+// GFX10: v_frexp_exp_i16_f16_e32 v255, v1        ; encoding: [0x01,0xb5,0xfe,0x7f]
 
 v_frexp_exp_i16_f16_e32 v5, v255
-// GFX10: encoding: [0xff,0xb5,0x0a,0x7e]
+// GFX10: v_frexp_exp_i16_f16_e32 v5, v255        ; encoding: [0xff,0xb5,0x0a,0x7e]
 
 v_frexp_exp_i16_f16_e32 v5, s1
-// GFX10: encoding: [0x01,0xb4,0x0a,0x7e]
+// GFX10: v_frexp_exp_i16_f16_e32 v5, s1          ; encoding: [0x01,0xb4,0x0a,0x7e]
 
 v_frexp_exp_i16_f16_e32 v5, s101
-// GFX10: encoding: [0x65,0xb4,0x0a,0x7e]
+// GFX10: v_frexp_exp_i16_f16_e32 v5, s101        ; encoding: [0x65,0xb4,0x0a,0x7e]
 
 v_frexp_exp_i16_f16_e32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0xb4,0x0a,0x7e]
+// GFX10: v_frexp_exp_i16_f16_e32 v5, vcc_lo      ; encoding: [0x6a,0xb4,0x0a,0x7e]
 
 v_frexp_exp_i16_f16_e32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0xb4,0x0a,0x7e]
+// GFX10: v_frexp_exp_i16_f16_e32 v5, vcc_hi      ; encoding: [0x6b,0xb4,0x0a,0x7e]
 
 v_frexp_exp_i16_f16_e32 v5, m0
-// GFX10: encoding: [0x7c,0xb4,0x0a,0x7e]
+// GFX10: v_frexp_exp_i16_f16_e32 v5, m0          ; encoding: [0x7c,0xb4,0x0a,0x7e]
 
 v_frexp_exp_i16_f16_e32 v5, exec_lo
-// GFX10: encoding: [0x7e,0xb4,0x0a,0x7e]
+// GFX10: v_frexp_exp_i16_f16_e32 v5, exec_lo     ; encoding: [0x7e,0xb4,0x0a,0x7e]
 
 v_frexp_exp_i16_f16_e32 v5, exec_hi
-// GFX10: encoding: [0x7f,0xb4,0x0a,0x7e]
+// GFX10: v_frexp_exp_i16_f16_e32 v5, exec_hi     ; encoding: [0x7f,0xb4,0x0a,0x7e]
 
 v_frexp_exp_i16_f16_e32 v5, 0
-// GFX10: encoding: [0x80,0xb4,0x0a,0x7e]
+// GFX10: v_frexp_exp_i16_f16_e32 v5, 0           ; encoding: [0x80,0xb4,0x0a,0x7e]
 
 v_frexp_exp_i16_f16_e32 v5, -1
-// GFX10: encoding: [0xc1,0xb4,0x0a,0x7e]
+// GFX10: v_frexp_exp_i16_f16_e32 v5, -1          ; encoding: [0xc1,0xb4,0x0a,0x7e]
 
 v_frexp_exp_i16_f16_e32 v5, 0.5
-// GFX10: encoding: [0xf0,0xb4,0x0a,0x7e]
+// GFX10: v_frexp_exp_i16_f16_e32 v5, 0.5         ; encoding: [0xf0,0xb4,0x0a,0x7e]
 
 v_frexp_exp_i16_f16_e32 v5, -4.0
-// GFX10: encoding: [0xf7,0xb4,0x0a,0x7e]
+// GFX10: v_frexp_exp_i16_f16_e32 v5, -4.0        ; encoding: [0xf7,0xb4,0x0a,0x7e]
 
 v_frexp_exp_i16_f16_e32 v5, 0xfe0b
-// GFX10: encoding: [0xff,0xb4,0x0a,0x7e,0x0b,0xfe,0x00,0x00]
+// GFX10: v_frexp_exp_i16_f16_e32 v5, 0xfe0b      ; encoding: [0xff,0xb4,0x0a,0x7e,0x0b,0xfe,0x00,0x00]
 
 v_frexp_exp_i16_f16_e32 v5, 0x3456
-// GFX10: encoding: [0xff,0xb4,0x0a,0x7e,0x56,0x34,0x00,0x00]
+// GFX10: v_frexp_exp_i16_f16_e32 v5, 0x3456      ; encoding: [0xff,0xb4,0x0a,0x7e,0x56,0x34,0x00,0x00]
 
 v_frexp_exp_i16_f16_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0xda,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_frexp_exp_i16_f16_e64 v5, v1          ; encoding: [0x05,0x00,0xda,0xd5,0x01,0x01,0x00,0x00]
 
 v_frexp_exp_i16_f16_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0xda,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_frexp_exp_i16_f16_e64 v255, v1        ; encoding: [0xff,0x00,0xda,0xd5,0x01,0x01,0x00,0x00]
 
 v_frexp_exp_i16_f16_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0xda,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_frexp_exp_i16_f16_e64 v5, v255        ; encoding: [0x05,0x00,0xda,0xd5,0xff,0x01,0x00,0x00]
 
 v_frexp_exp_i16_f16_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0xda,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_frexp_exp_i16_f16_e64 v5, s1          ; encoding: [0x05,0x00,0xda,0xd5,0x01,0x00,0x00,0x00]
 
 v_frexp_exp_i16_f16_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0xda,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_frexp_exp_i16_f16_e64 v5, s101        ; encoding: [0x05,0x00,0xda,0xd5,0x65,0x00,0x00,0x00]
 
 v_frexp_exp_i16_f16_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0xda,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_frexp_exp_i16_f16_e64 v5, vcc_lo      ; encoding: [0x05,0x00,0xda,0xd5,0x6a,0x00,0x00,0x00]
 
 v_frexp_exp_i16_f16_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0xda,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_frexp_exp_i16_f16_e64 v5, vcc_hi      ; encoding: [0x05,0x00,0xda,0xd5,0x6b,0x00,0x00,0x00]
 
 v_frexp_exp_i16_f16_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0xda,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_frexp_exp_i16_f16_e64 v5, m0          ; encoding: [0x05,0x00,0xda,0xd5,0x7c,0x00,0x00,0x00]
 
 v_frexp_exp_i16_f16_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0xda,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_frexp_exp_i16_f16_e64 v5, exec_lo     ; encoding: [0x05,0x00,0xda,0xd5,0x7e,0x00,0x00,0x00]
 
 v_frexp_exp_i16_f16_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0xda,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_frexp_exp_i16_f16_e64 v5, exec_hi     ; encoding: [0x05,0x00,0xda,0xd5,0x7f,0x00,0x00,0x00]
 
 v_frexp_exp_i16_f16_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0xda,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_frexp_exp_i16_f16_e64 v5, 0           ; encoding: [0x05,0x00,0xda,0xd5,0x80,0x00,0x00,0x00]
 
 v_frexp_exp_i16_f16_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0xda,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_frexp_exp_i16_f16_e64 v5, -1          ; encoding: [0x05,0x00,0xda,0xd5,0xc1,0x00,0x00,0x00]
 
 v_frexp_exp_i16_f16_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0xda,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_frexp_exp_i16_f16_e64 v5, 0.5         ; encoding: [0x05,0x00,0xda,0xd5,0xf0,0x00,0x00,0x00]
 
 v_frexp_exp_i16_f16_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0xda,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_frexp_exp_i16_f16_e64 v5, -4.0        ; encoding: [0x05,0x00,0xda,0xd5,0xf7,0x00,0x00,0x00]
 
 v_frexp_exp_i16_f16_e64 v5, -v1
-// GFX10: encoding: [0x05,0x00,0xda,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_frexp_exp_i16_f16_e64 v5, -v1         ; encoding: [0x05,0x00,0xda,0xd5,0x01,0x01,0x00,0x20]
 
 v_frexp_exp_i16_f16_e64 v5, |v1|
-// GFX10: encoding: [0x05,0x01,0xda,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_frexp_exp_i16_f16_e64 v5, |v1|        ; encoding: [0x05,0x01,0xda,0xd5,0x01,0x01,0x00,0x00]
 
 v_frexp_exp_i16_f16_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0xda,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_frexp_exp_i16_f16_e64 v5, v1 clamp    ; encoding: [0x05,0x80,0xda,0xd5,0x01,0x01,0x00,0x00]
 
 v_frexp_exp_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb4,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_frexp_exp_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb4,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_frexp_exp_i16_f16_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb4,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_frexp_exp_i16_f16_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb4,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_frexp_exp_i16_f16_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb4,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_frexp_exp_i16_f16_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb4,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_frexp_exp_i16_f16_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb4,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_frexp_exp_i16_f16_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb4,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_frexp_exp_i16_f16_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb4,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_frexp_exp_i16_f16_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb4,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_frexp_exp_i16_f16_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb4,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_frexp_exp_i16_f16_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb4,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_frexp_exp_i16_f16_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb4,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_frexp_exp_i16_f16_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb4,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_frexp_exp_i16_f16_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb4,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_frexp_exp_i16_f16_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb4,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_frexp_exp_i16_f16_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb4,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_frexp_exp_i16_f16_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb4,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_frexp_exp_i16_f16_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb4,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_frexp_exp_i16_f16_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb4,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_frexp_exp_i16_f16_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb4,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_frexp_exp_i16_f16_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb4,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_frexp_exp_i16_f16_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb4,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_frexp_exp_i16_f16_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb4,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_frexp_exp_i16_f16_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb4,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_frexp_exp_i16_f16_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb4,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_frexp_exp_i16_f16_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb4,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_frexp_exp_i16_f16_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb4,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_frexp_exp_i16_f16_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb4,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_frexp_exp_i16_f16_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb4,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_frexp_exp_i16_f16_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb4,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_frexp_exp_i16_f16_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb4,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_frexp_exp_i16_f16_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb4,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_frexp_exp_i16_f16_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb4,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_frexp_exp_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb4,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_frexp_exp_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0xb4,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_frexp_exp_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb4,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_frexp_exp_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0xb4,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_frexp_exp_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0xb4,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_frexp_exp_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0xb4,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_frexp_exp_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0xb4,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_frexp_exp_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0xb4,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_frexp_exp_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0xb4,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_frexp_exp_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0xb4,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_frexp_exp_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0xb4,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_frexp_exp_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0xb4,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_frexp_exp_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0xb4,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_frexp_exp_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0xb4,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_frexp_exp_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0xb4,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_frexp_exp_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0xb4,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_frexp_exp_i16_f16_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb4,0x0a,0x7e,0x01,0x06,0x16,0x00]
+// GFX10: v_frexp_exp_i16_f16_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb4,0x0a,0x7e,0x01,0x06,0x16,0x00]
 
 v_frexp_exp_i16_f16_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb4,0x0a,0x7e,0x01,0x06,0x26,0x00]
+// GFX10: v_frexp_exp_i16_f16_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb4,0x0a,0x7e,0x01,0x06,0x26,0x00]
 
 v_frexp_exp_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb4,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_frexp_exp_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb4,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_frexp_exp_i16_f16_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb4,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_frexp_exp_i16_f16_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb4,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_frexp_exp_i16_f16_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb4,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_frexp_exp_i16_f16_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb4,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_frexp_exp_i16_f16_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb4,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_frexp_exp_i16_f16_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb4,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_frexp_exp_i16_f16_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb4,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_frexp_exp_i16_f16_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb4,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_frexp_exp_i16_f16_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb4,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_frexp_exp_i16_f16_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb4,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_frexp_exp_i16_f16_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb4,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_frexp_exp_i16_f16_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb4,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_frexp_exp_i16_f16_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb4,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_frexp_exp_i16_f16_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb4,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_frexp_exp_i16_f16_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb4,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_frexp_exp_i16_f16_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb4,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_frexp_exp_i16_f16_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb4,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_frexp_exp_i16_f16_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb4,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_frexp_exp_i16_f16_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb4,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_frexp_exp_i16_f16_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb4,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_frexp_exp_i16_f16_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb4,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_frexp_exp_i16_f16_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb4,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_frexp_exp_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb4,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_frexp_exp_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0xb4,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_frexp_exp_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb4,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_frexp_exp_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0xb4,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_frexp_exp_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb4,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_frexp_exp_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0xb4,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_frexp_exp_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb4,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_frexp_exp_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0xb4,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_frexp_exp_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0xb4,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_frexp_exp_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0xb4,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_frexp_exp_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0xb4,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_frexp_exp_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0xb4,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_frexp_exp_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0xb4,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_frexp_exp_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0xb4,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_frexp_exp_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0xb4,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_frexp_exp_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0xb4,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_frexp_exp_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0xb4,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_frexp_exp_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0xb4,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_frexp_exp_i16_f16_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb4,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_frexp_exp_i16_f16_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb4,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_frexp_exp_i16_f16_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb4,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_frexp_exp_i16_f16_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb4,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_frexp_exp_i16_f16_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb4,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_frexp_exp_i16_f16_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb4,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_frexp_exp_i16_f16_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb4,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_frexp_exp_i16_f16_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb4,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_floor_f16_e32 v5, v1
-// GFX10: encoding: [0x01,0xb7,0x0a,0x7e]
+// GFX10: v_floor_f16_e32 v5, v1                  ; encoding: [0x01,0xb7,0x0a,0x7e]
 
 v_floor_f16_e32 v255, v1
-// GFX10: encoding: [0x01,0xb7,0xfe,0x7f]
+// GFX10: v_floor_f16_e32 v255, v1                ; encoding: [0x01,0xb7,0xfe,0x7f]
 
 v_floor_f16_e32 v5, v255
-// GFX10: encoding: [0xff,0xb7,0x0a,0x7e]
+// GFX10: v_floor_f16_e32 v5, v255                ; encoding: [0xff,0xb7,0x0a,0x7e]
 
 v_floor_f16_e32 v5, s1
-// GFX10: encoding: [0x01,0xb6,0x0a,0x7e]
+// GFX10: v_floor_f16_e32 v5, s1                  ; encoding: [0x01,0xb6,0x0a,0x7e]
 
 v_floor_f16_e32 v5, s101
-// GFX10: encoding: [0x65,0xb6,0x0a,0x7e]
+// GFX10: v_floor_f16_e32 v5, s101                ; encoding: [0x65,0xb6,0x0a,0x7e]
 
 v_floor_f16_e32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0xb6,0x0a,0x7e]
+// GFX10: v_floor_f16_e32 v5, vcc_lo              ; encoding: [0x6a,0xb6,0x0a,0x7e]
 
 v_floor_f16_e32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0xb6,0x0a,0x7e]
+// GFX10: v_floor_f16_e32 v5, vcc_hi              ; encoding: [0x6b,0xb6,0x0a,0x7e]
 
 v_floor_f16_e32 v5, m0
-// GFX10: encoding: [0x7c,0xb6,0x0a,0x7e]
+// GFX10: v_floor_f16_e32 v5, m0                  ; encoding: [0x7c,0xb6,0x0a,0x7e]
 
 v_floor_f16_e32 v5, exec_lo
-// GFX10: encoding: [0x7e,0xb6,0x0a,0x7e]
+// GFX10: v_floor_f16_e32 v5, exec_lo             ; encoding: [0x7e,0xb6,0x0a,0x7e]
 
 v_floor_f16_e32 v5, exec_hi
-// GFX10: encoding: [0x7f,0xb6,0x0a,0x7e]
+// GFX10: v_floor_f16_e32 v5, exec_hi             ; encoding: [0x7f,0xb6,0x0a,0x7e]
 
 v_floor_f16_e32 v5, 0
-// GFX10: encoding: [0x80,0xb6,0x0a,0x7e]
+// GFX10: v_floor_f16_e32 v5, 0                   ; encoding: [0x80,0xb6,0x0a,0x7e]
 
 v_floor_f16_e32 v5, -1
-// GFX10: encoding: [0xc1,0xb6,0x0a,0x7e]
+// GFX10: v_floor_f16_e32 v5, -1                  ; encoding: [0xc1,0xb6,0x0a,0x7e]
 
 v_floor_f16_e32 v5, 0.5
-// GFX10: encoding: [0xf0,0xb6,0x0a,0x7e]
+// GFX10: v_floor_f16_e32 v5, 0.5                 ; encoding: [0xf0,0xb6,0x0a,0x7e]
 
 v_floor_f16_e32 v5, -4.0
-// GFX10: encoding: [0xf7,0xb6,0x0a,0x7e]
+// GFX10: v_floor_f16_e32 v5, -4.0                ; encoding: [0xf7,0xb6,0x0a,0x7e]
 
 v_floor_f16_e32 v5, 0xfe0b
-// GFX10: encoding: [0xff,0xb6,0x0a,0x7e,0x0b,0xfe,0x00,0x00]
+// GFX10: v_floor_f16_e32 v5, 0xfe0b              ; encoding: [0xff,0xb6,0x0a,0x7e,0x0b,0xfe,0x00,0x00]
 
 v_floor_f16_e32 v5, 0x3456
-// GFX10: encoding: [0xff,0xb6,0x0a,0x7e,0x56,0x34,0x00,0x00]
+// GFX10: v_floor_f16_e32 v5, 0x3456              ; encoding: [0xff,0xb6,0x0a,0x7e,0x56,0x34,0x00,0x00]
 
 v_floor_f16_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0xdb,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_floor_f16_e64 v5, v1                  ; encoding: [0x05,0x00,0xdb,0xd5,0x01,0x01,0x00,0x00]
 
 v_floor_f16_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0xdb,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_floor_f16_e64 v255, v1                ; encoding: [0xff,0x00,0xdb,0xd5,0x01,0x01,0x00,0x00]
 
 v_floor_f16_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0xdb,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_floor_f16_e64 v5, v255                ; encoding: [0x05,0x00,0xdb,0xd5,0xff,0x01,0x00,0x00]
 
 v_floor_f16_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0xdb,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_floor_f16_e64 v5, s1                  ; encoding: [0x05,0x00,0xdb,0xd5,0x01,0x00,0x00,0x00]
 
 v_floor_f16_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0xdb,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_floor_f16_e64 v5, s101                ; encoding: [0x05,0x00,0xdb,0xd5,0x65,0x00,0x00,0x00]
 
 v_floor_f16_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0xdb,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_floor_f16_e64 v5, vcc_lo              ; encoding: [0x05,0x00,0xdb,0xd5,0x6a,0x00,0x00,0x00]
 
 v_floor_f16_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0xdb,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_floor_f16_e64 v5, vcc_hi              ; encoding: [0x05,0x00,0xdb,0xd5,0x6b,0x00,0x00,0x00]
 
 v_floor_f16_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0xdb,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_floor_f16_e64 v5, m0                  ; encoding: [0x05,0x00,0xdb,0xd5,0x7c,0x00,0x00,0x00]
 
 v_floor_f16_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0xdb,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_floor_f16_e64 v5, exec_lo             ; encoding: [0x05,0x00,0xdb,0xd5,0x7e,0x00,0x00,0x00]
 
 v_floor_f16_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0xdb,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_floor_f16_e64 v5, exec_hi             ; encoding: [0x05,0x00,0xdb,0xd5,0x7f,0x00,0x00,0x00]
 
 v_floor_f16_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0xdb,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_floor_f16_e64 v5, 0                   ; encoding: [0x05,0x00,0xdb,0xd5,0x80,0x00,0x00,0x00]
 
 v_floor_f16_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0xdb,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_floor_f16_e64 v5, -1                  ; encoding: [0x05,0x00,0xdb,0xd5,0xc1,0x00,0x00,0x00]
 
 v_floor_f16_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0xdb,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_floor_f16_e64 v5, 0.5                 ; encoding: [0x05,0x00,0xdb,0xd5,0xf0,0x00,0x00,0x00]
 
 v_floor_f16_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0xdb,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_floor_f16_e64 v5, -4.0                ; encoding: [0x05,0x00,0xdb,0xd5,0xf7,0x00,0x00,0x00]
 
 v_floor_f16_e64 v5, -v1
-// GFX10: encoding: [0x05,0x00,0xdb,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_floor_f16_e64 v5, -v1                 ; encoding: [0x05,0x00,0xdb,0xd5,0x01,0x01,0x00,0x20]
 
 v_floor_f16_e64 v5, |v1|
-// GFX10: encoding: [0x05,0x01,0xdb,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_floor_f16_e64 v5, |v1|                ; encoding: [0x05,0x01,0xdb,0xd5,0x01,0x01,0x00,0x00]
 
 v_floor_f16_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0xdb,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_floor_f16_e64 v5, v1 clamp            ; encoding: [0x05,0x80,0xdb,0xd5,0x01,0x01,0x00,0x00]
 
 v_floor_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb6,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_floor_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb6,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_floor_f16_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb6,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_floor_f16_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb6,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_floor_f16_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb6,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_floor_f16_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb6,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_floor_f16_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb6,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_floor_f16_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb6,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_floor_f16_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb6,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_floor_f16_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb6,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_floor_f16_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb6,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_floor_f16_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb6,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_floor_f16_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb6,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_floor_f16_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb6,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_floor_f16_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb6,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_floor_f16_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb6,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_floor_f16_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb6,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_floor_f16_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb6,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_floor_f16_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb6,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_floor_f16_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb6,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_floor_f16_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb6,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_floor_f16_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb6,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_floor_f16_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb6,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_floor_f16_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb6,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_floor_f16_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb6,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_floor_f16_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb6,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_floor_f16_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb6,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_floor_f16_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb6,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_floor_f16_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb6,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_floor_f16_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb6,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_floor_f16_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb6,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_floor_f16_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb6,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_floor_f16_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb6,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_floor_f16_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb6,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_floor_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb6,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_floor_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0xb6,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_floor_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb6,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_floor_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0xb6,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_floor_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0xb6,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_floor_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0xb6,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_floor_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0xb6,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_floor_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0xb6,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_floor_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0xb6,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_floor_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0xb6,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_floor_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0xb6,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_floor_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0xb6,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_floor_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0xb6,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_floor_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0xb6,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_floor_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0xb6,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_floor_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0xb6,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_floor_f16_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb6,0x0a,0x7e,0x01,0x06,0x16,0x00]
+// GFX10: v_floor_f16_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb6,0x0a,0x7e,0x01,0x06,0x16,0x00]
 
 v_floor_f16_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb6,0x0a,0x7e,0x01,0x06,0x26,0x00]
+// GFX10: v_floor_f16_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb6,0x0a,0x7e,0x01,0x06,0x26,0x00]
 
 v_floor_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb6,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_floor_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb6,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_floor_f16_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb6,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_floor_f16_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb6,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_floor_f16_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb6,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_floor_f16_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb6,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_floor_f16_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb6,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_floor_f16_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb6,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_floor_f16_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb6,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_floor_f16_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb6,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_floor_f16_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb6,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_floor_f16_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb6,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_floor_f16_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb6,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_floor_f16_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb6,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_floor_f16_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb6,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_floor_f16_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb6,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_floor_f16_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb6,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_floor_f16_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb6,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_floor_f16_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb6,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_floor_f16_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb6,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_floor_f16_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb6,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_floor_f16_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb6,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_floor_f16_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb6,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_floor_f16_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb6,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_floor_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb6,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_floor_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0xb6,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_floor_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb6,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_floor_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0xb6,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_floor_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb6,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_floor_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0xb6,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_floor_f16_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb6,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_floor_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0xb6,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_floor_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0xb6,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_floor_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0xb6,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_floor_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0xb6,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_floor_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0xb6,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_floor_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0xb6,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_floor_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0xb6,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_floor_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0xb6,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_floor_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0xb6,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_floor_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0xb6,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_floor_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0xb6,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_floor_f16_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb6,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_floor_f16_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb6,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_floor_f16_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb6,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_floor_f16_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb6,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_floor_f16_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb6,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_floor_f16_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb6,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_floor_f16_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb6,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_floor_f16_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb6,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_ceil_f16_e32 v5, v1
-// GFX10: encoding: [0x01,0xb9,0x0a,0x7e]
+// GFX10: v_ceil_f16_e32 v5, v1                   ; encoding: [0x01,0xb9,0x0a,0x7e]
 
 v_ceil_f16_e32 v255, v1
-// GFX10: encoding: [0x01,0xb9,0xfe,0x7f]
+// GFX10: v_ceil_f16_e32 v255, v1                 ; encoding: [0x01,0xb9,0xfe,0x7f]
 
 v_ceil_f16_e32 v5, v255
-// GFX10: encoding: [0xff,0xb9,0x0a,0x7e]
+// GFX10: v_ceil_f16_e32 v5, v255                 ; encoding: [0xff,0xb9,0x0a,0x7e]
 
 v_ceil_f16_e32 v5, s1
-// GFX10: encoding: [0x01,0xb8,0x0a,0x7e]
+// GFX10: v_ceil_f16_e32 v5, s1                   ; encoding: [0x01,0xb8,0x0a,0x7e]
 
 v_ceil_f16_e32 v5, s101
-// GFX10: encoding: [0x65,0xb8,0x0a,0x7e]
+// GFX10: v_ceil_f16_e32 v5, s101                 ; encoding: [0x65,0xb8,0x0a,0x7e]
 
 v_ceil_f16_e32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0xb8,0x0a,0x7e]
+// GFX10: v_ceil_f16_e32 v5, vcc_lo               ; encoding: [0x6a,0xb8,0x0a,0x7e]
 
 v_ceil_f16_e32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0xb8,0x0a,0x7e]
+// GFX10: v_ceil_f16_e32 v5, vcc_hi               ; encoding: [0x6b,0xb8,0x0a,0x7e]
 
 v_ceil_f16_e32 v5, m0
-// GFX10: encoding: [0x7c,0xb8,0x0a,0x7e]
+// GFX10: v_ceil_f16_e32 v5, m0                   ; encoding: [0x7c,0xb8,0x0a,0x7e]
 
 v_ceil_f16_e32 v5, exec_lo
-// GFX10: encoding: [0x7e,0xb8,0x0a,0x7e]
+// GFX10: v_ceil_f16_e32 v5, exec_lo              ; encoding: [0x7e,0xb8,0x0a,0x7e]
 
 v_ceil_f16_e32 v5, exec_hi
-// GFX10: encoding: [0x7f,0xb8,0x0a,0x7e]
+// GFX10: v_ceil_f16_e32 v5, exec_hi              ; encoding: [0x7f,0xb8,0x0a,0x7e]
 
 v_ceil_f16_e32 v5, 0
-// GFX10: encoding: [0x80,0xb8,0x0a,0x7e]
+// GFX10: v_ceil_f16_e32 v5, 0                    ; encoding: [0x80,0xb8,0x0a,0x7e]
 
 v_ceil_f16_e32 v5, -1
-// GFX10: encoding: [0xc1,0xb8,0x0a,0x7e]
+// GFX10: v_ceil_f16_e32 v5, -1                   ; encoding: [0xc1,0xb8,0x0a,0x7e]
 
 v_ceil_f16_e32 v5, 0.5
-// GFX10: encoding: [0xf0,0xb8,0x0a,0x7e]
+// GFX10: v_ceil_f16_e32 v5, 0.5                  ; encoding: [0xf0,0xb8,0x0a,0x7e]
 
 v_ceil_f16_e32 v5, -4.0
-// GFX10: encoding: [0xf7,0xb8,0x0a,0x7e]
+// GFX10: v_ceil_f16_e32 v5, -4.0                 ; encoding: [0xf7,0xb8,0x0a,0x7e]
 
 v_ceil_f16_e32 v5, 0xfe0b
-// GFX10: encoding: [0xff,0xb8,0x0a,0x7e,0x0b,0xfe,0x00,0x00]
+// GFX10: v_ceil_f16_e32 v5, 0xfe0b               ; encoding: [0xff,0xb8,0x0a,0x7e,0x0b,0xfe,0x00,0x00]
 
 v_ceil_f16_e32 v5, 0x3456
-// GFX10: encoding: [0xff,0xb8,0x0a,0x7e,0x56,0x34,0x00,0x00]
+// GFX10: v_ceil_f16_e32 v5, 0x3456               ; encoding: [0xff,0xb8,0x0a,0x7e,0x56,0x34,0x00,0x00]
 
 v_ceil_f16_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0xdc,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_ceil_f16_e64 v5, v1                   ; encoding: [0x05,0x00,0xdc,0xd5,0x01,0x01,0x00,0x00]
 
 v_ceil_f16_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0xdc,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_ceil_f16_e64 v255, v1                 ; encoding: [0xff,0x00,0xdc,0xd5,0x01,0x01,0x00,0x00]
 
 v_ceil_f16_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0xdc,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_ceil_f16_e64 v5, v255                 ; encoding: [0x05,0x00,0xdc,0xd5,0xff,0x01,0x00,0x00]
 
 v_ceil_f16_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0xdc,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_ceil_f16_e64 v5, s1                   ; encoding: [0x05,0x00,0xdc,0xd5,0x01,0x00,0x00,0x00]
 
 v_ceil_f16_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0xdc,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_ceil_f16_e64 v5, s101                 ; encoding: [0x05,0x00,0xdc,0xd5,0x65,0x00,0x00,0x00]
 
 v_ceil_f16_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0xdc,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_ceil_f16_e64 v5, vcc_lo               ; encoding: [0x05,0x00,0xdc,0xd5,0x6a,0x00,0x00,0x00]
 
 v_ceil_f16_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0xdc,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_ceil_f16_e64 v5, vcc_hi               ; encoding: [0x05,0x00,0xdc,0xd5,0x6b,0x00,0x00,0x00]
 
 v_ceil_f16_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0xdc,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_ceil_f16_e64 v5, m0                   ; encoding: [0x05,0x00,0xdc,0xd5,0x7c,0x00,0x00,0x00]
 
 v_ceil_f16_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0xdc,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_ceil_f16_e64 v5, exec_lo              ; encoding: [0x05,0x00,0xdc,0xd5,0x7e,0x00,0x00,0x00]
 
 v_ceil_f16_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0xdc,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_ceil_f16_e64 v5, exec_hi              ; encoding: [0x05,0x00,0xdc,0xd5,0x7f,0x00,0x00,0x00]
 
 v_ceil_f16_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0xdc,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_ceil_f16_e64 v5, 0                    ; encoding: [0x05,0x00,0xdc,0xd5,0x80,0x00,0x00,0x00]
 
 v_ceil_f16_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0xdc,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_ceil_f16_e64 v5, -1                   ; encoding: [0x05,0x00,0xdc,0xd5,0xc1,0x00,0x00,0x00]
 
 v_ceil_f16_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0xdc,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_ceil_f16_e64 v5, 0.5                  ; encoding: [0x05,0x00,0xdc,0xd5,0xf0,0x00,0x00,0x00]
 
 v_ceil_f16_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0xdc,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_ceil_f16_e64 v5, -4.0                 ; encoding: [0x05,0x00,0xdc,0xd5,0xf7,0x00,0x00,0x00]
 
 v_ceil_f16_e64 v5, -v1
-// GFX10: encoding: [0x05,0x00,0xdc,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_ceil_f16_e64 v5, -v1                  ; encoding: [0x05,0x00,0xdc,0xd5,0x01,0x01,0x00,0x20]
 
 v_ceil_f16_e64 v5, |v1|
-// GFX10: encoding: [0x05,0x01,0xdc,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_ceil_f16_e64 v5, |v1|                 ; encoding: [0x05,0x01,0xdc,0xd5,0x01,0x01,0x00,0x00]
 
 v_ceil_f16_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0xdc,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_ceil_f16_e64 v5, v1 clamp             ; encoding: [0x05,0x80,0xdc,0xd5,0x01,0x01,0x00,0x00]
 
 v_ceil_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb8,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_ceil_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb8,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_ceil_f16_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb8,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_ceil_f16_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb8,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_ceil_f16_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb8,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_ceil_f16_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb8,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_ceil_f16_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb8,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_ceil_f16_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb8,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_ceil_f16_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb8,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_ceil_f16_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb8,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_ceil_f16_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb8,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_ceil_f16_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb8,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_ceil_f16_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb8,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_ceil_f16_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb8,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_ceil_f16_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb8,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_ceil_f16_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb8,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_ceil_f16_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb8,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_ceil_f16_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb8,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_ceil_f16_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb8,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_ceil_f16_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb8,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_ceil_f16_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb8,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_ceil_f16_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb8,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_ceil_f16_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb8,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_ceil_f16_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb8,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_ceil_f16_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb8,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_ceil_f16_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb8,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_ceil_f16_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb8,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_ceil_f16_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb8,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_ceil_f16_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb8,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_ceil_f16_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb8,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_ceil_f16_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb8,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_ceil_f16_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb8,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_ceil_f16_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb8,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_ceil_f16_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb8,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_ceil_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb8,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_ceil_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0xb8,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_ceil_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb8,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_ceil_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0xb8,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_ceil_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0xb8,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_ceil_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0xb8,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_ceil_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0xb8,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_ceil_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0xb8,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_ceil_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0xb8,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_ceil_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0xb8,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_ceil_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0xb8,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_ceil_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0xb8,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_ceil_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0xb8,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_ceil_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0xb8,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_ceil_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0xb8,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_ceil_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0xb8,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_ceil_f16_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb8,0x0a,0x7e,0x01,0x06,0x16,0x00]
+// GFX10: v_ceil_f16_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb8,0x0a,0x7e,0x01,0x06,0x16,0x00]
 
 v_ceil_f16_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xb8,0x0a,0x7e,0x01,0x06,0x26,0x00]
+// GFX10: v_ceil_f16_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xb8,0x0a,0x7e,0x01,0x06,0x26,0x00]
 
 v_ceil_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb8,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_ceil_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb8,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_ceil_f16_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb8,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_ceil_f16_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb8,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_ceil_f16_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb8,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_ceil_f16_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb8,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_ceil_f16_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb8,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_ceil_f16_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb8,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_ceil_f16_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb8,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_ceil_f16_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb8,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_ceil_f16_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb8,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_ceil_f16_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb8,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_ceil_f16_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb8,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_ceil_f16_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb8,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_ceil_f16_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb8,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_ceil_f16_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb8,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_ceil_f16_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb8,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_ceil_f16_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb8,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_ceil_f16_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb8,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_ceil_f16_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb8,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_ceil_f16_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb8,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_ceil_f16_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb8,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_ceil_f16_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb8,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_ceil_f16_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb8,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_ceil_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb8,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_ceil_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0xb8,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_ceil_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb8,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_ceil_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0xb8,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_ceil_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb8,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_ceil_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0xb8,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_ceil_f16_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb8,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_ceil_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0xb8,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_ceil_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0xb8,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_ceil_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0xb8,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_ceil_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0xb8,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_ceil_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0xb8,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_ceil_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0xb8,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_ceil_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0xb8,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_ceil_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0xb8,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_ceil_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0xb8,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_ceil_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0xb8,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_ceil_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0xb8,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_ceil_f16_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb8,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_ceil_f16_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb8,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_ceil_f16_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb8,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_ceil_f16_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb8,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_ceil_f16_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb8,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_ceil_f16_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb8,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_ceil_f16_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xb8,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_ceil_f16_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xb8,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_trunc_f16_e32 v5, v1
-// GFX10: encoding: [0x01,0xbb,0x0a,0x7e]
+// GFX10: v_trunc_f16_e32 v5, v1                  ; encoding: [0x01,0xbb,0x0a,0x7e]
 
 v_trunc_f16_e32 v255, v1
-// GFX10: encoding: [0x01,0xbb,0xfe,0x7f]
+// GFX10: v_trunc_f16_e32 v255, v1                ; encoding: [0x01,0xbb,0xfe,0x7f]
 
 v_trunc_f16_e32 v5, v255
-// GFX10: encoding: [0xff,0xbb,0x0a,0x7e]
+// GFX10: v_trunc_f16_e32 v5, v255                ; encoding: [0xff,0xbb,0x0a,0x7e]
 
 v_trunc_f16_e32 v5, s1
-// GFX10: encoding: [0x01,0xba,0x0a,0x7e]
+// GFX10: v_trunc_f16_e32 v5, s1                  ; encoding: [0x01,0xba,0x0a,0x7e]
 
 v_trunc_f16_e32 v5, s101
-// GFX10: encoding: [0x65,0xba,0x0a,0x7e]
+// GFX10: v_trunc_f16_e32 v5, s101                ; encoding: [0x65,0xba,0x0a,0x7e]
 
 v_trunc_f16_e32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0xba,0x0a,0x7e]
+// GFX10: v_trunc_f16_e32 v5, vcc_lo              ; encoding: [0x6a,0xba,0x0a,0x7e]
 
 v_trunc_f16_e32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0xba,0x0a,0x7e]
+// GFX10: v_trunc_f16_e32 v5, vcc_hi              ; encoding: [0x6b,0xba,0x0a,0x7e]
 
 v_trunc_f16_e32 v5, m0
-// GFX10: encoding: [0x7c,0xba,0x0a,0x7e]
+// GFX10: v_trunc_f16_e32 v5, m0                  ; encoding: [0x7c,0xba,0x0a,0x7e]
 
 v_trunc_f16_e32 v5, exec_lo
-// GFX10: encoding: [0x7e,0xba,0x0a,0x7e]
+// GFX10: v_trunc_f16_e32 v5, exec_lo             ; encoding: [0x7e,0xba,0x0a,0x7e]
 
 v_trunc_f16_e32 v5, exec_hi
-// GFX10: encoding: [0x7f,0xba,0x0a,0x7e]
+// GFX10: v_trunc_f16_e32 v5, exec_hi             ; encoding: [0x7f,0xba,0x0a,0x7e]
 
 v_trunc_f16_e32 v5, 0
-// GFX10: encoding: [0x80,0xba,0x0a,0x7e]
+// GFX10: v_trunc_f16_e32 v5, 0                   ; encoding: [0x80,0xba,0x0a,0x7e]
 
 v_trunc_f16_e32 v5, -1
-// GFX10: encoding: [0xc1,0xba,0x0a,0x7e]
+// GFX10: v_trunc_f16_e32 v5, -1                  ; encoding: [0xc1,0xba,0x0a,0x7e]
 
 v_trunc_f16_e32 v5, 0.5
-// GFX10: encoding: [0xf0,0xba,0x0a,0x7e]
+// GFX10: v_trunc_f16_e32 v5, 0.5                 ; encoding: [0xf0,0xba,0x0a,0x7e]
 
 v_trunc_f16_e32 v5, -4.0
-// GFX10: encoding: [0xf7,0xba,0x0a,0x7e]
+// GFX10: v_trunc_f16_e32 v5, -4.0                ; encoding: [0xf7,0xba,0x0a,0x7e]
 
 v_trunc_f16_e32 v5, 0xfe0b
-// GFX10: encoding: [0xff,0xba,0x0a,0x7e,0x0b,0xfe,0x00,0x00]
+// GFX10: v_trunc_f16_e32 v5, 0xfe0b              ; encoding: [0xff,0xba,0x0a,0x7e,0x0b,0xfe,0x00,0x00]
 
 v_trunc_f16_e32 v5, 0x3456
-// GFX10: encoding: [0xff,0xba,0x0a,0x7e,0x56,0x34,0x00,0x00]
+// GFX10: v_trunc_f16_e32 v5, 0x3456              ; encoding: [0xff,0xba,0x0a,0x7e,0x56,0x34,0x00,0x00]
 
 v_trunc_f16_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0xdd,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_trunc_f16_e64 v5, v1                  ; encoding: [0x05,0x00,0xdd,0xd5,0x01,0x01,0x00,0x00]
 
 v_trunc_f16_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0xdd,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_trunc_f16_e64 v255, v1                ; encoding: [0xff,0x00,0xdd,0xd5,0x01,0x01,0x00,0x00]
 
 v_trunc_f16_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0xdd,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_trunc_f16_e64 v5, v255                ; encoding: [0x05,0x00,0xdd,0xd5,0xff,0x01,0x00,0x00]
 
 v_trunc_f16_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0xdd,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_trunc_f16_e64 v5, s1                  ; encoding: [0x05,0x00,0xdd,0xd5,0x01,0x00,0x00,0x00]
 
 v_trunc_f16_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0xdd,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_trunc_f16_e64 v5, s101                ; encoding: [0x05,0x00,0xdd,0xd5,0x65,0x00,0x00,0x00]
 
 v_trunc_f16_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0xdd,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_trunc_f16_e64 v5, vcc_lo              ; encoding: [0x05,0x00,0xdd,0xd5,0x6a,0x00,0x00,0x00]
 
 v_trunc_f16_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0xdd,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_trunc_f16_e64 v5, vcc_hi              ; encoding: [0x05,0x00,0xdd,0xd5,0x6b,0x00,0x00,0x00]
 
 v_trunc_f16_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0xdd,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_trunc_f16_e64 v5, m0                  ; encoding: [0x05,0x00,0xdd,0xd5,0x7c,0x00,0x00,0x00]
 
 v_trunc_f16_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0xdd,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_trunc_f16_e64 v5, exec_lo             ; encoding: [0x05,0x00,0xdd,0xd5,0x7e,0x00,0x00,0x00]
 
 v_trunc_f16_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0xdd,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_trunc_f16_e64 v5, exec_hi             ; encoding: [0x05,0x00,0xdd,0xd5,0x7f,0x00,0x00,0x00]
 
 v_trunc_f16_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0xdd,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_trunc_f16_e64 v5, 0                   ; encoding: [0x05,0x00,0xdd,0xd5,0x80,0x00,0x00,0x00]
 
 v_trunc_f16_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0xdd,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_trunc_f16_e64 v5, -1                  ; encoding: [0x05,0x00,0xdd,0xd5,0xc1,0x00,0x00,0x00]
 
 v_trunc_f16_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0xdd,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_trunc_f16_e64 v5, 0.5                 ; encoding: [0x05,0x00,0xdd,0xd5,0xf0,0x00,0x00,0x00]
 
 v_trunc_f16_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0xdd,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_trunc_f16_e64 v5, -4.0                ; encoding: [0x05,0x00,0xdd,0xd5,0xf7,0x00,0x00,0x00]
 
 v_trunc_f16_e64 v5, -v1
-// GFX10: encoding: [0x05,0x00,0xdd,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_trunc_f16_e64 v5, -v1                 ; encoding: [0x05,0x00,0xdd,0xd5,0x01,0x01,0x00,0x20]
 
 v_trunc_f16_e64 v5, |v1|
-// GFX10: encoding: [0x05,0x01,0xdd,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_trunc_f16_e64 v5, |v1|                ; encoding: [0x05,0x01,0xdd,0xd5,0x01,0x01,0x00,0x00]
 
 v_trunc_f16_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0xdd,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_trunc_f16_e64 v5, v1 clamp            ; encoding: [0x05,0x80,0xdd,0xd5,0x01,0x01,0x00,0x00]
 
 v_trunc_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xba,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_trunc_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xba,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_trunc_f16_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xba,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_trunc_f16_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xba,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_trunc_f16_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xba,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_trunc_f16_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xba,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_trunc_f16_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xba,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_trunc_f16_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xba,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_trunc_f16_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xba,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_trunc_f16_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xba,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_trunc_f16_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xba,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_trunc_f16_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xba,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_trunc_f16_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xba,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_trunc_f16_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xba,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_trunc_f16_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xba,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_trunc_f16_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xba,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_trunc_f16_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xba,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_trunc_f16_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xba,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_trunc_f16_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xba,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_trunc_f16_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xba,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_trunc_f16_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xba,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_trunc_f16_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xba,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_trunc_f16_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xba,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_trunc_f16_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xba,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_trunc_f16_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xba,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_trunc_f16_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xba,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_trunc_f16_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xba,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_trunc_f16_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xba,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_trunc_f16_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xba,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_trunc_f16_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xba,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_trunc_f16_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xba,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_trunc_f16_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xba,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_trunc_f16_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xba,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_trunc_f16_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xba,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_trunc_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xba,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_trunc_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0xba,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_trunc_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xba,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_trunc_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0xba,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_trunc_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0xba,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_trunc_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0xba,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_trunc_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0xba,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_trunc_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0xba,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_trunc_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0xba,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_trunc_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0xba,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_trunc_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0xba,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_trunc_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0xba,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_trunc_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0xba,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_trunc_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0xba,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_trunc_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0xba,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_trunc_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0xba,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_trunc_f16_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xba,0x0a,0x7e,0x01,0x06,0x16,0x00]
+// GFX10: v_trunc_f16_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xba,0x0a,0x7e,0x01,0x06,0x16,0x00]
 
 v_trunc_f16_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xba,0x0a,0x7e,0x01,0x06,0x26,0x00]
+// GFX10: v_trunc_f16_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xba,0x0a,0x7e,0x01,0x06,0x26,0x00]
 
 v_trunc_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xba,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_trunc_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xba,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_trunc_f16_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xba,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_trunc_f16_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xba,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_trunc_f16_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xba,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_trunc_f16_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xba,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_trunc_f16_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xba,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_trunc_f16_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xba,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_trunc_f16_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xba,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_trunc_f16_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xba,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_trunc_f16_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xba,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_trunc_f16_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xba,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_trunc_f16_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xba,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_trunc_f16_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xba,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_trunc_f16_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xba,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_trunc_f16_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xba,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_trunc_f16_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xba,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_trunc_f16_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xba,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_trunc_f16_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xba,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_trunc_f16_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xba,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_trunc_f16_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xba,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_trunc_f16_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xba,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_trunc_f16_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xba,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_trunc_f16_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xba,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_trunc_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xba,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_trunc_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0xba,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_trunc_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xba,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_trunc_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0xba,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_trunc_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0xba,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_trunc_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0xba,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_trunc_f16_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0xba,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_trunc_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0xba,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_trunc_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0xba,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_trunc_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0xba,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_trunc_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0xba,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_trunc_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0xba,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_trunc_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0xba,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_trunc_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0xba,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_trunc_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0xba,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_trunc_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0xba,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_trunc_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0xba,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_trunc_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0xba,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_trunc_f16_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xba,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_trunc_f16_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xba,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_trunc_f16_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xba,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_trunc_f16_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xba,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_trunc_f16_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xba,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_trunc_f16_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xba,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_trunc_f16_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xba,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_trunc_f16_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xba,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_rndne_f16_e32 v5, v1
-// GFX10: encoding: [0x01,0xbd,0x0a,0x7e]
+// GFX10: v_rndne_f16_e32 v5, v1                  ; encoding: [0x01,0xbd,0x0a,0x7e]
 
 v_rndne_f16_e32 v255, v1
-// GFX10: encoding: [0x01,0xbd,0xfe,0x7f]
+// GFX10: v_rndne_f16_e32 v255, v1                ; encoding: [0x01,0xbd,0xfe,0x7f]
 
 v_rndne_f16_e32 v5, v255
-// GFX10: encoding: [0xff,0xbd,0x0a,0x7e]
+// GFX10: v_rndne_f16_e32 v5, v255                ; encoding: [0xff,0xbd,0x0a,0x7e]
 
 v_rndne_f16_e32 v5, s1
-// GFX10: encoding: [0x01,0xbc,0x0a,0x7e]
+// GFX10: v_rndne_f16_e32 v5, s1                  ; encoding: [0x01,0xbc,0x0a,0x7e]
 
 v_rndne_f16_e32 v5, s101
-// GFX10: encoding: [0x65,0xbc,0x0a,0x7e]
+// GFX10: v_rndne_f16_e32 v5, s101                ; encoding: [0x65,0xbc,0x0a,0x7e]
 
 v_rndne_f16_e32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0xbc,0x0a,0x7e]
+// GFX10: v_rndne_f16_e32 v5, vcc_lo              ; encoding: [0x6a,0xbc,0x0a,0x7e]
 
 v_rndne_f16_e32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0xbc,0x0a,0x7e]
+// GFX10: v_rndne_f16_e32 v5, vcc_hi              ; encoding: [0x6b,0xbc,0x0a,0x7e]
 
 v_rndne_f16_e32 v5, m0
-// GFX10: encoding: [0x7c,0xbc,0x0a,0x7e]
+// GFX10: v_rndne_f16_e32 v5, m0                  ; encoding: [0x7c,0xbc,0x0a,0x7e]
 
 v_rndne_f16_e32 v5, exec_lo
-// GFX10: encoding: [0x7e,0xbc,0x0a,0x7e]
+// GFX10: v_rndne_f16_e32 v5, exec_lo             ; encoding: [0x7e,0xbc,0x0a,0x7e]
 
 v_rndne_f16_e32 v5, exec_hi
-// GFX10: encoding: [0x7f,0xbc,0x0a,0x7e]
+// GFX10: v_rndne_f16_e32 v5, exec_hi             ; encoding: [0x7f,0xbc,0x0a,0x7e]
 
 v_rndne_f16_e32 v5, 0
-// GFX10: encoding: [0x80,0xbc,0x0a,0x7e]
+// GFX10: v_rndne_f16_e32 v5, 0                   ; encoding: [0x80,0xbc,0x0a,0x7e]
 
 v_rndne_f16_e32 v5, -1
-// GFX10: encoding: [0xc1,0xbc,0x0a,0x7e]
+// GFX10: v_rndne_f16_e32 v5, -1                  ; encoding: [0xc1,0xbc,0x0a,0x7e]
 
 v_rndne_f16_e32 v5, 0.5
-// GFX10: encoding: [0xf0,0xbc,0x0a,0x7e]
+// GFX10: v_rndne_f16_e32 v5, 0.5                 ; encoding: [0xf0,0xbc,0x0a,0x7e]
 
 v_rndne_f16_e32 v5, -4.0
-// GFX10: encoding: [0xf7,0xbc,0x0a,0x7e]
+// GFX10: v_rndne_f16_e32 v5, -4.0                ; encoding: [0xf7,0xbc,0x0a,0x7e]
 
 v_rndne_f16_e32 v5, 0xfe0b
-// GFX10: encoding: [0xff,0xbc,0x0a,0x7e,0x0b,0xfe,0x00,0x00]
+// GFX10: v_rndne_f16_e32 v5, 0xfe0b              ; encoding: [0xff,0xbc,0x0a,0x7e,0x0b,0xfe,0x00,0x00]
 
 v_rndne_f16_e32 v5, 0x3456
-// GFX10: encoding: [0xff,0xbc,0x0a,0x7e,0x56,0x34,0x00,0x00]
+// GFX10: v_rndne_f16_e32 v5, 0x3456              ; encoding: [0xff,0xbc,0x0a,0x7e,0x56,0x34,0x00,0x00]
 
 v_rndne_f16_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0xde,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_rndne_f16_e64 v5, v1                  ; encoding: [0x05,0x00,0xde,0xd5,0x01,0x01,0x00,0x00]
 
 v_rndne_f16_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0xde,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_rndne_f16_e64 v255, v1                ; encoding: [0xff,0x00,0xde,0xd5,0x01,0x01,0x00,0x00]
 
 v_rndne_f16_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0xde,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_rndne_f16_e64 v5, v255                ; encoding: [0x05,0x00,0xde,0xd5,0xff,0x01,0x00,0x00]
 
 v_rndne_f16_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0xde,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_rndne_f16_e64 v5, s1                  ; encoding: [0x05,0x00,0xde,0xd5,0x01,0x00,0x00,0x00]
 
 v_rndne_f16_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0xde,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_rndne_f16_e64 v5, s101                ; encoding: [0x05,0x00,0xde,0xd5,0x65,0x00,0x00,0x00]
 
 v_rndne_f16_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0xde,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_rndne_f16_e64 v5, vcc_lo              ; encoding: [0x05,0x00,0xde,0xd5,0x6a,0x00,0x00,0x00]
 
 v_rndne_f16_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0xde,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_rndne_f16_e64 v5, vcc_hi              ; encoding: [0x05,0x00,0xde,0xd5,0x6b,0x00,0x00,0x00]
 
 v_rndne_f16_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0xde,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_rndne_f16_e64 v5, m0                  ; encoding: [0x05,0x00,0xde,0xd5,0x7c,0x00,0x00,0x00]
 
 v_rndne_f16_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0xde,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_rndne_f16_e64 v5, exec_lo             ; encoding: [0x05,0x00,0xde,0xd5,0x7e,0x00,0x00,0x00]
 
 v_rndne_f16_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0xde,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_rndne_f16_e64 v5, exec_hi             ; encoding: [0x05,0x00,0xde,0xd5,0x7f,0x00,0x00,0x00]
 
 v_rndne_f16_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0xde,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_rndne_f16_e64 v5, 0                   ; encoding: [0x05,0x00,0xde,0xd5,0x80,0x00,0x00,0x00]
 
 v_rndne_f16_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0xde,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_rndne_f16_e64 v5, -1                  ; encoding: [0x05,0x00,0xde,0xd5,0xc1,0x00,0x00,0x00]
 
 v_rndne_f16_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0xde,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_rndne_f16_e64 v5, 0.5                 ; encoding: [0x05,0x00,0xde,0xd5,0xf0,0x00,0x00,0x00]
 
 v_rndne_f16_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0xde,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_rndne_f16_e64 v5, -4.0                ; encoding: [0x05,0x00,0xde,0xd5,0xf7,0x00,0x00,0x00]
 
 v_rndne_f16_e64 v5, -v1
-// GFX10: encoding: [0x05,0x00,0xde,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_rndne_f16_e64 v5, -v1                 ; encoding: [0x05,0x00,0xde,0xd5,0x01,0x01,0x00,0x20]
 
 v_rndne_f16_e64 v5, |v1|
-// GFX10: encoding: [0x05,0x01,0xde,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_rndne_f16_e64 v5, |v1|                ; encoding: [0x05,0x01,0xde,0xd5,0x01,0x01,0x00,0x00]
 
 v_rndne_f16_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0xde,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_rndne_f16_e64 v5, v1 clamp            ; encoding: [0x05,0x80,0xde,0xd5,0x01,0x01,0x00,0x00]
 
 v_rndne_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xbc,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_rndne_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xbc,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_rndne_f16_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xbc,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_rndne_f16_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xbc,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_rndne_f16_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xbc,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_rndne_f16_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xbc,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_rndne_f16_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xbc,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_rndne_f16_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xbc,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_rndne_f16_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xbc,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_rndne_f16_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xbc,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_rndne_f16_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xbc,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_rndne_f16_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xbc,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_rndne_f16_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xbc,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_rndne_f16_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xbc,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_rndne_f16_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xbc,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_rndne_f16_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xbc,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_rndne_f16_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xbc,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_rndne_f16_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xbc,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_rndne_f16_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xbc,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_rndne_f16_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xbc,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_rndne_f16_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xbc,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_rndne_f16_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xbc,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_rndne_f16_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xbc,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_rndne_f16_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xbc,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_rndne_f16_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xbc,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_rndne_f16_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xbc,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_rndne_f16_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xbc,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_rndne_f16_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xbc,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_rndne_f16_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xbc,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_rndne_f16_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xbc,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_rndne_f16_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xbc,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_rndne_f16_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xbc,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_rndne_f16_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xbc,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_rndne_f16_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xbc,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_rndne_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xbc,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_rndne_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0xbc,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_rndne_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xbc,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_rndne_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0xbc,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_rndne_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0xbc,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_rndne_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0xbc,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_rndne_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0xbc,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_rndne_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0xbc,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_rndne_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0xbc,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_rndne_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0xbc,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_rndne_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0xbc,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_rndne_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0xbc,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_rndne_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0xbc,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_rndne_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0xbc,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_rndne_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0xbc,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_rndne_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0xbc,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_rndne_f16_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xbc,0x0a,0x7e,0x01,0x06,0x16,0x00]
+// GFX10: v_rndne_f16_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xbc,0x0a,0x7e,0x01,0x06,0x16,0x00]
 
 v_rndne_f16_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xbc,0x0a,0x7e,0x01,0x06,0x26,0x00]
+// GFX10: v_rndne_f16_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xbc,0x0a,0x7e,0x01,0x06,0x26,0x00]
 
 v_rndne_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xbc,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_rndne_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xbc,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_rndne_f16_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xbc,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_rndne_f16_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xbc,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_rndne_f16_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xbc,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_rndne_f16_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xbc,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_rndne_f16_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xbc,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_rndne_f16_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xbc,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_rndne_f16_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xbc,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_rndne_f16_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xbc,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_rndne_f16_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xbc,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_rndne_f16_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xbc,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_rndne_f16_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xbc,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_rndne_f16_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xbc,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_rndne_f16_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xbc,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_rndne_f16_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xbc,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_rndne_f16_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xbc,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_rndne_f16_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xbc,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_rndne_f16_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xbc,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_rndne_f16_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xbc,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_rndne_f16_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xbc,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_rndne_f16_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xbc,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_rndne_f16_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xbc,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_rndne_f16_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xbc,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_rndne_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xbc,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_rndne_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0xbc,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_rndne_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xbc,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_rndne_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0xbc,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_rndne_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0xbc,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_rndne_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0xbc,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_rndne_f16_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0xbc,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_rndne_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0xbc,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_rndne_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0xbc,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_rndne_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0xbc,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_rndne_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0xbc,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_rndne_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0xbc,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_rndne_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0xbc,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_rndne_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0xbc,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_rndne_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0xbc,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_rndne_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0xbc,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_rndne_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0xbc,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_rndne_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0xbc,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_rndne_f16_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xbc,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_rndne_f16_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xbc,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_rndne_f16_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xbc,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_rndne_f16_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xbc,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_rndne_f16_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xbc,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_rndne_f16_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xbc,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_rndne_f16_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xbc,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_rndne_f16_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xbc,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_fract_f16_e32 v5, v1
-// GFX10: encoding: [0x01,0xbf,0x0a,0x7e]
+// GFX10: v_fract_f16_e32 v5, v1                  ; encoding: [0x01,0xbf,0x0a,0x7e]
 
 v_fract_f16_e32 v255, v1
-// GFX10: encoding: [0x01,0xbf,0xfe,0x7f]
+// GFX10: v_fract_f16_e32 v255, v1                ; encoding: [0x01,0xbf,0xfe,0x7f]
 
 v_fract_f16_e32 v5, v255
-// GFX10: encoding: [0xff,0xbf,0x0a,0x7e]
+// GFX10: v_fract_f16_e32 v5, v255                ; encoding: [0xff,0xbf,0x0a,0x7e]
 
 v_fract_f16_e32 v5, s1
-// GFX10: encoding: [0x01,0xbe,0x0a,0x7e]
+// GFX10: v_fract_f16_e32 v5, s1                  ; encoding: [0x01,0xbe,0x0a,0x7e]
 
 v_fract_f16_e32 v5, s101
-// GFX10: encoding: [0x65,0xbe,0x0a,0x7e]
+// GFX10: v_fract_f16_e32 v5, s101                ; encoding: [0x65,0xbe,0x0a,0x7e]
 
 v_fract_f16_e32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0xbe,0x0a,0x7e]
+// GFX10: v_fract_f16_e32 v5, vcc_lo              ; encoding: [0x6a,0xbe,0x0a,0x7e]
 
 v_fract_f16_e32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0xbe,0x0a,0x7e]
+// GFX10: v_fract_f16_e32 v5, vcc_hi              ; encoding: [0x6b,0xbe,0x0a,0x7e]
 
 v_fract_f16_e32 v5, m0
-// GFX10: encoding: [0x7c,0xbe,0x0a,0x7e]
+// GFX10: v_fract_f16_e32 v5, m0                  ; encoding: [0x7c,0xbe,0x0a,0x7e]
 
 v_fract_f16_e32 v5, exec_lo
-// GFX10: encoding: [0x7e,0xbe,0x0a,0x7e]
+// GFX10: v_fract_f16_e32 v5, exec_lo             ; encoding: [0x7e,0xbe,0x0a,0x7e]
 
 v_fract_f16_e32 v5, exec_hi
-// GFX10: encoding: [0x7f,0xbe,0x0a,0x7e]
+// GFX10: v_fract_f16_e32 v5, exec_hi             ; encoding: [0x7f,0xbe,0x0a,0x7e]
 
 v_fract_f16_e32 v5, 0
-// GFX10: encoding: [0x80,0xbe,0x0a,0x7e]
+// GFX10: v_fract_f16_e32 v5, 0                   ; encoding: [0x80,0xbe,0x0a,0x7e]
 
 v_fract_f16_e32 v5, -1
-// GFX10: encoding: [0xc1,0xbe,0x0a,0x7e]
+// GFX10: v_fract_f16_e32 v5, -1                  ; encoding: [0xc1,0xbe,0x0a,0x7e]
 
 v_fract_f16_e32 v5, 0.5
-// GFX10: encoding: [0xf0,0xbe,0x0a,0x7e]
+// GFX10: v_fract_f16_e32 v5, 0.5                 ; encoding: [0xf0,0xbe,0x0a,0x7e]
 
 v_fract_f16_e32 v5, -4.0
-// GFX10: encoding: [0xf7,0xbe,0x0a,0x7e]
+// GFX10: v_fract_f16_e32 v5, -4.0                ; encoding: [0xf7,0xbe,0x0a,0x7e]
 
 v_fract_f16_e32 v5, 0xfe0b
-// GFX10: encoding: [0xff,0xbe,0x0a,0x7e,0x0b,0xfe,0x00,0x00]
+// GFX10: v_fract_f16_e32 v5, 0xfe0b              ; encoding: [0xff,0xbe,0x0a,0x7e,0x0b,0xfe,0x00,0x00]
 
 v_fract_f16_e32 v5, 0x3456
-// GFX10: encoding: [0xff,0xbe,0x0a,0x7e,0x56,0x34,0x00,0x00]
+// GFX10: v_fract_f16_e32 v5, 0x3456              ; encoding: [0xff,0xbe,0x0a,0x7e,0x56,0x34,0x00,0x00]
 
 v_fract_f16_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0xdf,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_fract_f16_e64 v5, v1                  ; encoding: [0x05,0x00,0xdf,0xd5,0x01,0x01,0x00,0x00]
 
 v_fract_f16_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0xdf,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_fract_f16_e64 v255, v1                ; encoding: [0xff,0x00,0xdf,0xd5,0x01,0x01,0x00,0x00]
 
 v_fract_f16_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0xdf,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_fract_f16_e64 v5, v255                ; encoding: [0x05,0x00,0xdf,0xd5,0xff,0x01,0x00,0x00]
 
 v_fract_f16_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0xdf,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_fract_f16_e64 v5, s1                  ; encoding: [0x05,0x00,0xdf,0xd5,0x01,0x00,0x00,0x00]
 
 v_fract_f16_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0xdf,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_fract_f16_e64 v5, s101                ; encoding: [0x05,0x00,0xdf,0xd5,0x65,0x00,0x00,0x00]
 
 v_fract_f16_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0xdf,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_fract_f16_e64 v5, vcc_lo              ; encoding: [0x05,0x00,0xdf,0xd5,0x6a,0x00,0x00,0x00]
 
 v_fract_f16_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0xdf,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_fract_f16_e64 v5, vcc_hi              ; encoding: [0x05,0x00,0xdf,0xd5,0x6b,0x00,0x00,0x00]
 
 v_fract_f16_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0xdf,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_fract_f16_e64 v5, m0                  ; encoding: [0x05,0x00,0xdf,0xd5,0x7c,0x00,0x00,0x00]
 
 v_fract_f16_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0xdf,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_fract_f16_e64 v5, exec_lo             ; encoding: [0x05,0x00,0xdf,0xd5,0x7e,0x00,0x00,0x00]
 
 v_fract_f16_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0xdf,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_fract_f16_e64 v5, exec_hi             ; encoding: [0x05,0x00,0xdf,0xd5,0x7f,0x00,0x00,0x00]
 
 v_fract_f16_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0xdf,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_fract_f16_e64 v5, 0                   ; encoding: [0x05,0x00,0xdf,0xd5,0x80,0x00,0x00,0x00]
 
 v_fract_f16_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0xdf,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_fract_f16_e64 v5, -1                  ; encoding: [0x05,0x00,0xdf,0xd5,0xc1,0x00,0x00,0x00]
 
 v_fract_f16_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0xdf,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_fract_f16_e64 v5, 0.5                 ; encoding: [0x05,0x00,0xdf,0xd5,0xf0,0x00,0x00,0x00]
 
 v_fract_f16_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0xdf,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_fract_f16_e64 v5, -4.0                ; encoding: [0x05,0x00,0xdf,0xd5,0xf7,0x00,0x00,0x00]
 
 v_fract_f16_e64 v5, -v1
-// GFX10: encoding: [0x05,0x00,0xdf,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_fract_f16_e64 v5, -v1                 ; encoding: [0x05,0x00,0xdf,0xd5,0x01,0x01,0x00,0x20]
 
 v_fract_f16_e64 v5, |v1|
-// GFX10: encoding: [0x05,0x01,0xdf,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_fract_f16_e64 v5, |v1|                ; encoding: [0x05,0x01,0xdf,0xd5,0x01,0x01,0x00,0x00]
 
 v_fract_f16_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0xdf,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_fract_f16_e64 v5, v1 clamp            ; encoding: [0x05,0x80,0xdf,0xd5,0x01,0x01,0x00,0x00]
 
 v_fract_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xbe,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_fract_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xbe,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_fract_f16_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xbe,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_fract_f16_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xbe,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_fract_f16_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xbe,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_fract_f16_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xbe,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_fract_f16_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xbe,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_fract_f16_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xbe,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_fract_f16_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xbe,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_fract_f16_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xbe,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_fract_f16_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xbe,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_fract_f16_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xbe,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_fract_f16_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xbe,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_fract_f16_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xbe,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_fract_f16_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xbe,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_fract_f16_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xbe,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_fract_f16_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xbe,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_fract_f16_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xbe,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_fract_f16_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xbe,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_fract_f16_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xbe,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_fract_f16_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xbe,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_fract_f16_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xbe,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_fract_f16_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xbe,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_fract_f16_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xbe,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_fract_f16_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xbe,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_fract_f16_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xbe,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_fract_f16_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xbe,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_fract_f16_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xbe,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_fract_f16_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xbe,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_fract_f16_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xbe,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_fract_f16_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xbe,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_fract_f16_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xbe,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_fract_f16_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xbe,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_fract_f16_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xbe,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_fract_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xbe,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_fract_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0xbe,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_fract_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xbe,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_fract_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0xbe,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_fract_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0xbe,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_fract_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0xbe,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_fract_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0xbe,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_fract_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0xbe,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_fract_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0xbe,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_fract_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0xbe,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_fract_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0xbe,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_fract_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0xbe,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_fract_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0xbe,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_fract_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0xbe,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_fract_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0xbe,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_fract_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0xbe,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_fract_f16_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xbe,0x0a,0x7e,0x01,0x06,0x16,0x00]
+// GFX10: v_fract_f16_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xbe,0x0a,0x7e,0x01,0x06,0x16,0x00]
 
 v_fract_f16_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xbe,0x0a,0x7e,0x01,0x06,0x26,0x00]
+// GFX10: v_fract_f16_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xbe,0x0a,0x7e,0x01,0x06,0x26,0x00]
 
 v_fract_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xbe,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_fract_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xbe,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_fract_f16_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xbe,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_fract_f16_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xbe,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_fract_f16_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xbe,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_fract_f16_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xbe,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_fract_f16_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xbe,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_fract_f16_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xbe,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_fract_f16_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xbe,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_fract_f16_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xbe,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_fract_f16_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xbe,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_fract_f16_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xbe,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_fract_f16_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xbe,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_fract_f16_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xbe,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_fract_f16_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xbe,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_fract_f16_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xbe,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_fract_f16_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xbe,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_fract_f16_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xbe,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_fract_f16_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xbe,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_fract_f16_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xbe,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_fract_f16_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xbe,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_fract_f16_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xbe,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_fract_f16_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xbe,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_fract_f16_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xbe,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_fract_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xbe,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_fract_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0xbe,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_fract_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xbe,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_fract_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0xbe,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_fract_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0xbe,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_fract_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0xbe,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_fract_f16_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0xbe,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_fract_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0xbe,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_fract_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0xbe,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_fract_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0xbe,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_fract_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0xbe,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_fract_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0xbe,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_fract_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0xbe,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_fract_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0xbe,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_fract_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0xbe,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_fract_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0xbe,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_fract_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0xbe,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_fract_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0xbe,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_fract_f16_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xbe,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_fract_f16_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xbe,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_fract_f16_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xbe,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_fract_f16_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xbe,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_fract_f16_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xbe,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_fract_f16_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xbe,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_fract_f16_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xbe,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_fract_f16_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xbe,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_sin_f16_e32 v5, v1
-// GFX10: encoding: [0x01,0xc1,0x0a,0x7e]
+// GFX10: v_sin_f16_e32 v5, v1                    ; encoding: [0x01,0xc1,0x0a,0x7e]
 
 v_sin_f16_e32 v255, v1
-// GFX10: encoding: [0x01,0xc1,0xfe,0x7f]
+// GFX10: v_sin_f16_e32 v255, v1                  ; encoding: [0x01,0xc1,0xfe,0x7f]
 
 v_sin_f16_e32 v5, v255
-// GFX10: encoding: [0xff,0xc1,0x0a,0x7e]
+// GFX10: v_sin_f16_e32 v5, v255                  ; encoding: [0xff,0xc1,0x0a,0x7e]
 
 v_sin_f16_e32 v5, s1
-// GFX10: encoding: [0x01,0xc0,0x0a,0x7e]
+// GFX10: v_sin_f16_e32 v5, s1                    ; encoding: [0x01,0xc0,0x0a,0x7e]
 
 v_sin_f16_e32 v5, s101
-// GFX10: encoding: [0x65,0xc0,0x0a,0x7e]
+// GFX10: v_sin_f16_e32 v5, s101                  ; encoding: [0x65,0xc0,0x0a,0x7e]
 
 v_sin_f16_e32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0xc0,0x0a,0x7e]
+// GFX10: v_sin_f16_e32 v5, vcc_lo                ; encoding: [0x6a,0xc0,0x0a,0x7e]
 
 v_sin_f16_e32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0xc0,0x0a,0x7e]
+// GFX10: v_sin_f16_e32 v5, vcc_hi                ; encoding: [0x6b,0xc0,0x0a,0x7e]
 
 v_sin_f16_e32 v5, m0
-// GFX10: encoding: [0x7c,0xc0,0x0a,0x7e]
+// GFX10: v_sin_f16_e32 v5, m0                    ; encoding: [0x7c,0xc0,0x0a,0x7e]
 
 v_sin_f16_e32 v5, exec_lo
-// GFX10: encoding: [0x7e,0xc0,0x0a,0x7e]
+// GFX10: v_sin_f16_e32 v5, exec_lo               ; encoding: [0x7e,0xc0,0x0a,0x7e]
 
 v_sin_f16_e32 v5, exec_hi
-// GFX10: encoding: [0x7f,0xc0,0x0a,0x7e]
+// GFX10: v_sin_f16_e32 v5, exec_hi               ; encoding: [0x7f,0xc0,0x0a,0x7e]
 
 v_sin_f16_e32 v5, 0
-// GFX10: encoding: [0x80,0xc0,0x0a,0x7e]
+// GFX10: v_sin_f16_e32 v5, 0                     ; encoding: [0x80,0xc0,0x0a,0x7e]
 
 v_sin_f16_e32 v5, -1
-// GFX10: encoding: [0xc1,0xc0,0x0a,0x7e]
+// GFX10: v_sin_f16_e32 v5, -1                    ; encoding: [0xc1,0xc0,0x0a,0x7e]
 
 v_sin_f16_e32 v5, 0.5
-// GFX10: encoding: [0xf0,0xc0,0x0a,0x7e]
+// GFX10: v_sin_f16_e32 v5, 0.5                   ; encoding: [0xf0,0xc0,0x0a,0x7e]
 
 v_sin_f16_e32 v5, -4.0
-// GFX10: encoding: [0xf7,0xc0,0x0a,0x7e]
+// GFX10: v_sin_f16_e32 v5, -4.0                  ; encoding: [0xf7,0xc0,0x0a,0x7e]
 
 v_sin_f16_e32 v5, 0xfe0b
-// GFX10: encoding: [0xff,0xc0,0x0a,0x7e,0x0b,0xfe,0x00,0x00]
+// GFX10: v_sin_f16_e32 v5, 0xfe0b                ; encoding: [0xff,0xc0,0x0a,0x7e,0x0b,0xfe,0x00,0x00]
 
 v_sin_f16_e32 v5, 0x3456
-// GFX10: encoding: [0xff,0xc0,0x0a,0x7e,0x56,0x34,0x00,0x00]
+// GFX10: v_sin_f16_e32 v5, 0x3456                ; encoding: [0xff,0xc0,0x0a,0x7e,0x56,0x34,0x00,0x00]
 
 v_sin_f16_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0xe0,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_sin_f16_e64 v5, v1                    ; encoding: [0x05,0x00,0xe0,0xd5,0x01,0x01,0x00,0x00]
 
 v_sin_f16_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0xe0,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_sin_f16_e64 v255, v1                  ; encoding: [0xff,0x00,0xe0,0xd5,0x01,0x01,0x00,0x00]
 
 v_sin_f16_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0xe0,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_sin_f16_e64 v5, v255                  ; encoding: [0x05,0x00,0xe0,0xd5,0xff,0x01,0x00,0x00]
 
 v_sin_f16_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0xe0,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_sin_f16_e64 v5, s1                    ; encoding: [0x05,0x00,0xe0,0xd5,0x01,0x00,0x00,0x00]
 
 v_sin_f16_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0xe0,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_sin_f16_e64 v5, s101                  ; encoding: [0x05,0x00,0xe0,0xd5,0x65,0x00,0x00,0x00]
 
 v_sin_f16_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0xe0,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_sin_f16_e64 v5, vcc_lo                ; encoding: [0x05,0x00,0xe0,0xd5,0x6a,0x00,0x00,0x00]
 
 v_sin_f16_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0xe0,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_sin_f16_e64 v5, vcc_hi                ; encoding: [0x05,0x00,0xe0,0xd5,0x6b,0x00,0x00,0x00]
 
 v_sin_f16_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0xe0,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_sin_f16_e64 v5, m0                    ; encoding: [0x05,0x00,0xe0,0xd5,0x7c,0x00,0x00,0x00]
 
 v_sin_f16_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0xe0,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_sin_f16_e64 v5, exec_lo               ; encoding: [0x05,0x00,0xe0,0xd5,0x7e,0x00,0x00,0x00]
 
 v_sin_f16_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0xe0,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_sin_f16_e64 v5, exec_hi               ; encoding: [0x05,0x00,0xe0,0xd5,0x7f,0x00,0x00,0x00]
 
 v_sin_f16_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0xe0,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_sin_f16_e64 v5, 0                     ; encoding: [0x05,0x00,0xe0,0xd5,0x80,0x00,0x00,0x00]
 
 v_sin_f16_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0xe0,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_sin_f16_e64 v5, -1                    ; encoding: [0x05,0x00,0xe0,0xd5,0xc1,0x00,0x00,0x00]
 
 v_sin_f16_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0xe0,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_sin_f16_e64 v5, 0.5                   ; encoding: [0x05,0x00,0xe0,0xd5,0xf0,0x00,0x00,0x00]
 
 v_sin_f16_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0xe0,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_sin_f16_e64 v5, -4.0                  ; encoding: [0x05,0x00,0xe0,0xd5,0xf7,0x00,0x00,0x00]
 
 v_sin_f16_e64 v5, -v1
-// GFX10: encoding: [0x05,0x00,0xe0,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_sin_f16_e64 v5, -v1                   ; encoding: [0x05,0x00,0xe0,0xd5,0x01,0x01,0x00,0x20]
 
 v_sin_f16_e64 v5, |v1|
-// GFX10: encoding: [0x05,0x01,0xe0,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_sin_f16_e64 v5, |v1|                  ; encoding: [0x05,0x01,0xe0,0xd5,0x01,0x01,0x00,0x00]
 
 v_sin_f16_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0xe0,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_sin_f16_e64 v5, v1 clamp              ; encoding: [0x05,0x80,0xe0,0xd5,0x01,0x01,0x00,0x00]
 
 v_sin_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc0,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_sin_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc0,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_sin_f16_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc0,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_sin_f16_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc0,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_sin_f16_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc0,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_sin_f16_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc0,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_sin_f16_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc0,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_sin_f16_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc0,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_sin_f16_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc0,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_sin_f16_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc0,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_sin_f16_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc0,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_sin_f16_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc0,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_sin_f16_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc0,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_sin_f16_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc0,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_sin_f16_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc0,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_sin_f16_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc0,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_sin_f16_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc0,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_sin_f16_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc0,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_sin_f16_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc0,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_sin_f16_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc0,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_sin_f16_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc0,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_sin_f16_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc0,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_sin_f16_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc0,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_sin_f16_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc0,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_sin_f16_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc0,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_sin_f16_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc0,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_sin_f16_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc0,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_sin_f16_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc0,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_sin_f16_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc0,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_sin_f16_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc0,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_sin_f16_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc0,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_sin_f16_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc0,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_sin_f16_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc0,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_sin_f16_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc0,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_sin_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc0,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_sin_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0xc0,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_sin_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc0,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_sin_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0xc0,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_sin_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0xc0,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_sin_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0xc0,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_sin_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0xc0,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_sin_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0xc0,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_sin_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0xc0,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_sin_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0xc0,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_sin_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0xc0,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_sin_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0xc0,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_sin_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0xc0,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_sin_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0xc0,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_sin_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0xc0,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_sin_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0xc0,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_sin_f16_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc0,0x0a,0x7e,0x01,0x06,0x16,0x00]
+// GFX10: v_sin_f16_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc0,0x0a,0x7e,0x01,0x06,0x16,0x00]
 
 v_sin_f16_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc0,0x0a,0x7e,0x01,0x06,0x26,0x00]
+// GFX10: v_sin_f16_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc0,0x0a,0x7e,0x01,0x06,0x26,0x00]
 
 v_sin_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc0,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_sin_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc0,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_sin_f16_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc0,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_sin_f16_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc0,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_sin_f16_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc0,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_sin_f16_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc0,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_sin_f16_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc0,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_sin_f16_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc0,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_sin_f16_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc0,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_sin_f16_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc0,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_sin_f16_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc0,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_sin_f16_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc0,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_sin_f16_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc0,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_sin_f16_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc0,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_sin_f16_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc0,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_sin_f16_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc0,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_sin_f16_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc0,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_sin_f16_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc0,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_sin_f16_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc0,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_sin_f16_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc0,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_sin_f16_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc0,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_sin_f16_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc0,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_sin_f16_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc0,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_sin_f16_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc0,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_sin_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc0,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_sin_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0xc0,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_sin_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc0,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_sin_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0xc0,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_sin_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc0,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_sin_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0xc0,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_sin_f16_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc0,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_sin_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0xc0,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_sin_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0xc0,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_sin_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0xc0,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_sin_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0xc0,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_sin_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0xc0,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_sin_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0xc0,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_sin_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0xc0,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_sin_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0xc0,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_sin_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0xc0,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_sin_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0xc0,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_sin_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0xc0,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_sin_f16_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc0,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_sin_f16_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc0,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_sin_f16_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc0,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_sin_f16_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc0,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_sin_f16_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc0,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_sin_f16_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc0,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_sin_f16_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc0,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_sin_f16_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc0,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_cos_f16_e32 v5, v1
-// GFX10: encoding: [0x01,0xc3,0x0a,0x7e]
+// GFX10: v_cos_f16_e32 v5, v1                    ; encoding: [0x01,0xc3,0x0a,0x7e]
 
 v_cos_f16_e32 v255, v1
-// GFX10: encoding: [0x01,0xc3,0xfe,0x7f]
+// GFX10: v_cos_f16_e32 v255, v1                  ; encoding: [0x01,0xc3,0xfe,0x7f]
 
 v_cos_f16_e32 v5, v255
-// GFX10: encoding: [0xff,0xc3,0x0a,0x7e]
+// GFX10: v_cos_f16_e32 v5, v255                  ; encoding: [0xff,0xc3,0x0a,0x7e]
 
 v_cos_f16_e32 v5, s1
-// GFX10: encoding: [0x01,0xc2,0x0a,0x7e]
+// GFX10: v_cos_f16_e32 v5, s1                    ; encoding: [0x01,0xc2,0x0a,0x7e]
 
 v_cos_f16_e32 v5, s101
-// GFX10: encoding: [0x65,0xc2,0x0a,0x7e]
+// GFX10: v_cos_f16_e32 v5, s101                  ; encoding: [0x65,0xc2,0x0a,0x7e]
 
 v_cos_f16_e32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0xc2,0x0a,0x7e]
+// GFX10: v_cos_f16_e32 v5, vcc_lo                ; encoding: [0x6a,0xc2,0x0a,0x7e]
 
 v_cos_f16_e32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0xc2,0x0a,0x7e]
+// GFX10: v_cos_f16_e32 v5, vcc_hi                ; encoding: [0x6b,0xc2,0x0a,0x7e]
 
 v_cos_f16_e32 v5, m0
-// GFX10: encoding: [0x7c,0xc2,0x0a,0x7e]
+// GFX10: v_cos_f16_e32 v5, m0                    ; encoding: [0x7c,0xc2,0x0a,0x7e]
 
 v_cos_f16_e32 v5, exec_lo
-// GFX10: encoding: [0x7e,0xc2,0x0a,0x7e]
+// GFX10: v_cos_f16_e32 v5, exec_lo               ; encoding: [0x7e,0xc2,0x0a,0x7e]
 
 v_cos_f16_e32 v5, exec_hi
-// GFX10: encoding: [0x7f,0xc2,0x0a,0x7e]
+// GFX10: v_cos_f16_e32 v5, exec_hi               ; encoding: [0x7f,0xc2,0x0a,0x7e]
 
 v_cos_f16_e32 v5, 0
-// GFX10: encoding: [0x80,0xc2,0x0a,0x7e]
+// GFX10: v_cos_f16_e32 v5, 0                     ; encoding: [0x80,0xc2,0x0a,0x7e]
 
 v_cos_f16_e32 v5, -1
-// GFX10: encoding: [0xc1,0xc2,0x0a,0x7e]
+// GFX10: v_cos_f16_e32 v5, -1                    ; encoding: [0xc1,0xc2,0x0a,0x7e]
 
 v_cos_f16_e32 v5, 0.5
-// GFX10: encoding: [0xf0,0xc2,0x0a,0x7e]
+// GFX10: v_cos_f16_e32 v5, 0.5                   ; encoding: [0xf0,0xc2,0x0a,0x7e]
 
 v_cos_f16_e32 v5, -4.0
-// GFX10: encoding: [0xf7,0xc2,0x0a,0x7e]
+// GFX10: v_cos_f16_e32 v5, -4.0                  ; encoding: [0xf7,0xc2,0x0a,0x7e]
 
 v_cos_f16_e32 v5, 0xfe0b
-// GFX10: encoding: [0xff,0xc2,0x0a,0x7e,0x0b,0xfe,0x00,0x00]
+// GFX10: v_cos_f16_e32 v5, 0xfe0b                ; encoding: [0xff,0xc2,0x0a,0x7e,0x0b,0xfe,0x00,0x00]
 
 v_cos_f16_e32 v5, 0x3456
-// GFX10: encoding: [0xff,0xc2,0x0a,0x7e,0x56,0x34,0x00,0x00]
+// GFX10: v_cos_f16_e32 v5, 0x3456                ; encoding: [0xff,0xc2,0x0a,0x7e,0x56,0x34,0x00,0x00]
 
 v_cos_f16_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0xe1,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cos_f16_e64 v5, v1                    ; encoding: [0x05,0x00,0xe1,0xd5,0x01,0x01,0x00,0x00]
 
 v_cos_f16_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0xe1,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cos_f16_e64 v255, v1                  ; encoding: [0xff,0x00,0xe1,0xd5,0x01,0x01,0x00,0x00]
 
 v_cos_f16_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0xe1,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_cos_f16_e64 v5, v255                  ; encoding: [0x05,0x00,0xe1,0xd5,0xff,0x01,0x00,0x00]
 
 v_cos_f16_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0xe1,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_cos_f16_e64 v5, s1                    ; encoding: [0x05,0x00,0xe1,0xd5,0x01,0x00,0x00,0x00]
 
 v_cos_f16_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0xe1,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_cos_f16_e64 v5, s101                  ; encoding: [0x05,0x00,0xe1,0xd5,0x65,0x00,0x00,0x00]
 
 v_cos_f16_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0xe1,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_cos_f16_e64 v5, vcc_lo                ; encoding: [0x05,0x00,0xe1,0xd5,0x6a,0x00,0x00,0x00]
 
 v_cos_f16_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0xe1,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_cos_f16_e64 v5, vcc_hi                ; encoding: [0x05,0x00,0xe1,0xd5,0x6b,0x00,0x00,0x00]
 
 v_cos_f16_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0xe1,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_cos_f16_e64 v5, m0                    ; encoding: [0x05,0x00,0xe1,0xd5,0x7c,0x00,0x00,0x00]
 
 v_cos_f16_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0xe1,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_cos_f16_e64 v5, exec_lo               ; encoding: [0x05,0x00,0xe1,0xd5,0x7e,0x00,0x00,0x00]
 
 v_cos_f16_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0xe1,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_cos_f16_e64 v5, exec_hi               ; encoding: [0x05,0x00,0xe1,0xd5,0x7f,0x00,0x00,0x00]
 
 v_cos_f16_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0xe1,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_cos_f16_e64 v5, 0                     ; encoding: [0x05,0x00,0xe1,0xd5,0x80,0x00,0x00,0x00]
 
 v_cos_f16_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0xe1,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_cos_f16_e64 v5, -1                    ; encoding: [0x05,0x00,0xe1,0xd5,0xc1,0x00,0x00,0x00]
 
 v_cos_f16_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0xe1,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_cos_f16_e64 v5, 0.5                   ; encoding: [0x05,0x00,0xe1,0xd5,0xf0,0x00,0x00,0x00]
 
 v_cos_f16_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0xe1,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_cos_f16_e64 v5, -4.0                  ; encoding: [0x05,0x00,0xe1,0xd5,0xf7,0x00,0x00,0x00]
 
 v_cos_f16_e64 v5, -v1
-// GFX10: encoding: [0x05,0x00,0xe1,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_cos_f16_e64 v5, -v1                   ; encoding: [0x05,0x00,0xe1,0xd5,0x01,0x01,0x00,0x20]
 
 v_cos_f16_e64 v5, |v1|
-// GFX10: encoding: [0x05,0x01,0xe1,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cos_f16_e64 v5, |v1|                  ; encoding: [0x05,0x01,0xe1,0xd5,0x01,0x01,0x00,0x00]
 
 v_cos_f16_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0xe1,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cos_f16_e64 v5, v1 clamp              ; encoding: [0x05,0x80,0xe1,0xd5,0x01,0x01,0x00,0x00]
 
 v_cos_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc2,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cos_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc2,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cos_f16_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc2,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_cos_f16_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc2,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_cos_f16_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc2,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_cos_f16_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc2,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_cos_f16_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc2,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_cos_f16_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc2,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_cos_f16_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc2,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_cos_f16_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc2,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_cos_f16_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc2,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_cos_f16_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc2,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_cos_f16_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc2,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_cos_f16_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc2,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_cos_f16_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc2,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_cos_f16_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc2,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_cos_f16_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc2,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_cos_f16_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc2,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_cos_f16_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc2,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_cos_f16_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc2,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_cos_f16_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc2,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_cos_f16_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc2,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_cos_f16_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc2,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_cos_f16_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc2,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_cos_f16_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc2,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_cos_f16_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc2,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_cos_f16_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc2,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_cos_f16_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc2,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_cos_f16_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc2,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_cos_f16_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc2,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_cos_f16_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc2,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_cos_f16_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc2,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_cos_f16_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc2,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_cos_f16_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc2,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_cos_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc2,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_cos_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0xc2,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_cos_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc2,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_cos_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0xc2,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_cos_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0xc2,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_cos_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0xc2,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_cos_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0xc2,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_cos_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0xc2,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_cos_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0xc2,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_cos_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0xc2,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_cos_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0xc2,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_cos_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0xc2,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_cos_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0xc2,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_cos_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0xc2,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_cos_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0xc2,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_cos_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0xc2,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_cos_f16_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc2,0x0a,0x7e,0x01,0x06,0x16,0x00]
+// GFX10: v_cos_f16_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc2,0x0a,0x7e,0x01,0x06,0x16,0x00]
 
 v_cos_f16_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc2,0x0a,0x7e,0x01,0x06,0x26,0x00]
+// GFX10: v_cos_f16_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc2,0x0a,0x7e,0x01,0x06,0x26,0x00]
 
 v_cos_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc2,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_cos_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc2,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_cos_f16_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc2,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_cos_f16_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc2,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_cos_f16_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc2,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_cos_f16_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc2,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_cos_f16_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc2,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_cos_f16_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc2,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_cos_f16_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc2,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_cos_f16_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc2,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_cos_f16_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc2,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_cos_f16_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc2,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_cos_f16_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc2,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_cos_f16_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc2,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_cos_f16_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc2,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_cos_f16_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc2,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_cos_f16_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc2,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_cos_f16_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc2,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_cos_f16_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc2,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_cos_f16_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc2,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_cos_f16_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc2,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_cos_f16_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc2,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_cos_f16_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc2,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_cos_f16_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc2,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_cos_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc2,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_cos_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0xc2,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_cos_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc2,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_cos_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0xc2,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_cos_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc2,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_cos_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0xc2,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_cos_f16_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc2,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_cos_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0xc2,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_cos_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0xc2,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_cos_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0xc2,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_cos_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0xc2,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_cos_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0xc2,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_cos_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0xc2,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_cos_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0xc2,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_cos_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0xc2,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_cos_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0xc2,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_cos_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0xc2,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_cos_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0xc2,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_cos_f16_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc2,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_cos_f16_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc2,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_cos_f16_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc2,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_cos_f16_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc2,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_cos_f16_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc2,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_cos_f16_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc2,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_cos_f16_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc2,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_cos_f16_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc2,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_cvt_norm_i16_f16_e32 v5, v1
-// GFX10: encoding: [0x01,0xc7,0x0a,0x7e]
+// GFX10: v_cvt_norm_i16_f16_e32 v5, v1           ; encoding: [0x01,0xc7,0x0a,0x7e]
 
 v_cvt_norm_i16_f16_e32 v255, v1
-// GFX10: encoding: [0x01,0xc7,0xfe,0x7f]
+// GFX10: v_cvt_norm_i16_f16_e32 v255, v1         ; encoding: [0x01,0xc7,0xfe,0x7f]
 
 v_cvt_norm_i16_f16_e32 v5, v255
-// GFX10: encoding: [0xff,0xc7,0x0a,0x7e]
+// GFX10: v_cvt_norm_i16_f16_e32 v5, v255         ; encoding: [0xff,0xc7,0x0a,0x7e]
 
 v_cvt_norm_i16_f16_e32 v5, s1
-// GFX10: encoding: [0x01,0xc6,0x0a,0x7e]
+// GFX10: v_cvt_norm_i16_f16_e32 v5, s1           ; encoding: [0x01,0xc6,0x0a,0x7e]
 
 v_cvt_norm_i16_f16_e32 v5, s101
-// GFX10: encoding: [0x65,0xc6,0x0a,0x7e]
+// GFX10: v_cvt_norm_i16_f16_e32 v5, s101         ; encoding: [0x65,0xc6,0x0a,0x7e]
 
 v_cvt_norm_i16_f16_e32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0xc6,0x0a,0x7e]
+// GFX10: v_cvt_norm_i16_f16_e32 v5, vcc_lo       ; encoding: [0x6a,0xc6,0x0a,0x7e]
 
 v_cvt_norm_i16_f16_e32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0xc6,0x0a,0x7e]
+// GFX10: v_cvt_norm_i16_f16_e32 v5, vcc_hi       ; encoding: [0x6b,0xc6,0x0a,0x7e]
 
 v_cvt_norm_i16_f16_e32 v5, m0
-// GFX10: encoding: [0x7c,0xc6,0x0a,0x7e]
+// GFX10: v_cvt_norm_i16_f16_e32 v5, m0           ; encoding: [0x7c,0xc6,0x0a,0x7e]
 
 v_cvt_norm_i16_f16_e32 v5, exec_lo
-// GFX10: encoding: [0x7e,0xc6,0x0a,0x7e]
+// GFX10: v_cvt_norm_i16_f16_e32 v5, exec_lo      ; encoding: [0x7e,0xc6,0x0a,0x7e]
 
 v_cvt_norm_i16_f16_e32 v5, exec_hi
-// GFX10: encoding: [0x7f,0xc6,0x0a,0x7e]
+// GFX10: v_cvt_norm_i16_f16_e32 v5, exec_hi      ; encoding: [0x7f,0xc6,0x0a,0x7e]
 
 v_cvt_norm_i16_f16_e32 v5, 0
-// GFX10: encoding: [0x80,0xc6,0x0a,0x7e]
+// GFX10: v_cvt_norm_i16_f16_e32 v5, 0            ; encoding: [0x80,0xc6,0x0a,0x7e]
 
 v_cvt_norm_i16_f16_e32 v5, -1
-// GFX10: encoding: [0xc1,0xc6,0x0a,0x7e]
+// GFX10: v_cvt_norm_i16_f16_e32 v5, -1           ; encoding: [0xc1,0xc6,0x0a,0x7e]
 
 v_cvt_norm_i16_f16_e32 v5, 0.5
-// GFX10: encoding: [0xf0,0xc6,0x0a,0x7e]
+// GFX10: v_cvt_norm_i16_f16_e32 v5, 0.5          ; encoding: [0xf0,0xc6,0x0a,0x7e]
 
 v_cvt_norm_i16_f16_e32 v5, -4.0
-// GFX10: encoding: [0xf7,0xc6,0x0a,0x7e]
+// GFX10: v_cvt_norm_i16_f16_e32 v5, -4.0         ; encoding: [0xf7,0xc6,0x0a,0x7e]
 
 v_cvt_norm_i16_f16_e32 v5, 0xfe0b
-// GFX10: encoding: [0xff,0xc6,0x0a,0x7e,0x0b,0xfe,0x00,0x00]
+// GFX10: v_cvt_norm_i16_f16_e32 v5, 0xfe0b       ; encoding: [0xff,0xc6,0x0a,0x7e,0x0b,0xfe,0x00,0x00]
 
 v_cvt_norm_i16_f16_e32 v5, 0x3456
-// GFX10: encoding: [0xff,0xc6,0x0a,0x7e,0x56,0x34,0x00,0x00]
+// GFX10: v_cvt_norm_i16_f16_e32 v5, 0x3456       ; encoding: [0xff,0xc6,0x0a,0x7e,0x56,0x34,0x00,0x00]
 
 v_cvt_norm_i16_f16_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0xe3,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_norm_i16_f16_e64 v5, v1           ; encoding: [0x05,0x00,0xe3,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_norm_i16_f16_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0xe3,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_norm_i16_f16_e64 v255, v1         ; encoding: [0xff,0x00,0xe3,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_norm_i16_f16_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0xe3,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_cvt_norm_i16_f16_e64 v5, v255         ; encoding: [0x05,0x00,0xe3,0xd5,0xff,0x01,0x00,0x00]
 
 v_cvt_norm_i16_f16_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0xe3,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_cvt_norm_i16_f16_e64 v5, s1           ; encoding: [0x05,0x00,0xe3,0xd5,0x01,0x00,0x00,0x00]
 
 v_cvt_norm_i16_f16_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0xe3,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_cvt_norm_i16_f16_e64 v5, s101         ; encoding: [0x05,0x00,0xe3,0xd5,0x65,0x00,0x00,0x00]
 
 v_cvt_norm_i16_f16_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0xe3,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_cvt_norm_i16_f16_e64 v5, vcc_lo       ; encoding: [0x05,0x00,0xe3,0xd5,0x6a,0x00,0x00,0x00]
 
 v_cvt_norm_i16_f16_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0xe3,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_cvt_norm_i16_f16_e64 v5, vcc_hi       ; encoding: [0x05,0x00,0xe3,0xd5,0x6b,0x00,0x00,0x00]
 
 v_cvt_norm_i16_f16_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0xe3,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_cvt_norm_i16_f16_e64 v5, m0           ; encoding: [0x05,0x00,0xe3,0xd5,0x7c,0x00,0x00,0x00]
 
 v_cvt_norm_i16_f16_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0xe3,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_cvt_norm_i16_f16_e64 v5, exec_lo      ; encoding: [0x05,0x00,0xe3,0xd5,0x7e,0x00,0x00,0x00]
 
 v_cvt_norm_i16_f16_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0xe3,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_cvt_norm_i16_f16_e64 v5, exec_hi      ; encoding: [0x05,0x00,0xe3,0xd5,0x7f,0x00,0x00,0x00]
 
 v_cvt_norm_i16_f16_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0xe3,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_cvt_norm_i16_f16_e64 v5, 0            ; encoding: [0x05,0x00,0xe3,0xd5,0x80,0x00,0x00,0x00]
 
 v_cvt_norm_i16_f16_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0xe3,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_cvt_norm_i16_f16_e64 v5, -1           ; encoding: [0x05,0x00,0xe3,0xd5,0xc1,0x00,0x00,0x00]
 
 v_cvt_norm_i16_f16_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0xe3,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_cvt_norm_i16_f16_e64 v5, 0.5          ; encoding: [0x05,0x00,0xe3,0xd5,0xf0,0x00,0x00,0x00]
 
 v_cvt_norm_i16_f16_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0xe3,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_cvt_norm_i16_f16_e64 v5, -4.0         ; encoding: [0x05,0x00,0xe3,0xd5,0xf7,0x00,0x00,0x00]
 
 v_cvt_norm_i16_f16_e64 v5, -v1
-// GFX10: encoding: [0x05,0x00,0xe3,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_cvt_norm_i16_f16_e64 v5, -v1          ; encoding: [0x05,0x00,0xe3,0xd5,0x01,0x01,0x00,0x20]
 
 v_cvt_norm_i16_f16_e64 v5, |v1|
-// GFX10: encoding: [0x05,0x01,0xe3,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_norm_i16_f16_e64 v5, |v1|         ; encoding: [0x05,0x01,0xe3,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_norm_i16_f16_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0xe3,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_norm_i16_f16_e64 v5, v1 clamp     ; encoding: [0x05,0x80,0xe3,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_norm_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc6,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_norm_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc6,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cvt_norm_i16_f16_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc6,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_norm_i16_f16_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc6,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_cvt_norm_i16_f16_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc6,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_cvt_norm_i16_f16_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc6,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_cvt_norm_i16_f16_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc6,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_cvt_norm_i16_f16_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc6,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_cvt_norm_i16_f16_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc6,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_cvt_norm_i16_f16_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc6,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_cvt_norm_i16_f16_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc6,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_cvt_norm_i16_f16_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc6,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_cvt_norm_i16_f16_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc6,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_cvt_norm_i16_f16_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc6,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_cvt_norm_i16_f16_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc6,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_cvt_norm_i16_f16_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc6,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_cvt_norm_i16_f16_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc6,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_cvt_norm_i16_f16_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc6,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_cvt_norm_i16_f16_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc6,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_cvt_norm_i16_f16_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc6,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_cvt_norm_i16_f16_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc6,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_cvt_norm_i16_f16_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc6,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_cvt_norm_i16_f16_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc6,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_cvt_norm_i16_f16_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc6,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_cvt_norm_i16_f16_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc6,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_cvt_norm_i16_f16_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc6,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_cvt_norm_i16_f16_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc6,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_cvt_norm_i16_f16_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc6,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_cvt_norm_i16_f16_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc6,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_cvt_norm_i16_f16_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc6,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_cvt_norm_i16_f16_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc6,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_cvt_norm_i16_f16_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc6,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_cvt_norm_i16_f16_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc6,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_cvt_norm_i16_f16_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc6,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_cvt_norm_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc6,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_cvt_norm_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0xc6,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_cvt_norm_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc6,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_cvt_norm_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0xc6,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_cvt_norm_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0xc6,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_cvt_norm_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0xc6,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_cvt_norm_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0xc6,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_cvt_norm_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0xc6,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_cvt_norm_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0xc6,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_cvt_norm_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0xc6,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_cvt_norm_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0xc6,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_cvt_norm_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0xc6,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_cvt_norm_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0xc6,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_cvt_norm_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0xc6,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_cvt_norm_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0xc6,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_cvt_norm_i16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0xc6,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_cvt_norm_i16_f16_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc6,0x0a,0x7e,0x01,0x06,0x16,0x00]
+// GFX10: v_cvt_norm_i16_f16_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc6,0x0a,0x7e,0x01,0x06,0x16,0x00]
 
 v_cvt_norm_i16_f16_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc6,0x0a,0x7e,0x01,0x06,0x26,0x00]
+// GFX10: v_cvt_norm_i16_f16_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc6,0x0a,0x7e,0x01,0x06,0x26,0x00]
 
 v_cvt_norm_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc6,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_cvt_norm_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc6,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_cvt_norm_i16_f16_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc6,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_cvt_norm_i16_f16_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc6,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_cvt_norm_i16_f16_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc6,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_cvt_norm_i16_f16_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc6,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_cvt_norm_i16_f16_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc6,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_cvt_norm_i16_f16_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc6,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_cvt_norm_i16_f16_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc6,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_cvt_norm_i16_f16_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc6,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_cvt_norm_i16_f16_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc6,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_cvt_norm_i16_f16_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc6,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_cvt_norm_i16_f16_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc6,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_cvt_norm_i16_f16_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc6,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_cvt_norm_i16_f16_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc6,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_cvt_norm_i16_f16_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc6,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_cvt_norm_i16_f16_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc6,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_cvt_norm_i16_f16_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc6,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_cvt_norm_i16_f16_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc6,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_cvt_norm_i16_f16_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc6,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_cvt_norm_i16_f16_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc6,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_cvt_norm_i16_f16_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc6,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_cvt_norm_i16_f16_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc6,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_cvt_norm_i16_f16_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc6,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_cvt_norm_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc6,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_cvt_norm_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0xc6,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_cvt_norm_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc6,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_cvt_norm_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0xc6,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_cvt_norm_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc6,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_cvt_norm_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0xc6,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_cvt_norm_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc6,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_cvt_norm_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0xc6,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_cvt_norm_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0xc6,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_cvt_norm_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0xc6,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_cvt_norm_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0xc6,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_cvt_norm_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0xc6,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_cvt_norm_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0xc6,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_cvt_norm_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0xc6,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_cvt_norm_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0xc6,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_cvt_norm_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0xc6,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_cvt_norm_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0xc6,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_cvt_norm_i16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0xc6,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_cvt_norm_i16_f16_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc6,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_cvt_norm_i16_f16_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc6,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_cvt_norm_i16_f16_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc6,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_cvt_norm_i16_f16_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc6,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_cvt_norm_i16_f16_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc6,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_cvt_norm_i16_f16_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc6,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_cvt_norm_i16_f16_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc6,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_cvt_norm_i16_f16_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc6,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_cvt_norm_u16_f16_e32 v5, v1
-// GFX10: encoding: [0x01,0xc9,0x0a,0x7e]
+// GFX10: v_cvt_norm_u16_f16_e32 v5, v1           ; encoding: [0x01,0xc9,0x0a,0x7e]
 
 v_cvt_norm_u16_f16_e32 v255, v1
-// GFX10: encoding: [0x01,0xc9,0xfe,0x7f]
+// GFX10: v_cvt_norm_u16_f16_e32 v255, v1         ; encoding: [0x01,0xc9,0xfe,0x7f]
 
 v_cvt_norm_u16_f16_e32 v5, v255
-// GFX10: encoding: [0xff,0xc9,0x0a,0x7e]
+// GFX10: v_cvt_norm_u16_f16_e32 v5, v255         ; encoding: [0xff,0xc9,0x0a,0x7e]
 
 v_cvt_norm_u16_f16_e32 v5, s1
-// GFX10: encoding: [0x01,0xc8,0x0a,0x7e]
+// GFX10: v_cvt_norm_u16_f16_e32 v5, s1           ; encoding: [0x01,0xc8,0x0a,0x7e]
 
 v_cvt_norm_u16_f16_e32 v5, s101
-// GFX10: encoding: [0x65,0xc8,0x0a,0x7e]
+// GFX10: v_cvt_norm_u16_f16_e32 v5, s101         ; encoding: [0x65,0xc8,0x0a,0x7e]
 
 v_cvt_norm_u16_f16_e32 v5, vcc_lo
-// GFX10: encoding: [0x6a,0xc8,0x0a,0x7e]
+// GFX10: v_cvt_norm_u16_f16_e32 v5, vcc_lo       ; encoding: [0x6a,0xc8,0x0a,0x7e]
 
 v_cvt_norm_u16_f16_e32 v5, vcc_hi
-// GFX10: encoding: [0x6b,0xc8,0x0a,0x7e]
+// GFX10: v_cvt_norm_u16_f16_e32 v5, vcc_hi       ; encoding: [0x6b,0xc8,0x0a,0x7e]
 
 v_cvt_norm_u16_f16_e32 v5, m0
-// GFX10: encoding: [0x7c,0xc8,0x0a,0x7e]
+// GFX10: v_cvt_norm_u16_f16_e32 v5, m0           ; encoding: [0x7c,0xc8,0x0a,0x7e]
 
 v_cvt_norm_u16_f16_e32 v5, exec_lo
-// GFX10: encoding: [0x7e,0xc8,0x0a,0x7e]
+// GFX10: v_cvt_norm_u16_f16_e32 v5, exec_lo      ; encoding: [0x7e,0xc8,0x0a,0x7e]
 
 v_cvt_norm_u16_f16_e32 v5, exec_hi
-// GFX10: encoding: [0x7f,0xc8,0x0a,0x7e]
+// GFX10: v_cvt_norm_u16_f16_e32 v5, exec_hi      ; encoding: [0x7f,0xc8,0x0a,0x7e]
 
 v_cvt_norm_u16_f16_e32 v5, 0
-// GFX10: encoding: [0x80,0xc8,0x0a,0x7e]
+// GFX10: v_cvt_norm_u16_f16_e32 v5, 0            ; encoding: [0x80,0xc8,0x0a,0x7e]
 
 v_cvt_norm_u16_f16_e32 v5, -1
-// GFX10: encoding: [0xc1,0xc8,0x0a,0x7e]
+// GFX10: v_cvt_norm_u16_f16_e32 v5, -1           ; encoding: [0xc1,0xc8,0x0a,0x7e]
 
 v_cvt_norm_u16_f16_e32 v5, 0.5
-// GFX10: encoding: [0xf0,0xc8,0x0a,0x7e]
+// GFX10: v_cvt_norm_u16_f16_e32 v5, 0.5          ; encoding: [0xf0,0xc8,0x0a,0x7e]
 
 v_cvt_norm_u16_f16_e32 v5, -4.0
-// GFX10: encoding: [0xf7,0xc8,0x0a,0x7e]
+// GFX10: v_cvt_norm_u16_f16_e32 v5, -4.0         ; encoding: [0xf7,0xc8,0x0a,0x7e]
 
 v_cvt_norm_u16_f16_e32 v5, 0xfe0b
-// GFX10: encoding: [0xff,0xc8,0x0a,0x7e,0x0b,0xfe,0x00,0x00]
+// GFX10: v_cvt_norm_u16_f16_e32 v5, 0xfe0b       ; encoding: [0xff,0xc8,0x0a,0x7e,0x0b,0xfe,0x00,0x00]
 
 v_cvt_norm_u16_f16_e32 v5, 0x3456
-// GFX10: encoding: [0xff,0xc8,0x0a,0x7e,0x56,0x34,0x00,0x00]
+// GFX10: v_cvt_norm_u16_f16_e32 v5, 0x3456       ; encoding: [0xff,0xc8,0x0a,0x7e,0x56,0x34,0x00,0x00]
 
 v_cvt_norm_u16_f16_e64 v5, v1
-// GFX10: encoding: [0x05,0x00,0xe4,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_norm_u16_f16_e64 v5, v1           ; encoding: [0x05,0x00,0xe4,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_norm_u16_f16_e64 v255, v1
-// GFX10: encoding: [0xff,0x00,0xe4,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_norm_u16_f16_e64 v255, v1         ; encoding: [0xff,0x00,0xe4,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_norm_u16_f16_e64 v5, v255
-// GFX10: encoding: [0x05,0x00,0xe4,0xd5,0xff,0x01,0x00,0x00]
+// GFX10: v_cvt_norm_u16_f16_e64 v5, v255         ; encoding: [0x05,0x00,0xe4,0xd5,0xff,0x01,0x00,0x00]
 
 v_cvt_norm_u16_f16_e64 v5, s1
-// GFX10: encoding: [0x05,0x00,0xe4,0xd5,0x01,0x00,0x00,0x00]
+// GFX10: v_cvt_norm_u16_f16_e64 v5, s1           ; encoding: [0x05,0x00,0xe4,0xd5,0x01,0x00,0x00,0x00]
 
 v_cvt_norm_u16_f16_e64 v5, s101
-// GFX10: encoding: [0x05,0x00,0xe4,0xd5,0x65,0x00,0x00,0x00]
+// GFX10: v_cvt_norm_u16_f16_e64 v5, s101         ; encoding: [0x05,0x00,0xe4,0xd5,0x65,0x00,0x00,0x00]
 
 v_cvt_norm_u16_f16_e64 v5, vcc_lo
-// GFX10: encoding: [0x05,0x00,0xe4,0xd5,0x6a,0x00,0x00,0x00]
+// GFX10: v_cvt_norm_u16_f16_e64 v5, vcc_lo       ; encoding: [0x05,0x00,0xe4,0xd5,0x6a,0x00,0x00,0x00]
 
 v_cvt_norm_u16_f16_e64 v5, vcc_hi
-// GFX10: encoding: [0x05,0x00,0xe4,0xd5,0x6b,0x00,0x00,0x00]
+// GFX10: v_cvt_norm_u16_f16_e64 v5, vcc_hi       ; encoding: [0x05,0x00,0xe4,0xd5,0x6b,0x00,0x00,0x00]
 
 v_cvt_norm_u16_f16_e64 v5, m0
-// GFX10: encoding: [0x05,0x00,0xe4,0xd5,0x7c,0x00,0x00,0x00]
+// GFX10: v_cvt_norm_u16_f16_e64 v5, m0           ; encoding: [0x05,0x00,0xe4,0xd5,0x7c,0x00,0x00,0x00]
 
 v_cvt_norm_u16_f16_e64 v5, exec_lo
-// GFX10: encoding: [0x05,0x00,0xe4,0xd5,0x7e,0x00,0x00,0x00]
+// GFX10: v_cvt_norm_u16_f16_e64 v5, exec_lo      ; encoding: [0x05,0x00,0xe4,0xd5,0x7e,0x00,0x00,0x00]
 
 v_cvt_norm_u16_f16_e64 v5, exec_hi
-// GFX10: encoding: [0x05,0x00,0xe4,0xd5,0x7f,0x00,0x00,0x00]
+// GFX10: v_cvt_norm_u16_f16_e64 v5, exec_hi      ; encoding: [0x05,0x00,0xe4,0xd5,0x7f,0x00,0x00,0x00]
 
 v_cvt_norm_u16_f16_e64 v5, 0
-// GFX10: encoding: [0x05,0x00,0xe4,0xd5,0x80,0x00,0x00,0x00]
+// GFX10: v_cvt_norm_u16_f16_e64 v5, 0            ; encoding: [0x05,0x00,0xe4,0xd5,0x80,0x00,0x00,0x00]
 
 v_cvt_norm_u16_f16_e64 v5, -1
-// GFX10: encoding: [0x05,0x00,0xe4,0xd5,0xc1,0x00,0x00,0x00]
+// GFX10: v_cvt_norm_u16_f16_e64 v5, -1           ; encoding: [0x05,0x00,0xe4,0xd5,0xc1,0x00,0x00,0x00]
 
 v_cvt_norm_u16_f16_e64 v5, 0.5
-// GFX10: encoding: [0x05,0x00,0xe4,0xd5,0xf0,0x00,0x00,0x00]
+// GFX10: v_cvt_norm_u16_f16_e64 v5, 0.5          ; encoding: [0x05,0x00,0xe4,0xd5,0xf0,0x00,0x00,0x00]
 
 v_cvt_norm_u16_f16_e64 v5, -4.0
-// GFX10: encoding: [0x05,0x00,0xe4,0xd5,0xf7,0x00,0x00,0x00]
+// GFX10: v_cvt_norm_u16_f16_e64 v5, -4.0         ; encoding: [0x05,0x00,0xe4,0xd5,0xf7,0x00,0x00,0x00]
 
 v_cvt_norm_u16_f16_e64 v5, -v1
-// GFX10: encoding: [0x05,0x00,0xe4,0xd5,0x01,0x01,0x00,0x20]
+// GFX10: v_cvt_norm_u16_f16_e64 v5, -v1          ; encoding: [0x05,0x00,0xe4,0xd5,0x01,0x01,0x00,0x20]
 
 v_cvt_norm_u16_f16_e64 v5, |v1|
-// GFX10: encoding: [0x05,0x01,0xe4,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_norm_u16_f16_e64 v5, |v1|         ; encoding: [0x05,0x01,0xe4,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_norm_u16_f16_e64 v5, v1 clamp
-// GFX10: encoding: [0x05,0x80,0xe4,0xd5,0x01,0x01,0x00,0x00]
+// GFX10: v_cvt_norm_u16_f16_e64 v5, v1 clamp     ; encoding: [0x05,0x80,0xe4,0xd5,0x01,0x01,0x00,0x00]
 
 v_cvt_norm_u16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc8,0x0a,0x7e,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_norm_u16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc8,0x0a,0x7e,0x01,0x06,0x06,0x00]
 
 v_cvt_norm_u16_f16_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc8,0xfe,0x7f,0x01,0x06,0x06,0x00]
+// GFX10: v_cvt_norm_u16_f16_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc8,0xfe,0x7f,0x01,0x06,0x06,0x00]
 
 v_cvt_norm_u16_f16_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc8,0x0a,0x7e,0xff,0x06,0x06,0x00]
+// GFX10: v_cvt_norm_u16_f16_sdwa v5, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc8,0x0a,0x7e,0xff,0x06,0x06,0x00]
 
 v_cvt_norm_u16_f16_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc8,0x0a,0x7e,0x01,0x06,0x86,0x00]
+// GFX10: v_cvt_norm_u16_f16_sdwa v5, s1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc8,0x0a,0x7e,0x01,0x06,0x86,0x00]
 
 v_cvt_norm_u16_f16_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc8,0x0a,0x7e,0x65,0x06,0x86,0x00]
+// GFX10: v_cvt_norm_u16_f16_sdwa v5, s101 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc8,0x0a,0x7e,0x65,0x06,0x86,0x00]
 
 v_cvt_norm_u16_f16_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc8,0x0a,0x7e,0x6a,0x06,0x86,0x00]
+// GFX10: v_cvt_norm_u16_f16_sdwa v5, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc8,0x0a,0x7e,0x6a,0x06,0x86,0x00]
 
 v_cvt_norm_u16_f16_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc8,0x0a,0x7e,0x6b,0x06,0x86,0x00]
+// GFX10: v_cvt_norm_u16_f16_sdwa v5, vcc_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc8,0x0a,0x7e,0x6b,0x06,0x86,0x00]
 
 v_cvt_norm_u16_f16_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc8,0x0a,0x7e,0x7c,0x06,0x86,0x00]
+// GFX10: v_cvt_norm_u16_f16_sdwa v5, m0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc8,0x0a,0x7e,0x7c,0x06,0x86,0x00]
 
 v_cvt_norm_u16_f16_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc8,0x0a,0x7e,0x7e,0x06,0x86,0x00]
+// GFX10: v_cvt_norm_u16_f16_sdwa v5, exec_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc8,0x0a,0x7e,0x7e,0x06,0x86,0x00]
 
 v_cvt_norm_u16_f16_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc8,0x0a,0x7e,0x7f,0x06,0x86,0x00]
+// GFX10: v_cvt_norm_u16_f16_sdwa v5, exec_hi dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc8,0x0a,0x7e,0x7f,0x06,0x86,0x00]
 
 v_cvt_norm_u16_f16_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc8,0x0a,0x7e,0x01,0x26,0x06,0x00]
+// GFX10: v_cvt_norm_u16_f16_sdwa v5, v1 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc8,0x0a,0x7e,0x01,0x26,0x06,0x00]
 
 v_cvt_norm_u16_f16_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc8,0x0a,0x7e,0x01,0x00,0x06,0x00]
+// GFX10: v_cvt_norm_u16_f16_sdwa v5, v1 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc8,0x0a,0x7e,0x01,0x00,0x06,0x00]
 
 v_cvt_norm_u16_f16_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc8,0x0a,0x7e,0x01,0x01,0x06,0x00]
+// GFX10: v_cvt_norm_u16_f16_sdwa v5, v1 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc8,0x0a,0x7e,0x01,0x01,0x06,0x00]
 
 v_cvt_norm_u16_f16_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc8,0x0a,0x7e,0x01,0x02,0x06,0x00]
+// GFX10: v_cvt_norm_u16_f16_sdwa v5, v1 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc8,0x0a,0x7e,0x01,0x02,0x06,0x00]
 
 v_cvt_norm_u16_f16_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc8,0x0a,0x7e,0x01,0x03,0x06,0x00]
+// GFX10: v_cvt_norm_u16_f16_sdwa v5, v1 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc8,0x0a,0x7e,0x01,0x03,0x06,0x00]
 
 v_cvt_norm_u16_f16_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc8,0x0a,0x7e,0x01,0x04,0x06,0x00]
+// GFX10: v_cvt_norm_u16_f16_sdwa v5, v1 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc8,0x0a,0x7e,0x01,0x04,0x06,0x00]
 
 v_cvt_norm_u16_f16_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc8,0x0a,0x7e,0x01,0x05,0x06,0x00]
+// GFX10: v_cvt_norm_u16_f16_sdwa v5, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc8,0x0a,0x7e,0x01,0x05,0x06,0x00]
 
 v_cvt_norm_u16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc8,0x0a,0x7e,0x01,0x0e,0x06,0x00]
+// GFX10: v_cvt_norm_u16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD ; encoding: [0xf9,0xc8,0x0a,0x7e,0x01,0x0e,0x06,0x00]
 
 v_cvt_norm_u16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc8,0x0a,0x7e,0x01,0x16,0x06,0x00]
+// GFX10: v_cvt_norm_u16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD ; encoding: [0xf9,0xc8,0x0a,0x7e,0x01,0x16,0x06,0x00]
 
 v_cvt_norm_u16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0
-// GFX10: encoding: [0xf9,0xc8,0x0a,0x7e,0x01,0x06,0x00,0x00]
+// GFX10: v_cvt_norm_u16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 ; encoding: [0xf9,0xc8,0x0a,0x7e,0x01,0x06,0x00,0x00]
 
 v_cvt_norm_u16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1
-// GFX10: encoding: [0xf9,0xc8,0x0a,0x7e,0x01,0x06,0x01,0x00]
+// GFX10: v_cvt_norm_u16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 ; encoding: [0xf9,0xc8,0x0a,0x7e,0x01,0x06,0x01,0x00]
 
 v_cvt_norm_u16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2
-// GFX10: encoding: [0xf9,0xc8,0x0a,0x7e,0x01,0x06,0x02,0x00]
+// GFX10: v_cvt_norm_u16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 ; encoding: [0xf9,0xc8,0x0a,0x7e,0x01,0x06,0x02,0x00]
 
 v_cvt_norm_u16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3
-// GFX10: encoding: [0xf9,0xc8,0x0a,0x7e,0x01,0x06,0x03,0x00]
+// GFX10: v_cvt_norm_u16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 ; encoding: [0xf9,0xc8,0x0a,0x7e,0x01,0x06,0x03,0x00]
 
 v_cvt_norm_u16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0
-// GFX10: encoding: [0xf9,0xc8,0x0a,0x7e,0x01,0x06,0x04,0x00]
+// GFX10: v_cvt_norm_u16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 ; encoding: [0xf9,0xc8,0x0a,0x7e,0x01,0x06,0x04,0x00]
 
 v_cvt_norm_u16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
-// GFX10: encoding: [0xf9,0xc8,0x0a,0x7e,0x01,0x06,0x05,0x00]
+// GFX10: v_cvt_norm_u16_f16_sdwa v5, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 ; encoding: [0xf9,0xc8,0x0a,0x7e,0x01,0x06,0x05,0x00]
 
 v_cvt_norm_u16_f16_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc8,0x0a,0x7e,0x01,0x06,0x16,0x00]
+// GFX10: v_cvt_norm_u16_f16_sdwa v5, -v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc8,0x0a,0x7e,0x01,0x06,0x16,0x00]
 
 v_cvt_norm_u16_f16_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0xc8,0x0a,0x7e,0x01,0x06,0x26,0x00]
+// GFX10: v_cvt_norm_u16_f16_sdwa v5, |v1| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD ; encoding: [0xf9,0xc8,0x0a,0x7e,0x01,0x06,0x26,0x00]
 
 v_cvt_norm_u16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc8,0x0a,0x7e,0x01,0xe4,0x00,0x00]
+// GFX10: v_cvt_norm_u16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc8,0x0a,0x7e,0x01,0xe4,0x00,0x00]
 
 v_cvt_norm_u16_f16_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc8,0xfe,0x7f,0x01,0xe4,0x00,0x00]
+// GFX10: v_cvt_norm_u16_f16_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc8,0xfe,0x7f,0x01,0xe4,0x00,0x00]
 
 v_cvt_norm_u16_f16_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc8,0x0a,0x7e,0xff,0xe4,0x00,0x00]
+// GFX10: v_cvt_norm_u16_f16_dpp v5, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc8,0x0a,0x7e,0xff,0xe4,0x00,0x00]
 
 v_cvt_norm_u16_f16_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc8,0x0a,0x7e,0x01,0x1b,0x00,0x00]
+// GFX10: v_cvt_norm_u16_f16_dpp v5, v1 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc8,0x0a,0x7e,0x01,0x1b,0x00,0x00]
 
 v_cvt_norm_u16_f16_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc8,0x0a,0x7e,0x01,0x40,0x01,0x00]
+// GFX10: v_cvt_norm_u16_f16_dpp v5, v1 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc8,0x0a,0x7e,0x01,0x40,0x01,0x00]
 
 v_cvt_norm_u16_f16_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc8,0x0a,0x7e,0x01,0x41,0x01,0x00]
+// GFX10: v_cvt_norm_u16_f16_dpp v5, v1 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc8,0x0a,0x7e,0x01,0x41,0x01,0x00]
 
 v_cvt_norm_u16_f16_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc8,0x0a,0x7e,0x01,0x01,0x01,0x00]
+// GFX10: v_cvt_norm_u16_f16_dpp v5, v1 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc8,0x0a,0x7e,0x01,0x01,0x01,0x00]
 
 v_cvt_norm_u16_f16_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc8,0x0a,0x7e,0x01,0x0f,0x01,0x00]
+// GFX10: v_cvt_norm_u16_f16_dpp v5, v1 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc8,0x0a,0x7e,0x01,0x0f,0x01,0x00]
 
 v_cvt_norm_u16_f16_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc8,0x0a,0x7e,0x01,0x11,0x01,0x00]
+// GFX10: v_cvt_norm_u16_f16_dpp v5, v1 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc8,0x0a,0x7e,0x01,0x11,0x01,0x00]
 
 v_cvt_norm_u16_f16_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc8,0x0a,0x7e,0x01,0x1f,0x01,0x00]
+// GFX10: v_cvt_norm_u16_f16_dpp v5, v1 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc8,0x0a,0x7e,0x01,0x1f,0x01,0x00]
 
 v_cvt_norm_u16_f16_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc8,0x0a,0x7e,0x01,0x21,0x01,0x00]
+// GFX10: v_cvt_norm_u16_f16_dpp v5, v1 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc8,0x0a,0x7e,0x01,0x21,0x01,0x00]
 
 v_cvt_norm_u16_f16_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc8,0x0a,0x7e,0x01,0x2f,0x01,0x00]
+// GFX10: v_cvt_norm_u16_f16_dpp v5, v1 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc8,0x0a,0x7e,0x01,0x2f,0x01,0x00]
 
 v_cvt_norm_u16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc8,0x0a,0x7e,0x01,0xe4,0x00,0x10]
+// GFX10: v_cvt_norm_u16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0xc8,0x0a,0x7e,0x01,0xe4,0x00,0x10]
 
 v_cvt_norm_u16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc8,0x0a,0x7e,0x01,0xe4,0x00,0x30]
+// GFX10: v_cvt_norm_u16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0xc8,0x0a,0x7e,0x01,0xe4,0x00,0x30]
 
 v_cvt_norm_u16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc8,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_cvt_norm_u16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0xc8,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_cvt_norm_u16_f16_dpp v5, v1 quad_perm:[0,1,2,3] bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc8,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_cvt_norm_u16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0xc8,0x0a,0x7e,0x01,0xe4,0x00,0xf0]
 
 v_cvt_norm_u16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0xc8,0x0a,0x7e,0x01,0xe4,0x00,0x01]
+// GFX10: v_cvt_norm_u16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0xc8,0x0a,0x7e,0x01,0xe4,0x00,0x01]
 
 v_cvt_norm_u16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0xc8,0x0a,0x7e,0x01,0xe4,0x00,0x03]
+// GFX10: v_cvt_norm_u16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0xc8,0x0a,0x7e,0x01,0xe4,0x00,0x03]
 
 v_cvt_norm_u16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0xc8,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_cvt_norm_u16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0xc8,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_cvt_norm_u16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0
-// GFX10: encoding: [0xfa,0xc8,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_cvt_norm_u16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0xc8,0x0a,0x7e,0x01,0xe4,0x00,0x0f]
 
 v_cvt_norm_u16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0xc8,0x0a,0x7e,0x01,0xe4,0x08,0x00]
+// GFX10: v_cvt_norm_u16_f16_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0xc8,0x0a,0x7e,0x01,0xe4,0x08,0x00]
 
 v_cvt_norm_u16_f16_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc8,0x0a,0x7e,0x01,0x51,0x01,0x00]
+// GFX10: v_cvt_norm_u16_f16_dpp v5, v1 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc8,0x0a,0x7e,0x01,0x51,0x01,0x00]
 
 v_cvt_norm_u16_f16_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc8,0x0a,0x7e,0x01,0x5f,0x01,0x00]
+// GFX10: v_cvt_norm_u16_f16_dpp v5, v1 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc8,0x0a,0x7e,0x01,0x5f,0x01,0x00]
 
 v_cvt_norm_u16_f16_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc8,0x0a,0x7e,0x01,0x61,0x01,0x00]
+// GFX10: v_cvt_norm_u16_f16_dpp v5, v1 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc8,0x0a,0x7e,0x01,0x61,0x01,0x00]
 
 v_cvt_norm_u16_f16_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xc8,0x0a,0x7e,0x01,0x6f,0x01,0x00]
+// GFX10: v_cvt_norm_u16_f16_dpp v5, v1 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xc8,0x0a,0x7e,0x01,0x6f,0x01,0x00]
 
 v_swap_b32 v5, v1
-// GFX10: encoding: [0x01,0xcb,0x0a,0x7e]
+// GFX10: v_swap_b32 v5, v1                       ; encoding: [0x01,0xcb,0x0a,0x7e]
 
 v_swap_b32 v255, v1
-// GFX10: encoding: [0x01,0xcb,0xfe,0x7f]
+// GFX10: v_swap_b32 v255, v1                     ; encoding: [0x01,0xcb,0xfe,0x7f]
 
 v_swap_b32 v5, v255
-// GFX10: encoding: [0xff,0xcb,0x0a,0x7e]
+// GFX10: v_swap_b32 v5, v255                     ; encoding: [0xff,0xcb,0x0a,0x7e]
 
 v_swaprel_b32 v5, v1
-// GFX10: encoding: [0x01,0xd1,0x0a,0x7e]
+// GFX10: v_swaprel_b32 v5, v1                    ; encoding: [0x01,0xd1,0x0a,0x7e]
 
 v_swaprel_b32 v255, v1
-// GFX10: encoding: [0x01,0xd1,0xfe,0x7f]
+// GFX10: v_swaprel_b32 v255, v1                  ; encoding: [0x01,0xd1,0xfe,0x7f]
 
 v_swaprel_b32 v5, v255
-// GFX10: encoding: [0xff,0xd1,0x0a,0x7e]
+// GFX10: v_swaprel_b32 v5, v255                  ; encoding: [0xff,0xd1,0x0a,0x7e]

diff  --git a/llvm/test/MC/AMDGPU/gfx10_asm_vop2.s b/llvm/test/MC/AMDGPU/gfx10_asm_vop2.s
index 3663e160068a4..4bd5193d279a0 100644
--- a/llvm/test/MC/AMDGPU/gfx10_asm_vop2.s
+++ b/llvm/test/MC/AMDGPU/gfx10_asm_vop2.s
@@ -1,3 +1,4 @@
+// NOTE: Assertions have been autogenerated by utils/update_mc_test_checks.py UTC_ARGS: --version 6
 // RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize32 -show-encoding %s | FileCheck --check-prefixes=GFX10,W32 %s
 // RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize64 -show-encoding %s | FileCheck --check-prefixes=GFX10,W64 %s
 // RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize32 %s -filetype=null 2>&1 | FileCheck --check-prefix=W32-ERR --implicit-check-not=error: %s
@@ -8,13192 +9,13192 @@
 //===----------------------------------------------------------------------===//
 
 v_cndmask_b32_e32 v5, v1, v2, vcc
-// W64: encoding: [0x01,0x05,0x0a,0x02]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_cndmask_b32_e32 v5, v1, v2, vcc       ; encoding: [0x01,0x05,0x0a,0x02]
 
 v_cndmask_b32_e32 v255, v1, v2, vcc
-// W64: encoding: [0x01,0x05,0xfe,0x03]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_cndmask_b32_e32 v255, v1, v2, vcc     ; encoding: [0x01,0x05,0xfe,0x03]
 
 v_cndmask_b32_e32 v5, v255, v2, vcc
-// W64: encoding: [0xff,0x05,0x0a,0x02]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_cndmask_b32_e32 v5, v255, v2, vcc     ; encoding: [0xff,0x05,0x0a,0x02]
 
 v_cndmask_b32_e32 v5, 0, v2, vcc
-// W64: encoding: [0x80,0x04,0x0a,0x02]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_cndmask_b32_e32 v5, 0, v2, vcc        ; encoding: [0x80,0x04,0x0a,0x02]
 
 v_cndmask_b32_e32 v5, -1, v2, vcc
-// W64: encoding: [0xc1,0x04,0x0a,0x02]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_cndmask_b32_e32 v5, -1, v2, vcc       ; encoding: [0xc1,0x04,0x0a,0x02]
 
 v_cndmask_b32_e32 v5, 0.5, v2, vcc
-// W64: encoding: [0xf0,0x04,0x0a,0x02]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_cndmask_b32_e32 v5, 0.5, v2, vcc      ; encoding: [0xf0,0x04,0x0a,0x02]
 
 v_cndmask_b32_e32 v5, -4.0, v2, vcc
-// W64: encoding: [0xf7,0x04,0x0a,0x02]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_cndmask_b32_e32 v5, -4.0, v2, vcc     ; encoding: [0xf7,0x04,0x0a,0x02]
 
 v_cndmask_b32_e32 v5, |-4.0|, v2, vcc
-// W64: encoding: [0xf6,0x04,0x0a,0x02]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_cndmask_b32_e32 v5, 4.0, v2, vcc      ; encoding: [0xf6,0x04,0x0a,0x02]
 
 v_cndmask_b32_e32 v5, v1, v255, vcc
-// W64: encoding: [0x01,0xff,0x0b,0x02]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_cndmask_b32_e32 v5, v1, v255, vcc     ; encoding: [0x01,0xff,0x0b,0x02]
 
 v_cndmask_b32_e64 v5, v1, v2, s[6:7]
-// W64: encoding: [0x05,0x00,0x01,0xd5,0x01,0x05,0x1a,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:31: error: invalid operand for instruction
+// W64: v_cndmask_b32_e64 v5, v1, v2, s[6:7]    ; encoding: [0x05,0x00,0x01,0xd5,0x01,0x05,0x1a,0x00]
 
 v_cndmask_b32_e64 v255, v1, v2, s[6:7]
-// W64: encoding: [0xff,0x00,0x01,0xd5,0x01,0x05,0x1a,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:33: error: invalid operand for instruction
+// W64: v_cndmask_b32_e64 v255, v1, v2, s[6:7]  ; encoding: [0xff,0x00,0x01,0xd5,0x01,0x05,0x1a,0x00]
 
 v_cndmask_b32_e64 v5, v255, v2, s[6:7]
-// W64: encoding: [0x05,0x00,0x01,0xd5,0xff,0x05,0x1a,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:33: error: invalid operand for instruction
+// W64: v_cndmask_b32_e64 v5, v255, v2, s[6:7]  ; encoding: [0x05,0x00,0x01,0xd5,0xff,0x05,0x1a,0x00]
 
 v_cndmask_b32_e64 v5, 0, v2, s[6:7]
-// W64: encoding: [0x05,0x00,0x01,0xd5,0x80,0x04,0x1a,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:30: error: invalid operand for instruction
+// W64: v_cndmask_b32_e64 v5, 0, v2, s[6:7]     ; encoding: [0x05,0x00,0x01,0xd5,0x80,0x04,0x1a,0x00]
 
 v_cndmask_b32_e64 v5, -1, v2, s[6:7]
-// W64: encoding: [0x05,0x00,0x01,0xd5,0xc1,0x04,0x1a,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:31: error: invalid operand for instruction
+// W64: v_cndmask_b32_e64 v5, -1, v2, s[6:7]    ; encoding: [0x05,0x00,0x01,0xd5,0xc1,0x04,0x1a,0x00]
 
 v_cndmask_b32_e64 v5, 0.5, v2, s[6:7]
-// W64: encoding: [0x05,0x00,0x01,0xd5,0xf0,0x04,0x1a,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:32: error: invalid operand for instruction
+// W64: v_cndmask_b32_e64 v5, 0.5, v2, s[6:7]   ; encoding: [0x05,0x00,0x01,0xd5,0xf0,0x04,0x1a,0x00]
 
 v_cndmask_b32_e64 v5, -4.0, v2, s[6:7]
-// W64: encoding: [0x05,0x00,0x01,0xd5,0xf7,0x04,0x1a,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:33: error: invalid operand for instruction
+// W64: v_cndmask_b32_e64 v5, -4.0, v2, s[6:7]  ; encoding: [0x05,0x00,0x01,0xd5,0xf7,0x04,0x1a,0x00]
 
 v_cndmask_b32_e64 v5, v1, v255, s[6:7]
-// W64: encoding: [0x05,0x00,0x01,0xd5,0x01,0xff,0x1b,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:33: error: invalid operand for instruction
+// W64: v_cndmask_b32_e64 v5, v1, v255, s[6:7]  ; encoding: [0x05,0x00,0x01,0xd5,0x01,0xff,0x1b,0x00]
 
 v_cndmask_b32_e64 v5, v1, 0, s[6:7]
-// W64: encoding: [0x05,0x00,0x01,0xd5,0x01,0x01,0x19,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:30: error: invalid operand for instruction
+// W64: v_cndmask_b32_e64 v5, v1, 0, s[6:7]     ; encoding: [0x05,0x00,0x01,0xd5,0x01,0x01,0x19,0x00]
 
 v_cndmask_b32_e64 v5, v1, -1, s[6:7]
-// W64: encoding: [0x05,0x00,0x01,0xd5,0x01,0x83,0x19,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:31: error: invalid operand for instruction
+// W64: v_cndmask_b32_e64 v5, v1, -1, s[6:7]    ; encoding: [0x05,0x00,0x01,0xd5,0x01,0x83,0x19,0x00]
 
 v_cndmask_b32_e64 v5, v1, 0.5, s[6:7]
-// W64: encoding: [0x05,0x00,0x01,0xd5,0x01,0xe1,0x19,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:32: error: invalid operand for instruction
+// W64: v_cndmask_b32_e64 v5, v1, 0.5, s[6:7]   ; encoding: [0x05,0x00,0x01,0xd5,0x01,0xe1,0x19,0x00]
 
 v_cndmask_b32_e64 v5, v1, -4.0, s[6:7]
-// W64: encoding: [0x05,0x00,0x01,0xd5,0x01,0xef,0x19,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:33: error: invalid operand for instruction
+// W64: v_cndmask_b32_e64 v5, v1, -4.0, s[6:7]  ; encoding: [0x05,0x00,0x01,0xd5,0x01,0xef,0x19,0x00]
 
 v_cndmask_b32_e64 v5, v1, v2, s[8:9]
-// W64: encoding: [0x05,0x00,0x01,0xd5,0x01,0x05,0x22,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:31: error: invalid operand for instruction
+// W64: v_cndmask_b32_e64 v5, v1, v2, s[8:9]    ; encoding: [0x05,0x00,0x01,0xd5,0x01,0x05,0x22,0x00]
 
 v_cndmask_b32_e64 v5, v1, v2, s[100:101]
-// W64: encoding: [0x05,0x00,0x01,0xd5,0x01,0x05,0x92,0x01]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:31: error: invalid operand for instruction
+// W64: v_cndmask_b32_e64 v5, v1, v2, s[100:101] ; encoding: [0x05,0x00,0x01,0xd5,0x01,0x05,0x92,0x01]
 
 v_cndmask_b32_e64 v5, v1, v2, vcc
-// W64: encoding: [0x05,0x00,0x01,0xd5,0x01,0x05,0xaa,0x01]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:31: error: invalid operand for instruction
+// W64: v_cndmask_b32_e64 v5, v1, v2, vcc       ; encoding: [0x05,0x00,0x01,0xd5,0x01,0x05,0xaa,0x01]
 
 v_cndmask_b32_e64 v5, -v1, |v2|, vcc
-// W64: encoding: [0x05,0x02,0x01,0xd5,0x01,0x05,0xaa,0x21]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:34: error: invalid operand for instruction
+// W64: v_cndmask_b32_e64 v5, -v1, |v2|, vcc    ; encoding: [0x05,0x02,0x01,0xd5,0x01,0x05,0xaa,0x21]
 
 v_cndmask_b32_e64 v5, |v1|, -v2, vcc
-// W64: encoding: [0x05,0x01,0x01,0xd5,0x01,0x05,0xaa,0x41]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:34: error: invalid operand for instruction
+// W64: v_cndmask_b32_e64 v5, |v1|, -v2, vcc    ; encoding: [0x05,0x01,0x01,0xd5,0x01,0x05,0xaa,0x41]
 
 v_cndmask_b32_sdwa v5, -v1, |v2|, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x02,0x01,0x06,0x16,0x26]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_cndmask_b32_sdwa v5, -v1, |v2|, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x02,0x01,0x06,0x16,0x26]
 
 v_cndmask_b32_sdwa v5, |v1|, -v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x02,0x01,0x06,0x26,0x16]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_cndmask_b32_sdwa v5, |v1|, -v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x02,0x01,0x06,0x26,0x16]
 
 v_cndmask_b32_sdwa v5, |0.5|, -v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x02,0xf0,0x06,0xa6,0x16]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_cndmask_b32_sdwa v5, |0.5|, -v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x02,0xf0,0x06,0xa6,0x16]
 
 v_cndmask_b32_dpp v5, -v1, |v2|, vcc quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// W64: encoding: [0xfa,0x04,0x0a,0x02,0x01,0xe4,0x98,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_cndmask_b32_dpp v5, -v1, |v2|, vcc quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x04,0x0a,0x02,0x01,0xe4,0x98,0x00]
 
 v_cndmask_b32_dpp v5, |v1|, -v2, vcc quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// W64: encoding: [0xfa,0x04,0x0a,0x02,0x01,0xe4,0x68,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_cndmask_b32_dpp v5, |v1|, -v2, vcc quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x04,0x0a,0x02,0x01,0xe4,0x68,0x00]
 
 v_cndmask_b32_dpp v5, -|v1|, -|v2|, vcc quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// W64: encoding: [0xfa,0x04,0x0a,0x02,0x01,0xe4,0xf8,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_cndmask_b32_dpp v5, -|v1|, -|v2|, vcc quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x04,0x0a,0x02,0x01,0xe4,0xf8,0x00]
 
 v_cndmask_b32_e32 v5, v1, v2, vcc_lo
-// W32: encoding: [0x01,0x05,0x0a,0x02]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_cndmask_b32_e32 v5, v1, v2, vcc_lo    ; encoding: [0x01,0x05,0x0a,0x02]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_cndmask_b32_e32 v255, v1, v2, vcc_lo
-// W32: encoding: [0x01,0x05,0xfe,0x03]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_cndmask_b32_e32 v255, v1, v2, vcc_lo  ; encoding: [0x01,0x05,0xfe,0x03]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_cndmask_b32_e32 v5, v255, v2, vcc_lo
-// W32: encoding: [0xff,0x05,0x0a,0x02]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_cndmask_b32_e32 v5, v255, v2, vcc_lo  ; encoding: [0xff,0x05,0x0a,0x02]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_cndmask_b32_e32 v5, 0, v2, vcc_lo
-// W32: encoding: [0x80,0x04,0x0a,0x02]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_cndmask_b32_e32 v5, 0, v2, vcc_lo     ; encoding: [0x80,0x04,0x0a,0x02]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_cndmask_b32_e32 v5, -1, v2, vcc_lo
-// W32: encoding: [0xc1,0x04,0x0a,0x02]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_cndmask_b32_e32 v5, -1, v2, vcc_lo    ; encoding: [0xc1,0x04,0x0a,0x02]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_cndmask_b32_e32 v5, 0.5, v2, vcc_lo
-// W32: encoding: [0xf0,0x04,0x0a,0x02]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_cndmask_b32_e32 v5, 0.5, v2, vcc_lo   ; encoding: [0xf0,0x04,0x0a,0x02]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_cndmask_b32_e32 v5, -4.0, v2, vcc_lo
-// W32: encoding: [0xf7,0x04,0x0a,0x02]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_cndmask_b32_e32 v5, -4.0, v2, vcc_lo  ; encoding: [0xf7,0x04,0x0a,0x02]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_cndmask_b32_e32 v5, |-4.0|, v2, vcc_lo
-// W32: encoding: [0xf6,0x04,0x0a,0x02]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_cndmask_b32_e32 v5, 4.0, v2, vcc_lo   ; encoding: [0xf6,0x04,0x0a,0x02]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_cndmask_b32_e32 v5, v1, v255, vcc_lo
-// W32: encoding: [0x01,0xff,0x0b,0x02]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_cndmask_b32_e32 v5, v1, v255, vcc_lo  ; encoding: [0x01,0xff,0x0b,0x02]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_cndmask_b32_e64 v5, v1, v2, s6
-// W32: encoding: [0x05,0x00,0x01,0xd5,0x01,0x05,0x1a,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cndmask_b32_e64 v5, v1, v2, s6        ; encoding: [0x05,0x00,0x01,0xd5,0x01,0x05,0x1a,0x00]
+// W64-ERR: :[[@LINE-2]]:31: error: invalid operand for instruction
 
 v_cndmask_b32_e64 v255, v1, v2, s6
-// W32: encoding: [0xff,0x00,0x01,0xd5,0x01,0x05,0x1a,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cndmask_b32_e64 v255, v1, v2, s6      ; encoding: [0xff,0x00,0x01,0xd5,0x01,0x05,0x1a,0x00]
+// W64-ERR: :[[@LINE-2]]:33: error: invalid operand for instruction
 
 v_cndmask_b32_e64 v5, v255, v2, s6
-// W32: encoding: [0x05,0x00,0x01,0xd5,0xff,0x05,0x1a,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cndmask_b32_e64 v5, v255, v2, s6      ; encoding: [0x05,0x00,0x01,0xd5,0xff,0x05,0x1a,0x00]
+// W64-ERR: :[[@LINE-2]]:33: error: invalid operand for instruction
 
 v_cndmask_b32_e64 v5, 0, v2, s6
-// W32: encoding: [0x05,0x00,0x01,0xd5,0x80,0x04,0x1a,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cndmask_b32_e64 v5, 0, v2, s6         ; encoding: [0x05,0x00,0x01,0xd5,0x80,0x04,0x1a,0x00]
+// W64-ERR: :[[@LINE-2]]:30: error: invalid operand for instruction
 
 v_cndmask_b32_e64 v5, -1, v2, s6
-// W32: encoding: [0x05,0x00,0x01,0xd5,0xc1,0x04,0x1a,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cndmask_b32_e64 v5, -1, v2, s6        ; encoding: [0x05,0x00,0x01,0xd5,0xc1,0x04,0x1a,0x00]
+// W64-ERR: :[[@LINE-2]]:31: error: invalid operand for instruction
 
 v_cndmask_b32_e64 v5, 0.5, v2, s6
-// W32: encoding: [0x05,0x00,0x01,0xd5,0xf0,0x04,0x1a,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cndmask_b32_e64 v5, 0.5, v2, s6       ; encoding: [0x05,0x00,0x01,0xd5,0xf0,0x04,0x1a,0x00]
+// W64-ERR: :[[@LINE-2]]:32: error: invalid operand for instruction
 
 v_cndmask_b32_e64 v5, -4.0, v2, s6
-// W32: encoding: [0x05,0x00,0x01,0xd5,0xf7,0x04,0x1a,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cndmask_b32_e64 v5, -4.0, v2, s6      ; encoding: [0x05,0x00,0x01,0xd5,0xf7,0x04,0x1a,0x00]
+// W64-ERR: :[[@LINE-2]]:33: error: invalid operand for instruction
 
 v_cndmask_b32_e64 v5, v1, v255, s6
-// W32: encoding: [0x05,0x00,0x01,0xd5,0x01,0xff,0x1b,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cndmask_b32_e64 v5, v1, v255, s6      ; encoding: [0x05,0x00,0x01,0xd5,0x01,0xff,0x1b,0x00]
+// W64-ERR: :[[@LINE-2]]:33: error: invalid operand for instruction
 
 v_cndmask_b32_e64 v5, v1, 0, s6
-// W32: encoding: [0x05,0x00,0x01,0xd5,0x01,0x01,0x19,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cndmask_b32_e64 v5, v1, 0, s6         ; encoding: [0x05,0x00,0x01,0xd5,0x01,0x01,0x19,0x00]
+// W64-ERR: :[[@LINE-2]]:30: error: invalid operand for instruction
 
 v_cndmask_b32_e64 v5, v1, -1, s6
-// W32: encoding: [0x05,0x00,0x01,0xd5,0x01,0x83,0x19,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cndmask_b32_e64 v5, v1, -1, s6        ; encoding: [0x05,0x00,0x01,0xd5,0x01,0x83,0x19,0x00]
+// W64-ERR: :[[@LINE-2]]:31: error: invalid operand for instruction
 
 v_cndmask_b32_e64 v5, v1, 0.5, s6
-// W32: encoding: [0x05,0x00,0x01,0xd5,0x01,0xe1,0x19,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cndmask_b32_e64 v5, v1, 0.5, s6       ; encoding: [0x05,0x00,0x01,0xd5,0x01,0xe1,0x19,0x00]
+// W64-ERR: :[[@LINE-2]]:32: error: invalid operand for instruction
 
 v_cndmask_b32_e64 v5, v1, -4.0, s6
-// W32: encoding: [0x05,0x00,0x01,0xd5,0x01,0xef,0x19,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cndmask_b32_e64 v5, v1, -4.0, s6      ; encoding: [0x05,0x00,0x01,0xd5,0x01,0xef,0x19,0x00]
+// W64-ERR: :[[@LINE-2]]:33: error: invalid operand for instruction
 
 v_cndmask_b32_e64 v5, v1, v2, s8
-// W32: encoding: [0x05,0x00,0x01,0xd5,0x01,0x05,0x22,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cndmask_b32_e64 v5, v1, v2, s8        ; encoding: [0x05,0x00,0x01,0xd5,0x01,0x05,0x22,0x00]
+// W64-ERR: :[[@LINE-2]]:31: error: invalid operand for instruction
 
 v_cndmask_b32_e64 v5, v1, v2, s100
-// W32: encoding: [0x05,0x00,0x01,0xd5,0x01,0x05,0x92,0x01]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cndmask_b32_e64 v5, v1, v2, s100      ; encoding: [0x05,0x00,0x01,0xd5,0x01,0x05,0x92,0x01]
+// W64-ERR: :[[@LINE-2]]:31: error: invalid operand for instruction
 
 v_cndmask_b32_e64 v5, v1, v2, vcc_lo
-// W32: encoding: [0x05,0x00,0x01,0xd5,0x01,0x05,0xaa,0x01]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cndmask_b32_e64 v5, v1, v2, vcc_lo    ; encoding: [0x05,0x00,0x01,0xd5,0x01,0x05,0xaa,0x01]
+// W64-ERR: :[[@LINE-2]]:31: error: invalid operand for instruction
 
 v_cndmask_b32_e64 v5, -v1, |v2|, vcc_lo
-// W32: encoding: [0x05,0x02,0x01,0xd5,0x01,0x05,0xaa,0x21]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cndmask_b32_e64 v5, -v1, |v2|, vcc_lo ; encoding: [0x05,0x02,0x01,0xd5,0x01,0x05,0xaa,0x21]
+// W64-ERR: :[[@LINE-2]]:34: error: invalid operand for instruction
 
 v_cndmask_b32_e64 v5, |v1|, -v2, vcc_lo
-// W32: encoding: [0x05,0x01,0x01,0xd5,0x01,0x05,0xaa,0x41]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cndmask_b32_e64 v5, |v1|, -v2, vcc_lo ; encoding: [0x05,0x01,0x01,0xd5,0x01,0x05,0xaa,0x41]
+// W64-ERR: :[[@LINE-2]]:34: error: invalid operand for instruction
 
 v_cndmask_b32_sdwa v5, -v1, |v2|, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x02,0x01,0x06,0x16,0x26]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_cndmask_b32_sdwa v5, -v1, |v2|, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x02,0x01,0x06,0x16,0x26]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_cndmask_b32_sdwa v5, |v1|, -v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x02,0x01,0x06,0x26,0x16]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_cndmask_b32_sdwa v5, |v1|, -v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x02,0x01,0x06,0x26,0x16]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_cndmask_b32_sdwa v5, |0.5|, -v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x02,0xf0,0x06,0xa6,0x16]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_cndmask_b32_sdwa v5, |0.5|, -v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x02,0xf0,0x06,0xa6,0x16]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_cndmask_b32_sdwa v5, sext(v1), v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: not a valid operand
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: not a valid operand
+// W32-ERR: :[[@LINE-1]]:24: error: not a valid operand.
+// W64-ERR: :[[@LINE-2]]:24: error: not a valid operand.
 
 v_cndmask_b32_sdwa v5, v1, sext(v2), vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: not a valid operand
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: not a valid operand
+// W32-ERR: :[[@LINE-1]]:28: error: not a valid operand.
+// W64-ERR: :[[@LINE-2]]:28: error: not a valid operand.
 
 v_cndmask_b32_dpp v5, -v1, |v2|, vcc_lo quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// W32: encoding: [0xfa,0x04,0x0a,0x02,0x01,0xe4,0x98,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_cndmask_b32_dpp v5, -v1, |v2|, vcc_lo quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x04,0x0a,0x02,0x01,0xe4,0x98,0x00]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_cndmask_b32_dpp v5, |v1|, -v2, vcc_lo quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// W32: encoding: [0xfa,0x04,0x0a,0x02,0x01,0xe4,0x68,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_cndmask_b32_dpp v5, |v1|, -v2, vcc_lo quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x04,0x0a,0x02,0x01,0xe4,0x68,0x00]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_cndmask_b32_dpp v5, -|v1|, -|v2|, vcc_lo quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// W32: encoding: [0xfa,0x04,0x0a,0x02,0x01,0xe4,0xf8,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_cndmask_b32_dpp v5, -|v1|, -|v2|, vcc_lo quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x04,0x0a,0x02,0x01,0xe4,0xf8,0x00]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_add_f32_e32 v5, v1, v2
-// GFX10: encoding: [0x01,0x05,0x0a,0x06]
+// GFX10: v_add_f32_e32 v5, v1, v2                ; encoding: [0x01,0x05,0x0a,0x06]
 
 v_add_f32_e32 v255, v1, v2
-// GFX10: encoding: [0x01,0x05,0xfe,0x07]
+// GFX10: v_add_f32_e32 v255, v1, v2              ; encoding: [0x01,0x05,0xfe,0x07]
 
 v_add_f32_e32 v5, v255, v2
-// GFX10: encoding: [0xff,0x05,0x0a,0x06]
+// GFX10: v_add_f32_e32 v5, v255, v2              ; encoding: [0xff,0x05,0x0a,0x06]
 
 v_add_f32_e32 v5, s1, v2
-// GFX10: encoding: [0x01,0x04,0x0a,0x06]
+// GFX10: v_add_f32_e32 v5, s1, v2                ; encoding: [0x01,0x04,0x0a,0x06]
 
 v_add_f32_e32 v5, s101, v2
-// GFX10: encoding: [0x65,0x04,0x0a,0x06]
+// GFX10: v_add_f32_e32 v5, s101, v2              ; encoding: [0x65,0x04,0x0a,0x06]
 
 v_add_f32_e32 v5, vcc_lo, v2
-// GFX10: encoding: [0x6a,0x04,0x0a,0x06]
+// GFX10: v_add_f32_e32 v5, vcc_lo, v2            ; encoding: [0x6a,0x04,0x0a,0x06]
 
 v_add_f32_e32 v5, vcc_hi, v2
-// GFX10: encoding: [0x6b,0x04,0x0a,0x06]
+// GFX10: v_add_f32_e32 v5, vcc_hi, v2            ; encoding: [0x6b,0x04,0x0a,0x06]
 
 v_add_f32_e32 v5, m0, v2
-// GFX10: encoding: [0x7c,0x04,0x0a,0x06]
+// GFX10: v_add_f32_e32 v5, m0, v2                ; encoding: [0x7c,0x04,0x0a,0x06]
 
 v_add_f32_e32 v5, exec_lo, v2
-// GFX10: encoding: [0x7e,0x04,0x0a,0x06]
+// GFX10: v_add_f32_e32 v5, exec_lo, v2           ; encoding: [0x7e,0x04,0x0a,0x06]
 
 v_add_f32_e32 v5, exec_hi, v2
-// GFX10: encoding: [0x7f,0x04,0x0a,0x06]
+// GFX10: v_add_f32_e32 v5, exec_hi, v2           ; encoding: [0x7f,0x04,0x0a,0x06]
 
 v_add_f32_e32 v5, 0, v2
-// GFX10: encoding: [0x80,0x04,0x0a,0x06]
+// GFX10: v_add_f32_e32 v5, 0, v2                 ; encoding: [0x80,0x04,0x0a,0x06]
 
 v_add_f32_e32 v5, -1, v2
-// GFX10: encoding: [0xc1,0x04,0x0a,0x06]
+// GFX10: v_add_f32_e32 v5, -1, v2                ; encoding: [0xc1,0x04,0x0a,0x06]
 
 v_add_f32_e32 v5, 0.5, v2
-// GFX10: encoding: [0xf0,0x04,0x0a,0x06]
+// GFX10: v_add_f32_e32 v5, 0.5, v2               ; encoding: [0xf0,0x04,0x0a,0x06]
 
 v_add_f32_e32 v5, -4.0, v2
-// GFX10: encoding: [0xf7,0x04,0x0a,0x06]
+// GFX10: v_add_f32_e32 v5, -4.0, v2              ; encoding: [0xf7,0x04,0x0a,0x06]
 
 v_add_f32_e32 v5, 0xaf123456, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x06,0x56,0x34,0x12,0xaf]
+// GFX10: v_add_f32_e32 v5, 0xaf123456, v2        ; encoding: [0xff,0x04,0x0a,0x06,0x56,0x34,0x12,0xaf]
 
 v_add_f32_e32 v5, 0x3f717273, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x06,0x73,0x72,0x71,0x3f]
+// GFX10: v_add_f32_e32 v5, 0x3f717273, v2        ; encoding: [0xff,0x04,0x0a,0x06,0x73,0x72,0x71,0x3f]
 
 v_add_f32_e32 v5, v1, v255
-// GFX10: encoding: [0x01,0xff,0x0b,0x06]
+// GFX10: v_add_f32_e32 v5, v1, v255              ; encoding: [0x01,0xff,0x0b,0x06]
 
 v_add_f32_e64 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x03,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_add_f32_e64 v5, v1, v2                ; encoding: [0x05,0x00,0x03,0xd5,0x01,0x05,0x02,0x00]
 
 v_add_f32_e64 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x03,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_add_f32_e64 v255, v1, v2              ; encoding: [0xff,0x00,0x03,0xd5,0x01,0x05,0x02,0x00]
 
 v_add_f32_e64 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x03,0xd5,0xff,0x05,0x02,0x00]
+// GFX10: v_add_f32_e64 v5, v255, v2              ; encoding: [0x05,0x00,0x03,0xd5,0xff,0x05,0x02,0x00]
 
 v_add_f32_e64 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x03,0xd5,0x01,0x04,0x02,0x00]
+// GFX10: v_add_f32_e64 v5, s1, v2                ; encoding: [0x05,0x00,0x03,0xd5,0x01,0x04,0x02,0x00]
 
 v_add_f32_e64 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x03,0xd5,0x65,0x04,0x02,0x00]
+// GFX10: v_add_f32_e64 v5, s101, v2              ; encoding: [0x05,0x00,0x03,0xd5,0x65,0x04,0x02,0x00]
 
 v_add_f32_e64 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x03,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_add_f32_e64 v5, vcc_lo, v2            ; encoding: [0x05,0x00,0x03,0xd5,0x6a,0x04,0x02,0x00]
 
 v_add_f32_e64 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x03,0xd5,0x6b,0x04,0x02,0x00]
+// GFX10: v_add_f32_e64 v5, vcc_hi, v2            ; encoding: [0x05,0x00,0x03,0xd5,0x6b,0x04,0x02,0x00]
 
 v_add_f32_e64 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x03,0xd5,0x7c,0x04,0x02,0x00]
+// GFX10: v_add_f32_e64 v5, m0, v2                ; encoding: [0x05,0x00,0x03,0xd5,0x7c,0x04,0x02,0x00]
 
 v_add_f32_e64 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x03,0xd5,0x7e,0x04,0x02,0x00]
+// GFX10: v_add_f32_e64 v5, exec_lo, v2           ; encoding: [0x05,0x00,0x03,0xd5,0x7e,0x04,0x02,0x00]
 
 v_add_f32_e64 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x03,0xd5,0x7f,0x04,0x02,0x00]
+// GFX10: v_add_f32_e64 v5, exec_hi, v2           ; encoding: [0x05,0x00,0x03,0xd5,0x7f,0x04,0x02,0x00]
 
 v_add_f32_e64 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x03,0xd5,0x80,0x04,0x02,0x00]
+// GFX10: v_add_f32_e64 v5, 0, v2                 ; encoding: [0x05,0x00,0x03,0xd5,0x80,0x04,0x02,0x00]
 
 v_add_f32_e64 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x03,0xd5,0xc1,0x04,0x02,0x00]
+// GFX10: v_add_f32_e64 v5, -1, v2                ; encoding: [0x05,0x00,0x03,0xd5,0xc1,0x04,0x02,0x00]
 
 v_add_f32_e64 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x03,0xd5,0xf0,0x04,0x02,0x00]
+// GFX10: v_add_f32_e64 v5, 0.5, v2               ; encoding: [0x05,0x00,0x03,0xd5,0xf0,0x04,0x02,0x00]
 
 v_add_f32_e64 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x03,0xd5,0xf7,0x04,0x02,0x00]
+// GFX10: v_add_f32_e64 v5, -4.0, v2              ; encoding: [0x05,0x00,0x03,0xd5,0xf7,0x04,0x02,0x00]
 
 v_add_f32_e64 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x03,0xd5,0x01,0xff,0x03,0x00]
+// GFX10: v_add_f32_e64 v5, v1, v255              ; encoding: [0x05,0x00,0x03,0xd5,0x01,0xff,0x03,0x00]
 
 v_add_f32_e64 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x03,0xd5,0x01,0x05,0x00,0x00]
+// GFX10: v_add_f32_e64 v5, v1, s2                ; encoding: [0x05,0x00,0x03,0xd5,0x01,0x05,0x00,0x00]
 
 v_add_f32_e64 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x03,0xd5,0x01,0xcb,0x00,0x00]
+// GFX10: v_add_f32_e64 v5, v1, s101              ; encoding: [0x05,0x00,0x03,0xd5,0x01,0xcb,0x00,0x00]
 
 v_add_f32_e64 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x03,0xd5,0x01,0xd5,0x00,0x00]
+// GFX10: v_add_f32_e64 v5, v1, vcc_lo            ; encoding: [0x05,0x00,0x03,0xd5,0x01,0xd5,0x00,0x00]
 
 v_add_f32_e64 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x03,0xd5,0x01,0xd7,0x00,0x00]
+// GFX10: v_add_f32_e64 v5, v1, vcc_hi            ; encoding: [0x05,0x00,0x03,0xd5,0x01,0xd7,0x00,0x00]
 
 v_add_f32_e64 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x03,0xd5,0x01,0xf9,0x00,0x00]
+// GFX10: v_add_f32_e64 v5, v1, m0                ; encoding: [0x05,0x00,0x03,0xd5,0x01,0xf9,0x00,0x00]
 
 v_add_f32_e64 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x03,0xd5,0x01,0xfd,0x00,0x00]
+// GFX10: v_add_f32_e64 v5, v1, exec_lo           ; encoding: [0x05,0x00,0x03,0xd5,0x01,0xfd,0x00,0x00]
 
 v_add_f32_e64 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x03,0xd5,0x01,0xff,0x00,0x00]
+// GFX10: v_add_f32_e64 v5, v1, exec_hi           ; encoding: [0x05,0x00,0x03,0xd5,0x01,0xff,0x00,0x00]
 
 v_add_f32_e64 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x03,0xd5,0x01,0x01,0x01,0x00]
+// GFX10: v_add_f32_e64 v5, v1, 0                 ; encoding: [0x05,0x00,0x03,0xd5,0x01,0x01,0x01,0x00]
 
 v_add_f32_e64 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x03,0xd5,0x01,0x83,0x01,0x00]
+// GFX10: v_add_f32_e64 v5, v1, -1                ; encoding: [0x05,0x00,0x03,0xd5,0x01,0x83,0x01,0x00]
 
 v_add_f32_e64 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x03,0xd5,0x01,0xe1,0x01,0x00]
+// GFX10: v_add_f32_e64 v5, v1, 0.5               ; encoding: [0x05,0x00,0x03,0xd5,0x01,0xe1,0x01,0x00]
 
 v_add_f32_e64 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x03,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_add_f32_e64 v5, v1, -4.0              ; encoding: [0x05,0x00,0x03,0xd5,0x01,0xef,0x01,0x00]
 
 v_add_f32_e64 v5, -v1, v2
-// GFX10: encoding: [0x05,0x00,0x03,0xd5,0x01,0x05,0x02,0x20]
+// GFX10: v_add_f32_e64 v5, -v1, v2               ; encoding: [0x05,0x00,0x03,0xd5,0x01,0x05,0x02,0x20]
 
 v_add_f32_e64 v5, v1, -v2
-// GFX10: encoding: [0x05,0x00,0x03,0xd5,0x01,0x05,0x02,0x40]
+// GFX10: v_add_f32_e64 v5, v1, -v2               ; encoding: [0x05,0x00,0x03,0xd5,0x01,0x05,0x02,0x40]
 
 v_add_f32_e64 v5, -v1, -v2
-// GFX10: encoding: [0x05,0x00,0x03,0xd5,0x01,0x05,0x02,0x60]
+// GFX10: v_add_f32_e64 v5, -v1, -v2              ; encoding: [0x05,0x00,0x03,0xd5,0x01,0x05,0x02,0x60]
 
 v_add_f32_e64 v5, |v1|, v2
-// GFX10: encoding: [0x05,0x01,0x03,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_add_f32_e64 v5, |v1|, v2              ; encoding: [0x05,0x01,0x03,0xd5,0x01,0x05,0x02,0x00]
 
 v_add_f32_e64 v5, v1, |v2|
-// GFX10: encoding: [0x05,0x02,0x03,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_add_f32_e64 v5, v1, |v2|              ; encoding: [0x05,0x02,0x03,0xd5,0x01,0x05,0x02,0x00]
 
 v_add_f32_e64 v5, |v1|, |v2|
-// GFX10: encoding: [0x05,0x03,0x03,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_add_f32_e64 v5, |v1|, |v2|            ; encoding: [0x05,0x03,0x03,0xd5,0x01,0x05,0x02,0x00]
 
 v_add_f32_e64 v5, v1, v2 clamp
-// GFX10: encoding: [0x05,0x80,0x03,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_add_f32_e64 v5, v1, v2 clamp          ; encoding: [0x05,0x80,0x03,0xd5,0x01,0x05,0x02,0x00]
 
 v_add_f32_e64 v5, v1, v2 mul:2
-// GFX10: encoding: [0x05,0x00,0x03,0xd5,0x01,0x05,0x02,0x08]
+// GFX10: v_add_f32_e64 v5, v1, v2 mul:2          ; encoding: [0x05,0x00,0x03,0xd5,0x01,0x05,0x02,0x08]
 
 v_add_f32_e64 v5, v1, v2 mul:4
-// GFX10: encoding: [0x05,0x00,0x03,0xd5,0x01,0x05,0x02,0x10]
+// GFX10: v_add_f32_e64 v5, v1, v2 mul:4          ; encoding: [0x05,0x00,0x03,0xd5,0x01,0x05,0x02,0x10]
 
 v_add_f32_e64 v5, v1, v2 div:2
-// GFX10: encoding: [0x05,0x00,0x03,0xd5,0x01,0x05,0x02,0x18]
+// GFX10: v_add_f32_e64 v5, v1, v2 div:2          ; encoding: [0x05,0x00,0x03,0xd5,0x01,0x05,0x02,0x18]
 
 v_add_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x06,0x01,0x06,0x06,0x06]
+// GFX10: v_add_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x06,0x01,0x06,0x06,0x06]
 
 v_add_f32_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0xfe,0x07,0x01,0x06,0x06,0x06]
+// GFX10: v_add_f32_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0xfe,0x07,0x01,0x06,0x06,0x06]
 
 v_add_f32_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x06,0xff,0x06,0x06,0x06]
+// GFX10: v_add_f32_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x06,0xff,0x06,0x06,0x06]
 
 v_add_f32_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x06,0x01,0x06,0x86,0x06]
+// GFX10: v_add_f32_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x06,0x01,0x06,0x86,0x06]
 
 v_add_f32_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x06,0x65,0x06,0x86,0x06]
+// GFX10: v_add_f32_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x06,0x65,0x06,0x86,0x06]
 
 v_add_f32_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x06,0x6a,0x06,0x86,0x06]
+// GFX10: v_add_f32_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x06,0x6a,0x06,0x86,0x06]
 
 v_add_f32_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x06,0x6b,0x06,0x86,0x06]
+// GFX10: v_add_f32_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x06,0x6b,0x06,0x86,0x06]
 
 v_add_f32_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x06,0x7c,0x06,0x86,0x06]
+// GFX10: v_add_f32_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x06,0x7c,0x06,0x86,0x06]
 
 v_add_f32_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x06,0x7e,0x06,0x86,0x06]
+// GFX10: v_add_f32_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x06,0x7e,0x06,0x86,0x06]
 
 v_add_f32_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x06,0x7f,0x06,0x86,0x06]
+// GFX10: v_add_f32_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x06,0x7f,0x06,0x86,0x06]
 
 v_add_f32_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0xfe,0x0b,0x06,0x01,0x06,0x06,0x06]
+// GFX10: v_add_f32_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0xfe,0x0b,0x06,0x01,0x06,0x06,0x06]
 
 v_add_f32_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x06,0x01,0x26,0x06,0x06]
+// GFX10: v_add_f32_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x06,0x01,0x26,0x06,0x06]
 
 v_add_f32_sdwa v5, v1, v2 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x06,0x01,0x46,0x06,0x06]
+// GFX10: v_add_f32_sdwa v5, v1, v2 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x06,0x01,0x46,0x06,0x06]
 
 v_add_f32_sdwa v5, v1, v2 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x06,0x01,0x86,0x06,0x06]
+// GFX10: v_add_f32_sdwa v5, v1, v2 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x06,0x01,0x86,0x06,0x06]
 
 v_add_f32_sdwa v5, v1, v2 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x06,0x01,0xc6,0x06,0x06]
+// GFX10: v_add_f32_sdwa v5, v1, v2 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x06,0x01,0xc6,0x06,0x06]
 
 v_add_f32_sdwa v5, v1, v2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x06,0x01,0x06,0x06,0x06]
+// GFX10: v_add_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x06,0x01,0x06,0x06,0x06]
 
 v_add_f32_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x06,0x01,0x00,0x06,0x06]
+// GFX10: v_add_f32_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x06,0x01,0x00,0x06,0x06]
 
 v_add_f32_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x06,0x01,0x01,0x06,0x06]
+// GFX10: v_add_f32_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x06,0x01,0x01,0x06,0x06]
 
 v_add_f32_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x06,0x01,0x02,0x06,0x06]
+// GFX10: v_add_f32_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x06,0x01,0x02,0x06,0x06]
 
 v_add_f32_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x06,0x01,0x03,0x06,0x06]
+// GFX10: v_add_f32_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x06,0x01,0x03,0x06,0x06]
 
 v_add_f32_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x06,0x01,0x04,0x06,0x06]
+// GFX10: v_add_f32_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x06,0x01,0x04,0x06,0x06]
 
 v_add_f32_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x06,0x01,0x05,0x06,0x06]
+// GFX10: v_add_f32_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x06,0x01,0x05,0x06,0x06]
 
 v_add_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x06,0x01,0x0e,0x06,0x06]
+// GFX10: v_add_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x06,0x01,0x0e,0x06,0x06]
 
 v_add_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x06,0x01,0x16,0x06,0x06]
+// GFX10: v_add_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x06,0x01,0x16,0x06,0x06]
 
 v_add_f32_sdwa v5, v1, v2 dst_sel:DWORD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x06,0x01,0x16,0x06,0x06]
+// GFX10: v_add_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x06,0x01,0x16,0x06,0x06]
 
 v_add_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x06,0x01,0x06,0x06,0x06]
+// GFX10: v_add_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x06,0x01,0x06,0x06,0x06]
 
 v_add_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x06,0x01,0x06,0x00,0x06]
+// GFX10: v_add_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x06,0x01,0x06,0x00,0x06]
 
 v_add_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x06,0x01,0x06,0x01,0x06]
+// GFX10: v_add_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x06,0x01,0x06,0x01,0x06]
 
 v_add_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x06,0x01,0x06,0x02,0x06]
+// GFX10: v_add_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x06,0x01,0x06,0x02,0x06]
 
 v_add_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x06,0x01,0x06,0x03,0x06]
+// GFX10: v_add_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x06,0x01,0x06,0x03,0x06]
 
 v_add_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x06,0x01,0x06,0x04,0x06]
+// GFX10: v_add_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x06,0x01,0x06,0x04,0x06]
 
 v_add_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x06,0x01,0x06,0x05,0x06]
+// GFX10: v_add_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x06,0x01,0x06,0x05,0x06]
 
 v_add_f32_sdwa v5, -v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x06,0x01,0x06,0x16,0x06]
+// GFX10: v_add_f32_sdwa v5, -v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x06,0x01,0x06,0x16,0x06]
 
 v_add_f32_sdwa v5, |v1|, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x06,0x01,0x06,0x26,0x06]
+// GFX10: v_add_f32_sdwa v5, |v1|, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x06,0x01,0x06,0x26,0x06]
 
 v_add_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x06,0x01,0x06,0x06,0x06]
+// GFX10: v_add_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x06,0x01,0x06,0x06,0x06]
 
 v_add_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x06,0x01,0x06,0x06,0x00]
+// GFX10: v_add_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0 ; encoding: [0xf9,0x04,0x0a,0x06,0x01,0x06,0x06,0x00]
 
 v_add_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x06,0x01,0x06,0x06,0x01]
+// GFX10: v_add_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1 ; encoding: [0xf9,0x04,0x0a,0x06,0x01,0x06,0x06,0x01]
 
 v_add_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x04,0x0a,0x06,0x01,0x06,0x06,0x02]
+// GFX10: v_add_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2 ; encoding: [0xf9,0x04,0x0a,0x06,0x01,0x06,0x06,0x02]
 
 v_add_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x04,0x0a,0x06,0x01,0x06,0x06,0x03]
+// GFX10: v_add_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3 ; encoding: [0xf9,0x04,0x0a,0x06,0x01,0x06,0x06,0x03]
 
 v_add_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x06,0x01,0x06,0x06,0x04]
+// GFX10: v_add_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0 ; encoding: [0xf9,0x04,0x0a,0x06,0x01,0x06,0x06,0x04]
 
 v_add_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x06,0x01,0x06,0x06,0x05]
+// GFX10: v_add_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1 ; encoding: [0xf9,0x04,0x0a,0x06,0x01,0x06,0x06,0x05]
 
 v_add_f32_sdwa v5, v1, -v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x06,0x01,0x06,0x06,0x16]
+// GFX10: v_add_f32_sdwa v5, v1, -v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x06,0x01,0x06,0x06,0x16]
 
 v_add_f32_sdwa v5, v1, |v2| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x06,0x01,0x06,0x06,0x26]
+// GFX10: v_add_f32_sdwa v5, v1, |v2| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x06,0x01,0x06,0x06,0x26]
 
 v_add_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x06,0x01,0xe4,0x00,0x00]
+// GFX10: v_add_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x06,0x01,0xe4,0x00,0x00]
 
 v_add_f32_dpp v255, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0xfe,0x07,0x01,0xe4,0x00,0x00]
+// GFX10: v_add_f32_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0xfe,0x07,0x01,0xe4,0x00,0x00]
 
 v_add_f32_dpp v5, v255, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x06,0xff,0xe4,0x00,0x00]
+// GFX10: v_add_f32_dpp v5, v255, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x06,0xff,0xe4,0x00,0x00]
 
 v_add_f32_dpp v5, v1, v255  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xfe,0x0b,0x06,0x01,0xe4,0x00,0x00]
+// GFX10: v_add_f32_dpp v5, v1, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xfe,0x0b,0x06,0x01,0xe4,0x00,0x00]
 
 v_add_f32_dpp v5, v1, v2  quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x06,0x01,0x1b,0x00,0x00]
+// GFX10: v_add_f32_dpp v5, v1, v2 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x06,0x01,0x1b,0x00,0x00]
 
 v_add_f32_dpp v5, v1, v2  row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x06,0x01,0x40,0x01,0x00]
+// GFX10: v_add_f32_dpp v5, v1, v2 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x06,0x01,0x40,0x01,0x00]
 
 v_add_f32_dpp v5, v1, v2  row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x06,0x01,0x41,0x01,0x00]
+// GFX10: v_add_f32_dpp v5, v1, v2 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x06,0x01,0x41,0x01,0x00]
 
 v_add_f32_dpp v5, v1, v2  row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x06,0x01,0x01,0x01,0x00]
+// GFX10: v_add_f32_dpp v5, v1, v2 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x06,0x01,0x01,0x01,0x00]
 
 v_add_f32_dpp v5, v1, v2  row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x06,0x01,0x0f,0x01,0x00]
+// GFX10: v_add_f32_dpp v5, v1, v2 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x06,0x01,0x0f,0x01,0x00]
 
 v_add_f32_dpp v5, v1, v2  row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x06,0x01,0x11,0x01,0x00]
+// GFX10: v_add_f32_dpp v5, v1, v2 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x06,0x01,0x11,0x01,0x00]
 
 v_add_f32_dpp v5, v1, v2  row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x06,0x01,0x1f,0x01,0x00]
+// GFX10: v_add_f32_dpp v5, v1, v2 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x06,0x01,0x1f,0x01,0x00]
 
 v_add_f32_dpp v5, v1, v2  row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x06,0x01,0x21,0x01,0x00]
+// GFX10: v_add_f32_dpp v5, v1, v2 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x06,0x01,0x21,0x01,0x00]
 
 v_add_f32_dpp v5, v1, v2  row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x06,0x01,0x2f,0x01,0x00]
+// GFX10: v_add_f32_dpp v5, v1, v2 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x06,0x01,0x2f,0x01,0x00]
 
 v_add_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x06,0x01,0xe4,0x00,0x10]
+// GFX10: v_add_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x06,0x01,0xe4,0x00,0x10]
 
 v_add_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x06,0x01,0xe4,0x00,0x30]
+// GFX10: v_add_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x06,0x01,0xe4,0x00,0x30]
 
 v_add_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x06,0x01,0xe4,0x00,0xf0]
+// GFX10: v_add_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x06,0x01,0xe4,0x00,0xf0]
 
 v_add_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x04,0x0a,0x06,0x01,0xe4,0x00,0x01]
+// GFX10: v_add_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x04,0x0a,0x06,0x01,0xe4,0x00,0x01]
 
 v_add_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x04,0x0a,0x06,0x01,0xe4,0x00,0x03]
+// GFX10: v_add_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x04,0x0a,0x06,0x01,0xe4,0x00,0x03]
 
 v_add_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x04,0x0a,0x06,0x01,0xe4,0x00,0x0f]
+// GFX10: v_add_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x04,0x0a,0x06,0x01,0xe4,0x00,0x0f]
 
 v_add_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x06,0x01,0xe4,0x08,0x00]
+// GFX10: v_add_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x04,0x0a,0x06,0x01,0xe4,0x08,0x00]
 
 v_add_f32_dpp v5, -v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x06,0x01,0xe4,0x10,0x00]
+// GFX10: v_add_f32_dpp v5, -v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x06,0x01,0xe4,0x10,0x00]
 
 v_add_f32_dpp v5, |v1|, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x06,0x01,0xe4,0x20,0x00]
+// GFX10: v_add_f32_dpp v5, |v1|, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x06,0x01,0xe4,0x20,0x00]
 
 v_add_f32_dpp v5, v1, -v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x06,0x01,0xe4,0x40,0x00]
+// GFX10: v_add_f32_dpp v5, v1, -v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x06,0x01,0xe4,0x40,0x00]
 
 v_add_f32_dpp v5, v1, |v2|  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x06,0x01,0xe4,0x80,0x00]
+// GFX10: v_add_f32_dpp v5, v1, |v2| quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x06,0x01,0xe4,0x80,0x00]
 
 v_add_f32_dpp v5, v1, v2  row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x06,0x01,0x51,0x01,0x00]
+// GFX10: v_add_f32_dpp v5, v1, v2 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x06,0x01,0x51,0x01,0x00]
 
 v_add_f32_dpp v5, v1, v2  row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x06,0x01,0x5f,0x01,0x00]
+// GFX10: v_add_f32_dpp v5, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x06,0x01,0x5f,0x01,0x00]
 
 v_add_f32_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x06,0x01,0x61,0x01,0x00]
+// GFX10: v_add_f32_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x06,0x01,0x61,0x01,0x00]
 
 v_add_f32_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x06,0x01,0x6f,0x01,0x00]
+// GFX10: v_add_f32_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x06,0x01,0x6f,0x01,0x00]
 
 v_sub_f32_e32 v5, v1, v2
-// GFX10: encoding: [0x01,0x05,0x0a,0x08]
+// GFX10: v_sub_f32_e32 v5, v1, v2                ; encoding: [0x01,0x05,0x0a,0x08]
 
 v_sub_f32_e32 v255, v1, v2
-// GFX10: encoding: [0x01,0x05,0xfe,0x09]
+// GFX10: v_sub_f32_e32 v255, v1, v2              ; encoding: [0x01,0x05,0xfe,0x09]
 
 v_sub_f32_e32 v5, v255, v2
-// GFX10: encoding: [0xff,0x05,0x0a,0x08]
+// GFX10: v_sub_f32_e32 v5, v255, v2              ; encoding: [0xff,0x05,0x0a,0x08]
 
 v_sub_f32_e32 v5, s1, v2
-// GFX10: encoding: [0x01,0x04,0x0a,0x08]
+// GFX10: v_sub_f32_e32 v5, s1, v2                ; encoding: [0x01,0x04,0x0a,0x08]
 
 v_sub_f32_e32 v5, s101, v2
-// GFX10: encoding: [0x65,0x04,0x0a,0x08]
+// GFX10: v_sub_f32_e32 v5, s101, v2              ; encoding: [0x65,0x04,0x0a,0x08]
 
 v_sub_f32_e32 v5, vcc_lo, v2
-// GFX10: encoding: [0x6a,0x04,0x0a,0x08]
+// GFX10: v_sub_f32_e32 v5, vcc_lo, v2            ; encoding: [0x6a,0x04,0x0a,0x08]
 
 v_sub_f32_e32 v5, vcc_hi, v2
-// GFX10: encoding: [0x6b,0x04,0x0a,0x08]
+// GFX10: v_sub_f32_e32 v5, vcc_hi, v2            ; encoding: [0x6b,0x04,0x0a,0x08]
 
 v_sub_f32_e32 v5, m0, v2
-// GFX10: encoding: [0x7c,0x04,0x0a,0x08]
+// GFX10: v_sub_f32_e32 v5, m0, v2                ; encoding: [0x7c,0x04,0x0a,0x08]
 
 v_sub_f32_e32 v5, exec_lo, v2
-// GFX10: encoding: [0x7e,0x04,0x0a,0x08]
+// GFX10: v_sub_f32_e32 v5, exec_lo, v2           ; encoding: [0x7e,0x04,0x0a,0x08]
 
 v_sub_f32_e32 v5, exec_hi, v2
-// GFX10: encoding: [0x7f,0x04,0x0a,0x08]
+// GFX10: v_sub_f32_e32 v5, exec_hi, v2           ; encoding: [0x7f,0x04,0x0a,0x08]
 
 v_sub_f32_e32 v5, 0, v2
-// GFX10: encoding: [0x80,0x04,0x0a,0x08]
+// GFX10: v_sub_f32_e32 v5, 0, v2                 ; encoding: [0x80,0x04,0x0a,0x08]
 
 v_sub_f32_e32 v5, -1, v2
-// GFX10: encoding: [0xc1,0x04,0x0a,0x08]
+// GFX10: v_sub_f32_e32 v5, -1, v2                ; encoding: [0xc1,0x04,0x0a,0x08]
 
 v_sub_f32_e32 v5, 0.5, v2
-// GFX10: encoding: [0xf0,0x04,0x0a,0x08]
+// GFX10: v_sub_f32_e32 v5, 0.5, v2               ; encoding: [0xf0,0x04,0x0a,0x08]
 
 v_sub_f32_e32 v5, -4.0, v2
-// GFX10: encoding: [0xf7,0x04,0x0a,0x08]
+// GFX10: v_sub_f32_e32 v5, -4.0, v2              ; encoding: [0xf7,0x04,0x0a,0x08]
 
 v_sub_f32_e32 v5, 0xaf123456, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x08,0x56,0x34,0x12,0xaf]
+// GFX10: v_sub_f32_e32 v5, 0xaf123456, v2        ; encoding: [0xff,0x04,0x0a,0x08,0x56,0x34,0x12,0xaf]
 
 v_sub_f32_e32 v5, 0x3f717273, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x08,0x73,0x72,0x71,0x3f]
+// GFX10: v_sub_f32_e32 v5, 0x3f717273, v2        ; encoding: [0xff,0x04,0x0a,0x08,0x73,0x72,0x71,0x3f]
 
 v_sub_f32_e32 v5, v1, v255
-// GFX10: encoding: [0x01,0xff,0x0b,0x08]
+// GFX10: v_sub_f32_e32 v5, v1, v255              ; encoding: [0x01,0xff,0x0b,0x08]
 
 v_sub_f32_e64 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x04,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_sub_f32_e64 v5, v1, v2                ; encoding: [0x05,0x00,0x04,0xd5,0x01,0x05,0x02,0x00]
 
 v_sub_f32_e64 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x04,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_sub_f32_e64 v255, v1, v2              ; encoding: [0xff,0x00,0x04,0xd5,0x01,0x05,0x02,0x00]
 
 v_sub_f32_e64 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x04,0xd5,0xff,0x05,0x02,0x00]
+// GFX10: v_sub_f32_e64 v5, v255, v2              ; encoding: [0x05,0x00,0x04,0xd5,0xff,0x05,0x02,0x00]
 
 v_sub_f32_e64 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x04,0xd5,0x01,0x04,0x02,0x00]
+// GFX10: v_sub_f32_e64 v5, s1, v2                ; encoding: [0x05,0x00,0x04,0xd5,0x01,0x04,0x02,0x00]
 
 v_sub_f32_e64 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x04,0xd5,0x65,0x04,0x02,0x00]
+// GFX10: v_sub_f32_e64 v5, s101, v2              ; encoding: [0x05,0x00,0x04,0xd5,0x65,0x04,0x02,0x00]
 
 v_sub_f32_e64 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x04,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_sub_f32_e64 v5, vcc_lo, v2            ; encoding: [0x05,0x00,0x04,0xd5,0x6a,0x04,0x02,0x00]
 
 v_sub_f32_e64 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x04,0xd5,0x6b,0x04,0x02,0x00]
+// GFX10: v_sub_f32_e64 v5, vcc_hi, v2            ; encoding: [0x05,0x00,0x04,0xd5,0x6b,0x04,0x02,0x00]
 
 v_sub_f32_e64 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x04,0xd5,0x7c,0x04,0x02,0x00]
+// GFX10: v_sub_f32_e64 v5, m0, v2                ; encoding: [0x05,0x00,0x04,0xd5,0x7c,0x04,0x02,0x00]
 
 v_sub_f32_e64 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x04,0xd5,0x7e,0x04,0x02,0x00]
+// GFX10: v_sub_f32_e64 v5, exec_lo, v2           ; encoding: [0x05,0x00,0x04,0xd5,0x7e,0x04,0x02,0x00]
 
 v_sub_f32_e64 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x04,0xd5,0x7f,0x04,0x02,0x00]
+// GFX10: v_sub_f32_e64 v5, exec_hi, v2           ; encoding: [0x05,0x00,0x04,0xd5,0x7f,0x04,0x02,0x00]
 
 v_sub_f32_e64 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x04,0xd5,0x80,0x04,0x02,0x00]
+// GFX10: v_sub_f32_e64 v5, 0, v2                 ; encoding: [0x05,0x00,0x04,0xd5,0x80,0x04,0x02,0x00]
 
 v_sub_f32_e64 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x04,0xd5,0xc1,0x04,0x02,0x00]
+// GFX10: v_sub_f32_e64 v5, -1, v2                ; encoding: [0x05,0x00,0x04,0xd5,0xc1,0x04,0x02,0x00]
 
 v_sub_f32_e64 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x04,0xd5,0xf0,0x04,0x02,0x00]
+// GFX10: v_sub_f32_e64 v5, 0.5, v2               ; encoding: [0x05,0x00,0x04,0xd5,0xf0,0x04,0x02,0x00]
 
 v_sub_f32_e64 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x04,0xd5,0xf7,0x04,0x02,0x00]
+// GFX10: v_sub_f32_e64 v5, -4.0, v2              ; encoding: [0x05,0x00,0x04,0xd5,0xf7,0x04,0x02,0x00]
 
 v_sub_f32_e64 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x04,0xd5,0x01,0xff,0x03,0x00]
+// GFX10: v_sub_f32_e64 v5, v1, v255              ; encoding: [0x05,0x00,0x04,0xd5,0x01,0xff,0x03,0x00]
 
 v_sub_f32_e64 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x04,0xd5,0x01,0x05,0x00,0x00]
+// GFX10: v_sub_f32_e64 v5, v1, s2                ; encoding: [0x05,0x00,0x04,0xd5,0x01,0x05,0x00,0x00]
 
 v_sub_f32_e64 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x04,0xd5,0x01,0xcb,0x00,0x00]
+// GFX10: v_sub_f32_e64 v5, v1, s101              ; encoding: [0x05,0x00,0x04,0xd5,0x01,0xcb,0x00,0x00]
 
 v_sub_f32_e64 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x04,0xd5,0x01,0xd5,0x00,0x00]
+// GFX10: v_sub_f32_e64 v5, v1, vcc_lo            ; encoding: [0x05,0x00,0x04,0xd5,0x01,0xd5,0x00,0x00]
 
 v_sub_f32_e64 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x04,0xd5,0x01,0xd7,0x00,0x00]
+// GFX10: v_sub_f32_e64 v5, v1, vcc_hi            ; encoding: [0x05,0x00,0x04,0xd5,0x01,0xd7,0x00,0x00]
 
 v_sub_f32_e64 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x04,0xd5,0x01,0xf9,0x00,0x00]
+// GFX10: v_sub_f32_e64 v5, v1, m0                ; encoding: [0x05,0x00,0x04,0xd5,0x01,0xf9,0x00,0x00]
 
 v_sub_f32_e64 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x04,0xd5,0x01,0xfd,0x00,0x00]
+// GFX10: v_sub_f32_e64 v5, v1, exec_lo           ; encoding: [0x05,0x00,0x04,0xd5,0x01,0xfd,0x00,0x00]
 
 v_sub_f32_e64 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x04,0xd5,0x01,0xff,0x00,0x00]
+// GFX10: v_sub_f32_e64 v5, v1, exec_hi           ; encoding: [0x05,0x00,0x04,0xd5,0x01,0xff,0x00,0x00]
 
 v_sub_f32_e64 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x04,0xd5,0x01,0x01,0x01,0x00]
+// GFX10: v_sub_f32_e64 v5, v1, 0                 ; encoding: [0x05,0x00,0x04,0xd5,0x01,0x01,0x01,0x00]
 
 v_sub_f32_e64 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x04,0xd5,0x01,0x83,0x01,0x00]
+// GFX10: v_sub_f32_e64 v5, v1, -1                ; encoding: [0x05,0x00,0x04,0xd5,0x01,0x83,0x01,0x00]
 
 v_sub_f32_e64 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x04,0xd5,0x01,0xe1,0x01,0x00]
+// GFX10: v_sub_f32_e64 v5, v1, 0.5               ; encoding: [0x05,0x00,0x04,0xd5,0x01,0xe1,0x01,0x00]
 
 v_sub_f32_e64 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x04,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_sub_f32_e64 v5, v1, -4.0              ; encoding: [0x05,0x00,0x04,0xd5,0x01,0xef,0x01,0x00]
 
 v_sub_f32_e64 v5, -v1, v2
-// GFX10: encoding: [0x05,0x00,0x04,0xd5,0x01,0x05,0x02,0x20]
+// GFX10: v_sub_f32_e64 v5, -v1, v2               ; encoding: [0x05,0x00,0x04,0xd5,0x01,0x05,0x02,0x20]
 
 v_sub_f32_e64 v5, v1, -v2
-// GFX10: encoding: [0x05,0x00,0x04,0xd5,0x01,0x05,0x02,0x40]
+// GFX10: v_sub_f32_e64 v5, v1, -v2               ; encoding: [0x05,0x00,0x04,0xd5,0x01,0x05,0x02,0x40]
 
 v_sub_f32_e64 v5, -v1, -v2
-// GFX10: encoding: [0x05,0x00,0x04,0xd5,0x01,0x05,0x02,0x60]
+// GFX10: v_sub_f32_e64 v5, -v1, -v2              ; encoding: [0x05,0x00,0x04,0xd5,0x01,0x05,0x02,0x60]
 
 v_sub_f32_e64 v5, |v1|, v2
-// GFX10: encoding: [0x05,0x01,0x04,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_sub_f32_e64 v5, |v1|, v2              ; encoding: [0x05,0x01,0x04,0xd5,0x01,0x05,0x02,0x00]
 
 v_sub_f32_e64 v5, v1, |v2|
-// GFX10: encoding: [0x05,0x02,0x04,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_sub_f32_e64 v5, v1, |v2|              ; encoding: [0x05,0x02,0x04,0xd5,0x01,0x05,0x02,0x00]
 
 v_sub_f32_e64 v5, |v1|, |v2|
-// GFX10: encoding: [0x05,0x03,0x04,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_sub_f32_e64 v5, |v1|, |v2|            ; encoding: [0x05,0x03,0x04,0xd5,0x01,0x05,0x02,0x00]
 
 v_sub_f32_e64 v5, v1, v2 clamp
-// GFX10: encoding: [0x05,0x80,0x04,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_sub_f32_e64 v5, v1, v2 clamp          ; encoding: [0x05,0x80,0x04,0xd5,0x01,0x05,0x02,0x00]
 
 v_sub_f32_e64 v5, v1, v2 mul:2
-// GFX10: encoding: [0x05,0x00,0x04,0xd5,0x01,0x05,0x02,0x08]
+// GFX10: v_sub_f32_e64 v5, v1, v2 mul:2          ; encoding: [0x05,0x00,0x04,0xd5,0x01,0x05,0x02,0x08]
 
 v_sub_f32_e64 v5, v1, v2 mul:4
-// GFX10: encoding: [0x05,0x00,0x04,0xd5,0x01,0x05,0x02,0x10]
+// GFX10: v_sub_f32_e64 v5, v1, v2 mul:4          ; encoding: [0x05,0x00,0x04,0xd5,0x01,0x05,0x02,0x10]
 
 v_sub_f32_e64 v5, v1, v2 div:2
-// GFX10: encoding: [0x05,0x00,0x04,0xd5,0x01,0x05,0x02,0x18]
+// GFX10: v_sub_f32_e64 v5, v1, v2 div:2          ; encoding: [0x05,0x00,0x04,0xd5,0x01,0x05,0x02,0x18]
 
 v_sub_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x08,0x01,0x06,0x06,0x06]
+// GFX10: v_sub_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x08,0x01,0x06,0x06,0x06]
 
 v_sub_f32_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0xfe,0x09,0x01,0x06,0x06,0x06]
+// GFX10: v_sub_f32_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0xfe,0x09,0x01,0x06,0x06,0x06]
 
 v_sub_f32_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x08,0xff,0x06,0x06,0x06]
+// GFX10: v_sub_f32_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x08,0xff,0x06,0x06,0x06]
 
 v_sub_f32_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x08,0x01,0x06,0x86,0x06]
+// GFX10: v_sub_f32_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x08,0x01,0x06,0x86,0x06]
 
 v_sub_f32_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x08,0x65,0x06,0x86,0x06]
+// GFX10: v_sub_f32_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x08,0x65,0x06,0x86,0x06]
 
 v_sub_f32_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x08,0x6a,0x06,0x86,0x06]
+// GFX10: v_sub_f32_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x08,0x6a,0x06,0x86,0x06]
 
 v_sub_f32_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x08,0x6b,0x06,0x86,0x06]
+// GFX10: v_sub_f32_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x08,0x6b,0x06,0x86,0x06]
 
 v_sub_f32_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x08,0x7c,0x06,0x86,0x06]
+// GFX10: v_sub_f32_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x08,0x7c,0x06,0x86,0x06]
 
 v_sub_f32_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x08,0x7e,0x06,0x86,0x06]
+// GFX10: v_sub_f32_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x08,0x7e,0x06,0x86,0x06]
 
 v_sub_f32_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x08,0x7f,0x06,0x86,0x06]
+// GFX10: v_sub_f32_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x08,0x7f,0x06,0x86,0x06]
 
 v_sub_f32_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0xfe,0x0b,0x08,0x01,0x06,0x06,0x06]
+// GFX10: v_sub_f32_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0xfe,0x0b,0x08,0x01,0x06,0x06,0x06]
 
 v_sub_f32_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x08,0x01,0x26,0x06,0x06]
+// GFX10: v_sub_f32_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x08,0x01,0x26,0x06,0x06]
 
 v_sub_f32_sdwa v5, v1, v2 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x08,0x01,0x46,0x06,0x06]
+// GFX10: v_sub_f32_sdwa v5, v1, v2 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x08,0x01,0x46,0x06,0x06]
 
 v_sub_f32_sdwa v5, v1, v2 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x08,0x01,0x86,0x06,0x06]
+// GFX10: v_sub_f32_sdwa v5, v1, v2 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x08,0x01,0x86,0x06,0x06]
 
 v_sub_f32_sdwa v5, v1, v2 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x08,0x01,0xc6,0x06,0x06]
+// GFX10: v_sub_f32_sdwa v5, v1, v2 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x08,0x01,0xc6,0x06,0x06]
 
 v_sub_f32_sdwa v5, v1, v2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x08,0x01,0x06,0x06,0x06]
+// GFX10: v_sub_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x08,0x01,0x06,0x06,0x06]
 
 v_sub_f32_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x08,0x01,0x00,0x06,0x06]
+// GFX10: v_sub_f32_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x08,0x01,0x00,0x06,0x06]
 
 v_sub_f32_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x08,0x01,0x01,0x06,0x06]
+// GFX10: v_sub_f32_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x08,0x01,0x01,0x06,0x06]
 
 v_sub_f32_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x08,0x01,0x02,0x06,0x06]
+// GFX10: v_sub_f32_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x08,0x01,0x02,0x06,0x06]
 
 v_sub_f32_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x08,0x01,0x03,0x06,0x06]
+// GFX10: v_sub_f32_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x08,0x01,0x03,0x06,0x06]
 
 v_sub_f32_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x08,0x01,0x04,0x06,0x06]
+// GFX10: v_sub_f32_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x08,0x01,0x04,0x06,0x06]
 
 v_sub_f32_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x08,0x01,0x05,0x06,0x06]
+// GFX10: v_sub_f32_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x08,0x01,0x05,0x06,0x06]
 
 v_sub_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x08,0x01,0x0e,0x06,0x06]
+// GFX10: v_sub_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x08,0x01,0x0e,0x06,0x06]
 
 v_sub_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x08,0x01,0x16,0x06,0x06]
+// GFX10: v_sub_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x08,0x01,0x16,0x06,0x06]
 
 v_sub_f32_sdwa v5, v1, v2 dst_sel:DWORD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x08,0x01,0x16,0x06,0x06]
+// GFX10: v_sub_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x08,0x01,0x16,0x06,0x06]
 
 v_sub_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x08,0x01,0x06,0x06,0x06]
+// GFX10: v_sub_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x08,0x01,0x06,0x06,0x06]
 
 v_sub_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x08,0x01,0x06,0x00,0x06]
+// GFX10: v_sub_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x08,0x01,0x06,0x00,0x06]
 
 v_sub_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x08,0x01,0x06,0x01,0x06]
+// GFX10: v_sub_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x08,0x01,0x06,0x01,0x06]
 
 v_sub_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x08,0x01,0x06,0x02,0x06]
+// GFX10: v_sub_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x08,0x01,0x06,0x02,0x06]
 
 v_sub_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x08,0x01,0x06,0x03,0x06]
+// GFX10: v_sub_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x08,0x01,0x06,0x03,0x06]
 
 v_sub_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x08,0x01,0x06,0x04,0x06]
+// GFX10: v_sub_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x08,0x01,0x06,0x04,0x06]
 
 v_sub_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x08,0x01,0x06,0x05,0x06]
+// GFX10: v_sub_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x08,0x01,0x06,0x05,0x06]
 
 v_sub_f32_sdwa v5, -v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x08,0x01,0x06,0x16,0x06]
+// GFX10: v_sub_f32_sdwa v5, -v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x08,0x01,0x06,0x16,0x06]
 
 v_sub_f32_sdwa v5, |v1|, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x08,0x01,0x06,0x26,0x06]
+// GFX10: v_sub_f32_sdwa v5, |v1|, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x08,0x01,0x06,0x26,0x06]
 
 v_sub_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x08,0x01,0x06,0x06,0x06]
+// GFX10: v_sub_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x08,0x01,0x06,0x06,0x06]
 
 v_sub_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x08,0x01,0x06,0x06,0x00]
+// GFX10: v_sub_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0 ; encoding: [0xf9,0x04,0x0a,0x08,0x01,0x06,0x06,0x00]
 
 v_sub_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x08,0x01,0x06,0x06,0x01]
+// GFX10: v_sub_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1 ; encoding: [0xf9,0x04,0x0a,0x08,0x01,0x06,0x06,0x01]
 
 v_sub_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x04,0x0a,0x08,0x01,0x06,0x06,0x02]
+// GFX10: v_sub_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2 ; encoding: [0xf9,0x04,0x0a,0x08,0x01,0x06,0x06,0x02]
 
 v_sub_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x04,0x0a,0x08,0x01,0x06,0x06,0x03]
+// GFX10: v_sub_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3 ; encoding: [0xf9,0x04,0x0a,0x08,0x01,0x06,0x06,0x03]
 
 v_sub_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x08,0x01,0x06,0x06,0x04]
+// GFX10: v_sub_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0 ; encoding: [0xf9,0x04,0x0a,0x08,0x01,0x06,0x06,0x04]
 
 v_sub_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x08,0x01,0x06,0x06,0x05]
+// GFX10: v_sub_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1 ; encoding: [0xf9,0x04,0x0a,0x08,0x01,0x06,0x06,0x05]
 
 v_sub_f32_sdwa v5, v1, -v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x08,0x01,0x06,0x06,0x16]
+// GFX10: v_sub_f32_sdwa v5, v1, -v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x08,0x01,0x06,0x06,0x16]
 
 v_sub_f32_sdwa v5, v1, |v2| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x08,0x01,0x06,0x06,0x26]
+// GFX10: v_sub_f32_sdwa v5, v1, |v2| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x08,0x01,0x06,0x06,0x26]
 
 v_sub_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x08,0x01,0xe4,0x00,0x00]
+// GFX10: v_sub_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x08,0x01,0xe4,0x00,0x00]
 
 v_sub_f32_dpp v255, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0xfe,0x09,0x01,0xe4,0x00,0x00]
+// GFX10: v_sub_f32_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0xfe,0x09,0x01,0xe4,0x00,0x00]
 
 v_sub_f32_dpp v5, v255, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x08,0xff,0xe4,0x00,0x00]
+// GFX10: v_sub_f32_dpp v5, v255, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x08,0xff,0xe4,0x00,0x00]
 
 v_sub_f32_dpp v5, v1, v255  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xfe,0x0b,0x08,0x01,0xe4,0x00,0x00]
+// GFX10: v_sub_f32_dpp v5, v1, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xfe,0x0b,0x08,0x01,0xe4,0x00,0x00]
 
 v_sub_f32_dpp v5, v1, v2  quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x08,0x01,0x1b,0x00,0x00]
+// GFX10: v_sub_f32_dpp v5, v1, v2 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x08,0x01,0x1b,0x00,0x00]
 
 v_sub_f32_dpp v5, v1, v2  row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x08,0x01,0x40,0x01,0x00]
+// GFX10: v_sub_f32_dpp v5, v1, v2 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x08,0x01,0x40,0x01,0x00]
 
 v_sub_f32_dpp v5, v1, v2  row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x08,0x01,0x41,0x01,0x00]
+// GFX10: v_sub_f32_dpp v5, v1, v2 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x08,0x01,0x41,0x01,0x00]
 
 v_sub_f32_dpp v5, v1, v2  row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x08,0x01,0x01,0x01,0x00]
+// GFX10: v_sub_f32_dpp v5, v1, v2 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x08,0x01,0x01,0x01,0x00]
 
 v_sub_f32_dpp v5, v1, v2  row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x08,0x01,0x0f,0x01,0x00]
+// GFX10: v_sub_f32_dpp v5, v1, v2 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x08,0x01,0x0f,0x01,0x00]
 
 v_sub_f32_dpp v5, v1, v2  row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x08,0x01,0x11,0x01,0x00]
+// GFX10: v_sub_f32_dpp v5, v1, v2 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x08,0x01,0x11,0x01,0x00]
 
 v_sub_f32_dpp v5, v1, v2  row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x08,0x01,0x1f,0x01,0x00]
+// GFX10: v_sub_f32_dpp v5, v1, v2 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x08,0x01,0x1f,0x01,0x00]
 
 v_sub_f32_dpp v5, v1, v2  row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x08,0x01,0x21,0x01,0x00]
+// GFX10: v_sub_f32_dpp v5, v1, v2 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x08,0x01,0x21,0x01,0x00]
 
 v_sub_f32_dpp v5, v1, v2  row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x08,0x01,0x2f,0x01,0x00]
+// GFX10: v_sub_f32_dpp v5, v1, v2 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x08,0x01,0x2f,0x01,0x00]
 
 v_sub_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x08,0x01,0xe4,0x00,0x10]
+// GFX10: v_sub_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x08,0x01,0xe4,0x00,0x10]
 
 v_sub_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x08,0x01,0xe4,0x00,0x30]
+// GFX10: v_sub_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x08,0x01,0xe4,0x00,0x30]
 
 v_sub_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x08,0x01,0xe4,0x00,0xf0]
+// GFX10: v_sub_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x08,0x01,0xe4,0x00,0xf0]
 
 v_sub_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x04,0x0a,0x08,0x01,0xe4,0x00,0x01]
+// GFX10: v_sub_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x04,0x0a,0x08,0x01,0xe4,0x00,0x01]
 
 v_sub_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x04,0x0a,0x08,0x01,0xe4,0x00,0x03]
+// GFX10: v_sub_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x04,0x0a,0x08,0x01,0xe4,0x00,0x03]
 
 v_sub_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x04,0x0a,0x08,0x01,0xe4,0x00,0x0f]
+// GFX10: v_sub_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x04,0x0a,0x08,0x01,0xe4,0x00,0x0f]
 
 v_sub_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x08,0x01,0xe4,0x08,0x00]
+// GFX10: v_sub_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x04,0x0a,0x08,0x01,0xe4,0x08,0x00]
 
 v_sub_f32_dpp v5, -v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x08,0x01,0xe4,0x10,0x00]
+// GFX10: v_sub_f32_dpp v5, -v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x08,0x01,0xe4,0x10,0x00]
 
 v_sub_f32_dpp v5, |v1|, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x08,0x01,0xe4,0x20,0x00]
+// GFX10: v_sub_f32_dpp v5, |v1|, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x08,0x01,0xe4,0x20,0x00]
 
 v_sub_f32_dpp v5, v1, -v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x08,0x01,0xe4,0x40,0x00]
+// GFX10: v_sub_f32_dpp v5, v1, -v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x08,0x01,0xe4,0x40,0x00]
 
 v_sub_f32_dpp v5, v1, |v2|  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x08,0x01,0xe4,0x80,0x00]
+// GFX10: v_sub_f32_dpp v5, v1, |v2| quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x08,0x01,0xe4,0x80,0x00]
 
 v_sub_f32_dpp v5, v1, v2  row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x08,0x01,0x51,0x01,0x00]
+// GFX10: v_sub_f32_dpp v5, v1, v2 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x08,0x01,0x51,0x01,0x00]
 
 v_sub_f32_dpp v5, v1, v2  row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x08,0x01,0x5f,0x01,0x00]
+// GFX10: v_sub_f32_dpp v5, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x08,0x01,0x5f,0x01,0x00]
 
 v_sub_f32_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x08,0x01,0x61,0x01,0x00]
+// GFX10: v_sub_f32_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x08,0x01,0x61,0x01,0x00]
 
 v_sub_f32_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x08,0x01,0x6f,0x01,0x00]
+// GFX10: v_sub_f32_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x08,0x01,0x6f,0x01,0x00]
 
 v_subrev_f32_e32 v5, v1, v2
-// GFX10: encoding: [0x01,0x05,0x0a,0x0a]
+// GFX10: v_subrev_f32_e32 v5, v1, v2             ; encoding: [0x01,0x05,0x0a,0x0a]
 
 v_subrev_f32_e32 v255, v1, v2
-// GFX10: encoding: [0x01,0x05,0xfe,0x0b]
+// GFX10: v_subrev_f32_e32 v255, v1, v2           ; encoding: [0x01,0x05,0xfe,0x0b]
 
 v_subrev_f32_e32 v5, v255, v2
-// GFX10: encoding: [0xff,0x05,0x0a,0x0a]
+// GFX10: v_subrev_f32_e32 v5, v255, v2           ; encoding: [0xff,0x05,0x0a,0x0a]
 
 v_subrev_f32_e32 v5, s1, v2
-// GFX10: encoding: [0x01,0x04,0x0a,0x0a]
+// GFX10: v_subrev_f32_e32 v5, s1, v2             ; encoding: [0x01,0x04,0x0a,0x0a]
 
 v_subrev_f32_e32 v5, s101, v2
-// GFX10: encoding: [0x65,0x04,0x0a,0x0a]
+// GFX10: v_subrev_f32_e32 v5, s101, v2           ; encoding: [0x65,0x04,0x0a,0x0a]
 
 v_subrev_f32_e32 v5, vcc_lo, v2
-// GFX10: encoding: [0x6a,0x04,0x0a,0x0a]
+// GFX10: v_subrev_f32_e32 v5, vcc_lo, v2         ; encoding: [0x6a,0x04,0x0a,0x0a]
 
 v_subrev_f32_e32 v5, vcc_hi, v2
-// GFX10: encoding: [0x6b,0x04,0x0a,0x0a]
+// GFX10: v_subrev_f32_e32 v5, vcc_hi, v2         ; encoding: [0x6b,0x04,0x0a,0x0a]
 
 v_subrev_f32_e32 v5, m0, v2
-// GFX10: encoding: [0x7c,0x04,0x0a,0x0a]
+// GFX10: v_subrev_f32_e32 v5, m0, v2             ; encoding: [0x7c,0x04,0x0a,0x0a]
 
 v_subrev_f32_e32 v5, exec_lo, v2
-// GFX10: encoding: [0x7e,0x04,0x0a,0x0a]
+// GFX10: v_subrev_f32_e32 v5, exec_lo, v2        ; encoding: [0x7e,0x04,0x0a,0x0a]
 
 v_subrev_f32_e32 v5, exec_hi, v2
-// GFX10: encoding: [0x7f,0x04,0x0a,0x0a]
+// GFX10: v_subrev_f32_e32 v5, exec_hi, v2        ; encoding: [0x7f,0x04,0x0a,0x0a]
 
 v_subrev_f32_e32 v5, 0, v2
-// GFX10: encoding: [0x80,0x04,0x0a,0x0a]
+// GFX10: v_subrev_f32_e32 v5, 0, v2              ; encoding: [0x80,0x04,0x0a,0x0a]
 
 v_subrev_f32_e32 v5, -1, v2
-// GFX10: encoding: [0xc1,0x04,0x0a,0x0a]
+// GFX10: v_subrev_f32_e32 v5, -1, v2             ; encoding: [0xc1,0x04,0x0a,0x0a]
 
 v_subrev_f32_e32 v5, 0.5, v2
-// GFX10: encoding: [0xf0,0x04,0x0a,0x0a]
+// GFX10: v_subrev_f32_e32 v5, 0.5, v2            ; encoding: [0xf0,0x04,0x0a,0x0a]
 
 v_subrev_f32_e32 v5, -4.0, v2
-// GFX10: encoding: [0xf7,0x04,0x0a,0x0a]
+// GFX10: v_subrev_f32_e32 v5, -4.0, v2           ; encoding: [0xf7,0x04,0x0a,0x0a]
 
 v_subrev_f32_e32 v5, 0xaf123456, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x0a,0x56,0x34,0x12,0xaf]
+// GFX10: v_subrev_f32_e32 v5, 0xaf123456, v2     ; encoding: [0xff,0x04,0x0a,0x0a,0x56,0x34,0x12,0xaf]
 
 v_subrev_f32_e32 v5, 0x3f717273, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x0a,0x73,0x72,0x71,0x3f]
+// GFX10: v_subrev_f32_e32 v5, 0x3f717273, v2     ; encoding: [0xff,0x04,0x0a,0x0a,0x73,0x72,0x71,0x3f]
 
 v_subrev_f32_e32 v5, v1, v255
-// GFX10: encoding: [0x01,0xff,0x0b,0x0a]
+// GFX10: v_subrev_f32_e32 v5, v1, v255           ; encoding: [0x01,0xff,0x0b,0x0a]
 
 v_subrev_f32_e64 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x05,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_subrev_f32_e64 v5, v1, v2             ; encoding: [0x05,0x00,0x05,0xd5,0x01,0x05,0x02,0x00]
 
 v_subrev_f32_e64 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x05,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_subrev_f32_e64 v255, v1, v2           ; encoding: [0xff,0x00,0x05,0xd5,0x01,0x05,0x02,0x00]
 
 v_subrev_f32_e64 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x05,0xd5,0xff,0x05,0x02,0x00]
+// GFX10: v_subrev_f32_e64 v5, v255, v2           ; encoding: [0x05,0x00,0x05,0xd5,0xff,0x05,0x02,0x00]
 
 v_subrev_f32_e64 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x05,0xd5,0x01,0x04,0x02,0x00]
+// GFX10: v_subrev_f32_e64 v5, s1, v2             ; encoding: [0x05,0x00,0x05,0xd5,0x01,0x04,0x02,0x00]
 
 v_subrev_f32_e64 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x05,0xd5,0x65,0x04,0x02,0x00]
+// GFX10: v_subrev_f32_e64 v5, s101, v2           ; encoding: [0x05,0x00,0x05,0xd5,0x65,0x04,0x02,0x00]
 
 v_subrev_f32_e64 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x05,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_subrev_f32_e64 v5, vcc_lo, v2         ; encoding: [0x05,0x00,0x05,0xd5,0x6a,0x04,0x02,0x00]
 
 v_subrev_f32_e64 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x05,0xd5,0x6b,0x04,0x02,0x00]
+// GFX10: v_subrev_f32_e64 v5, vcc_hi, v2         ; encoding: [0x05,0x00,0x05,0xd5,0x6b,0x04,0x02,0x00]
 
 v_subrev_f32_e64 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x05,0xd5,0x7c,0x04,0x02,0x00]
+// GFX10: v_subrev_f32_e64 v5, m0, v2             ; encoding: [0x05,0x00,0x05,0xd5,0x7c,0x04,0x02,0x00]
 
 v_subrev_f32_e64 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x05,0xd5,0x7e,0x04,0x02,0x00]
+// GFX10: v_subrev_f32_e64 v5, exec_lo, v2        ; encoding: [0x05,0x00,0x05,0xd5,0x7e,0x04,0x02,0x00]
 
 v_subrev_f32_e64 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x05,0xd5,0x7f,0x04,0x02,0x00]
+// GFX10: v_subrev_f32_e64 v5, exec_hi, v2        ; encoding: [0x05,0x00,0x05,0xd5,0x7f,0x04,0x02,0x00]
 
 v_subrev_f32_e64 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x05,0xd5,0x80,0x04,0x02,0x00]
+// GFX10: v_subrev_f32_e64 v5, 0, v2              ; encoding: [0x05,0x00,0x05,0xd5,0x80,0x04,0x02,0x00]
 
 v_subrev_f32_e64 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x05,0xd5,0xc1,0x04,0x02,0x00]
+// GFX10: v_subrev_f32_e64 v5, -1, v2             ; encoding: [0x05,0x00,0x05,0xd5,0xc1,0x04,0x02,0x00]
 
 v_subrev_f32_e64 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x05,0xd5,0xf0,0x04,0x02,0x00]
+// GFX10: v_subrev_f32_e64 v5, 0.5, v2            ; encoding: [0x05,0x00,0x05,0xd5,0xf0,0x04,0x02,0x00]
 
 v_subrev_f32_e64 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x05,0xd5,0xf7,0x04,0x02,0x00]
+// GFX10: v_subrev_f32_e64 v5, -4.0, v2           ; encoding: [0x05,0x00,0x05,0xd5,0xf7,0x04,0x02,0x00]
 
 v_subrev_f32_e64 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x05,0xd5,0x01,0xff,0x03,0x00]
+// GFX10: v_subrev_f32_e64 v5, v1, v255           ; encoding: [0x05,0x00,0x05,0xd5,0x01,0xff,0x03,0x00]
 
 v_subrev_f32_e64 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x05,0xd5,0x01,0x05,0x00,0x00]
+// GFX10: v_subrev_f32_e64 v5, v1, s2             ; encoding: [0x05,0x00,0x05,0xd5,0x01,0x05,0x00,0x00]
 
 v_subrev_f32_e64 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x05,0xd5,0x01,0xcb,0x00,0x00]
+// GFX10: v_subrev_f32_e64 v5, v1, s101           ; encoding: [0x05,0x00,0x05,0xd5,0x01,0xcb,0x00,0x00]
 
 v_subrev_f32_e64 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x05,0xd5,0x01,0xd5,0x00,0x00]
+// GFX10: v_subrev_f32_e64 v5, v1, vcc_lo         ; encoding: [0x05,0x00,0x05,0xd5,0x01,0xd5,0x00,0x00]
 
 v_subrev_f32_e64 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x05,0xd5,0x01,0xd7,0x00,0x00]
+// GFX10: v_subrev_f32_e64 v5, v1, vcc_hi         ; encoding: [0x05,0x00,0x05,0xd5,0x01,0xd7,0x00,0x00]
 
 v_subrev_f32_e64 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x05,0xd5,0x01,0xf9,0x00,0x00]
+// GFX10: v_subrev_f32_e64 v5, v1, m0             ; encoding: [0x05,0x00,0x05,0xd5,0x01,0xf9,0x00,0x00]
 
 v_subrev_f32_e64 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x05,0xd5,0x01,0xfd,0x00,0x00]
+// GFX10: v_subrev_f32_e64 v5, v1, exec_lo        ; encoding: [0x05,0x00,0x05,0xd5,0x01,0xfd,0x00,0x00]
 
 v_subrev_f32_e64 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x05,0xd5,0x01,0xff,0x00,0x00]
+// GFX10: v_subrev_f32_e64 v5, v1, exec_hi        ; encoding: [0x05,0x00,0x05,0xd5,0x01,0xff,0x00,0x00]
 
 v_subrev_f32_e64 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x05,0xd5,0x01,0x01,0x01,0x00]
+// GFX10: v_subrev_f32_e64 v5, v1, 0              ; encoding: [0x05,0x00,0x05,0xd5,0x01,0x01,0x01,0x00]
 
 v_subrev_f32_e64 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x05,0xd5,0x01,0x83,0x01,0x00]
+// GFX10: v_subrev_f32_e64 v5, v1, -1             ; encoding: [0x05,0x00,0x05,0xd5,0x01,0x83,0x01,0x00]
 
 v_subrev_f32_e64 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x05,0xd5,0x01,0xe1,0x01,0x00]
+// GFX10: v_subrev_f32_e64 v5, v1, 0.5            ; encoding: [0x05,0x00,0x05,0xd5,0x01,0xe1,0x01,0x00]
 
 v_subrev_f32_e64 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x05,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_subrev_f32_e64 v5, v1, -4.0           ; encoding: [0x05,0x00,0x05,0xd5,0x01,0xef,0x01,0x00]
 
 v_subrev_f32_e64 v5, -v1, v2
-// GFX10: encoding: [0x05,0x00,0x05,0xd5,0x01,0x05,0x02,0x20]
+// GFX10: v_subrev_f32_e64 v5, -v1, v2            ; encoding: [0x05,0x00,0x05,0xd5,0x01,0x05,0x02,0x20]
 
 v_subrev_f32_e64 v5, v1, -v2
-// GFX10: encoding: [0x05,0x00,0x05,0xd5,0x01,0x05,0x02,0x40]
+// GFX10: v_subrev_f32_e64 v5, v1, -v2            ; encoding: [0x05,0x00,0x05,0xd5,0x01,0x05,0x02,0x40]
 
 v_subrev_f32_e64 v5, -v1, -v2
-// GFX10: encoding: [0x05,0x00,0x05,0xd5,0x01,0x05,0x02,0x60]
+// GFX10: v_subrev_f32_e64 v5, -v1, -v2           ; encoding: [0x05,0x00,0x05,0xd5,0x01,0x05,0x02,0x60]
 
 v_subrev_f32_e64 v5, |v1|, v2
-// GFX10: encoding: [0x05,0x01,0x05,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_subrev_f32_e64 v5, |v1|, v2           ; encoding: [0x05,0x01,0x05,0xd5,0x01,0x05,0x02,0x00]
 
 v_subrev_f32_e64 v5, v1, |v2|
-// GFX10: encoding: [0x05,0x02,0x05,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_subrev_f32_e64 v5, v1, |v2|           ; encoding: [0x05,0x02,0x05,0xd5,0x01,0x05,0x02,0x00]
 
 v_subrev_f32_e64 v5, |v1|, |v2|
-// GFX10: encoding: [0x05,0x03,0x05,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_subrev_f32_e64 v5, |v1|, |v2|         ; encoding: [0x05,0x03,0x05,0xd5,0x01,0x05,0x02,0x00]
 
 v_subrev_f32_e64 v5, v1, v2 clamp
-// GFX10: encoding: [0x05,0x80,0x05,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_subrev_f32_e64 v5, v1, v2 clamp       ; encoding: [0x05,0x80,0x05,0xd5,0x01,0x05,0x02,0x00]
 
 v_subrev_f32_e64 v5, v1, v2 mul:2
-// GFX10: encoding: [0x05,0x00,0x05,0xd5,0x01,0x05,0x02,0x08]
+// GFX10: v_subrev_f32_e64 v5, v1, v2 mul:2       ; encoding: [0x05,0x00,0x05,0xd5,0x01,0x05,0x02,0x08]
 
 v_subrev_f32_e64 v5, v1, v2 mul:4
-// GFX10: encoding: [0x05,0x00,0x05,0xd5,0x01,0x05,0x02,0x10]
+// GFX10: v_subrev_f32_e64 v5, v1, v2 mul:4       ; encoding: [0x05,0x00,0x05,0xd5,0x01,0x05,0x02,0x10]
 
 v_subrev_f32_e64 v5, v1, v2 div:2
-// GFX10: encoding: [0x05,0x00,0x05,0xd5,0x01,0x05,0x02,0x18]
+// GFX10: v_subrev_f32_e64 v5, v1, v2 div:2       ; encoding: [0x05,0x00,0x05,0xd5,0x01,0x05,0x02,0x18]
 
 v_subrev_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x06,0x06,0x06]
+// GFX10: v_subrev_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x06,0x06,0x06]
 
 v_subrev_f32_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0xfe,0x0b,0x01,0x06,0x06,0x06]
+// GFX10: v_subrev_f32_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0xfe,0x0b,0x01,0x06,0x06,0x06]
 
 v_subrev_f32_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0a,0xff,0x06,0x06,0x06]
+// GFX10: v_subrev_f32_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0a,0xff,0x06,0x06,0x06]
 
 v_subrev_f32_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x06,0x86,0x06]
+// GFX10: v_subrev_f32_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x06,0x86,0x06]
 
 v_subrev_f32_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0a,0x65,0x06,0x86,0x06]
+// GFX10: v_subrev_f32_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0a,0x65,0x06,0x86,0x06]
 
 v_subrev_f32_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0a,0x6a,0x06,0x86,0x06]
+// GFX10: v_subrev_f32_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0a,0x6a,0x06,0x86,0x06]
 
 v_subrev_f32_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0a,0x6b,0x06,0x86,0x06]
+// GFX10: v_subrev_f32_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0a,0x6b,0x06,0x86,0x06]
 
 v_subrev_f32_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0a,0x7c,0x06,0x86,0x06]
+// GFX10: v_subrev_f32_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0a,0x7c,0x06,0x86,0x06]
 
 v_subrev_f32_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0a,0x7e,0x06,0x86,0x06]
+// GFX10: v_subrev_f32_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0a,0x7e,0x06,0x86,0x06]
 
 v_subrev_f32_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0a,0x7f,0x06,0x86,0x06]
+// GFX10: v_subrev_f32_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0a,0x7f,0x06,0x86,0x06]
 
 v_subrev_f32_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0xfe,0x0b,0x0a,0x01,0x06,0x06,0x06]
+// GFX10: v_subrev_f32_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0xfe,0x0b,0x0a,0x01,0x06,0x06,0x06]
 
 v_subrev_f32_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x26,0x06,0x06]
+// GFX10: v_subrev_f32_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x26,0x06,0x06]
 
 v_subrev_f32_sdwa v5, v1, v2 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x46,0x06,0x06]
+// GFX10: v_subrev_f32_sdwa v5, v1, v2 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x46,0x06,0x06]
 
 v_subrev_f32_sdwa v5, v1, v2 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x86,0x06,0x06]
+// GFX10: v_subrev_f32_sdwa v5, v1, v2 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x86,0x06,0x06]
 
 v_subrev_f32_sdwa v5, v1, v2 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0a,0x01,0xc6,0x06,0x06]
+// GFX10: v_subrev_f32_sdwa v5, v1, v2 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0a,0x01,0xc6,0x06,0x06]
 
 v_subrev_f32_sdwa v5, v1, v2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x06,0x06,0x06]
+// GFX10: v_subrev_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x06,0x06,0x06]
 
 v_subrev_f32_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x00,0x06,0x06]
+// GFX10: v_subrev_f32_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x00,0x06,0x06]
 
 v_subrev_f32_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x01,0x06,0x06]
+// GFX10: v_subrev_f32_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x01,0x06,0x06]
 
 v_subrev_f32_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x02,0x06,0x06]
+// GFX10: v_subrev_f32_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x02,0x06,0x06]
 
 v_subrev_f32_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x03,0x06,0x06]
+// GFX10: v_subrev_f32_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x03,0x06,0x06]
 
 v_subrev_f32_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x04,0x06,0x06]
+// GFX10: v_subrev_f32_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x04,0x06,0x06]
 
 v_subrev_f32_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x05,0x06,0x06]
+// GFX10: v_subrev_f32_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x05,0x06,0x06]
 
 v_subrev_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x0e,0x06,0x06]
+// GFX10: v_subrev_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x0e,0x06,0x06]
 
 v_subrev_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x16,0x06,0x06]
+// GFX10: v_subrev_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x16,0x06,0x06]
 
 v_subrev_f32_sdwa v5, v1, v2 dst_sel:DWORD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x16,0x06,0x06]
+// GFX10: v_subrev_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x16,0x06,0x06]
 
 v_subrev_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x06,0x06,0x06]
+// GFX10: v_subrev_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x06,0x06,0x06]
 
 v_subrev_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x06,0x00,0x06]
+// GFX10: v_subrev_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x06,0x00,0x06]
 
 v_subrev_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x06,0x01,0x06]
+// GFX10: v_subrev_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x06,0x01,0x06]
 
 v_subrev_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x06,0x02,0x06]
+// GFX10: v_subrev_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x06,0x02,0x06]
 
 v_subrev_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x06,0x03,0x06]
+// GFX10: v_subrev_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x06,0x03,0x06]
 
 v_subrev_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x06,0x04,0x06]
+// GFX10: v_subrev_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x06,0x04,0x06]
 
 v_subrev_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x06,0x05,0x06]
+// GFX10: v_subrev_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x06,0x05,0x06]
 
 v_subrev_f32_sdwa v5, -v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x06,0x16,0x06]
+// GFX10: v_subrev_f32_sdwa v5, -v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x06,0x16,0x06]
 
 v_subrev_f32_sdwa v5, |v1|, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x06,0x26,0x06]
+// GFX10: v_subrev_f32_sdwa v5, |v1|, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x06,0x26,0x06]
 
 v_subrev_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x06,0x06,0x06]
+// GFX10: v_subrev_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x06,0x06,0x06]
 
 v_subrev_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x06,0x06,0x00]
+// GFX10: v_subrev_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0 ; encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x06,0x06,0x00]
 
 v_subrev_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x06,0x06,0x01]
+// GFX10: v_subrev_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1 ; encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x06,0x06,0x01]
 
 v_subrev_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x06,0x06,0x02]
+// GFX10: v_subrev_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2 ; encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x06,0x06,0x02]
 
 v_subrev_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x06,0x06,0x03]
+// GFX10: v_subrev_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3 ; encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x06,0x06,0x03]
 
 v_subrev_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x06,0x06,0x04]
+// GFX10: v_subrev_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0 ; encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x06,0x06,0x04]
 
 v_subrev_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x06,0x06,0x05]
+// GFX10: v_subrev_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1 ; encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x06,0x06,0x05]
 
 v_subrev_f32_sdwa v5, v1, -v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x06,0x06,0x16]
+// GFX10: v_subrev_f32_sdwa v5, v1, -v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x06,0x06,0x16]
 
 v_subrev_f32_sdwa v5, v1, |v2| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x06,0x06,0x26]
+// GFX10: v_subrev_f32_sdwa v5, v1, |v2| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0a,0x01,0x06,0x06,0x26]
 
 v_subrev_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0a,0x01,0xe4,0x00,0x00]
+// GFX10: v_subrev_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x0a,0x01,0xe4,0x00,0x00]
 
 v_subrev_f32_dpp v255, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0xfe,0x0b,0x01,0xe4,0x00,0x00]
+// GFX10: v_subrev_f32_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0xfe,0x0b,0x01,0xe4,0x00,0x00]
 
 v_subrev_f32_dpp v5, v255, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0a,0xff,0xe4,0x00,0x00]
+// GFX10: v_subrev_f32_dpp v5, v255, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x0a,0xff,0xe4,0x00,0x00]
 
 v_subrev_f32_dpp v5, v1, v255  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xfe,0x0b,0x0a,0x01,0xe4,0x00,0x00]
+// GFX10: v_subrev_f32_dpp v5, v1, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xfe,0x0b,0x0a,0x01,0xe4,0x00,0x00]
 
 v_subrev_f32_dpp v5, v1, v2  quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0a,0x01,0x1b,0x00,0x00]
+// GFX10: v_subrev_f32_dpp v5, v1, v2 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x0a,0x01,0x1b,0x00,0x00]
 
 v_subrev_f32_dpp v5, v1, v2  row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0a,0x01,0x40,0x01,0x00]
+// GFX10: v_subrev_f32_dpp v5, v1, v2 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x0a,0x01,0x40,0x01,0x00]
 
 v_subrev_f32_dpp v5, v1, v2  row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0a,0x01,0x41,0x01,0x00]
+// GFX10: v_subrev_f32_dpp v5, v1, v2 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x0a,0x01,0x41,0x01,0x00]
 
 v_subrev_f32_dpp v5, v1, v2  row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0a,0x01,0x01,0x01,0x00]
+// GFX10: v_subrev_f32_dpp v5, v1, v2 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x0a,0x01,0x01,0x01,0x00]
 
 v_subrev_f32_dpp v5, v1, v2  row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0a,0x01,0x0f,0x01,0x00]
+// GFX10: v_subrev_f32_dpp v5, v1, v2 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x0a,0x01,0x0f,0x01,0x00]
 
 v_subrev_f32_dpp v5, v1, v2  row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0a,0x01,0x11,0x01,0x00]
+// GFX10: v_subrev_f32_dpp v5, v1, v2 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x0a,0x01,0x11,0x01,0x00]
 
 v_subrev_f32_dpp v5, v1, v2  row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0a,0x01,0x1f,0x01,0x00]
+// GFX10: v_subrev_f32_dpp v5, v1, v2 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x0a,0x01,0x1f,0x01,0x00]
 
 v_subrev_f32_dpp v5, v1, v2  row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0a,0x01,0x21,0x01,0x00]
+// GFX10: v_subrev_f32_dpp v5, v1, v2 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x0a,0x01,0x21,0x01,0x00]
 
 v_subrev_f32_dpp v5, v1, v2  row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0a,0x01,0x2f,0x01,0x00]
+// GFX10: v_subrev_f32_dpp v5, v1, v2 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x0a,0x01,0x2f,0x01,0x00]
 
 v_subrev_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0a,0x01,0xe4,0x00,0x10]
+// GFX10: v_subrev_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x0a,0x01,0xe4,0x00,0x10]
 
 v_subrev_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0a,0x01,0xe4,0x00,0x30]
+// GFX10: v_subrev_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x0a,0x01,0xe4,0x00,0x30]
 
 v_subrev_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0a,0x01,0xe4,0x00,0xf0]
+// GFX10: v_subrev_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x0a,0x01,0xe4,0x00,0xf0]
 
 v_subrev_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0a,0x01,0xe4,0x00,0x01]
+// GFX10: v_subrev_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x04,0x0a,0x0a,0x01,0xe4,0x00,0x01]
 
 v_subrev_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0a,0x01,0xe4,0x00,0x03]
+// GFX10: v_subrev_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x04,0x0a,0x0a,0x01,0xe4,0x00,0x03]
 
 v_subrev_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0a,0x01,0xe4,0x00,0x0f]
+// GFX10: v_subrev_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x04,0x0a,0x0a,0x01,0xe4,0x00,0x0f]
 
 v_subrev_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0a,0x01,0xe4,0x08,0x00]
+// GFX10: v_subrev_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x04,0x0a,0x0a,0x01,0xe4,0x08,0x00]
 
 v_subrev_f32_dpp v5, -v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0a,0x01,0xe4,0x10,0x00]
+// GFX10: v_subrev_f32_dpp v5, -v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x0a,0x01,0xe4,0x10,0x00]
 
 v_subrev_f32_dpp v5, |v1|, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0a,0x01,0xe4,0x20,0x00]
+// GFX10: v_subrev_f32_dpp v5, |v1|, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x0a,0x01,0xe4,0x20,0x00]
 
 v_subrev_f32_dpp v5, v1, -v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0a,0x01,0xe4,0x40,0x00]
+// GFX10: v_subrev_f32_dpp v5, v1, -v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x0a,0x01,0xe4,0x40,0x00]
 
 v_subrev_f32_dpp v5, v1, |v2|  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0a,0x01,0xe4,0x80,0x00]
+// GFX10: v_subrev_f32_dpp v5, v1, |v2| quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x0a,0x01,0xe4,0x80,0x00]
 
 v_subrev_f32_dpp v5, v1, v2  row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0a,0x01,0x51,0x01,0x00]
+// GFX10: v_subrev_f32_dpp v5, v1, v2 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x0a,0x01,0x51,0x01,0x00]
 
 v_subrev_f32_dpp v5, v1, v2  row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0a,0x01,0x5f,0x01,0x00]
+// GFX10: v_subrev_f32_dpp v5, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x0a,0x01,0x5f,0x01,0x00]
 
 v_subrev_f32_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0a,0x01,0x61,0x01,0x00]
+// GFX10: v_subrev_f32_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x0a,0x01,0x61,0x01,0x00]
 
 v_subrev_f32_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0a,0x01,0x6f,0x01,0x00]
+// GFX10: v_subrev_f32_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x0a,0x01,0x6f,0x01,0x00]
 
 v_mac_legacy_f32_e32 v5, v1, v2
-// GFX10: encoding: [0x01,0x05,0x0a,0x0c]
+// GFX10: v_mac_legacy_f32_e32 v5, v1, v2         ; encoding: [0x01,0x05,0x0a,0x0c]
 
 v_mac_legacy_f32_e32 v255, v1, v2
-// GFX10: encoding: [0x01,0x05,0xfe,0x0d]
+// GFX10: v_mac_legacy_f32_e32 v255, v1, v2       ; encoding: [0x01,0x05,0xfe,0x0d]
 
 v_mac_legacy_f32_e32 v5, v255, v2
-// GFX10: encoding: [0xff,0x05,0x0a,0x0c]
+// GFX10: v_mac_legacy_f32_e32 v5, v255, v2       ; encoding: [0xff,0x05,0x0a,0x0c]
 
 v_mac_legacy_f32_e32 v5, s1, v2
-// GFX10: encoding: [0x01,0x04,0x0a,0x0c]
+// GFX10: v_mac_legacy_f32_e32 v5, s1, v2         ; encoding: [0x01,0x04,0x0a,0x0c]
 
 v_mac_legacy_f32_e32 v5, s103, v2
-// GFX10: encoding: [0x67,0x04,0x0a,0x0c]
+// GFX10: v_mac_legacy_f32_e32 v5, s103, v2       ; encoding: [0x67,0x04,0x0a,0x0c]
 
 v_mac_legacy_f32_e32 v5, vcc_lo, v2
-// GFX10: encoding: [0x6a,0x04,0x0a,0x0c]
+// GFX10: v_mac_legacy_f32_e32 v5, vcc_lo, v2     ; encoding: [0x6a,0x04,0x0a,0x0c]
 
 v_mac_legacy_f32_e32 v5, vcc_hi, v2
-// GFX10: encoding: [0x6b,0x04,0x0a,0x0c]
+// GFX10: v_mac_legacy_f32_e32 v5, vcc_hi, v2     ; encoding: [0x6b,0x04,0x0a,0x0c]
 
 v_mac_legacy_f32_e32 v5, ttmp11, v2
-// GFX10: encoding: [0x77,0x04,0x0a,0x0c]
+// GFX10: v_mac_legacy_f32_e32 v5, ttmp11, v2     ; encoding: [0x77,0x04,0x0a,0x0c]
 
 v_mac_legacy_f32_e32 v5, m0, v2
-// GFX10: encoding: [0x7c,0x04,0x0a,0x0c]
+// GFX10: v_mac_legacy_f32_e32 v5, m0, v2         ; encoding: [0x7c,0x04,0x0a,0x0c]
 
 v_mac_legacy_f32_e32 v5, exec_lo, v2
-// GFX10: encoding: [0x7e,0x04,0x0a,0x0c]
+// GFX10: v_mac_legacy_f32_e32 v5, exec_lo, v2    ; encoding: [0x7e,0x04,0x0a,0x0c]
 
 v_mac_legacy_f32_e32 v5, exec_hi, v2
-// GFX10: encoding: [0x7f,0x04,0x0a,0x0c]
+// GFX10: v_mac_legacy_f32_e32 v5, exec_hi, v2    ; encoding: [0x7f,0x04,0x0a,0x0c]
 
 v_mac_legacy_f32_e32 v5, 0, v2
-// GFX10: encoding: [0x80,0x04,0x0a,0x0c]
+// GFX10: v_mac_legacy_f32_e32 v5, 0, v2          ; encoding: [0x80,0x04,0x0a,0x0c]
 
 v_mac_legacy_f32_e32 v5, -1, v2
-// GFX10: encoding: [0xc1,0x04,0x0a,0x0c]
+// GFX10: v_mac_legacy_f32_e32 v5, -1, v2         ; encoding: [0xc1,0x04,0x0a,0x0c]
 
 v_mac_legacy_f32_e32 v5, 0.5, v2
-// GFX10: encoding: [0xf0,0x04,0x0a,0x0c]
+// GFX10: v_mac_legacy_f32_e32 v5, 0.5, v2        ; encoding: [0xf0,0x04,0x0a,0x0c]
 
 v_mac_legacy_f32_e32 v5, -4.0, v2
-// GFX10: encoding: [0xf7,0x04,0x0a,0x0c]
+// GFX10: v_mac_legacy_f32_e32 v5, -4.0, v2       ; encoding: [0xf7,0x04,0x0a,0x0c]
 
 v_mac_legacy_f32_e32 v5, 0xaf123456, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x0c,0x56,0x34,0x12,0xaf]
+// GFX10: v_mac_legacy_f32_e32 v5, 0xaf123456, v2 ; encoding: [0xff,0x04,0x0a,0x0c,0x56,0x34,0x12,0xaf]
 
 v_mac_legacy_f32_e32 v5, 0x3f717273, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x0c,0x73,0x72,0x71,0x3f]
+// GFX10: v_mac_legacy_f32_e32 v5, 0x3f717273, v2 ; encoding: [0xff,0x04,0x0a,0x0c,0x73,0x72,0x71,0x3f]
 
 v_mac_legacy_f32_e32 v5, v1, v255
-// GFX10: encoding: [0x01,0xff,0x0b,0x0c]
+// GFX10: v_mac_legacy_f32_e32 v5, v1, v255       ; encoding: [0x01,0xff,0x0b,0x0c]
 
 v_mac_legacy_f32_e64 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x06,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mac_legacy_f32_e64 v5, v1, v2         ; encoding: [0x05,0x00,0x06,0xd5,0x01,0x05,0x02,0x00]
 
 v_mac_legacy_f32_e64 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x06,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mac_legacy_f32_e64 v255, v1, v2       ; encoding: [0xff,0x00,0x06,0xd5,0x01,0x05,0x02,0x00]
 
 v_mac_legacy_f32_e64 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x06,0xd5,0xff,0x05,0x02,0x00]
+// GFX10: v_mac_legacy_f32_e64 v5, v255, v2       ; encoding: [0x05,0x00,0x06,0xd5,0xff,0x05,0x02,0x00]
 
 v_mac_legacy_f32_e64 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x06,0xd5,0x01,0x04,0x02,0x00]
+// GFX10: v_mac_legacy_f32_e64 v5, s1, v2         ; encoding: [0x05,0x00,0x06,0xd5,0x01,0x04,0x02,0x00]
 
 v_mac_legacy_f32_e64 v5, s103, v2
-// GFX10: encoding: [0x05,0x00,0x06,0xd5,0x67,0x04,0x02,0x00]
+// GFX10: v_mac_legacy_f32_e64 v5, s103, v2       ; encoding: [0x05,0x00,0x06,0xd5,0x67,0x04,0x02,0x00]
 
 v_mac_legacy_f32_e64 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x06,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_mac_legacy_f32_e64 v5, vcc_lo, v2     ; encoding: [0x05,0x00,0x06,0xd5,0x6a,0x04,0x02,0x00]
 
 v_mac_legacy_f32_e64 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x06,0xd5,0x6b,0x04,0x02,0x00]
+// GFX10: v_mac_legacy_f32_e64 v5, vcc_hi, v2     ; encoding: [0x05,0x00,0x06,0xd5,0x6b,0x04,0x02,0x00]
 
 v_mac_legacy_f32_e64 v5, ttmp11, v2
-// GFX10: encoding: [0x05,0x00,0x06,0xd5,0x77,0x04,0x02,0x00]
+// GFX10: v_mac_legacy_f32_e64 v5, ttmp11, v2     ; encoding: [0x05,0x00,0x06,0xd5,0x77,0x04,0x02,0x00]
 
 v_mac_legacy_f32_e64 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x06,0xd5,0x7c,0x04,0x02,0x00]
+// GFX10: v_mac_legacy_f32_e64 v5, m0, v2         ; encoding: [0x05,0x00,0x06,0xd5,0x7c,0x04,0x02,0x00]
 
 v_mac_legacy_f32_e64 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x06,0xd5,0x7e,0x04,0x02,0x00]
+// GFX10: v_mac_legacy_f32_e64 v5, exec_lo, v2    ; encoding: [0x05,0x00,0x06,0xd5,0x7e,0x04,0x02,0x00]
 
 v_mac_legacy_f32_e64 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x06,0xd5,0x7f,0x04,0x02,0x00]
+// GFX10: v_mac_legacy_f32_e64 v5, exec_hi, v2    ; encoding: [0x05,0x00,0x06,0xd5,0x7f,0x04,0x02,0x00]
 
 v_mac_legacy_f32_e64 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x06,0xd5,0x80,0x04,0x02,0x00]
+// GFX10: v_mac_legacy_f32_e64 v5, 0, v2          ; encoding: [0x05,0x00,0x06,0xd5,0x80,0x04,0x02,0x00]
 
 v_mac_legacy_f32_e64 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x06,0xd5,0xc1,0x04,0x02,0x00]
+// GFX10: v_mac_legacy_f32_e64 v5, -1, v2         ; encoding: [0x05,0x00,0x06,0xd5,0xc1,0x04,0x02,0x00]
 
 v_mac_legacy_f32_e64 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x06,0xd5,0xf0,0x04,0x02,0x00]
+// GFX10: v_mac_legacy_f32_e64 v5, 0.5, v2        ; encoding: [0x05,0x00,0x06,0xd5,0xf0,0x04,0x02,0x00]
 
 v_mac_legacy_f32_e64 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x06,0xd5,0xf7,0x04,0x02,0x00]
+// GFX10: v_mac_legacy_f32_e64 v5, -4.0, v2       ; encoding: [0x05,0x00,0x06,0xd5,0xf7,0x04,0x02,0x00]
 
 v_mac_legacy_f32_e64 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x06,0xd5,0x01,0xff,0x03,0x00]
+// GFX10: v_mac_legacy_f32_e64 v5, v1, v255       ; encoding: [0x05,0x00,0x06,0xd5,0x01,0xff,0x03,0x00]
 
 v_mac_legacy_f32_e64 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x06,0xd5,0x01,0x05,0x00,0x00]
+// GFX10: v_mac_legacy_f32_e64 v5, v1, s2         ; encoding: [0x05,0x00,0x06,0xd5,0x01,0x05,0x00,0x00]
 
 v_mac_legacy_f32_e64 v5, v1, s103
-// GFX10: encoding: [0x05,0x00,0x06,0xd5,0x01,0xcf,0x00,0x00]
+// GFX10: v_mac_legacy_f32_e64 v5, v1, s103       ; encoding: [0x05,0x00,0x06,0xd5,0x01,0xcf,0x00,0x00]
 
 v_mac_legacy_f32_e64 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x06,0xd5,0x01,0xd5,0x00,0x00]
+// GFX10: v_mac_legacy_f32_e64 v5, v1, vcc_lo     ; encoding: [0x05,0x00,0x06,0xd5,0x01,0xd5,0x00,0x00]
 
 v_mac_legacy_f32_e64 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x06,0xd5,0x01,0xd7,0x00,0x00]
+// GFX10: v_mac_legacy_f32_e64 v5, v1, vcc_hi     ; encoding: [0x05,0x00,0x06,0xd5,0x01,0xd7,0x00,0x00]
 
 v_mac_legacy_f32_e64 v5, v1, ttmp11
-// GFX10: encoding: [0x05,0x00,0x06,0xd5,0x01,0xef,0x00,0x00]
+// GFX10: v_mac_legacy_f32_e64 v5, v1, ttmp11     ; encoding: [0x05,0x00,0x06,0xd5,0x01,0xef,0x00,0x00]
 
 v_mac_legacy_f32_e64 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x06,0xd5,0x01,0xf9,0x00,0x00]
+// GFX10: v_mac_legacy_f32_e64 v5, v1, m0         ; encoding: [0x05,0x00,0x06,0xd5,0x01,0xf9,0x00,0x00]
 
 v_mac_legacy_f32_e64 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x06,0xd5,0x01,0xfd,0x00,0x00]
+// GFX10: v_mac_legacy_f32_e64 v5, v1, exec_lo    ; encoding: [0x05,0x00,0x06,0xd5,0x01,0xfd,0x00,0x00]
 
 v_mac_legacy_f32_e64 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x06,0xd5,0x01,0xff,0x00,0x00]
+// GFX10: v_mac_legacy_f32_e64 v5, v1, exec_hi    ; encoding: [0x05,0x00,0x06,0xd5,0x01,0xff,0x00,0x00]
 
 v_mac_legacy_f32_e64 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x06,0xd5,0x01,0x01,0x01,0x00]
+// GFX10: v_mac_legacy_f32_e64 v5, v1, 0          ; encoding: [0x05,0x00,0x06,0xd5,0x01,0x01,0x01,0x00]
 
 v_mac_legacy_f32_e64 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x06,0xd5,0x01,0x83,0x01,0x00]
+// GFX10: v_mac_legacy_f32_e64 v5, v1, -1         ; encoding: [0x05,0x00,0x06,0xd5,0x01,0x83,0x01,0x00]
 
 v_mac_legacy_f32_e64 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x06,0xd5,0x01,0xe1,0x01,0x00]
+// GFX10: v_mac_legacy_f32_e64 v5, v1, 0.5        ; encoding: [0x05,0x00,0x06,0xd5,0x01,0xe1,0x01,0x00]
 
 v_mac_legacy_f32_e64 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x06,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_mac_legacy_f32_e64 v5, v1, -4.0       ; encoding: [0x05,0x00,0x06,0xd5,0x01,0xef,0x01,0x00]
 
 v_mac_legacy_f32_e64 v5, -v1, v2
-// GFX10: encoding: [0x05,0x00,0x06,0xd5,0x01,0x05,0x02,0x20]
+// GFX10: v_mac_legacy_f32_e64 v5, -v1, v2        ; encoding: [0x05,0x00,0x06,0xd5,0x01,0x05,0x02,0x20]
 
 v_mac_legacy_f32_e64 v5, v1, -v2
-// GFX10: encoding: [0x05,0x00,0x06,0xd5,0x01,0x05,0x02,0x40]
+// GFX10: v_mac_legacy_f32_e64 v5, v1, -v2        ; encoding: [0x05,0x00,0x06,0xd5,0x01,0x05,0x02,0x40]
 
 v_mac_legacy_f32_e64 v5, -v1, -v2
-// GFX10: encoding: [0x05,0x00,0x06,0xd5,0x01,0x05,0x02,0x60]
+// GFX10: v_mac_legacy_f32_e64 v5, -v1, -v2       ; encoding: [0x05,0x00,0x06,0xd5,0x01,0x05,0x02,0x60]
 
 v_mac_legacy_f32_e64 v5, |v1|, v2
-// GFX10: encoding: [0x05,0x01,0x06,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mac_legacy_f32_e64 v5, |v1|, v2       ; encoding: [0x05,0x01,0x06,0xd5,0x01,0x05,0x02,0x00]
 
 v_mac_legacy_f32_e64 v5, v1, |v2|
-// GFX10: encoding: [0x05,0x02,0x06,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mac_legacy_f32_e64 v5, v1, |v2|       ; encoding: [0x05,0x02,0x06,0xd5,0x01,0x05,0x02,0x00]
 
 v_mac_legacy_f32_e64 v5, |v1|, |v2|
-// GFX10: encoding: [0x05,0x03,0x06,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mac_legacy_f32_e64 v5, |v1|, |v2|     ; encoding: [0x05,0x03,0x06,0xd5,0x01,0x05,0x02,0x00]
 
 v_mac_legacy_f32_e64 v5, v1, v2 clamp
-// GFX10: encoding: [0x05,0x80,0x06,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mac_legacy_f32_e64 v5, v1, v2 clamp   ; encoding: [0x05,0x80,0x06,0xd5,0x01,0x05,0x02,0x00]
 
 v_mac_legacy_f32_e64 v5, v1, v2 mul:2
-// GFX10: encoding: [0x05,0x00,0x06,0xd5,0x01,0x05,0x02,0x08]
+// GFX10: v_mac_legacy_f32_e64 v5, v1, v2 mul:2   ; encoding: [0x05,0x00,0x06,0xd5,0x01,0x05,0x02,0x08]
 
 v_mac_legacy_f32_e64 v5, v1, v2 mul:4
-// GFX10: encoding: [0x05,0x00,0x06,0xd5,0x01,0x05,0x02,0x10]
+// GFX10: v_mac_legacy_f32_e64 v5, v1, v2 mul:4   ; encoding: [0x05,0x00,0x06,0xd5,0x01,0x05,0x02,0x10]
 
 v_mac_legacy_f32_e64 v5, v1, v2 div:2
-// GFX10: encoding: [0x05,0x00,0x06,0xd5,0x01,0x05,0x02,0x18]
+// GFX10: v_mac_legacy_f32_e64 v5, v1, v2 div:2   ; encoding: [0x05,0x00,0x06,0xd5,0x01,0x05,0x02,0x18]
 
 v_mul_legacy_f32_e32 v5, v1, v2
-// GFX10: encoding: [0x01,0x05,0x0a,0x0e]
+// GFX10: v_mul_legacy_f32_e32 v5, v1, v2         ; encoding: [0x01,0x05,0x0a,0x0e]
 
 v_mul_legacy_f32_e32 v255, v1, v2
-// GFX10: encoding: [0x01,0x05,0xfe,0x0f]
+// GFX10: v_mul_legacy_f32_e32 v255, v1, v2       ; encoding: [0x01,0x05,0xfe,0x0f]
 
 v_mul_legacy_f32_e32 v5, v255, v2
-// GFX10: encoding: [0xff,0x05,0x0a,0x0e]
+// GFX10: v_mul_legacy_f32_e32 v5, v255, v2       ; encoding: [0xff,0x05,0x0a,0x0e]
 
 v_mul_legacy_f32_e32 v5, s1, v2
-// GFX10: encoding: [0x01,0x04,0x0a,0x0e]
+// GFX10: v_mul_legacy_f32_e32 v5, s1, v2         ; encoding: [0x01,0x04,0x0a,0x0e]
 
 v_mul_legacy_f32_e32 v5, s101, v2
-// GFX10: encoding: [0x65,0x04,0x0a,0x0e]
+// GFX10: v_mul_legacy_f32_e32 v5, s101, v2       ; encoding: [0x65,0x04,0x0a,0x0e]
 
 v_mul_legacy_f32_e32 v5, vcc_lo, v2
-// GFX10: encoding: [0x6a,0x04,0x0a,0x0e]
+// GFX10: v_mul_legacy_f32_e32 v5, vcc_lo, v2     ; encoding: [0x6a,0x04,0x0a,0x0e]
 
 v_mul_legacy_f32_e32 v5, vcc_hi, v2
-// GFX10: encoding: [0x6b,0x04,0x0a,0x0e]
+// GFX10: v_mul_legacy_f32_e32 v5, vcc_hi, v2     ; encoding: [0x6b,0x04,0x0a,0x0e]
 
 v_mul_legacy_f32_e32 v5, m0, v2
-// GFX10: encoding: [0x7c,0x04,0x0a,0x0e]
+// GFX10: v_mul_legacy_f32_e32 v5, m0, v2         ; encoding: [0x7c,0x04,0x0a,0x0e]
 
 v_mul_legacy_f32_e32 v5, exec_lo, v2
-// GFX10: encoding: [0x7e,0x04,0x0a,0x0e]
+// GFX10: v_mul_legacy_f32_e32 v5, exec_lo, v2    ; encoding: [0x7e,0x04,0x0a,0x0e]
 
 v_mul_legacy_f32_e32 v5, exec_hi, v2
-// GFX10: encoding: [0x7f,0x04,0x0a,0x0e]
+// GFX10: v_mul_legacy_f32_e32 v5, exec_hi, v2    ; encoding: [0x7f,0x04,0x0a,0x0e]
 
 v_mul_legacy_f32_e32 v5, 0, v2
-// GFX10: encoding: [0x80,0x04,0x0a,0x0e]
+// GFX10: v_mul_legacy_f32_e32 v5, 0, v2          ; encoding: [0x80,0x04,0x0a,0x0e]
 
 v_mul_legacy_f32_e32 v5, -1, v2
-// GFX10: encoding: [0xc1,0x04,0x0a,0x0e]
+// GFX10: v_mul_legacy_f32_e32 v5, -1, v2         ; encoding: [0xc1,0x04,0x0a,0x0e]
 
 v_mul_legacy_f32_e32 v5, 0.5, v2
-// GFX10: encoding: [0xf0,0x04,0x0a,0x0e]
+// GFX10: v_mul_legacy_f32_e32 v5, 0.5, v2        ; encoding: [0xf0,0x04,0x0a,0x0e]
 
 v_mul_legacy_f32_e32 v5, -4.0, v2
-// GFX10: encoding: [0xf7,0x04,0x0a,0x0e]
+// GFX10: v_mul_legacy_f32_e32 v5, -4.0, v2       ; encoding: [0xf7,0x04,0x0a,0x0e]
 
 v_mul_legacy_f32_e32 v5, 0xaf123456, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x0e,0x56,0x34,0x12,0xaf]
+// GFX10: v_mul_legacy_f32_e32 v5, 0xaf123456, v2 ; encoding: [0xff,0x04,0x0a,0x0e,0x56,0x34,0x12,0xaf]
 
 v_mul_legacy_f32_e32 v5, 0x3f717273, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x0e,0x73,0x72,0x71,0x3f]
+// GFX10: v_mul_legacy_f32_e32 v5, 0x3f717273, v2 ; encoding: [0xff,0x04,0x0a,0x0e,0x73,0x72,0x71,0x3f]
 
 v_mul_legacy_f32_e32 v5, v1, v255
-// GFX10: encoding: [0x01,0xff,0x0b,0x0e]
+// GFX10: v_mul_legacy_f32_e32 v5, v1, v255       ; encoding: [0x01,0xff,0x0b,0x0e]
 
 v_mul_legacy_f32_e64 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x07,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mul_legacy_f32_e64 v5, v1, v2         ; encoding: [0x05,0x00,0x07,0xd5,0x01,0x05,0x02,0x00]
 
 v_mul_legacy_f32_e64 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x07,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mul_legacy_f32_e64 v255, v1, v2       ; encoding: [0xff,0x00,0x07,0xd5,0x01,0x05,0x02,0x00]
 
 v_mul_legacy_f32_e64 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x07,0xd5,0xff,0x05,0x02,0x00]
+// GFX10: v_mul_legacy_f32_e64 v5, v255, v2       ; encoding: [0x05,0x00,0x07,0xd5,0xff,0x05,0x02,0x00]
 
 v_mul_legacy_f32_e64 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x07,0xd5,0x01,0x04,0x02,0x00]
+// GFX10: v_mul_legacy_f32_e64 v5, s1, v2         ; encoding: [0x05,0x00,0x07,0xd5,0x01,0x04,0x02,0x00]
 
 v_mul_legacy_f32_e64 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x07,0xd5,0x65,0x04,0x02,0x00]
+// GFX10: v_mul_legacy_f32_e64 v5, s101, v2       ; encoding: [0x05,0x00,0x07,0xd5,0x65,0x04,0x02,0x00]
 
 v_mul_legacy_f32_e64 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x07,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_mul_legacy_f32_e64 v5, vcc_lo, v2     ; encoding: [0x05,0x00,0x07,0xd5,0x6a,0x04,0x02,0x00]
 
 v_mul_legacy_f32_e64 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x07,0xd5,0x6b,0x04,0x02,0x00]
+// GFX10: v_mul_legacy_f32_e64 v5, vcc_hi, v2     ; encoding: [0x05,0x00,0x07,0xd5,0x6b,0x04,0x02,0x00]
 
 v_mul_legacy_f32_e64 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x07,0xd5,0x7c,0x04,0x02,0x00]
+// GFX10: v_mul_legacy_f32_e64 v5, m0, v2         ; encoding: [0x05,0x00,0x07,0xd5,0x7c,0x04,0x02,0x00]
 
 v_mul_legacy_f32_e64 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x07,0xd5,0x7e,0x04,0x02,0x00]
+// GFX10: v_mul_legacy_f32_e64 v5, exec_lo, v2    ; encoding: [0x05,0x00,0x07,0xd5,0x7e,0x04,0x02,0x00]
 
 v_mul_legacy_f32_e64 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x07,0xd5,0x7f,0x04,0x02,0x00]
+// GFX10: v_mul_legacy_f32_e64 v5, exec_hi, v2    ; encoding: [0x05,0x00,0x07,0xd5,0x7f,0x04,0x02,0x00]
 
 v_mul_legacy_f32_e64 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x07,0xd5,0x80,0x04,0x02,0x00]
+// GFX10: v_mul_legacy_f32_e64 v5, 0, v2          ; encoding: [0x05,0x00,0x07,0xd5,0x80,0x04,0x02,0x00]
 
 v_mul_legacy_f32_e64 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x07,0xd5,0xc1,0x04,0x02,0x00]
+// GFX10: v_mul_legacy_f32_e64 v5, -1, v2         ; encoding: [0x05,0x00,0x07,0xd5,0xc1,0x04,0x02,0x00]
 
 v_mul_legacy_f32_e64 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x07,0xd5,0xf0,0x04,0x02,0x00]
+// GFX10: v_mul_legacy_f32_e64 v5, 0.5, v2        ; encoding: [0x05,0x00,0x07,0xd5,0xf0,0x04,0x02,0x00]
 
 v_mul_legacy_f32_e64 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x07,0xd5,0xf7,0x04,0x02,0x00]
+// GFX10: v_mul_legacy_f32_e64 v5, -4.0, v2       ; encoding: [0x05,0x00,0x07,0xd5,0xf7,0x04,0x02,0x00]
 
 v_mul_legacy_f32_e64 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x07,0xd5,0x01,0xff,0x03,0x00]
+// GFX10: v_mul_legacy_f32_e64 v5, v1, v255       ; encoding: [0x05,0x00,0x07,0xd5,0x01,0xff,0x03,0x00]
 
 v_mul_legacy_f32_e64 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x07,0xd5,0x01,0x05,0x00,0x00]
+// GFX10: v_mul_legacy_f32_e64 v5, v1, s2         ; encoding: [0x05,0x00,0x07,0xd5,0x01,0x05,0x00,0x00]
 
 v_mul_legacy_f32_e64 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x07,0xd5,0x01,0xcb,0x00,0x00]
+// GFX10: v_mul_legacy_f32_e64 v5, v1, s101       ; encoding: [0x05,0x00,0x07,0xd5,0x01,0xcb,0x00,0x00]
 
 v_mul_legacy_f32_e64 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x07,0xd5,0x01,0xd5,0x00,0x00]
+// GFX10: v_mul_legacy_f32_e64 v5, v1, vcc_lo     ; encoding: [0x05,0x00,0x07,0xd5,0x01,0xd5,0x00,0x00]
 
 v_mul_legacy_f32_e64 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x07,0xd5,0x01,0xd7,0x00,0x00]
+// GFX10: v_mul_legacy_f32_e64 v5, v1, vcc_hi     ; encoding: [0x05,0x00,0x07,0xd5,0x01,0xd7,0x00,0x00]
 
 v_mul_legacy_f32_e64 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x07,0xd5,0x01,0xf9,0x00,0x00]
+// GFX10: v_mul_legacy_f32_e64 v5, v1, m0         ; encoding: [0x05,0x00,0x07,0xd5,0x01,0xf9,0x00,0x00]
 
 v_mul_legacy_f32_e64 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x07,0xd5,0x01,0xfd,0x00,0x00]
+// GFX10: v_mul_legacy_f32_e64 v5, v1, exec_lo    ; encoding: [0x05,0x00,0x07,0xd5,0x01,0xfd,0x00,0x00]
 
 v_mul_legacy_f32_e64 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x07,0xd5,0x01,0xff,0x00,0x00]
+// GFX10: v_mul_legacy_f32_e64 v5, v1, exec_hi    ; encoding: [0x05,0x00,0x07,0xd5,0x01,0xff,0x00,0x00]
 
 v_mul_legacy_f32_e64 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x07,0xd5,0x01,0x01,0x01,0x00]
+// GFX10: v_mul_legacy_f32_e64 v5, v1, 0          ; encoding: [0x05,0x00,0x07,0xd5,0x01,0x01,0x01,0x00]
 
 v_mul_legacy_f32_e64 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x07,0xd5,0x01,0x83,0x01,0x00]
+// GFX10: v_mul_legacy_f32_e64 v5, v1, -1         ; encoding: [0x05,0x00,0x07,0xd5,0x01,0x83,0x01,0x00]
 
 v_mul_legacy_f32_e64 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x07,0xd5,0x01,0xe1,0x01,0x00]
+// GFX10: v_mul_legacy_f32_e64 v5, v1, 0.5        ; encoding: [0x05,0x00,0x07,0xd5,0x01,0xe1,0x01,0x00]
 
 v_mul_legacy_f32_e64 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x07,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_mul_legacy_f32_e64 v5, v1, -4.0       ; encoding: [0x05,0x00,0x07,0xd5,0x01,0xef,0x01,0x00]
 
 v_mul_legacy_f32_e64 v5, -v1, v2
-// GFX10: encoding: [0x05,0x00,0x07,0xd5,0x01,0x05,0x02,0x20]
+// GFX10: v_mul_legacy_f32_e64 v5, -v1, v2        ; encoding: [0x05,0x00,0x07,0xd5,0x01,0x05,0x02,0x20]
 
 v_mul_legacy_f32_e64 v5, v1, -v2
-// GFX10: encoding: [0x05,0x00,0x07,0xd5,0x01,0x05,0x02,0x40]
+// GFX10: v_mul_legacy_f32_e64 v5, v1, -v2        ; encoding: [0x05,0x00,0x07,0xd5,0x01,0x05,0x02,0x40]
 
 v_mul_legacy_f32_e64 v5, -v1, -v2
-// GFX10: encoding: [0x05,0x00,0x07,0xd5,0x01,0x05,0x02,0x60]
+// GFX10: v_mul_legacy_f32_e64 v5, -v1, -v2       ; encoding: [0x05,0x00,0x07,0xd5,0x01,0x05,0x02,0x60]
 
 v_mul_legacy_f32_e64 v5, |v1|, v2
-// GFX10: encoding: [0x05,0x01,0x07,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mul_legacy_f32_e64 v5, |v1|, v2       ; encoding: [0x05,0x01,0x07,0xd5,0x01,0x05,0x02,0x00]
 
 v_mul_legacy_f32_e64 v5, v1, |v2|
-// GFX10: encoding: [0x05,0x02,0x07,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mul_legacy_f32_e64 v5, v1, |v2|       ; encoding: [0x05,0x02,0x07,0xd5,0x01,0x05,0x02,0x00]
 
 v_mul_legacy_f32_e64 v5, |v1|, |v2|
-// GFX10: encoding: [0x05,0x03,0x07,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mul_legacy_f32_e64 v5, |v1|, |v2|     ; encoding: [0x05,0x03,0x07,0xd5,0x01,0x05,0x02,0x00]
 
 v_mul_legacy_f32_e64 v5, v1, v2 clamp
-// GFX10: encoding: [0x05,0x80,0x07,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mul_legacy_f32_e64 v5, v1, v2 clamp   ; encoding: [0x05,0x80,0x07,0xd5,0x01,0x05,0x02,0x00]
 
 v_mul_legacy_f32_e64 v5, v1, v2 mul:2
-// GFX10: encoding: [0x05,0x00,0x07,0xd5,0x01,0x05,0x02,0x08]
+// GFX10: v_mul_legacy_f32_e64 v5, v1, v2 mul:2   ; encoding: [0x05,0x00,0x07,0xd5,0x01,0x05,0x02,0x08]
 
 v_mul_legacy_f32_e64 v5, v1, v2 mul:4
-// GFX10: encoding: [0x05,0x00,0x07,0xd5,0x01,0x05,0x02,0x10]
+// GFX10: v_mul_legacy_f32_e64 v5, v1, v2 mul:4   ; encoding: [0x05,0x00,0x07,0xd5,0x01,0x05,0x02,0x10]
 
 v_mul_legacy_f32_e64 v5, v1, v2 div:2
-// GFX10: encoding: [0x05,0x00,0x07,0xd5,0x01,0x05,0x02,0x18]
+// GFX10: v_mul_legacy_f32_e64 v5, v1, v2 div:2   ; encoding: [0x05,0x00,0x07,0xd5,0x01,0x05,0x02,0x18]
 
 v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x06,0x06,0x06]
+// GFX10: v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x06,0x06,0x06]
 
 v_mul_legacy_f32_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0xfe,0x0f,0x01,0x06,0x06,0x06]
+// GFX10: v_mul_legacy_f32_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0xfe,0x0f,0x01,0x06,0x06,0x06]
 
 v_mul_legacy_f32_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0e,0xff,0x06,0x06,0x06]
+// GFX10: v_mul_legacy_f32_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0e,0xff,0x06,0x06,0x06]
 
 v_mul_legacy_f32_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x06,0x86,0x06]
+// GFX10: v_mul_legacy_f32_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x06,0x86,0x06]
 
 v_mul_legacy_f32_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0e,0x65,0x06,0x86,0x06]
+// GFX10: v_mul_legacy_f32_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0e,0x65,0x06,0x86,0x06]
 
 v_mul_legacy_f32_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0e,0x6a,0x06,0x86,0x06]
+// GFX10: v_mul_legacy_f32_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0e,0x6a,0x06,0x86,0x06]
 
 v_mul_legacy_f32_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0e,0x6b,0x06,0x86,0x06]
+// GFX10: v_mul_legacy_f32_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0e,0x6b,0x06,0x86,0x06]
 
 v_mul_legacy_f32_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0e,0x7c,0x06,0x86,0x06]
+// GFX10: v_mul_legacy_f32_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0e,0x7c,0x06,0x86,0x06]
 
 v_mul_legacy_f32_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0e,0x7e,0x06,0x86,0x06]
+// GFX10: v_mul_legacy_f32_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0e,0x7e,0x06,0x86,0x06]
 
 v_mul_legacy_f32_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0e,0x7f,0x06,0x86,0x06]
+// GFX10: v_mul_legacy_f32_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0e,0x7f,0x06,0x86,0x06]
 
 v_mul_legacy_f32_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0xfe,0x0b,0x0e,0x01,0x06,0x06,0x06]
+// GFX10: v_mul_legacy_f32_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0xfe,0x0b,0x0e,0x01,0x06,0x06,0x06]
 
 v_mul_legacy_f32_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x26,0x06,0x06]
+// GFX10: v_mul_legacy_f32_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x26,0x06,0x06]
 
 v_mul_legacy_f32_sdwa v5, v1, v2 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x46,0x06,0x06]
+// GFX10: v_mul_legacy_f32_sdwa v5, v1, v2 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x46,0x06,0x06]
 
 v_mul_legacy_f32_sdwa v5, v1, v2 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x86,0x06,0x06]
+// GFX10: v_mul_legacy_f32_sdwa v5, v1, v2 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x86,0x06,0x06]
 
 v_mul_legacy_f32_sdwa v5, v1, v2 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0e,0x01,0xc6,0x06,0x06]
+// GFX10: v_mul_legacy_f32_sdwa v5, v1, v2 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0e,0x01,0xc6,0x06,0x06]
 
 v_mul_legacy_f32_sdwa v5, v1, v2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x06,0x06,0x06]
+// GFX10: v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x06,0x06,0x06]
 
 v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x00,0x06,0x06]
+// GFX10: v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x00,0x06,0x06]
 
 v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x01,0x06,0x06]
+// GFX10: v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x01,0x06,0x06]
 
 v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x02,0x06,0x06]
+// GFX10: v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x02,0x06,0x06]
 
 v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x03,0x06,0x06]
+// GFX10: v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x03,0x06,0x06]
 
 v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x04,0x06,0x06]
+// GFX10: v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x04,0x06,0x06]
 
 v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x05,0x06,0x06]
+// GFX10: v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x05,0x06,0x06]
 
 v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x0e,0x06,0x06]
+// GFX10: v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x0e,0x06,0x06]
 
 v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x16,0x06,0x06]
+// GFX10: v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x16,0x06,0x06]
 
 v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:DWORD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x16,0x06,0x06]
+// GFX10: v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x16,0x06,0x06]
 
 v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x06,0x06,0x06]
+// GFX10: v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x06,0x06,0x06]
 
 v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x06,0x00,0x06]
+// GFX10: v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x06,0x00,0x06]
 
 v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x06,0x01,0x06]
+// GFX10: v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x06,0x01,0x06]
 
 v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x06,0x02,0x06]
+// GFX10: v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x06,0x02,0x06]
 
 v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x06,0x03,0x06]
+// GFX10: v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x06,0x03,0x06]
 
 v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x06,0x04,0x06]
+// GFX10: v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x06,0x04,0x06]
 
 v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x06,0x05,0x06]
+// GFX10: v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x06,0x05,0x06]
 
 v_mul_legacy_f32_sdwa v5, -v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x06,0x16,0x06]
+// GFX10: v_mul_legacy_f32_sdwa v5, -v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x06,0x16,0x06]
 
 v_mul_legacy_f32_sdwa v5, |v1|, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x06,0x26,0x06]
+// GFX10: v_mul_legacy_f32_sdwa v5, |v1|, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x06,0x26,0x06]
 
 v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x06,0x06,0x06]
+// GFX10: v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x06,0x06,0x06]
 
 v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x06,0x06,0x00]
+// GFX10: v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0 ; encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x06,0x06,0x00]
 
 v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x06,0x06,0x01]
+// GFX10: v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1 ; encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x06,0x06,0x01]
 
 v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x06,0x06,0x02]
+// GFX10: v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2 ; encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x06,0x06,0x02]
 
 v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x06,0x06,0x03]
+// GFX10: v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3 ; encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x06,0x06,0x03]
 
 v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x06,0x06,0x04]
+// GFX10: v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0 ; encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x06,0x06,0x04]
 
 v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x06,0x06,0x05]
+// GFX10: v_mul_legacy_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1 ; encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x06,0x06,0x05]
 
 v_mul_legacy_f32_sdwa v5, v1, -v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x06,0x06,0x16]
+// GFX10: v_mul_legacy_f32_sdwa v5, v1, -v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x06,0x06,0x16]
 
 v_mul_legacy_f32_sdwa v5, v1, |v2| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x06,0x06,0x26]
+// GFX10: v_mul_legacy_f32_sdwa v5, v1, |v2| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x0e,0x01,0x06,0x06,0x26]
 
 v_mul_legacy_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0e,0x01,0xe4,0x00,0x00]
+// GFX10: v_mul_legacy_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x0e,0x01,0xe4,0x00,0x00]
 
 v_mul_legacy_f32_dpp v255, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0xfe,0x0f,0x01,0xe4,0x00,0x00]
+// GFX10: v_mul_legacy_f32_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0xfe,0x0f,0x01,0xe4,0x00,0x00]
 
 v_mul_legacy_f32_dpp v5, v255, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0e,0xff,0xe4,0x00,0x00]
+// GFX10: v_mul_legacy_f32_dpp v5, v255, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x0e,0xff,0xe4,0x00,0x00]
 
 v_mul_legacy_f32_dpp v5, v1, v255  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xfe,0x0b,0x0e,0x01,0xe4,0x00,0x00]
+// GFX10: v_mul_legacy_f32_dpp v5, v1, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xfe,0x0b,0x0e,0x01,0xe4,0x00,0x00]
 
 v_mul_legacy_f32_dpp v5, v1, v2  quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0e,0x01,0x1b,0x00,0x00]
+// GFX10: v_mul_legacy_f32_dpp v5, v1, v2 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x0e,0x01,0x1b,0x00,0x00]
 
 v_mul_legacy_f32_dpp v5, v1, v2  row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0e,0x01,0x40,0x01,0x00]
+// GFX10: v_mul_legacy_f32_dpp v5, v1, v2 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x0e,0x01,0x40,0x01,0x00]
 
 v_mul_legacy_f32_dpp v5, v1, v2  row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0e,0x01,0x41,0x01,0x00]
+// GFX10: v_mul_legacy_f32_dpp v5, v1, v2 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x0e,0x01,0x41,0x01,0x00]
 
 v_mul_legacy_f32_dpp v5, v1, v2  row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0e,0x01,0x01,0x01,0x00]
+// GFX10: v_mul_legacy_f32_dpp v5, v1, v2 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x0e,0x01,0x01,0x01,0x00]
 
 v_mul_legacy_f32_dpp v5, v1, v2  row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0e,0x01,0x0f,0x01,0x00]
+// GFX10: v_mul_legacy_f32_dpp v5, v1, v2 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x0e,0x01,0x0f,0x01,0x00]
 
 v_mul_legacy_f32_dpp v5, v1, v2  row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0e,0x01,0x11,0x01,0x00]
+// GFX10: v_mul_legacy_f32_dpp v5, v1, v2 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x0e,0x01,0x11,0x01,0x00]
 
 v_mul_legacy_f32_dpp v5, v1, v2  row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0e,0x01,0x1f,0x01,0x00]
+// GFX10: v_mul_legacy_f32_dpp v5, v1, v2 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x0e,0x01,0x1f,0x01,0x00]
 
 v_mul_legacy_f32_dpp v5, v1, v2  row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0e,0x01,0x21,0x01,0x00]
+// GFX10: v_mul_legacy_f32_dpp v5, v1, v2 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x0e,0x01,0x21,0x01,0x00]
 
 v_mul_legacy_f32_dpp v5, v1, v2  row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0e,0x01,0x2f,0x01,0x00]
+// GFX10: v_mul_legacy_f32_dpp v5, v1, v2 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x0e,0x01,0x2f,0x01,0x00]
 
 v_mul_legacy_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0e,0x01,0xe4,0x00,0x10]
+// GFX10: v_mul_legacy_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x0e,0x01,0xe4,0x00,0x10]
 
 v_mul_legacy_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0e,0x01,0xe4,0x00,0x30]
+// GFX10: v_mul_legacy_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x0e,0x01,0xe4,0x00,0x30]
 
 v_mul_legacy_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_mul_legacy_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x0e,0x01,0xe4,0x00,0xf0]
 
 v_mul_legacy_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0e,0x01,0xe4,0x00,0x01]
+// GFX10: v_mul_legacy_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x04,0x0a,0x0e,0x01,0xe4,0x00,0x01]
 
 v_mul_legacy_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0e,0x01,0xe4,0x00,0x03]
+// GFX10: v_mul_legacy_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x04,0x0a,0x0e,0x01,0xe4,0x00,0x03]
 
 v_mul_legacy_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_mul_legacy_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x04,0x0a,0x0e,0x01,0xe4,0x00,0x0f]
 
 v_mul_legacy_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0e,0x01,0xe4,0x08,0x00]
+// GFX10: v_mul_legacy_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x04,0x0a,0x0e,0x01,0xe4,0x08,0x00]
 
 v_mul_legacy_f32_dpp v5, -v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0e,0x01,0xe4,0x10,0x00]
+// GFX10: v_mul_legacy_f32_dpp v5, -v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x0e,0x01,0xe4,0x10,0x00]
 
 v_mul_legacy_f32_dpp v5, |v1|, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0e,0x01,0xe4,0x20,0x00]
+// GFX10: v_mul_legacy_f32_dpp v5, |v1|, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x0e,0x01,0xe4,0x20,0x00]
 
 v_mul_legacy_f32_dpp v5, v1, -v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0e,0x01,0xe4,0x40,0x00]
+// GFX10: v_mul_legacy_f32_dpp v5, v1, -v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x0e,0x01,0xe4,0x40,0x00]
 
 v_mul_legacy_f32_dpp v5, v1, |v2|  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0e,0x01,0xe4,0x80,0x00]
+// GFX10: v_mul_legacy_f32_dpp v5, v1, |v2| quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x0e,0x01,0xe4,0x80,0x00]
 
 v_mul_legacy_f32_dpp v5, v1, v2  row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0e,0x01,0x51,0x01,0x00]
+// GFX10: v_mul_legacy_f32_dpp v5, v1, v2 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x0e,0x01,0x51,0x01,0x00]
 
 v_mul_legacy_f32_dpp v5, v1, v2  row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0e,0x01,0x5f,0x01,0x00]
+// GFX10: v_mul_legacy_f32_dpp v5, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x0e,0x01,0x5f,0x01,0x00]
 
 v_mul_legacy_f32_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0e,0x01,0x61,0x01,0x00]
+// GFX10: v_mul_legacy_f32_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x0e,0x01,0x61,0x01,0x00]
 
 v_mul_legacy_f32_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x0e,0x01,0x6f,0x01,0x00]
+// GFX10: v_mul_legacy_f32_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x0e,0x01,0x6f,0x01,0x00]
 
 v_mul_f32_e32 v5, v1, v2
-// GFX10: encoding: [0x01,0x05,0x0a,0x10]
+// GFX10: v_mul_f32_e32 v5, v1, v2                ; encoding: [0x01,0x05,0x0a,0x10]
 
 v_mul_f32_e32 v255, v1, v2
-// GFX10: encoding: [0x01,0x05,0xfe,0x11]
+// GFX10: v_mul_f32_e32 v255, v1, v2              ; encoding: [0x01,0x05,0xfe,0x11]
 
 v_mul_f32_e32 v5, v255, v2
-// GFX10: encoding: [0xff,0x05,0x0a,0x10]
+// GFX10: v_mul_f32_e32 v5, v255, v2              ; encoding: [0xff,0x05,0x0a,0x10]
 
 v_mul_f32_e32 v5, s1, v2
-// GFX10: encoding: [0x01,0x04,0x0a,0x10]
+// GFX10: v_mul_f32_e32 v5, s1, v2                ; encoding: [0x01,0x04,0x0a,0x10]
 
 v_mul_f32_e32 v5, s103, v2
-// GFX10: encoding: [0x67,0x04,0x0a,0x10]
+// GFX10: v_mul_f32_e32 v5, s103, v2              ; encoding: [0x67,0x04,0x0a,0x10]
 
 v_mul_f32_e32 v5, vcc_lo, v2
-// GFX10: encoding: [0x6a,0x04,0x0a,0x10]
+// GFX10: v_mul_f32_e32 v5, vcc_lo, v2            ; encoding: [0x6a,0x04,0x0a,0x10]
 
 v_mul_f32_e32 v5, vcc_hi, v2
-// GFX10: encoding: [0x6b,0x04,0x0a,0x10]
+// GFX10: v_mul_f32_e32 v5, vcc_hi, v2            ; encoding: [0x6b,0x04,0x0a,0x10]
 
 v_mul_f32_e32 v5, ttmp11, v2
-// GFX10: encoding: [0x77,0x04,0x0a,0x10]
+// GFX10: v_mul_f32_e32 v5, ttmp11, v2            ; encoding: [0x77,0x04,0x0a,0x10]
 
 v_mul_f32_e32 v5, m0, v2
-// GFX10: encoding: [0x7c,0x04,0x0a,0x10]
+// GFX10: v_mul_f32_e32 v5, m0, v2                ; encoding: [0x7c,0x04,0x0a,0x10]
 
 v_mul_f32_e32 v5, exec_lo, v2
-// GFX10: encoding: [0x7e,0x04,0x0a,0x10]
+// GFX10: v_mul_f32_e32 v5, exec_lo, v2           ; encoding: [0x7e,0x04,0x0a,0x10]
 
 v_mul_f32_e32 v5, exec_hi, v2
-// GFX10: encoding: [0x7f,0x04,0x0a,0x10]
+// GFX10: v_mul_f32_e32 v5, exec_hi, v2           ; encoding: [0x7f,0x04,0x0a,0x10]
 
 v_mul_f32_e32 v5, 0, v2
-// GFX10: encoding: [0x80,0x04,0x0a,0x10]
+// GFX10: v_mul_f32_e32 v5, 0, v2                 ; encoding: [0x80,0x04,0x0a,0x10]
 
 v_mul_f32_e32 v5, -1, v2
-// GFX10: encoding: [0xc1,0x04,0x0a,0x10]
+// GFX10: v_mul_f32_e32 v5, -1, v2                ; encoding: [0xc1,0x04,0x0a,0x10]
 
 v_mul_f32_e32 v5, 0.5, v2
-// GFX10: encoding: [0xf0,0x04,0x0a,0x10]
+// GFX10: v_mul_f32_e32 v5, 0.5, v2               ; encoding: [0xf0,0x04,0x0a,0x10]
 
 v_mul_f32_e32 v5, -4.0, v2
-// GFX10: encoding: [0xf7,0x04,0x0a,0x10]
+// GFX10: v_mul_f32_e32 v5, -4.0, v2              ; encoding: [0xf7,0x04,0x0a,0x10]
 
 v_mul_f32_e32 v5, 0xaf123456, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x10,0x56,0x34,0x12,0xaf]
+// GFX10: v_mul_f32_e32 v5, 0xaf123456, v2        ; encoding: [0xff,0x04,0x0a,0x10,0x56,0x34,0x12,0xaf]
 
 v_mul_f32_e32 v5, 0x3f717273, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x10,0x73,0x72,0x71,0x3f]
+// GFX10: v_mul_f32_e32 v5, 0x3f717273, v2        ; encoding: [0xff,0x04,0x0a,0x10,0x73,0x72,0x71,0x3f]
 
 v_mul_f32_e32 v5, v1, v255
-// GFX10: encoding: [0x01,0xff,0x0b,0x10]
+// GFX10: v_mul_f32_e32 v5, v1, v255              ; encoding: [0x01,0xff,0x0b,0x10]
 
 v_mul_f32_e64 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x08,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mul_f32_e64 v5, v1, v2                ; encoding: [0x05,0x00,0x08,0xd5,0x01,0x05,0x02,0x00]
 
 v_mul_f32_e64 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x08,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mul_f32_e64 v255, v1, v2              ; encoding: [0xff,0x00,0x08,0xd5,0x01,0x05,0x02,0x00]
 
 v_mul_f32_e64 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x08,0xd5,0xff,0x05,0x02,0x00]
+// GFX10: v_mul_f32_e64 v5, v255, v2              ; encoding: [0x05,0x00,0x08,0xd5,0xff,0x05,0x02,0x00]
 
 v_mul_f32_e64 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x08,0xd5,0x01,0x04,0x02,0x00]
+// GFX10: v_mul_f32_e64 v5, s1, v2                ; encoding: [0x05,0x00,0x08,0xd5,0x01,0x04,0x02,0x00]
 
 v_mul_f32_e64 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x08,0xd5,0x65,0x04,0x02,0x00]
+// GFX10: v_mul_f32_e64 v5, s101, v2              ; encoding: [0x05,0x00,0x08,0xd5,0x65,0x04,0x02,0x00]
 
 v_mul_f32_e64 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x08,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_mul_f32_e64 v5, vcc_lo, v2            ; encoding: [0x05,0x00,0x08,0xd5,0x6a,0x04,0x02,0x00]
 
 v_mul_f32_e64 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x08,0xd5,0x6b,0x04,0x02,0x00]
+// GFX10: v_mul_f32_e64 v5, vcc_hi, v2            ; encoding: [0x05,0x00,0x08,0xd5,0x6b,0x04,0x02,0x00]
 
 v_mul_f32_e64 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x08,0xd5,0x7c,0x04,0x02,0x00]
+// GFX10: v_mul_f32_e64 v5, m0, v2                ; encoding: [0x05,0x00,0x08,0xd5,0x7c,0x04,0x02,0x00]
 
 v_mul_f32_e64 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x08,0xd5,0x7e,0x04,0x02,0x00]
+// GFX10: v_mul_f32_e64 v5, exec_lo, v2           ; encoding: [0x05,0x00,0x08,0xd5,0x7e,0x04,0x02,0x00]
 
 v_mul_f32_e64 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x08,0xd5,0x7f,0x04,0x02,0x00]
+// GFX10: v_mul_f32_e64 v5, exec_hi, v2           ; encoding: [0x05,0x00,0x08,0xd5,0x7f,0x04,0x02,0x00]
 
 v_mul_f32_e64 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x08,0xd5,0x80,0x04,0x02,0x00]
+// GFX10: v_mul_f32_e64 v5, 0, v2                 ; encoding: [0x05,0x00,0x08,0xd5,0x80,0x04,0x02,0x00]
 
 v_mul_f32_e64 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x08,0xd5,0xc1,0x04,0x02,0x00]
+// GFX10: v_mul_f32_e64 v5, -1, v2                ; encoding: [0x05,0x00,0x08,0xd5,0xc1,0x04,0x02,0x00]
 
 v_mul_f32_e64 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x08,0xd5,0xf0,0x04,0x02,0x00]
+// GFX10: v_mul_f32_e64 v5, 0.5, v2               ; encoding: [0x05,0x00,0x08,0xd5,0xf0,0x04,0x02,0x00]
 
 v_mul_f32_e64 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x08,0xd5,0xf7,0x04,0x02,0x00]
+// GFX10: v_mul_f32_e64 v5, -4.0, v2              ; encoding: [0x05,0x00,0x08,0xd5,0xf7,0x04,0x02,0x00]
 
 v_mul_f32_e64 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x08,0xd5,0x01,0xff,0x03,0x00]
+// GFX10: v_mul_f32_e64 v5, v1, v255              ; encoding: [0x05,0x00,0x08,0xd5,0x01,0xff,0x03,0x00]
 
 v_mul_f32_e64 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x08,0xd5,0x01,0x05,0x00,0x00]
+// GFX10: v_mul_f32_e64 v5, v1, s2                ; encoding: [0x05,0x00,0x08,0xd5,0x01,0x05,0x00,0x00]
 
 v_mul_f32_e64 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x08,0xd5,0x01,0xcb,0x00,0x00]
+// GFX10: v_mul_f32_e64 v5, v1, s101              ; encoding: [0x05,0x00,0x08,0xd5,0x01,0xcb,0x00,0x00]
 
 v_mul_f32_e64 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x08,0xd5,0x01,0xd5,0x00,0x00]
+// GFX10: v_mul_f32_e64 v5, v1, vcc_lo            ; encoding: [0x05,0x00,0x08,0xd5,0x01,0xd5,0x00,0x00]
 
 v_mul_f32_e64 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x08,0xd5,0x01,0xd7,0x00,0x00]
+// GFX10: v_mul_f32_e64 v5, v1, vcc_hi            ; encoding: [0x05,0x00,0x08,0xd5,0x01,0xd7,0x00,0x00]
 
 v_mul_f32_e64 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x08,0xd5,0x01,0xf9,0x00,0x00]
+// GFX10: v_mul_f32_e64 v5, v1, m0                ; encoding: [0x05,0x00,0x08,0xd5,0x01,0xf9,0x00,0x00]
 
 v_mul_f32_e64 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x08,0xd5,0x01,0xfd,0x00,0x00]
+// GFX10: v_mul_f32_e64 v5, v1, exec_lo           ; encoding: [0x05,0x00,0x08,0xd5,0x01,0xfd,0x00,0x00]
 
 v_mul_f32_e64 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x08,0xd5,0x01,0xff,0x00,0x00]
+// GFX10: v_mul_f32_e64 v5, v1, exec_hi           ; encoding: [0x05,0x00,0x08,0xd5,0x01,0xff,0x00,0x00]
 
 v_mul_f32_e64 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x08,0xd5,0x01,0x01,0x01,0x00]
+// GFX10: v_mul_f32_e64 v5, v1, 0                 ; encoding: [0x05,0x00,0x08,0xd5,0x01,0x01,0x01,0x00]
 
 v_mul_f32_e64 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x08,0xd5,0x01,0x83,0x01,0x00]
+// GFX10: v_mul_f32_e64 v5, v1, -1                ; encoding: [0x05,0x00,0x08,0xd5,0x01,0x83,0x01,0x00]
 
 v_mul_f32_e64 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x08,0xd5,0x01,0xe1,0x01,0x00]
+// GFX10: v_mul_f32_e64 v5, v1, 0.5               ; encoding: [0x05,0x00,0x08,0xd5,0x01,0xe1,0x01,0x00]
 
 v_mul_f32_e64 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x08,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_mul_f32_e64 v5, v1, -4.0              ; encoding: [0x05,0x00,0x08,0xd5,0x01,0xef,0x01,0x00]
 
 v_mul_f32_e64 v5, -v1, v2
-// GFX10: encoding: [0x05,0x00,0x08,0xd5,0x01,0x05,0x02,0x20]
+// GFX10: v_mul_f32_e64 v5, -v1, v2               ; encoding: [0x05,0x00,0x08,0xd5,0x01,0x05,0x02,0x20]
 
 v_mul_f32_e64 v5, v1, -v2
-// GFX10: encoding: [0x05,0x00,0x08,0xd5,0x01,0x05,0x02,0x40]
+// GFX10: v_mul_f32_e64 v5, v1, -v2               ; encoding: [0x05,0x00,0x08,0xd5,0x01,0x05,0x02,0x40]
 
 v_mul_f32_e64 v5, -v1, -v2
-// GFX10: encoding: [0x05,0x00,0x08,0xd5,0x01,0x05,0x02,0x60]
+// GFX10: v_mul_f32_e64 v5, -v1, -v2              ; encoding: [0x05,0x00,0x08,0xd5,0x01,0x05,0x02,0x60]
 
 v_mul_f32_e64 v5, |v1|, v2
-// GFX10: encoding: [0x05,0x01,0x08,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mul_f32_e64 v5, |v1|, v2              ; encoding: [0x05,0x01,0x08,0xd5,0x01,0x05,0x02,0x00]
 
 v_mul_f32_e64 v5, v1, |v2|
-// GFX10: encoding: [0x05,0x02,0x08,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mul_f32_e64 v5, v1, |v2|              ; encoding: [0x05,0x02,0x08,0xd5,0x01,0x05,0x02,0x00]
 
 v_mul_f32_e64 v5, |v1|, |v2|
-// GFX10: encoding: [0x05,0x03,0x08,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mul_f32_e64 v5, |v1|, |v2|            ; encoding: [0x05,0x03,0x08,0xd5,0x01,0x05,0x02,0x00]
 
 v_mul_f32_e64 v5, v1, v2 clamp
-// GFX10: encoding: [0x05,0x80,0x08,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mul_f32_e64 v5, v1, v2 clamp          ; encoding: [0x05,0x80,0x08,0xd5,0x01,0x05,0x02,0x00]
 
 v_mul_f32_e64 v5, v1, v2 mul:2
-// GFX10: encoding: [0x05,0x00,0x08,0xd5,0x01,0x05,0x02,0x08]
+// GFX10: v_mul_f32_e64 v5, v1, v2 mul:2          ; encoding: [0x05,0x00,0x08,0xd5,0x01,0x05,0x02,0x08]
 
 v_mul_f32_e64 v5, v1, v2 mul:4
-// GFX10: encoding: [0x05,0x00,0x08,0xd5,0x01,0x05,0x02,0x10]
+// GFX10: v_mul_f32_e64 v5, v1, v2 mul:4          ; encoding: [0x05,0x00,0x08,0xd5,0x01,0x05,0x02,0x10]
 
 v_mul_f32_e64 v5, v1, v2 div:2
-// GFX10: encoding: [0x05,0x00,0x08,0xd5,0x01,0x05,0x02,0x18]
+// GFX10: v_mul_f32_e64 v5, v1, v2 div:2          ; encoding: [0x05,0x00,0x08,0xd5,0x01,0x05,0x02,0x18]
 
 v_mul_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x10,0x01,0x06,0x06,0x06]
+// GFX10: v_mul_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x10,0x01,0x06,0x06,0x06]
 
 v_mul_f32_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0xfe,0x11,0x01,0x06,0x06,0x06]
+// GFX10: v_mul_f32_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0xfe,0x11,0x01,0x06,0x06,0x06]
 
 v_mul_f32_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x10,0xff,0x06,0x06,0x06]
+// GFX10: v_mul_f32_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x10,0xff,0x06,0x06,0x06]
 
 v_mul_f32_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x10,0x01,0x06,0x86,0x06]
+// GFX10: v_mul_f32_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x10,0x01,0x06,0x86,0x06]
 
 v_mul_f32_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x10,0x65,0x06,0x86,0x06]
+// GFX10: v_mul_f32_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x10,0x65,0x06,0x86,0x06]
 
 v_mul_f32_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x10,0x6a,0x06,0x86,0x06]
+// GFX10: v_mul_f32_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x10,0x6a,0x06,0x86,0x06]
 
 v_mul_f32_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x10,0x6b,0x06,0x86,0x06]
+// GFX10: v_mul_f32_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x10,0x6b,0x06,0x86,0x06]
 
 v_mul_f32_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x10,0x7c,0x06,0x86,0x06]
+// GFX10: v_mul_f32_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x10,0x7c,0x06,0x86,0x06]
 
 v_mul_f32_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x10,0x7e,0x06,0x86,0x06]
+// GFX10: v_mul_f32_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x10,0x7e,0x06,0x86,0x06]
 
 v_mul_f32_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x10,0x7f,0x06,0x86,0x06]
+// GFX10: v_mul_f32_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x10,0x7f,0x06,0x86,0x06]
 
 v_mul_f32_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0xfe,0x0b,0x10,0x01,0x06,0x06,0x06]
+// GFX10: v_mul_f32_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0xfe,0x0b,0x10,0x01,0x06,0x06,0x06]
 
 v_mul_f32_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x10,0x01,0x26,0x06,0x06]
+// GFX10: v_mul_f32_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x10,0x01,0x26,0x06,0x06]
 
 v_mul_f32_sdwa v5, v1, v2 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x10,0x01,0x46,0x06,0x06]
+// GFX10: v_mul_f32_sdwa v5, v1, v2 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x10,0x01,0x46,0x06,0x06]
 
 v_mul_f32_sdwa v5, v1, v2 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x10,0x01,0x86,0x06,0x06]
+// GFX10: v_mul_f32_sdwa v5, v1, v2 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x10,0x01,0x86,0x06,0x06]
 
 v_mul_f32_sdwa v5, v1, v2 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x10,0x01,0xc6,0x06,0x06]
+// GFX10: v_mul_f32_sdwa v5, v1, v2 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x10,0x01,0xc6,0x06,0x06]
 
 v_mul_f32_sdwa v5, v1, v2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x10,0x01,0x06,0x06,0x06]
+// GFX10: v_mul_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x10,0x01,0x06,0x06,0x06]
 
 v_mul_f32_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x10,0x01,0x00,0x06,0x06]
+// GFX10: v_mul_f32_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x10,0x01,0x00,0x06,0x06]
 
 v_mul_f32_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x10,0x01,0x01,0x06,0x06]
+// GFX10: v_mul_f32_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x10,0x01,0x01,0x06,0x06]
 
 v_mul_f32_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x10,0x01,0x02,0x06,0x06]
+// GFX10: v_mul_f32_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x10,0x01,0x02,0x06,0x06]
 
 v_mul_f32_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x10,0x01,0x03,0x06,0x06]
+// GFX10: v_mul_f32_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x10,0x01,0x03,0x06,0x06]
 
 v_mul_f32_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x10,0x01,0x04,0x06,0x06]
+// GFX10: v_mul_f32_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x10,0x01,0x04,0x06,0x06]
 
 v_mul_f32_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x10,0x01,0x05,0x06,0x06]
+// GFX10: v_mul_f32_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x10,0x01,0x05,0x06,0x06]
 
 v_mul_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x10,0x01,0x0e,0x06,0x06]
+// GFX10: v_mul_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x10,0x01,0x0e,0x06,0x06]
 
 v_mul_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x10,0x01,0x16,0x06,0x06]
+// GFX10: v_mul_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x10,0x01,0x16,0x06,0x06]
 
 v_mul_f32_sdwa v5, v1, v2 dst_sel:DWORD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x10,0x01,0x16,0x06,0x06]
+// GFX10: v_mul_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x10,0x01,0x16,0x06,0x06]
 
 v_mul_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x10,0x01,0x06,0x06,0x06]
+// GFX10: v_mul_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x10,0x01,0x06,0x06,0x06]
 
 v_mul_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x10,0x01,0x06,0x00,0x06]
+// GFX10: v_mul_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x10,0x01,0x06,0x00,0x06]
 
 v_mul_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x10,0x01,0x06,0x01,0x06]
+// GFX10: v_mul_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x10,0x01,0x06,0x01,0x06]
 
 v_mul_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x10,0x01,0x06,0x02,0x06]
+// GFX10: v_mul_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x10,0x01,0x06,0x02,0x06]
 
 v_mul_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x10,0x01,0x06,0x03,0x06]
+// GFX10: v_mul_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x10,0x01,0x06,0x03,0x06]
 
 v_mul_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x10,0x01,0x06,0x04,0x06]
+// GFX10: v_mul_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x10,0x01,0x06,0x04,0x06]
 
 v_mul_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x10,0x01,0x06,0x05,0x06]
+// GFX10: v_mul_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x10,0x01,0x06,0x05,0x06]
 
 v_mul_f32_sdwa v5, -v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x10,0x01,0x06,0x16,0x06]
+// GFX10: v_mul_f32_sdwa v5, -v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x10,0x01,0x06,0x16,0x06]
 
 v_mul_f32_sdwa v5, |v1|, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x10,0x01,0x06,0x26,0x06]
+// GFX10: v_mul_f32_sdwa v5, |v1|, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x10,0x01,0x06,0x26,0x06]
 
 v_mul_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x10,0x01,0x06,0x06,0x06]
+// GFX10: v_mul_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x10,0x01,0x06,0x06,0x06]
 
 v_mul_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x10,0x01,0x06,0x06,0x00]
+// GFX10: v_mul_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0 ; encoding: [0xf9,0x04,0x0a,0x10,0x01,0x06,0x06,0x00]
 
 v_mul_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x10,0x01,0x06,0x06,0x01]
+// GFX10: v_mul_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1 ; encoding: [0xf9,0x04,0x0a,0x10,0x01,0x06,0x06,0x01]
 
 v_mul_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x04,0x0a,0x10,0x01,0x06,0x06,0x02]
+// GFX10: v_mul_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2 ; encoding: [0xf9,0x04,0x0a,0x10,0x01,0x06,0x06,0x02]
 
 v_mul_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x04,0x0a,0x10,0x01,0x06,0x06,0x03]
+// GFX10: v_mul_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3 ; encoding: [0xf9,0x04,0x0a,0x10,0x01,0x06,0x06,0x03]
 
 v_mul_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x10,0x01,0x06,0x06,0x04]
+// GFX10: v_mul_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0 ; encoding: [0xf9,0x04,0x0a,0x10,0x01,0x06,0x06,0x04]
 
 v_mul_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x10,0x01,0x06,0x06,0x05]
+// GFX10: v_mul_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1 ; encoding: [0xf9,0x04,0x0a,0x10,0x01,0x06,0x06,0x05]
 
 v_mul_f32_sdwa v5, v1, -v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x10,0x01,0x06,0x06,0x16]
+// GFX10: v_mul_f32_sdwa v5, v1, -v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x10,0x01,0x06,0x06,0x16]
 
 v_mul_f32_sdwa v5, v1, |v2| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x10,0x01,0x06,0x06,0x26]
+// GFX10: v_mul_f32_sdwa v5, v1, |v2| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x10,0x01,0x06,0x06,0x26]
 
 v_mul_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x10,0x01,0xe4,0x00,0x00]
+// GFX10: v_mul_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x10,0x01,0xe4,0x00,0x00]
 
 v_mul_f32_dpp v255, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0xfe,0x11,0x01,0xe4,0x00,0x00]
+// GFX10: v_mul_f32_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0xfe,0x11,0x01,0xe4,0x00,0x00]
 
 v_mul_f32_dpp v5, v255, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x10,0xff,0xe4,0x00,0x00]
+// GFX10: v_mul_f32_dpp v5, v255, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x10,0xff,0xe4,0x00,0x00]
 
 v_mul_f32_dpp v5, v1, v255  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xfe,0x0b,0x10,0x01,0xe4,0x00,0x00]
+// GFX10: v_mul_f32_dpp v5, v1, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xfe,0x0b,0x10,0x01,0xe4,0x00,0x00]
 
 v_mul_f32_dpp v5, v1, v2  quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x10,0x01,0x1b,0x00,0x00]
+// GFX10: v_mul_f32_dpp v5, v1, v2 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x10,0x01,0x1b,0x00,0x00]
 
 v_mul_f32_dpp v5, v1, v2  row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x10,0x01,0x40,0x01,0x00]
+// GFX10: v_mul_f32_dpp v5, v1, v2 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x10,0x01,0x40,0x01,0x00]
 
 v_mul_f32_dpp v5, v1, v2  row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x10,0x01,0x41,0x01,0x00]
+// GFX10: v_mul_f32_dpp v5, v1, v2 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x10,0x01,0x41,0x01,0x00]
 
 v_mul_f32_dpp v5, v1, v2  row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x10,0x01,0x01,0x01,0x00]
+// GFX10: v_mul_f32_dpp v5, v1, v2 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x10,0x01,0x01,0x01,0x00]
 
 v_mul_f32_dpp v5, v1, v2  row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x10,0x01,0x0f,0x01,0x00]
+// GFX10: v_mul_f32_dpp v5, v1, v2 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x10,0x01,0x0f,0x01,0x00]
 
 v_mul_f32_dpp v5, v1, v2  row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x10,0x01,0x11,0x01,0x00]
+// GFX10: v_mul_f32_dpp v5, v1, v2 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x10,0x01,0x11,0x01,0x00]
 
 v_mul_f32_dpp v5, v1, v2  row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x10,0x01,0x1f,0x01,0x00]
+// GFX10: v_mul_f32_dpp v5, v1, v2 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x10,0x01,0x1f,0x01,0x00]
 
 v_mul_f32_dpp v5, v1, v2  row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x10,0x01,0x21,0x01,0x00]
+// GFX10: v_mul_f32_dpp v5, v1, v2 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x10,0x01,0x21,0x01,0x00]
 
 v_mul_f32_dpp v5, v1, v2  row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x10,0x01,0x2f,0x01,0x00]
+// GFX10: v_mul_f32_dpp v5, v1, v2 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x10,0x01,0x2f,0x01,0x00]
 
 v_mul_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x10,0x01,0xe4,0x00,0x10]
+// GFX10: v_mul_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x10,0x01,0xe4,0x00,0x10]
 
 v_mul_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x10,0x01,0xe4,0x00,0x30]
+// GFX10: v_mul_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x10,0x01,0xe4,0x00,0x30]
 
 v_mul_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x10,0x01,0xe4,0x00,0xf0]
+// GFX10: v_mul_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x10,0x01,0xe4,0x00,0xf0]
 
 v_mul_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x04,0x0a,0x10,0x01,0xe4,0x00,0x01]
+// GFX10: v_mul_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x04,0x0a,0x10,0x01,0xe4,0x00,0x01]
 
 v_mul_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x04,0x0a,0x10,0x01,0xe4,0x00,0x03]
+// GFX10: v_mul_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x04,0x0a,0x10,0x01,0xe4,0x00,0x03]
 
 v_mul_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x04,0x0a,0x10,0x01,0xe4,0x00,0x0f]
+// GFX10: v_mul_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x04,0x0a,0x10,0x01,0xe4,0x00,0x0f]
 
 v_mul_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x10,0x01,0xe4,0x08,0x00]
+// GFX10: v_mul_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x04,0x0a,0x10,0x01,0xe4,0x08,0x00]
 
 v_mul_f32_dpp v5, -v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x10,0x01,0xe4,0x10,0x00]
+// GFX10: v_mul_f32_dpp v5, -v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x10,0x01,0xe4,0x10,0x00]
 
 v_mul_f32_dpp v5, |v1|, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x10,0x01,0xe4,0x20,0x00]
+// GFX10: v_mul_f32_dpp v5, |v1|, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x10,0x01,0xe4,0x20,0x00]
 
 v_mul_f32_dpp v5, v1, -v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x10,0x01,0xe4,0x40,0x00]
+// GFX10: v_mul_f32_dpp v5, v1, -v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x10,0x01,0xe4,0x40,0x00]
 
 v_mul_f32_dpp v5, v1, |v2|  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x10,0x01,0xe4,0x80,0x00]
+// GFX10: v_mul_f32_dpp v5, v1, |v2| quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x10,0x01,0xe4,0x80,0x00]
 
 v_mul_f32_dpp v5, v1, v2  row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x10,0x01,0x51,0x01,0x00]
+// GFX10: v_mul_f32_dpp v5, v1, v2 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x10,0x01,0x51,0x01,0x00]
 
 v_mul_f32_dpp v5, v1, v2  row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x10,0x01,0x5f,0x01,0x00]
+// GFX10: v_mul_f32_dpp v5, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x10,0x01,0x5f,0x01,0x00]
 
 v_mul_f32_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x10,0x01,0x61,0x01,0x00]
+// GFX10: v_mul_f32_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x10,0x01,0x61,0x01,0x00]
 
 v_mul_f32_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x10,0x01,0x6f,0x01,0x00]
+// GFX10: v_mul_f32_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x10,0x01,0x6f,0x01,0x00]
 
 v_mul_i32_i24_e32 v5, v1, v2
-// GFX10: encoding: [0x01,0x05,0x0a,0x12]
+// GFX10: v_mul_i32_i24_e32 v5, v1, v2            ; encoding: [0x01,0x05,0x0a,0x12]
 
 v_mul_i32_i24_e32 v255, v1, v2
-// GFX10: encoding: [0x01,0x05,0xfe,0x13]
+// GFX10: v_mul_i32_i24_e32 v255, v1, v2          ; encoding: [0x01,0x05,0xfe,0x13]
 
 v_mul_i32_i24_e32 v5, v255, v2
-// GFX10: encoding: [0xff,0x05,0x0a,0x12]
+// GFX10: v_mul_i32_i24_e32 v5, v255, v2          ; encoding: [0xff,0x05,0x0a,0x12]
 
 v_mul_i32_i24_e32 v5, s1, v2
-// GFX10: encoding: [0x01,0x04,0x0a,0x12]
+// GFX10: v_mul_i32_i24_e32 v5, s1, v2            ; encoding: [0x01,0x04,0x0a,0x12]
 
 v_mul_i32_i24_e32 v5, s103, v2
-// GFX10: encoding: [0x67,0x04,0x0a,0x12]
+// GFX10: v_mul_i32_i24_e32 v5, s103, v2          ; encoding: [0x67,0x04,0x0a,0x12]
 
 v_mul_i32_i24_e32 v5, vcc_lo, v2
-// GFX10: encoding: [0x6a,0x04,0x0a,0x12]
+// GFX10: v_mul_i32_i24_e32 v5, vcc_lo, v2        ; encoding: [0x6a,0x04,0x0a,0x12]
 
 v_mul_i32_i24_e32 v5, vcc_hi, v2
-// GFX10: encoding: [0x6b,0x04,0x0a,0x12]
+// GFX10: v_mul_i32_i24_e32 v5, vcc_hi, v2        ; encoding: [0x6b,0x04,0x0a,0x12]
 
 v_mul_i32_i24_e32 v5, ttmp11, v2
-// GFX10: encoding: [0x77,0x04,0x0a,0x12]
+// GFX10: v_mul_i32_i24_e32 v5, ttmp11, v2        ; encoding: [0x77,0x04,0x0a,0x12]
 
 v_mul_i32_i24_e32 v5, m0, v2
-// GFX10: encoding: [0x7c,0x04,0x0a,0x12]
+// GFX10: v_mul_i32_i24_e32 v5, m0, v2            ; encoding: [0x7c,0x04,0x0a,0x12]
 
 v_mul_i32_i24_e32 v5, exec_lo, v2
-// GFX10: encoding: [0x7e,0x04,0x0a,0x12]
+// GFX10: v_mul_i32_i24_e32 v5, exec_lo, v2       ; encoding: [0x7e,0x04,0x0a,0x12]
 
 v_mul_i32_i24_e32 v5, exec_hi, v2
-// GFX10: encoding: [0x7f,0x04,0x0a,0x12]
+// GFX10: v_mul_i32_i24_e32 v5, exec_hi, v2       ; encoding: [0x7f,0x04,0x0a,0x12]
 
 v_mul_i32_i24_e32 v5, 0, v2
-// GFX10: encoding: [0x80,0x04,0x0a,0x12]
+// GFX10: v_mul_i32_i24_e32 v5, 0, v2             ; encoding: [0x80,0x04,0x0a,0x12]
 
 v_mul_i32_i24_e32 v5, -1, v2
-// GFX10: encoding: [0xc1,0x04,0x0a,0x12]
+// GFX10: v_mul_i32_i24_e32 v5, -1, v2            ; encoding: [0xc1,0x04,0x0a,0x12]
 
 v_mul_i32_i24_e32 v5, 0.5, v2
-// GFX10: encoding: [0xf0,0x04,0x0a,0x12]
+// GFX10: v_mul_i32_i24_e32 v5, 0.5, v2           ; encoding: [0xf0,0x04,0x0a,0x12]
 
 v_mul_i32_i24_e32 v5, -4.0, v2
-// GFX10: encoding: [0xf7,0x04,0x0a,0x12]
+// GFX10: v_mul_i32_i24_e32 v5, -4.0, v2          ; encoding: [0xf7,0x04,0x0a,0x12]
 
 v_mul_i32_i24_e32 v5, 0xaf123456, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x12,0x56,0x34,0x12,0xaf]
+// GFX10: v_mul_i32_i24_e32 v5, 0xaf123456, v2    ; encoding: [0xff,0x04,0x0a,0x12,0x56,0x34,0x12,0xaf]
 
 v_mul_i32_i24_e32 v5, 0x3f717273, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x12,0x73,0x72,0x71,0x3f]
+// GFX10: v_mul_i32_i24_e32 v5, 0x3f717273, v2    ; encoding: [0xff,0x04,0x0a,0x12,0x73,0x72,0x71,0x3f]
 
 v_mul_i32_i24_e32 v5, v1, v255
-// GFX10: encoding: [0x01,0xff,0x0b,0x12]
+// GFX10: v_mul_i32_i24_e32 v5, v1, v255          ; encoding: [0x01,0xff,0x0b,0x12]
 
 v_mul_i32_i24_e64 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x09,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mul_i32_i24_e64 v5, v1, v2            ; encoding: [0x05,0x00,0x09,0xd5,0x01,0x05,0x02,0x00]
 
 v_mul_i32_i24_e64 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x09,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mul_i32_i24_e64 v255, v1, v2          ; encoding: [0xff,0x00,0x09,0xd5,0x01,0x05,0x02,0x00]
 
 v_mul_i32_i24_e64 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x09,0xd5,0xff,0x05,0x02,0x00]
+// GFX10: v_mul_i32_i24_e64 v5, v255, v2          ; encoding: [0x05,0x00,0x09,0xd5,0xff,0x05,0x02,0x00]
 
 v_mul_i32_i24_e64 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x09,0xd5,0x01,0x04,0x02,0x00]
+// GFX10: v_mul_i32_i24_e64 v5, s1, v2            ; encoding: [0x05,0x00,0x09,0xd5,0x01,0x04,0x02,0x00]
 
 v_mul_i32_i24_e64 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x09,0xd5,0x65,0x04,0x02,0x00]
+// GFX10: v_mul_i32_i24_e64 v5, s101, v2          ; encoding: [0x05,0x00,0x09,0xd5,0x65,0x04,0x02,0x00]
 
 v_mul_i32_i24_e64 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x09,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_mul_i32_i24_e64 v5, vcc_lo, v2        ; encoding: [0x05,0x00,0x09,0xd5,0x6a,0x04,0x02,0x00]
 
 v_mul_i32_i24_e64 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x09,0xd5,0x6b,0x04,0x02,0x00]
+// GFX10: v_mul_i32_i24_e64 v5, vcc_hi, v2        ; encoding: [0x05,0x00,0x09,0xd5,0x6b,0x04,0x02,0x00]
 
 v_mul_i32_i24_e64 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x09,0xd5,0x7c,0x04,0x02,0x00]
+// GFX10: v_mul_i32_i24_e64 v5, m0, v2            ; encoding: [0x05,0x00,0x09,0xd5,0x7c,0x04,0x02,0x00]
 
 v_mul_i32_i24_e64 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x09,0xd5,0x7e,0x04,0x02,0x00]
+// GFX10: v_mul_i32_i24_e64 v5, exec_lo, v2       ; encoding: [0x05,0x00,0x09,0xd5,0x7e,0x04,0x02,0x00]
 
 v_mul_i32_i24_e64 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x09,0xd5,0x7f,0x04,0x02,0x00]
+// GFX10: v_mul_i32_i24_e64 v5, exec_hi, v2       ; encoding: [0x05,0x00,0x09,0xd5,0x7f,0x04,0x02,0x00]
 
 v_mul_i32_i24_e64 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x09,0xd5,0x80,0x04,0x02,0x00]
+// GFX10: v_mul_i32_i24_e64 v5, 0, v2             ; encoding: [0x05,0x00,0x09,0xd5,0x80,0x04,0x02,0x00]
 
 v_mul_i32_i24_e64 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x09,0xd5,0xc1,0x04,0x02,0x00]
+// GFX10: v_mul_i32_i24_e64 v5, -1, v2            ; encoding: [0x05,0x00,0x09,0xd5,0xc1,0x04,0x02,0x00]
 
 v_mul_i32_i24_e64 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x09,0xd5,0xf0,0x04,0x02,0x00]
+// GFX10: v_mul_i32_i24_e64 v5, 0.5, v2           ; encoding: [0x05,0x00,0x09,0xd5,0xf0,0x04,0x02,0x00]
 
 v_mul_i32_i24_e64 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x09,0xd5,0xf7,0x04,0x02,0x00]
+// GFX10: v_mul_i32_i24_e64 v5, -4.0, v2          ; encoding: [0x05,0x00,0x09,0xd5,0xf7,0x04,0x02,0x00]
 
 v_mul_i32_i24_e64 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x09,0xd5,0x01,0xff,0x03,0x00]
+// GFX10: v_mul_i32_i24_e64 v5, v1, v255          ; encoding: [0x05,0x00,0x09,0xd5,0x01,0xff,0x03,0x00]
 
 v_mul_i32_i24_e64 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x09,0xd5,0x01,0x05,0x00,0x00]
+// GFX10: v_mul_i32_i24_e64 v5, v1, s2            ; encoding: [0x05,0x00,0x09,0xd5,0x01,0x05,0x00,0x00]
 
 v_mul_i32_i24_e64 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x09,0xd5,0x01,0xcb,0x00,0x00]
+// GFX10: v_mul_i32_i24_e64 v5, v1, s101          ; encoding: [0x05,0x00,0x09,0xd5,0x01,0xcb,0x00,0x00]
 
 v_mul_i32_i24_e64 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x09,0xd5,0x01,0xd5,0x00,0x00]
+// GFX10: v_mul_i32_i24_e64 v5, v1, vcc_lo        ; encoding: [0x05,0x00,0x09,0xd5,0x01,0xd5,0x00,0x00]
 
 v_mul_i32_i24_e64 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x09,0xd5,0x01,0xd7,0x00,0x00]
+// GFX10: v_mul_i32_i24_e64 v5, v1, vcc_hi        ; encoding: [0x05,0x00,0x09,0xd5,0x01,0xd7,0x00,0x00]
 
 v_mul_i32_i24_e64 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x09,0xd5,0x01,0xf9,0x00,0x00]
+// GFX10: v_mul_i32_i24_e64 v5, v1, m0            ; encoding: [0x05,0x00,0x09,0xd5,0x01,0xf9,0x00,0x00]
 
 v_mul_i32_i24_e64 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x09,0xd5,0x01,0xfd,0x00,0x00]
+// GFX10: v_mul_i32_i24_e64 v5, v1, exec_lo       ; encoding: [0x05,0x00,0x09,0xd5,0x01,0xfd,0x00,0x00]
 
 v_mul_i32_i24_e64 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x09,0xd5,0x01,0xff,0x00,0x00]
+// GFX10: v_mul_i32_i24_e64 v5, v1, exec_hi       ; encoding: [0x05,0x00,0x09,0xd5,0x01,0xff,0x00,0x00]
 
 v_mul_i32_i24_e64 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x09,0xd5,0x01,0x01,0x01,0x00]
+// GFX10: v_mul_i32_i24_e64 v5, v1, 0             ; encoding: [0x05,0x00,0x09,0xd5,0x01,0x01,0x01,0x00]
 
 v_mul_i32_i24_e64 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x09,0xd5,0x01,0x83,0x01,0x00]
+// GFX10: v_mul_i32_i24_e64 v5, v1, -1            ; encoding: [0x05,0x00,0x09,0xd5,0x01,0x83,0x01,0x00]
 
 v_mul_i32_i24_e64 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x09,0xd5,0x01,0xe1,0x01,0x00]
+// GFX10: v_mul_i32_i24_e64 v5, v1, 0.5           ; encoding: [0x05,0x00,0x09,0xd5,0x01,0xe1,0x01,0x00]
 
 v_mul_i32_i24_e64 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x09,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_mul_i32_i24_e64 v5, v1, -4.0          ; encoding: [0x05,0x00,0x09,0xd5,0x01,0xef,0x01,0x00]
 
 v_mul_i32_i24_e64 v5, v1, -4.0 clamp
-// GFX10: encoding: [0x05,0x80,0x09,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_mul_i32_i24_e64 v5, v1, -4.0 clamp    ; encoding: [0x05,0x80,0x09,0xd5,0x01,0xef,0x01,0x00]
 
 v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x12,0x01,0x06,0x06,0x06]
+// GFX10: v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x12,0x01,0x06,0x06,0x06]
 
 v_mul_i32_i24_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0xfe,0x13,0x01,0x06,0x06,0x06]
+// GFX10: v_mul_i32_i24_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0xfe,0x13,0x01,0x06,0x06,0x06]
 
 v_mul_i32_i24_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x12,0xff,0x06,0x06,0x06]
+// GFX10: v_mul_i32_i24_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x12,0xff,0x06,0x06,0x06]
 
 v_mul_i32_i24_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x12,0x01,0x06,0x86,0x06]
+// GFX10: v_mul_i32_i24_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x12,0x01,0x06,0x86,0x06]
 
 v_mul_i32_i24_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x12,0x65,0x06,0x86,0x06]
+// GFX10: v_mul_i32_i24_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x12,0x65,0x06,0x86,0x06]
 
 v_mul_i32_i24_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x12,0x6a,0x06,0x86,0x06]
+// GFX10: v_mul_i32_i24_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x12,0x6a,0x06,0x86,0x06]
 
 v_mul_i32_i24_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x12,0x6b,0x06,0x86,0x06]
+// GFX10: v_mul_i32_i24_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x12,0x6b,0x06,0x86,0x06]
 
 v_mul_i32_i24_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x12,0x7c,0x06,0x86,0x06]
+// GFX10: v_mul_i32_i24_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x12,0x7c,0x06,0x86,0x06]
 
 v_mul_i32_i24_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x12,0x7e,0x06,0x86,0x06]
+// GFX10: v_mul_i32_i24_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x12,0x7e,0x06,0x86,0x06]
 
 v_mul_i32_i24_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x12,0x7f,0x06,0x86,0x06]
+// GFX10: v_mul_i32_i24_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x12,0x7f,0x06,0x86,0x06]
 
 v_mul_i32_i24_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0xfe,0x0b,0x12,0x01,0x06,0x06,0x06]
+// GFX10: v_mul_i32_i24_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0xfe,0x0b,0x12,0x01,0x06,0x06,0x06]
 
 v_mul_i32_i24_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x12,0x01,0x26,0x06,0x06]
+// GFX10: v_mul_i32_i24_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x12,0x01,0x26,0x06,0x06]
 
 v_mul_i32_i24_sdwa v5, v1, v2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x12,0x01,0x06,0x06,0x06]
+// GFX10: v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x12,0x01,0x06,0x06,0x06]
 
 v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x12,0x01,0x00,0x06,0x06]
+// GFX10: v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x12,0x01,0x00,0x06,0x06]
 
 v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x12,0x01,0x01,0x06,0x06]
+// GFX10: v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x12,0x01,0x01,0x06,0x06]
 
 v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x12,0x01,0x02,0x06,0x06]
+// GFX10: v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x12,0x01,0x02,0x06,0x06]
 
 v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x12,0x01,0x03,0x06,0x06]
+// GFX10: v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x12,0x01,0x03,0x06,0x06]
 
 v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x12,0x01,0x04,0x06,0x06]
+// GFX10: v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x12,0x01,0x04,0x06,0x06]
 
 v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x12,0x01,0x05,0x06,0x06]
+// GFX10: v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x12,0x01,0x05,0x06,0x06]
 
 v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x12,0x01,0x0e,0x06,0x06]
+// GFX10: v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x12,0x01,0x0e,0x06,0x06]
 
 v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x12,0x01,0x16,0x06,0x06]
+// GFX10: v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x12,0x01,0x16,0x06,0x06]
 
 v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x12,0x01,0x16,0x06,0x06]
+// GFX10: v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x12,0x01,0x16,0x06,0x06]
 
 v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x12,0x01,0x06,0x06,0x06]
+// GFX10: v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x12,0x01,0x06,0x06,0x06]
 
 v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x12,0x01,0x06,0x00,0x06]
+// GFX10: v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x12,0x01,0x06,0x00,0x06]
 
 v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x12,0x01,0x06,0x01,0x06]
+// GFX10: v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x12,0x01,0x06,0x01,0x06]
 
 v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x12,0x01,0x06,0x02,0x06]
+// GFX10: v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x12,0x01,0x06,0x02,0x06]
 
 v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x12,0x01,0x06,0x03,0x06]
+// GFX10: v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x12,0x01,0x06,0x03,0x06]
 
 v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x12,0x01,0x06,0x04,0x06]
+// GFX10: v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x12,0x01,0x06,0x04,0x06]
 
 v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x12,0x01,0x06,0x05,0x06]
+// GFX10: v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x12,0x01,0x06,0x05,0x06]
 
 v_mul_i32_i24_sdwa v5, sext(v1), v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x12,0x01,0x06,0x0e,0x06]
+// GFX10: v_mul_i32_i24_sdwa v5, sext(v1), v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x12,0x01,0x06,0x0e,0x06]
 
 v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x12,0x01,0x06,0x06,0x06]
+// GFX10: v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x12,0x01,0x06,0x06,0x06]
 
 v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x12,0x01,0x06,0x06,0x00]
+// GFX10: v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0 ; encoding: [0xf9,0x04,0x0a,0x12,0x01,0x06,0x06,0x00]
 
 v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x12,0x01,0x06,0x06,0x01]
+// GFX10: v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1 ; encoding: [0xf9,0x04,0x0a,0x12,0x01,0x06,0x06,0x01]
 
 v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x04,0x0a,0x12,0x01,0x06,0x06,0x02]
+// GFX10: v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2 ; encoding: [0xf9,0x04,0x0a,0x12,0x01,0x06,0x06,0x02]
 
 v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x04,0x0a,0x12,0x01,0x06,0x06,0x03]
+// GFX10: v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3 ; encoding: [0xf9,0x04,0x0a,0x12,0x01,0x06,0x06,0x03]
 
 v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x12,0x01,0x06,0x06,0x04]
+// GFX10: v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0 ; encoding: [0xf9,0x04,0x0a,0x12,0x01,0x06,0x06,0x04]
 
 v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x12,0x01,0x06,0x06,0x05]
+// GFX10: v_mul_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1 ; encoding: [0xf9,0x04,0x0a,0x12,0x01,0x06,0x06,0x05]
 
 v_mul_i32_i24_sdwa v5, v1, sext(v2) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x12,0x01,0x06,0x06,0x0e]
+// GFX10: v_mul_i32_i24_sdwa v5, v1, sext(v2) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x12,0x01,0x06,0x06,0x0e]
 
 v_mul_i32_i24_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x12,0x01,0xe4,0x00,0x00]
+// GFX10: v_mul_i32_i24_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x12,0x01,0xe4,0x00,0x00]
 
 v_mul_i32_i24_dpp v255, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0xfe,0x13,0x01,0xe4,0x00,0x00]
+// GFX10: v_mul_i32_i24_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0xfe,0x13,0x01,0xe4,0x00,0x00]
 
 v_mul_i32_i24_dpp v5, v255, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x12,0xff,0xe4,0x00,0x00]
+// GFX10: v_mul_i32_i24_dpp v5, v255, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x12,0xff,0xe4,0x00,0x00]
 
 v_mul_i32_i24_dpp v5, v1, v255  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xfe,0x0b,0x12,0x01,0xe4,0x00,0x00]
+// GFX10: v_mul_i32_i24_dpp v5, v1, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xfe,0x0b,0x12,0x01,0xe4,0x00,0x00]
 
 v_mul_i32_i24_dpp v5, v1, v2  quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x12,0x01,0x1b,0x00,0x00]
+// GFX10: v_mul_i32_i24_dpp v5, v1, v2 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x12,0x01,0x1b,0x00,0x00]
 
 v_mul_i32_i24_dpp v5, v1, v2  row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x12,0x01,0x40,0x01,0x00]
+// GFX10: v_mul_i32_i24_dpp v5, v1, v2 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x12,0x01,0x40,0x01,0x00]
 
 v_mul_i32_i24_dpp v5, v1, v2  row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x12,0x01,0x41,0x01,0x00]
+// GFX10: v_mul_i32_i24_dpp v5, v1, v2 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x12,0x01,0x41,0x01,0x00]
 
 v_mul_i32_i24_dpp v5, v1, v2  row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x12,0x01,0x01,0x01,0x00]
+// GFX10: v_mul_i32_i24_dpp v5, v1, v2 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x12,0x01,0x01,0x01,0x00]
 
 v_mul_i32_i24_dpp v5, v1, v2  row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x12,0x01,0x0f,0x01,0x00]
+// GFX10: v_mul_i32_i24_dpp v5, v1, v2 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x12,0x01,0x0f,0x01,0x00]
 
 v_mul_i32_i24_dpp v5, v1, v2  row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x12,0x01,0x11,0x01,0x00]
+// GFX10: v_mul_i32_i24_dpp v5, v1, v2 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x12,0x01,0x11,0x01,0x00]
 
 v_mul_i32_i24_dpp v5, v1, v2  row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x12,0x01,0x1f,0x01,0x00]
+// GFX10: v_mul_i32_i24_dpp v5, v1, v2 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x12,0x01,0x1f,0x01,0x00]
 
 v_mul_i32_i24_dpp v5, v1, v2  row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x12,0x01,0x21,0x01,0x00]
+// GFX10: v_mul_i32_i24_dpp v5, v1, v2 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x12,0x01,0x21,0x01,0x00]
 
 v_mul_i32_i24_dpp v5, v1, v2  row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x12,0x01,0x2f,0x01,0x00]
+// GFX10: v_mul_i32_i24_dpp v5, v1, v2 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x12,0x01,0x2f,0x01,0x00]
 
 v_mul_i32_i24_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x12,0x01,0xe4,0x00,0x10]
+// GFX10: v_mul_i32_i24_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x12,0x01,0xe4,0x00,0x10]
 
 v_mul_i32_i24_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x12,0x01,0xe4,0x00,0x30]
+// GFX10: v_mul_i32_i24_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x12,0x01,0xe4,0x00,0x30]
 
 v_mul_i32_i24_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x12,0x01,0xe4,0x00,0xf0]
+// GFX10: v_mul_i32_i24_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x12,0x01,0xe4,0x00,0xf0]
 
 v_mul_i32_i24_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x04,0x0a,0x12,0x01,0xe4,0x00,0x01]
+// GFX10: v_mul_i32_i24_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x04,0x0a,0x12,0x01,0xe4,0x00,0x01]
 
 v_mul_i32_i24_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x04,0x0a,0x12,0x01,0xe4,0x00,0x03]
+// GFX10: v_mul_i32_i24_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x04,0x0a,0x12,0x01,0xe4,0x00,0x03]
 
 v_mul_i32_i24_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x04,0x0a,0x12,0x01,0xe4,0x00,0x0f]
+// GFX10: v_mul_i32_i24_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x04,0x0a,0x12,0x01,0xe4,0x00,0x0f]
 
 v_mul_i32_i24_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x12,0x01,0xe4,0x08,0x00]
+// GFX10: v_mul_i32_i24_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x04,0x0a,0x12,0x01,0xe4,0x08,0x00]
 
 v_mul_i32_i24_dpp v5, v1, v2  row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x12,0x01,0x51,0x01,0x00]
+// GFX10: v_mul_i32_i24_dpp v5, v1, v2 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x12,0x01,0x51,0x01,0x00]
 
 v_mul_i32_i24_dpp v5, v1, v2  row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x12,0x01,0x5f,0x01,0x00]
+// GFX10: v_mul_i32_i24_dpp v5, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x12,0x01,0x5f,0x01,0x00]
 
 v_mul_i32_i24_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x12,0x01,0x61,0x01,0x00]
+// GFX10: v_mul_i32_i24_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x12,0x01,0x61,0x01,0x00]
 
 v_mul_i32_i24_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x12,0x01,0x6f,0x01,0x00]
+// GFX10: v_mul_i32_i24_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x12,0x01,0x6f,0x01,0x00]
 
 v_mul_hi_i32_i24_e32 v5, v1, v2
-// GFX10: encoding: [0x01,0x05,0x0a,0x14]
+// GFX10: v_mul_hi_i32_i24_e32 v5, v1, v2         ; encoding: [0x01,0x05,0x0a,0x14]
 
 v_mul_hi_i32_i24_e32 v255, v1, v2
-// GFX10: encoding: [0x01,0x05,0xfe,0x15]
+// GFX10: v_mul_hi_i32_i24_e32 v255, v1, v2       ; encoding: [0x01,0x05,0xfe,0x15]
 
 v_mul_hi_i32_i24_e32 v5, v255, v2
-// GFX10: encoding: [0xff,0x05,0x0a,0x14]
+// GFX10: v_mul_hi_i32_i24_e32 v5, v255, v2       ; encoding: [0xff,0x05,0x0a,0x14]
 
 v_mul_hi_i32_i24_e32 v5, s1, v2
-// GFX10: encoding: [0x01,0x04,0x0a,0x14]
+// GFX10: v_mul_hi_i32_i24_e32 v5, s1, v2         ; encoding: [0x01,0x04,0x0a,0x14]
 
 v_mul_hi_i32_i24_e32 v5, s103, v2
-// GFX10: encoding: [0x67,0x04,0x0a,0x14]
+// GFX10: v_mul_hi_i32_i24_e32 v5, s103, v2       ; encoding: [0x67,0x04,0x0a,0x14]
 
 v_mul_hi_i32_i24_e32 v5, vcc_lo, v2
-// GFX10: encoding: [0x6a,0x04,0x0a,0x14]
+// GFX10: v_mul_hi_i32_i24_e32 v5, vcc_lo, v2     ; encoding: [0x6a,0x04,0x0a,0x14]
 
 v_mul_hi_i32_i24_e32 v5, vcc_hi, v2
-// GFX10: encoding: [0x6b,0x04,0x0a,0x14]
+// GFX10: v_mul_hi_i32_i24_e32 v5, vcc_hi, v2     ; encoding: [0x6b,0x04,0x0a,0x14]
 
 v_mul_hi_i32_i24_e32 v5, ttmp11, v2
-// GFX10: encoding: [0x77,0x04,0x0a,0x14]
+// GFX10: v_mul_hi_i32_i24_e32 v5, ttmp11, v2     ; encoding: [0x77,0x04,0x0a,0x14]
 
 v_mul_hi_i32_i24_e32 v5, m0, v2
-// GFX10: encoding: [0x7c,0x04,0x0a,0x14]
+// GFX10: v_mul_hi_i32_i24_e32 v5, m0, v2         ; encoding: [0x7c,0x04,0x0a,0x14]
 
 v_mul_hi_i32_i24_e32 v5, exec_lo, v2
-// GFX10: encoding: [0x7e,0x04,0x0a,0x14]
+// GFX10: v_mul_hi_i32_i24_e32 v5, exec_lo, v2    ; encoding: [0x7e,0x04,0x0a,0x14]
 
 v_mul_hi_i32_i24_e32 v5, exec_hi, v2
-// GFX10: encoding: [0x7f,0x04,0x0a,0x14]
+// GFX10: v_mul_hi_i32_i24_e32 v5, exec_hi, v2    ; encoding: [0x7f,0x04,0x0a,0x14]
 
 v_mul_hi_i32_i24_e32 v5, 0, v2
-// GFX10: encoding: [0x80,0x04,0x0a,0x14]
+// GFX10: v_mul_hi_i32_i24_e32 v5, 0, v2          ; encoding: [0x80,0x04,0x0a,0x14]
 
 v_mul_hi_i32_i24_e32 v5, -1, v2
-// GFX10: encoding: [0xc1,0x04,0x0a,0x14]
+// GFX10: v_mul_hi_i32_i24_e32 v5, -1, v2         ; encoding: [0xc1,0x04,0x0a,0x14]
 
 v_mul_hi_i32_i24_e32 v5, 0.5, v2
-// GFX10: encoding: [0xf0,0x04,0x0a,0x14]
+// GFX10: v_mul_hi_i32_i24_e32 v5, 0.5, v2        ; encoding: [0xf0,0x04,0x0a,0x14]
 
 v_mul_hi_i32_i24_e32 v5, -4.0, v2
-// GFX10: encoding: [0xf7,0x04,0x0a,0x14]
+// GFX10: v_mul_hi_i32_i24_e32 v5, -4.0, v2       ; encoding: [0xf7,0x04,0x0a,0x14]
 
 v_mul_hi_i32_i24_e32 v5, 0xaf123456, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x14,0x56,0x34,0x12,0xaf]
+// GFX10: v_mul_hi_i32_i24_e32 v5, 0xaf123456, v2 ; encoding: [0xff,0x04,0x0a,0x14,0x56,0x34,0x12,0xaf]
 
 v_mul_hi_i32_i24_e32 v5, 0x3f717273, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x14,0x73,0x72,0x71,0x3f]
+// GFX10: v_mul_hi_i32_i24_e32 v5, 0x3f717273, v2 ; encoding: [0xff,0x04,0x0a,0x14,0x73,0x72,0x71,0x3f]
 
 v_mul_hi_i32_i24_e32 v5, v1, v255
-// GFX10: encoding: [0x01,0xff,0x0b,0x14]
+// GFX10: v_mul_hi_i32_i24_e32 v5, v1, v255       ; encoding: [0x01,0xff,0x0b,0x14]
 
 v_mul_hi_i32_i24_e64 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x0a,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mul_hi_i32_i24_e64 v5, v1, v2         ; encoding: [0x05,0x00,0x0a,0xd5,0x01,0x05,0x02,0x00]
 
 v_mul_hi_i32_i24_e64 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x0a,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mul_hi_i32_i24_e64 v255, v1, v2       ; encoding: [0xff,0x00,0x0a,0xd5,0x01,0x05,0x02,0x00]
 
 v_mul_hi_i32_i24_e64 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x0a,0xd5,0xff,0x05,0x02,0x00]
+// GFX10: v_mul_hi_i32_i24_e64 v5, v255, v2       ; encoding: [0x05,0x00,0x0a,0xd5,0xff,0x05,0x02,0x00]
 
 v_mul_hi_i32_i24_e64 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x0a,0xd5,0x01,0x04,0x02,0x00]
+// GFX10: v_mul_hi_i32_i24_e64 v5, s1, v2         ; encoding: [0x05,0x00,0x0a,0xd5,0x01,0x04,0x02,0x00]
 
 v_mul_hi_i32_i24_e64 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x0a,0xd5,0x65,0x04,0x02,0x00]
+// GFX10: v_mul_hi_i32_i24_e64 v5, s101, v2       ; encoding: [0x05,0x00,0x0a,0xd5,0x65,0x04,0x02,0x00]
 
 v_mul_hi_i32_i24_e64 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x0a,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_mul_hi_i32_i24_e64 v5, vcc_lo, v2     ; encoding: [0x05,0x00,0x0a,0xd5,0x6a,0x04,0x02,0x00]
 
 v_mul_hi_i32_i24_e64 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x0a,0xd5,0x6b,0x04,0x02,0x00]
+// GFX10: v_mul_hi_i32_i24_e64 v5, vcc_hi, v2     ; encoding: [0x05,0x00,0x0a,0xd5,0x6b,0x04,0x02,0x00]
 
 v_mul_hi_i32_i24_e64 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x0a,0xd5,0x7c,0x04,0x02,0x00]
+// GFX10: v_mul_hi_i32_i24_e64 v5, m0, v2         ; encoding: [0x05,0x00,0x0a,0xd5,0x7c,0x04,0x02,0x00]
 
 v_mul_hi_i32_i24_e64 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x0a,0xd5,0x7e,0x04,0x02,0x00]
+// GFX10: v_mul_hi_i32_i24_e64 v5, exec_lo, v2    ; encoding: [0x05,0x00,0x0a,0xd5,0x7e,0x04,0x02,0x00]
 
 v_mul_hi_i32_i24_e64 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x0a,0xd5,0x7f,0x04,0x02,0x00]
+// GFX10: v_mul_hi_i32_i24_e64 v5, exec_hi, v2    ; encoding: [0x05,0x00,0x0a,0xd5,0x7f,0x04,0x02,0x00]
 
 v_mul_hi_i32_i24_e64 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x0a,0xd5,0x80,0x04,0x02,0x00]
+// GFX10: v_mul_hi_i32_i24_e64 v5, 0, v2          ; encoding: [0x05,0x00,0x0a,0xd5,0x80,0x04,0x02,0x00]
 
 v_mul_hi_i32_i24_e64 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x0a,0xd5,0xc1,0x04,0x02,0x00]
+// GFX10: v_mul_hi_i32_i24_e64 v5, -1, v2         ; encoding: [0x05,0x00,0x0a,0xd5,0xc1,0x04,0x02,0x00]
 
 v_mul_hi_i32_i24_e64 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x0a,0xd5,0xf0,0x04,0x02,0x00]
+// GFX10: v_mul_hi_i32_i24_e64 v5, 0.5, v2        ; encoding: [0x05,0x00,0x0a,0xd5,0xf0,0x04,0x02,0x00]
 
 v_mul_hi_i32_i24_e64 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x0a,0xd5,0xf7,0x04,0x02,0x00]
+// GFX10: v_mul_hi_i32_i24_e64 v5, -4.0, v2       ; encoding: [0x05,0x00,0x0a,0xd5,0xf7,0x04,0x02,0x00]
 
 v_mul_hi_i32_i24_e64 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x0a,0xd5,0x01,0xff,0x03,0x00]
+// GFX10: v_mul_hi_i32_i24_e64 v5, v1, v255       ; encoding: [0x05,0x00,0x0a,0xd5,0x01,0xff,0x03,0x00]
 
 v_mul_hi_i32_i24_e64 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x0a,0xd5,0x01,0x05,0x00,0x00]
+// GFX10: v_mul_hi_i32_i24_e64 v5, v1, s2         ; encoding: [0x05,0x00,0x0a,0xd5,0x01,0x05,0x00,0x00]
 
 v_mul_hi_i32_i24_e64 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x0a,0xd5,0x01,0xcb,0x00,0x00]
+// GFX10: v_mul_hi_i32_i24_e64 v5, v1, s101       ; encoding: [0x05,0x00,0x0a,0xd5,0x01,0xcb,0x00,0x00]
 
 v_mul_hi_i32_i24_e64 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x0a,0xd5,0x01,0xd5,0x00,0x00]
+// GFX10: v_mul_hi_i32_i24_e64 v5, v1, vcc_lo     ; encoding: [0x05,0x00,0x0a,0xd5,0x01,0xd5,0x00,0x00]
 
 v_mul_hi_i32_i24_e64 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x0a,0xd5,0x01,0xd7,0x00,0x00]
+// GFX10: v_mul_hi_i32_i24_e64 v5, v1, vcc_hi     ; encoding: [0x05,0x00,0x0a,0xd5,0x01,0xd7,0x00,0x00]
 
 v_mul_hi_i32_i24_e64 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x0a,0xd5,0x01,0xf9,0x00,0x00]
+// GFX10: v_mul_hi_i32_i24_e64 v5, v1, m0         ; encoding: [0x05,0x00,0x0a,0xd5,0x01,0xf9,0x00,0x00]
 
 v_mul_hi_i32_i24_e64 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x0a,0xd5,0x01,0xfd,0x00,0x00]
+// GFX10: v_mul_hi_i32_i24_e64 v5, v1, exec_lo    ; encoding: [0x05,0x00,0x0a,0xd5,0x01,0xfd,0x00,0x00]
 
 v_mul_hi_i32_i24_e64 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x0a,0xd5,0x01,0xff,0x00,0x00]
+// GFX10: v_mul_hi_i32_i24_e64 v5, v1, exec_hi    ; encoding: [0x05,0x00,0x0a,0xd5,0x01,0xff,0x00,0x00]
 
 v_mul_hi_i32_i24_e64 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x0a,0xd5,0x01,0x01,0x01,0x00]
+// GFX10: v_mul_hi_i32_i24_e64 v5, v1, 0          ; encoding: [0x05,0x00,0x0a,0xd5,0x01,0x01,0x01,0x00]
 
 v_mul_hi_i32_i24_e64 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x0a,0xd5,0x01,0x83,0x01,0x00]
+// GFX10: v_mul_hi_i32_i24_e64 v5, v1, -1         ; encoding: [0x05,0x00,0x0a,0xd5,0x01,0x83,0x01,0x00]
 
 v_mul_hi_i32_i24_e64 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x0a,0xd5,0x01,0xe1,0x01,0x00]
+// GFX10: v_mul_hi_i32_i24_e64 v5, v1, 0.5        ; encoding: [0x05,0x00,0x0a,0xd5,0x01,0xe1,0x01,0x00]
 
 v_mul_hi_i32_i24_e64 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x0a,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_mul_hi_i32_i24_e64 v5, v1, -4.0       ; encoding: [0x05,0x00,0x0a,0xd5,0x01,0xef,0x01,0x00]
 
 v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x14,0x01,0x06,0x06,0x06]
+// GFX10: v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x14,0x01,0x06,0x06,0x06]
 
 v_mul_hi_i32_i24_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0xfe,0x15,0x01,0x06,0x06,0x06]
+// GFX10: v_mul_hi_i32_i24_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0xfe,0x15,0x01,0x06,0x06,0x06]
 
 v_mul_hi_i32_i24_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x14,0xff,0x06,0x06,0x06]
+// GFX10: v_mul_hi_i32_i24_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x14,0xff,0x06,0x06,0x06]
 
 v_mul_hi_i32_i24_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x14,0x01,0x06,0x86,0x06]
+// GFX10: v_mul_hi_i32_i24_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x14,0x01,0x06,0x86,0x06]
 
 v_mul_hi_i32_i24_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x14,0x65,0x06,0x86,0x06]
+// GFX10: v_mul_hi_i32_i24_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x14,0x65,0x06,0x86,0x06]
 
 v_mul_hi_i32_i24_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x14,0x6a,0x06,0x86,0x06]
+// GFX10: v_mul_hi_i32_i24_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x14,0x6a,0x06,0x86,0x06]
 
 v_mul_hi_i32_i24_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x14,0x6b,0x06,0x86,0x06]
+// GFX10: v_mul_hi_i32_i24_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x14,0x6b,0x06,0x86,0x06]
 
 v_mul_hi_i32_i24_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x14,0x7c,0x06,0x86,0x06]
+// GFX10: v_mul_hi_i32_i24_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x14,0x7c,0x06,0x86,0x06]
 
 v_mul_hi_i32_i24_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x14,0x7e,0x06,0x86,0x06]
+// GFX10: v_mul_hi_i32_i24_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x14,0x7e,0x06,0x86,0x06]
 
 v_mul_hi_i32_i24_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x14,0x7f,0x06,0x86,0x06]
+// GFX10: v_mul_hi_i32_i24_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x14,0x7f,0x06,0x86,0x06]
 
 v_mul_hi_i32_i24_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0xfe,0x0b,0x14,0x01,0x06,0x06,0x06]
+// GFX10: v_mul_hi_i32_i24_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0xfe,0x0b,0x14,0x01,0x06,0x06,0x06]
 
 v_mul_hi_i32_i24_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x14,0x01,0x26,0x06,0x06]
+// GFX10: v_mul_hi_i32_i24_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x14,0x01,0x26,0x06,0x06]
 
 v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x14,0x01,0x06,0x06,0x06]
+// GFX10: v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x14,0x01,0x06,0x06,0x06]
 
 v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x14,0x01,0x00,0x06,0x06]
+// GFX10: v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x14,0x01,0x00,0x06,0x06]
 
 v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x14,0x01,0x01,0x06,0x06]
+// GFX10: v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x14,0x01,0x01,0x06,0x06]
 
 v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x14,0x01,0x02,0x06,0x06]
+// GFX10: v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x14,0x01,0x02,0x06,0x06]
 
 v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x14,0x01,0x03,0x06,0x06]
+// GFX10: v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x14,0x01,0x03,0x06,0x06]
 
 v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x14,0x01,0x04,0x06,0x06]
+// GFX10: v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x14,0x01,0x04,0x06,0x06]
 
 v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x14,0x01,0x05,0x06,0x06]
+// GFX10: v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x14,0x01,0x05,0x06,0x06]
 
 v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x14,0x01,0x0e,0x06,0x06]
+// GFX10: v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x14,0x01,0x0e,0x06,0x06]
 
 v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x14,0x01,0x16,0x06,0x06]
+// GFX10: v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x14,0x01,0x16,0x06,0x06]
 
 v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x14,0x01,0x16,0x06,0x06]
+// GFX10: v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x14,0x01,0x16,0x06,0x06]
 
 v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x14,0x01,0x06,0x06,0x06]
+// GFX10: v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x14,0x01,0x06,0x06,0x06]
 
 v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x14,0x01,0x06,0x00,0x06]
+// GFX10: v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x14,0x01,0x06,0x00,0x06]
 
 v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x14,0x01,0x06,0x01,0x06]
+// GFX10: v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x14,0x01,0x06,0x01,0x06]
 
 v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x14,0x01,0x06,0x02,0x06]
+// GFX10: v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x14,0x01,0x06,0x02,0x06]
 
 v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x14,0x01,0x06,0x03,0x06]
+// GFX10: v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x14,0x01,0x06,0x03,0x06]
 
 v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x14,0x01,0x06,0x04,0x06]
+// GFX10: v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x14,0x01,0x06,0x04,0x06]
 
 v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x14,0x01,0x06,0x05,0x06]
+// GFX10: v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x14,0x01,0x06,0x05,0x06]
 
 v_mul_hi_i32_i24_sdwa v5, sext(v1), v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x14,0x01,0x06,0x0e,0x06]
+// GFX10: v_mul_hi_i32_i24_sdwa v5, sext(v1), v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x14,0x01,0x06,0x0e,0x06]
 
 v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x14,0x01,0x06,0x06,0x06]
+// GFX10: v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x14,0x01,0x06,0x06,0x06]
 
 v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x14,0x01,0x06,0x06,0x00]
+// GFX10: v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0 ; encoding: [0xf9,0x04,0x0a,0x14,0x01,0x06,0x06,0x00]
 
 v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x14,0x01,0x06,0x06,0x01]
+// GFX10: v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1 ; encoding: [0xf9,0x04,0x0a,0x14,0x01,0x06,0x06,0x01]
 
 v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x04,0x0a,0x14,0x01,0x06,0x06,0x02]
+// GFX10: v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2 ; encoding: [0xf9,0x04,0x0a,0x14,0x01,0x06,0x06,0x02]
 
 v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x04,0x0a,0x14,0x01,0x06,0x06,0x03]
+// GFX10: v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3 ; encoding: [0xf9,0x04,0x0a,0x14,0x01,0x06,0x06,0x03]
 
 v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x14,0x01,0x06,0x06,0x04]
+// GFX10: v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0 ; encoding: [0xf9,0x04,0x0a,0x14,0x01,0x06,0x06,0x04]
 
 v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x14,0x01,0x06,0x06,0x05]
+// GFX10: v_mul_hi_i32_i24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1 ; encoding: [0xf9,0x04,0x0a,0x14,0x01,0x06,0x06,0x05]
 
 v_mul_hi_i32_i24_sdwa v5, v1, sext(v2) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x14,0x01,0x06,0x06,0x0e]
+// GFX10: v_mul_hi_i32_i24_sdwa v5, v1, sext(v2) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x14,0x01,0x06,0x06,0x0e]
 
 v_mul_hi_i32_i24_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x14,0x01,0xe4,0x00,0x00]
+// GFX10: v_mul_hi_i32_i24_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x14,0x01,0xe4,0x00,0x00]
 
 v_mul_hi_i32_i24_dpp v255, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0xfe,0x15,0x01,0xe4,0x00,0x00]
+// GFX10: v_mul_hi_i32_i24_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0xfe,0x15,0x01,0xe4,0x00,0x00]
 
 v_mul_hi_i32_i24_dpp v5, v255, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x14,0xff,0xe4,0x00,0x00]
+// GFX10: v_mul_hi_i32_i24_dpp v5, v255, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x14,0xff,0xe4,0x00,0x00]
 
 v_mul_hi_i32_i24_dpp v5, v1, v255  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xfe,0x0b,0x14,0x01,0xe4,0x00,0x00]
+// GFX10: v_mul_hi_i32_i24_dpp v5, v1, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xfe,0x0b,0x14,0x01,0xe4,0x00,0x00]
 
 v_mul_hi_i32_i24_dpp v5, v1, v2  quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x14,0x01,0x1b,0x00,0x00]
+// GFX10: v_mul_hi_i32_i24_dpp v5, v1, v2 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x14,0x01,0x1b,0x00,0x00]
 
 v_mul_hi_i32_i24_dpp v5, v1, v2  row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x14,0x01,0x40,0x01,0x00]
+// GFX10: v_mul_hi_i32_i24_dpp v5, v1, v2 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x14,0x01,0x40,0x01,0x00]
 
 v_mul_hi_i32_i24_dpp v5, v1, v2  row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x14,0x01,0x41,0x01,0x00]
+// GFX10: v_mul_hi_i32_i24_dpp v5, v1, v2 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x14,0x01,0x41,0x01,0x00]
 
 v_mul_hi_i32_i24_dpp v5, v1, v2  row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x14,0x01,0x01,0x01,0x00]
+// GFX10: v_mul_hi_i32_i24_dpp v5, v1, v2 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x14,0x01,0x01,0x01,0x00]
 
 v_mul_hi_i32_i24_dpp v5, v1, v2  row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x14,0x01,0x0f,0x01,0x00]
+// GFX10: v_mul_hi_i32_i24_dpp v5, v1, v2 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x14,0x01,0x0f,0x01,0x00]
 
 v_mul_hi_i32_i24_dpp v5, v1, v2  row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x14,0x01,0x11,0x01,0x00]
+// GFX10: v_mul_hi_i32_i24_dpp v5, v1, v2 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x14,0x01,0x11,0x01,0x00]
 
 v_mul_hi_i32_i24_dpp v5, v1, v2  row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x14,0x01,0x1f,0x01,0x00]
+// GFX10: v_mul_hi_i32_i24_dpp v5, v1, v2 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x14,0x01,0x1f,0x01,0x00]
 
 v_mul_hi_i32_i24_dpp v5, v1, v2  row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x14,0x01,0x21,0x01,0x00]
+// GFX10: v_mul_hi_i32_i24_dpp v5, v1, v2 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x14,0x01,0x21,0x01,0x00]
 
 v_mul_hi_i32_i24_dpp v5, v1, v2  row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x14,0x01,0x2f,0x01,0x00]
+// GFX10: v_mul_hi_i32_i24_dpp v5, v1, v2 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x14,0x01,0x2f,0x01,0x00]
 
 v_mul_hi_i32_i24_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x14,0x01,0xe4,0x00,0x10]
+// GFX10: v_mul_hi_i32_i24_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x14,0x01,0xe4,0x00,0x10]
 
 v_mul_hi_i32_i24_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x14,0x01,0xe4,0x00,0x30]
+// GFX10: v_mul_hi_i32_i24_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x14,0x01,0xe4,0x00,0x30]
 
 v_mul_hi_i32_i24_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x14,0x01,0xe4,0x00,0xf0]
+// GFX10: v_mul_hi_i32_i24_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x14,0x01,0xe4,0x00,0xf0]
 
 v_mul_hi_i32_i24_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x04,0x0a,0x14,0x01,0xe4,0x00,0x01]
+// GFX10: v_mul_hi_i32_i24_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x04,0x0a,0x14,0x01,0xe4,0x00,0x01]
 
 v_mul_hi_i32_i24_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x04,0x0a,0x14,0x01,0xe4,0x00,0x03]
+// GFX10: v_mul_hi_i32_i24_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x04,0x0a,0x14,0x01,0xe4,0x00,0x03]
 
 v_mul_hi_i32_i24_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x04,0x0a,0x14,0x01,0xe4,0x00,0x0f]
+// GFX10: v_mul_hi_i32_i24_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x04,0x0a,0x14,0x01,0xe4,0x00,0x0f]
 
 v_mul_hi_i32_i24_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x14,0x01,0xe4,0x08,0x00]
+// GFX10: v_mul_hi_i32_i24_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x04,0x0a,0x14,0x01,0xe4,0x08,0x00]
 
 v_mul_hi_i32_i24_dpp v5, v1, v2  row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x14,0x01,0x51,0x01,0x00]
+// GFX10: v_mul_hi_i32_i24_dpp v5, v1, v2 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x14,0x01,0x51,0x01,0x00]
 
 v_mul_hi_i32_i24_dpp v5, v1, v2  row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x14,0x01,0x5f,0x01,0x00]
+// GFX10: v_mul_hi_i32_i24_dpp v5, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x14,0x01,0x5f,0x01,0x00]
 
 v_mul_hi_i32_i24_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x14,0x01,0x61,0x01,0x00]
+// GFX10: v_mul_hi_i32_i24_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x14,0x01,0x61,0x01,0x00]
 
 v_mul_hi_i32_i24_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x14,0x01,0x6f,0x01,0x00]
+// GFX10: v_mul_hi_i32_i24_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x14,0x01,0x6f,0x01,0x00]
 
 v_mul_u32_u24_e32 v5, v1, v2
-// GFX10: encoding: [0x01,0x05,0x0a,0x16]
+// GFX10: v_mul_u32_u24_e32 v5, v1, v2            ; encoding: [0x01,0x05,0x0a,0x16]
 
 v_mul_u32_u24_e32 v255, v1, v2
-// GFX10: encoding: [0x01,0x05,0xfe,0x17]
+// GFX10: v_mul_u32_u24_e32 v255, v1, v2          ; encoding: [0x01,0x05,0xfe,0x17]
 
 v_mul_u32_u24_e32 v5, v255, v2
-// GFX10: encoding: [0xff,0x05,0x0a,0x16]
+// GFX10: v_mul_u32_u24_e32 v5, v255, v2          ; encoding: [0xff,0x05,0x0a,0x16]
 
 v_mul_u32_u24_e32 v5, s1, v2
-// GFX10: encoding: [0x01,0x04,0x0a,0x16]
+// GFX10: v_mul_u32_u24_e32 v5, s1, v2            ; encoding: [0x01,0x04,0x0a,0x16]
 
 v_mul_u32_u24_e32 v5, s103, v2
-// GFX10: encoding: [0x67,0x04,0x0a,0x16]
+// GFX10: v_mul_u32_u24_e32 v5, s103, v2          ; encoding: [0x67,0x04,0x0a,0x16]
 
 v_mul_u32_u24_e32 v5, vcc_lo, v2
-// GFX10: encoding: [0x6a,0x04,0x0a,0x16]
+// GFX10: v_mul_u32_u24_e32 v5, vcc_lo, v2        ; encoding: [0x6a,0x04,0x0a,0x16]
 
 v_mul_u32_u24_e32 v5, vcc_hi, v2
-// GFX10: encoding: [0x6b,0x04,0x0a,0x16]
+// GFX10: v_mul_u32_u24_e32 v5, vcc_hi, v2        ; encoding: [0x6b,0x04,0x0a,0x16]
 
 v_mul_u32_u24_e32 v5, ttmp11, v2
-// GFX10: encoding: [0x77,0x04,0x0a,0x16]
+// GFX10: v_mul_u32_u24_e32 v5, ttmp11, v2        ; encoding: [0x77,0x04,0x0a,0x16]
 
 v_mul_u32_u24_e32 v5, m0, v2
-// GFX10: encoding: [0x7c,0x04,0x0a,0x16]
+// GFX10: v_mul_u32_u24_e32 v5, m0, v2            ; encoding: [0x7c,0x04,0x0a,0x16]
 
 v_mul_u32_u24_e32 v5, exec_lo, v2
-// GFX10: encoding: [0x7e,0x04,0x0a,0x16]
+// GFX10: v_mul_u32_u24_e32 v5, exec_lo, v2       ; encoding: [0x7e,0x04,0x0a,0x16]
 
 v_mul_u32_u24_e32 v5, exec_hi, v2
-// GFX10: encoding: [0x7f,0x04,0x0a,0x16]
+// GFX10: v_mul_u32_u24_e32 v5, exec_hi, v2       ; encoding: [0x7f,0x04,0x0a,0x16]
 
 v_mul_u32_u24_e32 v5, 0, v2
-// GFX10: encoding: [0x80,0x04,0x0a,0x16]
+// GFX10: v_mul_u32_u24_e32 v5, 0, v2             ; encoding: [0x80,0x04,0x0a,0x16]
 
 v_mul_u32_u24_e32 v5, -1, v2
-// GFX10: encoding: [0xc1,0x04,0x0a,0x16]
+// GFX10: v_mul_u32_u24_e32 v5, -1, v2            ; encoding: [0xc1,0x04,0x0a,0x16]
 
 v_mul_u32_u24_e32 v5, 0.5, v2
-// GFX10: encoding: [0xf0,0x04,0x0a,0x16]
+// GFX10: v_mul_u32_u24_e32 v5, 0.5, v2           ; encoding: [0xf0,0x04,0x0a,0x16]
 
 v_mul_u32_u24_e32 v5, -4.0, v2
-// GFX10: encoding: [0xf7,0x04,0x0a,0x16]
+// GFX10: v_mul_u32_u24_e32 v5, -4.0, v2          ; encoding: [0xf7,0x04,0x0a,0x16]
 
 v_mul_u32_u24_e32 v5, 0xaf123456, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x16,0x56,0x34,0x12,0xaf]
+// GFX10: v_mul_u32_u24_e32 v5, 0xaf123456, v2    ; encoding: [0xff,0x04,0x0a,0x16,0x56,0x34,0x12,0xaf]
 
 v_mul_u32_u24_e32 v5, 0x3f717273, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x16,0x73,0x72,0x71,0x3f]
+// GFX10: v_mul_u32_u24_e32 v5, 0x3f717273, v2    ; encoding: [0xff,0x04,0x0a,0x16,0x73,0x72,0x71,0x3f]
 
 v_mul_u32_u24_e32 v5, v1, v255
-// GFX10: encoding: [0x01,0xff,0x0b,0x16]
+// GFX10: v_mul_u32_u24_e32 v5, v1, v255          ; encoding: [0x01,0xff,0x0b,0x16]
 
 v_mul_u32_u24_e64 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x0b,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mul_u32_u24_e64 v5, v1, v2            ; encoding: [0x05,0x00,0x0b,0xd5,0x01,0x05,0x02,0x00]
 
 v_mul_u32_u24_e64 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x0b,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mul_u32_u24_e64 v255, v1, v2          ; encoding: [0xff,0x00,0x0b,0xd5,0x01,0x05,0x02,0x00]
 
 v_mul_u32_u24_e64 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x0b,0xd5,0xff,0x05,0x02,0x00]
+// GFX10: v_mul_u32_u24_e64 v5, v255, v2          ; encoding: [0x05,0x00,0x0b,0xd5,0xff,0x05,0x02,0x00]
 
 v_mul_u32_u24_e64 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x0b,0xd5,0x01,0x04,0x02,0x00]
+// GFX10: v_mul_u32_u24_e64 v5, s1, v2            ; encoding: [0x05,0x00,0x0b,0xd5,0x01,0x04,0x02,0x00]
 
 v_mul_u32_u24_e64 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x0b,0xd5,0x65,0x04,0x02,0x00]
+// GFX10: v_mul_u32_u24_e64 v5, s101, v2          ; encoding: [0x05,0x00,0x0b,0xd5,0x65,0x04,0x02,0x00]
 
 v_mul_u32_u24_e64 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x0b,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_mul_u32_u24_e64 v5, vcc_lo, v2        ; encoding: [0x05,0x00,0x0b,0xd5,0x6a,0x04,0x02,0x00]
 
 v_mul_u32_u24_e64 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x0b,0xd5,0x6b,0x04,0x02,0x00]
+// GFX10: v_mul_u32_u24_e64 v5, vcc_hi, v2        ; encoding: [0x05,0x00,0x0b,0xd5,0x6b,0x04,0x02,0x00]
 
 v_mul_u32_u24_e64 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x0b,0xd5,0x7c,0x04,0x02,0x00]
+// GFX10: v_mul_u32_u24_e64 v5, m0, v2            ; encoding: [0x05,0x00,0x0b,0xd5,0x7c,0x04,0x02,0x00]
 
 v_mul_u32_u24_e64 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x0b,0xd5,0x7e,0x04,0x02,0x00]
+// GFX10: v_mul_u32_u24_e64 v5, exec_lo, v2       ; encoding: [0x05,0x00,0x0b,0xd5,0x7e,0x04,0x02,0x00]
 
 v_mul_u32_u24_e64 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x0b,0xd5,0x7f,0x04,0x02,0x00]
+// GFX10: v_mul_u32_u24_e64 v5, exec_hi, v2       ; encoding: [0x05,0x00,0x0b,0xd5,0x7f,0x04,0x02,0x00]
 
 v_mul_u32_u24_e64 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x0b,0xd5,0x80,0x04,0x02,0x00]
+// GFX10: v_mul_u32_u24_e64 v5, 0, v2             ; encoding: [0x05,0x00,0x0b,0xd5,0x80,0x04,0x02,0x00]
 
 v_mul_u32_u24_e64 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x0b,0xd5,0xc1,0x04,0x02,0x00]
+// GFX10: v_mul_u32_u24_e64 v5, -1, v2            ; encoding: [0x05,0x00,0x0b,0xd5,0xc1,0x04,0x02,0x00]
 
 v_mul_u32_u24_e64 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x0b,0xd5,0xf0,0x04,0x02,0x00]
+// GFX10: v_mul_u32_u24_e64 v5, 0.5, v2           ; encoding: [0x05,0x00,0x0b,0xd5,0xf0,0x04,0x02,0x00]
 
 v_mul_u32_u24_e64 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x0b,0xd5,0xf7,0x04,0x02,0x00]
+// GFX10: v_mul_u32_u24_e64 v5, -4.0, v2          ; encoding: [0x05,0x00,0x0b,0xd5,0xf7,0x04,0x02,0x00]
 
 v_mul_u32_u24_e64 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x0b,0xd5,0x01,0xff,0x03,0x00]
+// GFX10: v_mul_u32_u24_e64 v5, v1, v255          ; encoding: [0x05,0x00,0x0b,0xd5,0x01,0xff,0x03,0x00]
 
 v_mul_u32_u24_e64 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x0b,0xd5,0x01,0x05,0x00,0x00]
+// GFX10: v_mul_u32_u24_e64 v5, v1, s2            ; encoding: [0x05,0x00,0x0b,0xd5,0x01,0x05,0x00,0x00]
 
 v_mul_u32_u24_e64 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x0b,0xd5,0x01,0xcb,0x00,0x00]
+// GFX10: v_mul_u32_u24_e64 v5, v1, s101          ; encoding: [0x05,0x00,0x0b,0xd5,0x01,0xcb,0x00,0x00]
 
 v_mul_u32_u24_e64 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x0b,0xd5,0x01,0xd5,0x00,0x00]
+// GFX10: v_mul_u32_u24_e64 v5, v1, vcc_lo        ; encoding: [0x05,0x00,0x0b,0xd5,0x01,0xd5,0x00,0x00]
 
 v_mul_u32_u24_e64 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x0b,0xd5,0x01,0xd7,0x00,0x00]
+// GFX10: v_mul_u32_u24_e64 v5, v1, vcc_hi        ; encoding: [0x05,0x00,0x0b,0xd5,0x01,0xd7,0x00,0x00]
 
 v_mul_u32_u24_e64 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x0b,0xd5,0x01,0xf9,0x00,0x00]
+// GFX10: v_mul_u32_u24_e64 v5, v1, m0            ; encoding: [0x05,0x00,0x0b,0xd5,0x01,0xf9,0x00,0x00]
 
 v_mul_u32_u24_e64 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x0b,0xd5,0x01,0xfd,0x00,0x00]
+// GFX10: v_mul_u32_u24_e64 v5, v1, exec_lo       ; encoding: [0x05,0x00,0x0b,0xd5,0x01,0xfd,0x00,0x00]
 
 v_mul_u32_u24_e64 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x0b,0xd5,0x01,0xff,0x00,0x00]
+// GFX10: v_mul_u32_u24_e64 v5, v1, exec_hi       ; encoding: [0x05,0x00,0x0b,0xd5,0x01,0xff,0x00,0x00]
 
 v_mul_u32_u24_e64 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x0b,0xd5,0x01,0x01,0x01,0x00]
+// GFX10: v_mul_u32_u24_e64 v5, v1, 0             ; encoding: [0x05,0x00,0x0b,0xd5,0x01,0x01,0x01,0x00]
 
 v_mul_u32_u24_e64 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x0b,0xd5,0x01,0x83,0x01,0x00]
+// GFX10: v_mul_u32_u24_e64 v5, v1, -1            ; encoding: [0x05,0x00,0x0b,0xd5,0x01,0x83,0x01,0x00]
 
 v_mul_u32_u24_e64 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x0b,0xd5,0x01,0xe1,0x01,0x00]
+// GFX10: v_mul_u32_u24_e64 v5, v1, 0.5           ; encoding: [0x05,0x00,0x0b,0xd5,0x01,0xe1,0x01,0x00]
 
 v_mul_u32_u24_e64 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x0b,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_mul_u32_u24_e64 v5, v1, -4.0          ; encoding: [0x05,0x00,0x0b,0xd5,0x01,0xef,0x01,0x00]
 
 v_mul_u32_u24_e64 v5, v1, -4.0 clamp
-// GFX10: encoding: [0x05,0x80,0x0b,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_mul_u32_u24_e64 v5, v1, -4.0 clamp    ; encoding: [0x05,0x80,0x0b,0xd5,0x01,0xef,0x01,0x00]
 
 v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x16,0x01,0x06,0x06,0x06]
+// GFX10: v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x16,0x01,0x06,0x06,0x06]
 
 v_mul_u32_u24_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0xfe,0x17,0x01,0x06,0x06,0x06]
+// GFX10: v_mul_u32_u24_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0xfe,0x17,0x01,0x06,0x06,0x06]
 
 v_mul_u32_u24_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x16,0xff,0x06,0x06,0x06]
+// GFX10: v_mul_u32_u24_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x16,0xff,0x06,0x06,0x06]
 
 v_mul_u32_u24_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x16,0x01,0x06,0x86,0x06]
+// GFX10: v_mul_u32_u24_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x16,0x01,0x06,0x86,0x06]
 
 v_mul_u32_u24_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x16,0x65,0x06,0x86,0x06]
+// GFX10: v_mul_u32_u24_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x16,0x65,0x06,0x86,0x06]
 
 v_mul_u32_u24_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x16,0x6a,0x06,0x86,0x06]
+// GFX10: v_mul_u32_u24_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x16,0x6a,0x06,0x86,0x06]
 
 v_mul_u32_u24_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x16,0x6b,0x06,0x86,0x06]
+// GFX10: v_mul_u32_u24_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x16,0x6b,0x06,0x86,0x06]
 
 v_mul_u32_u24_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x16,0x7c,0x06,0x86,0x06]
+// GFX10: v_mul_u32_u24_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x16,0x7c,0x06,0x86,0x06]
 
 v_mul_u32_u24_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x16,0x7e,0x06,0x86,0x06]
+// GFX10: v_mul_u32_u24_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x16,0x7e,0x06,0x86,0x06]
 
 v_mul_u32_u24_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x16,0x7f,0x06,0x86,0x06]
+// GFX10: v_mul_u32_u24_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x16,0x7f,0x06,0x86,0x06]
 
 v_mul_u32_u24_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0xfe,0x0b,0x16,0x01,0x06,0x06,0x06]
+// GFX10: v_mul_u32_u24_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0xfe,0x0b,0x16,0x01,0x06,0x06,0x06]
 
 v_mul_u32_u24_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x16,0x01,0x26,0x06,0x06]
+// GFX10: v_mul_u32_u24_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x16,0x01,0x26,0x06,0x06]
 
 v_mul_u32_u24_sdwa v5, v1, v2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x16,0x01,0x06,0x06,0x06]
+// GFX10: v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x16,0x01,0x06,0x06,0x06]
 
 v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x16,0x01,0x00,0x06,0x06]
+// GFX10: v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x16,0x01,0x00,0x06,0x06]
 
 v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x16,0x01,0x01,0x06,0x06]
+// GFX10: v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x16,0x01,0x01,0x06,0x06]
 
 v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x16,0x01,0x02,0x06,0x06]
+// GFX10: v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x16,0x01,0x02,0x06,0x06]
 
 v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x16,0x01,0x03,0x06,0x06]
+// GFX10: v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x16,0x01,0x03,0x06,0x06]
 
 v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x16,0x01,0x04,0x06,0x06]
+// GFX10: v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x16,0x01,0x04,0x06,0x06]
 
 v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x16,0x01,0x05,0x06,0x06]
+// GFX10: v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x16,0x01,0x05,0x06,0x06]
 
 v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x16,0x01,0x0e,0x06,0x06]
+// GFX10: v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x16,0x01,0x0e,0x06,0x06]
 
 v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x16,0x01,0x16,0x06,0x06]
+// GFX10: v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x16,0x01,0x16,0x06,0x06]
 
 v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x16,0x01,0x16,0x06,0x06]
+// GFX10: v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x16,0x01,0x16,0x06,0x06]
 
 v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x16,0x01,0x06,0x06,0x06]
+// GFX10: v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x16,0x01,0x06,0x06,0x06]
 
 v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x16,0x01,0x06,0x00,0x06]
+// GFX10: v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x16,0x01,0x06,0x00,0x06]
 
 v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x16,0x01,0x06,0x01,0x06]
+// GFX10: v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x16,0x01,0x06,0x01,0x06]
 
 v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x16,0x01,0x06,0x02,0x06]
+// GFX10: v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x16,0x01,0x06,0x02,0x06]
 
 v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x16,0x01,0x06,0x03,0x06]
+// GFX10: v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x16,0x01,0x06,0x03,0x06]
 
 v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x16,0x01,0x06,0x04,0x06]
+// GFX10: v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x16,0x01,0x06,0x04,0x06]
 
 v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x16,0x01,0x06,0x05,0x06]
+// GFX10: v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x16,0x01,0x06,0x05,0x06]
 
 v_mul_u32_u24_sdwa v5, sext(v1), v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x16,0x01,0x06,0x0e,0x06]
+// GFX10: v_mul_u32_u24_sdwa v5, sext(v1), v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x16,0x01,0x06,0x0e,0x06]
 
 v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x16,0x01,0x06,0x06,0x06]
+// GFX10: v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x16,0x01,0x06,0x06,0x06]
 
 v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x16,0x01,0x06,0x06,0x00]
+// GFX10: v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0 ; encoding: [0xf9,0x04,0x0a,0x16,0x01,0x06,0x06,0x00]
 
 v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x16,0x01,0x06,0x06,0x01]
+// GFX10: v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1 ; encoding: [0xf9,0x04,0x0a,0x16,0x01,0x06,0x06,0x01]
 
 v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x04,0x0a,0x16,0x01,0x06,0x06,0x02]
+// GFX10: v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2 ; encoding: [0xf9,0x04,0x0a,0x16,0x01,0x06,0x06,0x02]
 
 v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x04,0x0a,0x16,0x01,0x06,0x06,0x03]
+// GFX10: v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3 ; encoding: [0xf9,0x04,0x0a,0x16,0x01,0x06,0x06,0x03]
 
 v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x16,0x01,0x06,0x06,0x04]
+// GFX10: v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0 ; encoding: [0xf9,0x04,0x0a,0x16,0x01,0x06,0x06,0x04]
 
 v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x16,0x01,0x06,0x06,0x05]
+// GFX10: v_mul_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1 ; encoding: [0xf9,0x04,0x0a,0x16,0x01,0x06,0x06,0x05]
 
 v_mul_u32_u24_sdwa v5, v1, sext(v2) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x16,0x01,0x06,0x06,0x0e]
+// GFX10: v_mul_u32_u24_sdwa v5, v1, sext(v2) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x16,0x01,0x06,0x06,0x0e]
 
 v_mul_u32_u24_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x16,0x01,0xe4,0x00,0x00]
+// GFX10: v_mul_u32_u24_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x16,0x01,0xe4,0x00,0x00]
 
 v_mul_u32_u24_dpp v255, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0xfe,0x17,0x01,0xe4,0x00,0x00]
+// GFX10: v_mul_u32_u24_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0xfe,0x17,0x01,0xe4,0x00,0x00]
 
 v_mul_u32_u24_dpp v5, v255, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x16,0xff,0xe4,0x00,0x00]
+// GFX10: v_mul_u32_u24_dpp v5, v255, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x16,0xff,0xe4,0x00,0x00]
 
 v_mul_u32_u24_dpp v5, v1, v255  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xfe,0x0b,0x16,0x01,0xe4,0x00,0x00]
+// GFX10: v_mul_u32_u24_dpp v5, v1, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xfe,0x0b,0x16,0x01,0xe4,0x00,0x00]
 
 v_mul_u32_u24_dpp v5, v1, v2  quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x16,0x01,0x1b,0x00,0x00]
+// GFX10: v_mul_u32_u24_dpp v5, v1, v2 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x16,0x01,0x1b,0x00,0x00]
 
 v_mul_u32_u24_dpp v5, v1, v2  row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x16,0x01,0x40,0x01,0x00]
+// GFX10: v_mul_u32_u24_dpp v5, v1, v2 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x16,0x01,0x40,0x01,0x00]
 
 v_mul_u32_u24_dpp v5, v1, v2  row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x16,0x01,0x41,0x01,0x00]
+// GFX10: v_mul_u32_u24_dpp v5, v1, v2 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x16,0x01,0x41,0x01,0x00]
 
 v_mul_u32_u24_dpp v5, v1, v2  row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x16,0x01,0x01,0x01,0x00]
+// GFX10: v_mul_u32_u24_dpp v5, v1, v2 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x16,0x01,0x01,0x01,0x00]
 
 v_mul_u32_u24_dpp v5, v1, v2  row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x16,0x01,0x0f,0x01,0x00]
+// GFX10: v_mul_u32_u24_dpp v5, v1, v2 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x16,0x01,0x0f,0x01,0x00]
 
 v_mul_u32_u24_dpp v5, v1, v2  row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x16,0x01,0x11,0x01,0x00]
+// GFX10: v_mul_u32_u24_dpp v5, v1, v2 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x16,0x01,0x11,0x01,0x00]
 
 v_mul_u32_u24_dpp v5, v1, v2  row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x16,0x01,0x1f,0x01,0x00]
+// GFX10: v_mul_u32_u24_dpp v5, v1, v2 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x16,0x01,0x1f,0x01,0x00]
 
 v_mul_u32_u24_dpp v5, v1, v2  row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x16,0x01,0x21,0x01,0x00]
+// GFX10: v_mul_u32_u24_dpp v5, v1, v2 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x16,0x01,0x21,0x01,0x00]
 
 v_mul_u32_u24_dpp v5, v1, v2  row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x16,0x01,0x2f,0x01,0x00]
+// GFX10: v_mul_u32_u24_dpp v5, v1, v2 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x16,0x01,0x2f,0x01,0x00]
 
 v_mul_u32_u24_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x16,0x01,0xe4,0x00,0x10]
+// GFX10: v_mul_u32_u24_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x16,0x01,0xe4,0x00,0x10]
 
 v_mul_u32_u24_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x16,0x01,0xe4,0x00,0x30]
+// GFX10: v_mul_u32_u24_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x16,0x01,0xe4,0x00,0x30]
 
 v_mul_u32_u24_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x16,0x01,0xe4,0x00,0xf0]
+// GFX10: v_mul_u32_u24_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x16,0x01,0xe4,0x00,0xf0]
 
 v_mul_u32_u24_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x04,0x0a,0x16,0x01,0xe4,0x00,0x01]
+// GFX10: v_mul_u32_u24_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x04,0x0a,0x16,0x01,0xe4,0x00,0x01]
 
 v_mul_u32_u24_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x04,0x0a,0x16,0x01,0xe4,0x00,0x03]
+// GFX10: v_mul_u32_u24_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x04,0x0a,0x16,0x01,0xe4,0x00,0x03]
 
 v_mul_u32_u24_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x04,0x0a,0x16,0x01,0xe4,0x00,0x0f]
+// GFX10: v_mul_u32_u24_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x04,0x0a,0x16,0x01,0xe4,0x00,0x0f]
 
 v_mul_u32_u24_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x16,0x01,0xe4,0x08,0x00]
+// GFX10: v_mul_u32_u24_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x04,0x0a,0x16,0x01,0xe4,0x08,0x00]
 
 v_mul_u32_u24_dpp v5, v1, v2  row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x16,0x01,0x51,0x01,0x00]
+// GFX10: v_mul_u32_u24_dpp v5, v1, v2 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x16,0x01,0x51,0x01,0x00]
 
 v_mul_u32_u24_dpp v5, v1, v2  row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x16,0x01,0x5f,0x01,0x00]
+// GFX10: v_mul_u32_u24_dpp v5, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x16,0x01,0x5f,0x01,0x00]
 
 v_mul_u32_u24_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x16,0x01,0x61,0x01,0x00]
+// GFX10: v_mul_u32_u24_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x16,0x01,0x61,0x01,0x00]
 
 v_mul_u32_u24_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x16,0x01,0x6f,0x01,0x00]
+// GFX10: v_mul_u32_u24_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x16,0x01,0x6f,0x01,0x00]
 
 v_mul_hi_u32_u24_e32 v5, v1, v2
-// GFX10: encoding: [0x01,0x05,0x0a,0x18]
+// GFX10: v_mul_hi_u32_u24_e32 v5, v1, v2         ; encoding: [0x01,0x05,0x0a,0x18]
 
 v_mul_hi_u32_u24_e32 v255, v1, v2
-// GFX10: encoding: [0x01,0x05,0xfe,0x19]
+// GFX10: v_mul_hi_u32_u24_e32 v255, v1, v2       ; encoding: [0x01,0x05,0xfe,0x19]
 
 v_mul_hi_u32_u24_e32 v5, v255, v2
-// GFX10: encoding: [0xff,0x05,0x0a,0x18]
+// GFX10: v_mul_hi_u32_u24_e32 v5, v255, v2       ; encoding: [0xff,0x05,0x0a,0x18]
 
 v_mul_hi_u32_u24_e32 v5, s1, v2
-// GFX10: encoding: [0x01,0x04,0x0a,0x18]
+// GFX10: v_mul_hi_u32_u24_e32 v5, s1, v2         ; encoding: [0x01,0x04,0x0a,0x18]
 
 v_mul_hi_u32_u24_e32 v5, s103, v2
-// GFX10: encoding: [0x67,0x04,0x0a,0x18]
+// GFX10: v_mul_hi_u32_u24_e32 v5, s103, v2       ; encoding: [0x67,0x04,0x0a,0x18]
 
 v_mul_hi_u32_u24_e32 v5, vcc_lo, v2
-// GFX10: encoding: [0x6a,0x04,0x0a,0x18]
+// GFX10: v_mul_hi_u32_u24_e32 v5, vcc_lo, v2     ; encoding: [0x6a,0x04,0x0a,0x18]
 
 v_mul_hi_u32_u24_e32 v5, vcc_hi, v2
-// GFX10: encoding: [0x6b,0x04,0x0a,0x18]
+// GFX10: v_mul_hi_u32_u24_e32 v5, vcc_hi, v2     ; encoding: [0x6b,0x04,0x0a,0x18]
 
 v_mul_hi_u32_u24_e32 v5, ttmp11, v2
-// GFX10: encoding: [0x77,0x04,0x0a,0x18]
+// GFX10: v_mul_hi_u32_u24_e32 v5, ttmp11, v2     ; encoding: [0x77,0x04,0x0a,0x18]
 
 v_mul_hi_u32_u24_e32 v5, m0, v2
-// GFX10: encoding: [0x7c,0x04,0x0a,0x18]
+// GFX10: v_mul_hi_u32_u24_e32 v5, m0, v2         ; encoding: [0x7c,0x04,0x0a,0x18]
 
 v_mul_hi_u32_u24_e32 v5, exec_lo, v2
-// GFX10: encoding: [0x7e,0x04,0x0a,0x18]
+// GFX10: v_mul_hi_u32_u24_e32 v5, exec_lo, v2    ; encoding: [0x7e,0x04,0x0a,0x18]
 
 v_mul_hi_u32_u24_e32 v5, exec_hi, v2
-// GFX10: encoding: [0x7f,0x04,0x0a,0x18]
+// GFX10: v_mul_hi_u32_u24_e32 v5, exec_hi, v2    ; encoding: [0x7f,0x04,0x0a,0x18]
 
 v_mul_hi_u32_u24_e32 v5, 0, v2
-// GFX10: encoding: [0x80,0x04,0x0a,0x18]
+// GFX10: v_mul_hi_u32_u24_e32 v5, 0, v2          ; encoding: [0x80,0x04,0x0a,0x18]
 
 v_mul_hi_u32_u24_e32 v5, -1, v2
-// GFX10: encoding: [0xc1,0x04,0x0a,0x18]
+// GFX10: v_mul_hi_u32_u24_e32 v5, -1, v2         ; encoding: [0xc1,0x04,0x0a,0x18]
 
 v_mul_hi_u32_u24_e32 v5, 0.5, v2
-// GFX10: encoding: [0xf0,0x04,0x0a,0x18]
+// GFX10: v_mul_hi_u32_u24_e32 v5, 0.5, v2        ; encoding: [0xf0,0x04,0x0a,0x18]
 
 v_mul_hi_u32_u24_e32 v5, -4.0, v2
-// GFX10: encoding: [0xf7,0x04,0x0a,0x18]
+// GFX10: v_mul_hi_u32_u24_e32 v5, -4.0, v2       ; encoding: [0xf7,0x04,0x0a,0x18]
 
 v_mul_hi_u32_u24_e32 v5, 0xaf123456, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x18,0x56,0x34,0x12,0xaf]
+// GFX10: v_mul_hi_u32_u24_e32 v5, 0xaf123456, v2 ; encoding: [0xff,0x04,0x0a,0x18,0x56,0x34,0x12,0xaf]
 
 v_mul_hi_u32_u24_e32 v5, 0x3f717273, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x18,0x73,0x72,0x71,0x3f]
+// GFX10: v_mul_hi_u32_u24_e32 v5, 0x3f717273, v2 ; encoding: [0xff,0x04,0x0a,0x18,0x73,0x72,0x71,0x3f]
 
 v_mul_hi_u32_u24_e32 v5, v1, v255
-// GFX10: encoding: [0x01,0xff,0x0b,0x18]
+// GFX10: v_mul_hi_u32_u24_e32 v5, v1, v255       ; encoding: [0x01,0xff,0x0b,0x18]
 
 v_mul_hi_u32_u24_e64 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x0c,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mul_hi_u32_u24_e64 v5, v1, v2         ; encoding: [0x05,0x00,0x0c,0xd5,0x01,0x05,0x02,0x00]
 
 v_mul_hi_u32_u24_e64 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x0c,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mul_hi_u32_u24_e64 v255, v1, v2       ; encoding: [0xff,0x00,0x0c,0xd5,0x01,0x05,0x02,0x00]
 
 v_mul_hi_u32_u24_e64 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x0c,0xd5,0xff,0x05,0x02,0x00]
+// GFX10: v_mul_hi_u32_u24_e64 v5, v255, v2       ; encoding: [0x05,0x00,0x0c,0xd5,0xff,0x05,0x02,0x00]
 
 v_mul_hi_u32_u24_e64 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x0c,0xd5,0x01,0x04,0x02,0x00]
+// GFX10: v_mul_hi_u32_u24_e64 v5, s1, v2         ; encoding: [0x05,0x00,0x0c,0xd5,0x01,0x04,0x02,0x00]
 
 v_mul_hi_u32_u24_e64 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x0c,0xd5,0x65,0x04,0x02,0x00]
+// GFX10: v_mul_hi_u32_u24_e64 v5, s101, v2       ; encoding: [0x05,0x00,0x0c,0xd5,0x65,0x04,0x02,0x00]
 
 v_mul_hi_u32_u24_e64 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x0c,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_mul_hi_u32_u24_e64 v5, vcc_lo, v2     ; encoding: [0x05,0x00,0x0c,0xd5,0x6a,0x04,0x02,0x00]
 
 v_mul_hi_u32_u24_e64 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x0c,0xd5,0x6b,0x04,0x02,0x00]
+// GFX10: v_mul_hi_u32_u24_e64 v5, vcc_hi, v2     ; encoding: [0x05,0x00,0x0c,0xd5,0x6b,0x04,0x02,0x00]
 
 v_mul_hi_u32_u24_e64 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x0c,0xd5,0x7c,0x04,0x02,0x00]
+// GFX10: v_mul_hi_u32_u24_e64 v5, m0, v2         ; encoding: [0x05,0x00,0x0c,0xd5,0x7c,0x04,0x02,0x00]
 
 v_mul_hi_u32_u24_e64 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x0c,0xd5,0x7e,0x04,0x02,0x00]
+// GFX10: v_mul_hi_u32_u24_e64 v5, exec_lo, v2    ; encoding: [0x05,0x00,0x0c,0xd5,0x7e,0x04,0x02,0x00]
 
 v_mul_hi_u32_u24_e64 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x0c,0xd5,0x7f,0x04,0x02,0x00]
+// GFX10: v_mul_hi_u32_u24_e64 v5, exec_hi, v2    ; encoding: [0x05,0x00,0x0c,0xd5,0x7f,0x04,0x02,0x00]
 
 v_mul_hi_u32_u24_e64 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x0c,0xd5,0x80,0x04,0x02,0x00]
+// GFX10: v_mul_hi_u32_u24_e64 v5, 0, v2          ; encoding: [0x05,0x00,0x0c,0xd5,0x80,0x04,0x02,0x00]
 
 v_mul_hi_u32_u24_e64 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x0c,0xd5,0xc1,0x04,0x02,0x00]
+// GFX10: v_mul_hi_u32_u24_e64 v5, -1, v2         ; encoding: [0x05,0x00,0x0c,0xd5,0xc1,0x04,0x02,0x00]
 
 v_mul_hi_u32_u24_e64 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x0c,0xd5,0xf0,0x04,0x02,0x00]
+// GFX10: v_mul_hi_u32_u24_e64 v5, 0.5, v2        ; encoding: [0x05,0x00,0x0c,0xd5,0xf0,0x04,0x02,0x00]
 
 v_mul_hi_u32_u24_e64 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x0c,0xd5,0xf7,0x04,0x02,0x00]
+// GFX10: v_mul_hi_u32_u24_e64 v5, -4.0, v2       ; encoding: [0x05,0x00,0x0c,0xd5,0xf7,0x04,0x02,0x00]
 
 v_mul_hi_u32_u24_e64 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x0c,0xd5,0x01,0xff,0x03,0x00]
+// GFX10: v_mul_hi_u32_u24_e64 v5, v1, v255       ; encoding: [0x05,0x00,0x0c,0xd5,0x01,0xff,0x03,0x00]
 
 v_mul_hi_u32_u24_e64 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x0c,0xd5,0x01,0x05,0x00,0x00]
+// GFX10: v_mul_hi_u32_u24_e64 v5, v1, s2         ; encoding: [0x05,0x00,0x0c,0xd5,0x01,0x05,0x00,0x00]
 
 v_mul_hi_u32_u24_e64 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x0c,0xd5,0x01,0xcb,0x00,0x00]
+// GFX10: v_mul_hi_u32_u24_e64 v5, v1, s101       ; encoding: [0x05,0x00,0x0c,0xd5,0x01,0xcb,0x00,0x00]
 
 v_mul_hi_u32_u24_e64 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x0c,0xd5,0x01,0xd5,0x00,0x00]
+// GFX10: v_mul_hi_u32_u24_e64 v5, v1, vcc_lo     ; encoding: [0x05,0x00,0x0c,0xd5,0x01,0xd5,0x00,0x00]
 
 v_mul_hi_u32_u24_e64 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x0c,0xd5,0x01,0xd7,0x00,0x00]
+// GFX10: v_mul_hi_u32_u24_e64 v5, v1, vcc_hi     ; encoding: [0x05,0x00,0x0c,0xd5,0x01,0xd7,0x00,0x00]
 
 v_mul_hi_u32_u24_e64 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x0c,0xd5,0x01,0xf9,0x00,0x00]
+// GFX10: v_mul_hi_u32_u24_e64 v5, v1, m0         ; encoding: [0x05,0x00,0x0c,0xd5,0x01,0xf9,0x00,0x00]
 
 v_mul_hi_u32_u24_e64 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x0c,0xd5,0x01,0xfd,0x00,0x00]
+// GFX10: v_mul_hi_u32_u24_e64 v5, v1, exec_lo    ; encoding: [0x05,0x00,0x0c,0xd5,0x01,0xfd,0x00,0x00]
 
 v_mul_hi_u32_u24_e64 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x0c,0xd5,0x01,0xff,0x00,0x00]
+// GFX10: v_mul_hi_u32_u24_e64 v5, v1, exec_hi    ; encoding: [0x05,0x00,0x0c,0xd5,0x01,0xff,0x00,0x00]
 
 v_mul_hi_u32_u24_e64 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x0c,0xd5,0x01,0x01,0x01,0x00]
+// GFX10: v_mul_hi_u32_u24_e64 v5, v1, 0          ; encoding: [0x05,0x00,0x0c,0xd5,0x01,0x01,0x01,0x00]
 
 v_mul_hi_u32_u24_e64 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x0c,0xd5,0x01,0x83,0x01,0x00]
+// GFX10: v_mul_hi_u32_u24_e64 v5, v1, -1         ; encoding: [0x05,0x00,0x0c,0xd5,0x01,0x83,0x01,0x00]
 
 v_mul_hi_u32_u24_e64 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x0c,0xd5,0x01,0xe1,0x01,0x00]
+// GFX10: v_mul_hi_u32_u24_e64 v5, v1, 0.5        ; encoding: [0x05,0x00,0x0c,0xd5,0x01,0xe1,0x01,0x00]
 
 v_mul_hi_u32_u24_e64 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x0c,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_mul_hi_u32_u24_e64 v5, v1, -4.0       ; encoding: [0x05,0x00,0x0c,0xd5,0x01,0xef,0x01,0x00]
 
 v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x18,0x01,0x06,0x06,0x06]
+// GFX10: v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x18,0x01,0x06,0x06,0x06]
 
 v_mul_hi_u32_u24_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0xfe,0x19,0x01,0x06,0x06,0x06]
+// GFX10: v_mul_hi_u32_u24_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0xfe,0x19,0x01,0x06,0x06,0x06]
 
 v_mul_hi_u32_u24_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x18,0xff,0x06,0x06,0x06]
+// GFX10: v_mul_hi_u32_u24_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x18,0xff,0x06,0x06,0x06]
 
 v_mul_hi_u32_u24_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x18,0x01,0x06,0x86,0x06]
+// GFX10: v_mul_hi_u32_u24_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x18,0x01,0x06,0x86,0x06]
 
 v_mul_hi_u32_u24_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x18,0x65,0x06,0x86,0x06]
+// GFX10: v_mul_hi_u32_u24_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x18,0x65,0x06,0x86,0x06]
 
 v_mul_hi_u32_u24_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x18,0x6a,0x06,0x86,0x06]
+// GFX10: v_mul_hi_u32_u24_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x18,0x6a,0x06,0x86,0x06]
 
 v_mul_hi_u32_u24_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x18,0x6b,0x06,0x86,0x06]
+// GFX10: v_mul_hi_u32_u24_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x18,0x6b,0x06,0x86,0x06]
 
 v_mul_hi_u32_u24_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x18,0x7c,0x06,0x86,0x06]
+// GFX10: v_mul_hi_u32_u24_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x18,0x7c,0x06,0x86,0x06]
 
 v_mul_hi_u32_u24_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x18,0x7e,0x06,0x86,0x06]
+// GFX10: v_mul_hi_u32_u24_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x18,0x7e,0x06,0x86,0x06]
 
 v_mul_hi_u32_u24_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x18,0x7f,0x06,0x86,0x06]
+// GFX10: v_mul_hi_u32_u24_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x18,0x7f,0x06,0x86,0x06]
 
 v_mul_hi_u32_u24_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0xfe,0x0b,0x18,0x01,0x06,0x06,0x06]
+// GFX10: v_mul_hi_u32_u24_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0xfe,0x0b,0x18,0x01,0x06,0x06,0x06]
 
 v_mul_hi_u32_u24_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x18,0x01,0x26,0x06,0x06]
+// GFX10: v_mul_hi_u32_u24_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x18,0x01,0x26,0x06,0x06]
 
 v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x18,0x01,0x06,0x06,0x06]
+// GFX10: v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x18,0x01,0x06,0x06,0x06]
 
 v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x18,0x01,0x00,0x06,0x06]
+// GFX10: v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x18,0x01,0x00,0x06,0x06]
 
 v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x18,0x01,0x01,0x06,0x06]
+// GFX10: v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x18,0x01,0x01,0x06,0x06]
 
 v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x18,0x01,0x02,0x06,0x06]
+// GFX10: v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x18,0x01,0x02,0x06,0x06]
 
 v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x18,0x01,0x03,0x06,0x06]
+// GFX10: v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x18,0x01,0x03,0x06,0x06]
 
 v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x18,0x01,0x04,0x06,0x06]
+// GFX10: v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x18,0x01,0x04,0x06,0x06]
 
 v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x18,0x01,0x05,0x06,0x06]
+// GFX10: v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x18,0x01,0x05,0x06,0x06]
 
 v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x18,0x01,0x0e,0x06,0x06]
+// GFX10: v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x18,0x01,0x0e,0x06,0x06]
 
 v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x18,0x01,0x16,0x06,0x06]
+// GFX10: v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x18,0x01,0x16,0x06,0x06]
 
 v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x18,0x01,0x16,0x06,0x06]
+// GFX10: v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x18,0x01,0x16,0x06,0x06]
 
 v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x18,0x01,0x06,0x06,0x06]
+// GFX10: v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x18,0x01,0x06,0x06,0x06]
 
 v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x18,0x01,0x06,0x00,0x06]
+// GFX10: v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x18,0x01,0x06,0x00,0x06]
 
 v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x18,0x01,0x06,0x01,0x06]
+// GFX10: v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x18,0x01,0x06,0x01,0x06]
 
 v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x18,0x01,0x06,0x02,0x06]
+// GFX10: v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x18,0x01,0x06,0x02,0x06]
 
 v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x18,0x01,0x06,0x03,0x06]
+// GFX10: v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x18,0x01,0x06,0x03,0x06]
 
 v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x18,0x01,0x06,0x04,0x06]
+// GFX10: v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x18,0x01,0x06,0x04,0x06]
 
 v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x18,0x01,0x06,0x05,0x06]
+// GFX10: v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x18,0x01,0x06,0x05,0x06]
 
 v_mul_hi_u32_u24_sdwa v5, sext(v1), v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x18,0x01,0x06,0x0e,0x06]
+// GFX10: v_mul_hi_u32_u24_sdwa v5, sext(v1), v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x18,0x01,0x06,0x0e,0x06]
 
 v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x18,0x01,0x06,0x06,0x06]
+// GFX10: v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x18,0x01,0x06,0x06,0x06]
 
 v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x18,0x01,0x06,0x06,0x00]
+// GFX10: v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0 ; encoding: [0xf9,0x04,0x0a,0x18,0x01,0x06,0x06,0x00]
 
 v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x18,0x01,0x06,0x06,0x01]
+// GFX10: v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1 ; encoding: [0xf9,0x04,0x0a,0x18,0x01,0x06,0x06,0x01]
 
 v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x04,0x0a,0x18,0x01,0x06,0x06,0x02]
+// GFX10: v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2 ; encoding: [0xf9,0x04,0x0a,0x18,0x01,0x06,0x06,0x02]
 
 v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x04,0x0a,0x18,0x01,0x06,0x06,0x03]
+// GFX10: v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3 ; encoding: [0xf9,0x04,0x0a,0x18,0x01,0x06,0x06,0x03]
 
 v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x18,0x01,0x06,0x06,0x04]
+// GFX10: v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0 ; encoding: [0xf9,0x04,0x0a,0x18,0x01,0x06,0x06,0x04]
 
 v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x18,0x01,0x06,0x06,0x05]
+// GFX10: v_mul_hi_u32_u24_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1 ; encoding: [0xf9,0x04,0x0a,0x18,0x01,0x06,0x06,0x05]
 
 v_mul_hi_u32_u24_sdwa v5, v1, sext(v2) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x18,0x01,0x06,0x06,0x0e]
+// GFX10: v_mul_hi_u32_u24_sdwa v5, v1, sext(v2) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x18,0x01,0x06,0x06,0x0e]
 
 v_mul_hi_u32_u24_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x18,0x01,0xe4,0x00,0x00]
+// GFX10: v_mul_hi_u32_u24_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x18,0x01,0xe4,0x00,0x00]
 
 v_mul_hi_u32_u24_dpp v255, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0xfe,0x19,0x01,0xe4,0x00,0x00]
+// GFX10: v_mul_hi_u32_u24_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0xfe,0x19,0x01,0xe4,0x00,0x00]
 
 v_mul_hi_u32_u24_dpp v5, v255, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x18,0xff,0xe4,0x00,0x00]
+// GFX10: v_mul_hi_u32_u24_dpp v5, v255, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x18,0xff,0xe4,0x00,0x00]
 
 v_mul_hi_u32_u24_dpp v5, v1, v255  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xfe,0x0b,0x18,0x01,0xe4,0x00,0x00]
+// GFX10: v_mul_hi_u32_u24_dpp v5, v1, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xfe,0x0b,0x18,0x01,0xe4,0x00,0x00]
 
 v_mul_hi_u32_u24_dpp v5, v1, v2  quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x18,0x01,0x1b,0x00,0x00]
+// GFX10: v_mul_hi_u32_u24_dpp v5, v1, v2 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x18,0x01,0x1b,0x00,0x00]
 
 v_mul_hi_u32_u24_dpp v5, v1, v2  row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x18,0x01,0x40,0x01,0x00]
+// GFX10: v_mul_hi_u32_u24_dpp v5, v1, v2 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x18,0x01,0x40,0x01,0x00]
 
 v_mul_hi_u32_u24_dpp v5, v1, v2  row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x18,0x01,0x41,0x01,0x00]
+// GFX10: v_mul_hi_u32_u24_dpp v5, v1, v2 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x18,0x01,0x41,0x01,0x00]
 
 v_mul_hi_u32_u24_dpp v5, v1, v2  row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x18,0x01,0x01,0x01,0x00]
+// GFX10: v_mul_hi_u32_u24_dpp v5, v1, v2 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x18,0x01,0x01,0x01,0x00]
 
 v_mul_hi_u32_u24_dpp v5, v1, v2  row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x18,0x01,0x0f,0x01,0x00]
+// GFX10: v_mul_hi_u32_u24_dpp v5, v1, v2 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x18,0x01,0x0f,0x01,0x00]
 
 v_mul_hi_u32_u24_dpp v5, v1, v2  row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x18,0x01,0x11,0x01,0x00]
+// GFX10: v_mul_hi_u32_u24_dpp v5, v1, v2 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x18,0x01,0x11,0x01,0x00]
 
 v_mul_hi_u32_u24_dpp v5, v1, v2  row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x18,0x01,0x1f,0x01,0x00]
+// GFX10: v_mul_hi_u32_u24_dpp v5, v1, v2 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x18,0x01,0x1f,0x01,0x00]
 
 v_mul_hi_u32_u24_dpp v5, v1, v2  row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x18,0x01,0x21,0x01,0x00]
+// GFX10: v_mul_hi_u32_u24_dpp v5, v1, v2 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x18,0x01,0x21,0x01,0x00]
 
 v_mul_hi_u32_u24_dpp v5, v1, v2  row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x18,0x01,0x2f,0x01,0x00]
+// GFX10: v_mul_hi_u32_u24_dpp v5, v1, v2 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x18,0x01,0x2f,0x01,0x00]
 
 v_mul_hi_u32_u24_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x18,0x01,0xe4,0x00,0x10]
+// GFX10: v_mul_hi_u32_u24_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x18,0x01,0xe4,0x00,0x10]
 
 v_mul_hi_u32_u24_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x18,0x01,0xe4,0x00,0x30]
+// GFX10: v_mul_hi_u32_u24_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x18,0x01,0xe4,0x00,0x30]
 
 v_mul_hi_u32_u24_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x18,0x01,0xe4,0x00,0xf0]
+// GFX10: v_mul_hi_u32_u24_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x18,0x01,0xe4,0x00,0xf0]
 
 v_mul_hi_u32_u24_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x04,0x0a,0x18,0x01,0xe4,0x00,0x01]
+// GFX10: v_mul_hi_u32_u24_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x04,0x0a,0x18,0x01,0xe4,0x00,0x01]
 
 v_mul_hi_u32_u24_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x04,0x0a,0x18,0x01,0xe4,0x00,0x03]
+// GFX10: v_mul_hi_u32_u24_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x04,0x0a,0x18,0x01,0xe4,0x00,0x03]
 
 v_mul_hi_u32_u24_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x04,0x0a,0x18,0x01,0xe4,0x00,0x0f]
+// GFX10: v_mul_hi_u32_u24_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x04,0x0a,0x18,0x01,0xe4,0x00,0x0f]
 
 v_mul_hi_u32_u24_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x18,0x01,0xe4,0x08,0x00]
+// GFX10: v_mul_hi_u32_u24_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x04,0x0a,0x18,0x01,0xe4,0x08,0x00]
 
 v_mul_hi_u32_u24_dpp v5, v1, v2  row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x18,0x01,0x51,0x01,0x00]
+// GFX10: v_mul_hi_u32_u24_dpp v5, v1, v2 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x18,0x01,0x51,0x01,0x00]
 
 v_mul_hi_u32_u24_dpp v5, v1, v2  row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x18,0x01,0x5f,0x01,0x00]
+// GFX10: v_mul_hi_u32_u24_dpp v5, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x18,0x01,0x5f,0x01,0x00]
 
 v_mul_hi_u32_u24_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x18,0x01,0x61,0x01,0x00]
+// GFX10: v_mul_hi_u32_u24_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x18,0x01,0x61,0x01,0x00]
 
 v_mul_hi_u32_u24_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x18,0x01,0x6f,0x01,0x00]
+// GFX10: v_mul_hi_u32_u24_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x18,0x01,0x6f,0x01,0x00]
 
 v_min_f32_e32 v5, v1, v2
-// GFX10: encoding: [0x01,0x05,0x0a,0x1e]
+// GFX10: v_min_f32_e32 v5, v1, v2                ; encoding: [0x01,0x05,0x0a,0x1e]
 
 v_min_f32_e32 v255, v1, v2
-// GFX10: encoding: [0x01,0x05,0xfe,0x1f]
+// GFX10: v_min_f32_e32 v255, v1, v2              ; encoding: [0x01,0x05,0xfe,0x1f]
 
 v_min_f32_e32 v5, v255, v2
-// GFX10: encoding: [0xff,0x05,0x0a,0x1e]
+// GFX10: v_min_f32_e32 v5, v255, v2              ; encoding: [0xff,0x05,0x0a,0x1e]
 
 v_min_f32_e32 v5, s1, v2
-// GFX10: encoding: [0x01,0x04,0x0a,0x1e]
+// GFX10: v_min_f32_e32 v5, s1, v2                ; encoding: [0x01,0x04,0x0a,0x1e]
 
 v_min_f32_e32 v5, s103, v2
-// GFX10: encoding: [0x67,0x04,0x0a,0x1e]
+// GFX10: v_min_f32_e32 v5, s103, v2              ; encoding: [0x67,0x04,0x0a,0x1e]
 
 v_min_f32_e32 v5, vcc_lo, v2
-// GFX10: encoding: [0x6a,0x04,0x0a,0x1e]
+// GFX10: v_min_f32_e32 v5, vcc_lo, v2            ; encoding: [0x6a,0x04,0x0a,0x1e]
 
 v_min_f32_e32 v5, vcc_hi, v2
-// GFX10: encoding: [0x6b,0x04,0x0a,0x1e]
+// GFX10: v_min_f32_e32 v5, vcc_hi, v2            ; encoding: [0x6b,0x04,0x0a,0x1e]
 
 v_min_f32_e32 v5, ttmp11, v2
-// GFX10: encoding: [0x77,0x04,0x0a,0x1e]
+// GFX10: v_min_f32_e32 v5, ttmp11, v2            ; encoding: [0x77,0x04,0x0a,0x1e]
 
 v_min_f32_e32 v5, m0, v2
-// GFX10: encoding: [0x7c,0x04,0x0a,0x1e]
+// GFX10: v_min_f32_e32 v5, m0, v2                ; encoding: [0x7c,0x04,0x0a,0x1e]
 
 v_min_f32_e32 v5, exec_lo, v2
-// GFX10: encoding: [0x7e,0x04,0x0a,0x1e]
+// GFX10: v_min_f32_e32 v5, exec_lo, v2           ; encoding: [0x7e,0x04,0x0a,0x1e]
 
 v_min_f32_e32 v5, exec_hi, v2
-// GFX10: encoding: [0x7f,0x04,0x0a,0x1e]
+// GFX10: v_min_f32_e32 v5, exec_hi, v2           ; encoding: [0x7f,0x04,0x0a,0x1e]
 
 v_min_f32_e32 v5, 0, v2
-// GFX10: encoding: [0x80,0x04,0x0a,0x1e]
+// GFX10: v_min_f32_e32 v5, 0, v2                 ; encoding: [0x80,0x04,0x0a,0x1e]
 
 v_min_f32_e32 v5, -1, v2
-// GFX10: encoding: [0xc1,0x04,0x0a,0x1e]
+// GFX10: v_min_f32_e32 v5, -1, v2                ; encoding: [0xc1,0x04,0x0a,0x1e]
 
 v_min_f32_e32 v5, 0.5, v2
-// GFX10: encoding: [0xf0,0x04,0x0a,0x1e]
+// GFX10: v_min_f32_e32 v5, 0.5, v2               ; encoding: [0xf0,0x04,0x0a,0x1e]
 
 v_min_f32_e32 v5, -4.0, v2
-// GFX10: encoding: [0xf7,0x04,0x0a,0x1e]
+// GFX10: v_min_f32_e32 v5, -4.0, v2              ; encoding: [0xf7,0x04,0x0a,0x1e]
 
 v_min_f32_e32 v5, 0xaf123456, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x1e,0x56,0x34,0x12,0xaf]
+// GFX10: v_min_f32_e32 v5, 0xaf123456, v2        ; encoding: [0xff,0x04,0x0a,0x1e,0x56,0x34,0x12,0xaf]
 
 v_min_f32_e32 v5, 0x3f717273, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x1e,0x73,0x72,0x71,0x3f]
+// GFX10: v_min_f32_e32 v5, 0x3f717273, v2        ; encoding: [0xff,0x04,0x0a,0x1e,0x73,0x72,0x71,0x3f]
 
 v_min_f32_e32 v5, v1, v255
-// GFX10: encoding: [0x01,0xff,0x0b,0x1e]
+// GFX10: v_min_f32_e32 v5, v1, v255              ; encoding: [0x01,0xff,0x0b,0x1e]
 
 v_min_f32_e64 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x0f,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_min_f32_e64 v5, v1, v2                ; encoding: [0x05,0x00,0x0f,0xd5,0x01,0x05,0x02,0x00]
 
 v_min_f32_e64 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x0f,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_min_f32_e64 v255, v1, v2              ; encoding: [0xff,0x00,0x0f,0xd5,0x01,0x05,0x02,0x00]
 
 v_min_f32_e64 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x0f,0xd5,0xff,0x05,0x02,0x00]
+// GFX10: v_min_f32_e64 v5, v255, v2              ; encoding: [0x05,0x00,0x0f,0xd5,0xff,0x05,0x02,0x00]
 
 v_min_f32_e64 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x0f,0xd5,0x01,0x04,0x02,0x00]
+// GFX10: v_min_f32_e64 v5, s1, v2                ; encoding: [0x05,0x00,0x0f,0xd5,0x01,0x04,0x02,0x00]
 
 v_min_f32_e64 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x0f,0xd5,0x65,0x04,0x02,0x00]
+// GFX10: v_min_f32_e64 v5, s101, v2              ; encoding: [0x05,0x00,0x0f,0xd5,0x65,0x04,0x02,0x00]
 
 v_min_f32_e64 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x0f,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_min_f32_e64 v5, vcc_lo, v2            ; encoding: [0x05,0x00,0x0f,0xd5,0x6a,0x04,0x02,0x00]
 
 v_min_f32_e64 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x0f,0xd5,0x6b,0x04,0x02,0x00]
+// GFX10: v_min_f32_e64 v5, vcc_hi, v2            ; encoding: [0x05,0x00,0x0f,0xd5,0x6b,0x04,0x02,0x00]
 
 v_min_f32_e64 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x0f,0xd5,0x7c,0x04,0x02,0x00]
+// GFX10: v_min_f32_e64 v5, m0, v2                ; encoding: [0x05,0x00,0x0f,0xd5,0x7c,0x04,0x02,0x00]
 
 v_min_f32_e64 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x0f,0xd5,0x7e,0x04,0x02,0x00]
+// GFX10: v_min_f32_e64 v5, exec_lo, v2           ; encoding: [0x05,0x00,0x0f,0xd5,0x7e,0x04,0x02,0x00]
 
 v_min_f32_e64 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x0f,0xd5,0x7f,0x04,0x02,0x00]
+// GFX10: v_min_f32_e64 v5, exec_hi, v2           ; encoding: [0x05,0x00,0x0f,0xd5,0x7f,0x04,0x02,0x00]
 
 v_min_f32_e64 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x0f,0xd5,0x80,0x04,0x02,0x00]
+// GFX10: v_min_f32_e64 v5, 0, v2                 ; encoding: [0x05,0x00,0x0f,0xd5,0x80,0x04,0x02,0x00]
 
 v_min_f32_e64 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x0f,0xd5,0xc1,0x04,0x02,0x00]
+// GFX10: v_min_f32_e64 v5, -1, v2                ; encoding: [0x05,0x00,0x0f,0xd5,0xc1,0x04,0x02,0x00]
 
 v_min_f32_e64 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x0f,0xd5,0xf0,0x04,0x02,0x00]
+// GFX10: v_min_f32_e64 v5, 0.5, v2               ; encoding: [0x05,0x00,0x0f,0xd5,0xf0,0x04,0x02,0x00]
 
 v_min_f32_e64 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x0f,0xd5,0xf7,0x04,0x02,0x00]
+// GFX10: v_min_f32_e64 v5, -4.0, v2              ; encoding: [0x05,0x00,0x0f,0xd5,0xf7,0x04,0x02,0x00]
 
 v_min_f32_e64 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x0f,0xd5,0x01,0xff,0x03,0x00]
+// GFX10: v_min_f32_e64 v5, v1, v255              ; encoding: [0x05,0x00,0x0f,0xd5,0x01,0xff,0x03,0x00]
 
 v_min_f32_e64 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x0f,0xd5,0x01,0x05,0x00,0x00]
+// GFX10: v_min_f32_e64 v5, v1, s2                ; encoding: [0x05,0x00,0x0f,0xd5,0x01,0x05,0x00,0x00]
 
 v_min_f32_e64 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x0f,0xd5,0x01,0xcb,0x00,0x00]
+// GFX10: v_min_f32_e64 v5, v1, s101              ; encoding: [0x05,0x00,0x0f,0xd5,0x01,0xcb,0x00,0x00]
 
 v_min_f32_e64 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x0f,0xd5,0x01,0xd5,0x00,0x00]
+// GFX10: v_min_f32_e64 v5, v1, vcc_lo            ; encoding: [0x05,0x00,0x0f,0xd5,0x01,0xd5,0x00,0x00]
 
 v_min_f32_e64 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x0f,0xd5,0x01,0xd7,0x00,0x00]
+// GFX10: v_min_f32_e64 v5, v1, vcc_hi            ; encoding: [0x05,0x00,0x0f,0xd5,0x01,0xd7,0x00,0x00]
 
 v_min_f32_e64 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x0f,0xd5,0x01,0xf9,0x00,0x00]
+// GFX10: v_min_f32_e64 v5, v1, m0                ; encoding: [0x05,0x00,0x0f,0xd5,0x01,0xf9,0x00,0x00]
 
 v_min_f32_e64 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x0f,0xd5,0x01,0xfd,0x00,0x00]
+// GFX10: v_min_f32_e64 v5, v1, exec_lo           ; encoding: [0x05,0x00,0x0f,0xd5,0x01,0xfd,0x00,0x00]
 
 v_min_f32_e64 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x0f,0xd5,0x01,0xff,0x00,0x00]
+// GFX10: v_min_f32_e64 v5, v1, exec_hi           ; encoding: [0x05,0x00,0x0f,0xd5,0x01,0xff,0x00,0x00]
 
 v_min_f32_e64 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x0f,0xd5,0x01,0x01,0x01,0x00]
+// GFX10: v_min_f32_e64 v5, v1, 0                 ; encoding: [0x05,0x00,0x0f,0xd5,0x01,0x01,0x01,0x00]
 
 v_min_f32_e64 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x0f,0xd5,0x01,0x83,0x01,0x00]
+// GFX10: v_min_f32_e64 v5, v1, -1                ; encoding: [0x05,0x00,0x0f,0xd5,0x01,0x83,0x01,0x00]
 
 v_min_f32_e64 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x0f,0xd5,0x01,0xe1,0x01,0x00]
+// GFX10: v_min_f32_e64 v5, v1, 0.5               ; encoding: [0x05,0x00,0x0f,0xd5,0x01,0xe1,0x01,0x00]
 
 v_min_f32_e64 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x0f,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_min_f32_e64 v5, v1, -4.0              ; encoding: [0x05,0x00,0x0f,0xd5,0x01,0xef,0x01,0x00]
 
 v_min_f32_e64 v5, -v1, v2
-// GFX10: encoding: [0x05,0x00,0x0f,0xd5,0x01,0x05,0x02,0x20]
+// GFX10: v_min_f32_e64 v5, -v1, v2               ; encoding: [0x05,0x00,0x0f,0xd5,0x01,0x05,0x02,0x20]
 
 v_min_f32_e64 v5, v1, -v2
-// GFX10: encoding: [0x05,0x00,0x0f,0xd5,0x01,0x05,0x02,0x40]
+// GFX10: v_min_f32_e64 v5, v1, -v2               ; encoding: [0x05,0x00,0x0f,0xd5,0x01,0x05,0x02,0x40]
 
 v_min_f32_e64 v5, -v1, -v2
-// GFX10: encoding: [0x05,0x00,0x0f,0xd5,0x01,0x05,0x02,0x60]
+// GFX10: v_min_f32_e64 v5, -v1, -v2              ; encoding: [0x05,0x00,0x0f,0xd5,0x01,0x05,0x02,0x60]
 
 v_min_f32_e64 v5, |v1|, v2
-// GFX10: encoding: [0x05,0x01,0x0f,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_min_f32_e64 v5, |v1|, v2              ; encoding: [0x05,0x01,0x0f,0xd5,0x01,0x05,0x02,0x00]
 
 v_min_f32_e64 v5, v1, |v2|
-// GFX10: encoding: [0x05,0x02,0x0f,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_min_f32_e64 v5, v1, |v2|              ; encoding: [0x05,0x02,0x0f,0xd5,0x01,0x05,0x02,0x00]
 
 v_min_f32_e64 v5, |v1|, |v2|
-// GFX10: encoding: [0x05,0x03,0x0f,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_min_f32_e64 v5, |v1|, |v2|            ; encoding: [0x05,0x03,0x0f,0xd5,0x01,0x05,0x02,0x00]
 
 v_min_f32_e64 v5, v1, v2 clamp
-// GFX10: encoding: [0x05,0x80,0x0f,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_min_f32_e64 v5, v1, v2 clamp          ; encoding: [0x05,0x80,0x0f,0xd5,0x01,0x05,0x02,0x00]
 
 v_min_f32_e64 v5, v1, v2 mul:2
-// GFX10: encoding: [0x05,0x00,0x0f,0xd5,0x01,0x05,0x02,0x08]
+// GFX10: v_min_f32_e64 v5, v1, v2 mul:2          ; encoding: [0x05,0x00,0x0f,0xd5,0x01,0x05,0x02,0x08]
 
 v_min_f32_e64 v5, v1, v2 mul:4
-// GFX10: encoding: [0x05,0x00,0x0f,0xd5,0x01,0x05,0x02,0x10]
+// GFX10: v_min_f32_e64 v5, v1, v2 mul:4          ; encoding: [0x05,0x00,0x0f,0xd5,0x01,0x05,0x02,0x10]
 
 v_min_f32_e64 v5, v1, v2 div:2
-// GFX10: encoding: [0x05,0x00,0x0f,0xd5,0x01,0x05,0x02,0x18]
+// GFX10: v_min_f32_e64 v5, v1, v2 div:2          ; encoding: [0x05,0x00,0x0f,0xd5,0x01,0x05,0x02,0x18]
 
 v_min_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x06,0x06,0x06]
+// GFX10: v_min_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x06,0x06,0x06]
 
 v_min_f32_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0xfe,0x1f,0x01,0x06,0x06,0x06]
+// GFX10: v_min_f32_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0xfe,0x1f,0x01,0x06,0x06,0x06]
 
 v_min_f32_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x1e,0xff,0x06,0x06,0x06]
+// GFX10: v_min_f32_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x1e,0xff,0x06,0x06,0x06]
 
 v_min_f32_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x06,0x86,0x06]
+// GFX10: v_min_f32_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x06,0x86,0x06]
 
 v_min_f32_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x1e,0x65,0x06,0x86,0x06]
+// GFX10: v_min_f32_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x1e,0x65,0x06,0x86,0x06]
 
 v_min_f32_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x1e,0x6a,0x06,0x86,0x06]
+// GFX10: v_min_f32_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x1e,0x6a,0x06,0x86,0x06]
 
 v_min_f32_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x1e,0x6b,0x06,0x86,0x06]
+// GFX10: v_min_f32_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x1e,0x6b,0x06,0x86,0x06]
 
 v_min_f32_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x1e,0x7c,0x06,0x86,0x06]
+// GFX10: v_min_f32_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x1e,0x7c,0x06,0x86,0x06]
 
 v_min_f32_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x1e,0x7e,0x06,0x86,0x06]
+// GFX10: v_min_f32_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x1e,0x7e,0x06,0x86,0x06]
 
 v_min_f32_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x1e,0x7f,0x06,0x86,0x06]
+// GFX10: v_min_f32_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x1e,0x7f,0x06,0x86,0x06]
 
 v_min_f32_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0xfe,0x0b,0x1e,0x01,0x06,0x06,0x06]
+// GFX10: v_min_f32_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0xfe,0x0b,0x1e,0x01,0x06,0x06,0x06]
 
 v_min_f32_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x26,0x06,0x06]
+// GFX10: v_min_f32_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x26,0x06,0x06]
 
 v_min_f32_sdwa v5, v1, v2 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x46,0x06,0x06]
+// GFX10: v_min_f32_sdwa v5, v1, v2 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x46,0x06,0x06]
 
 v_min_f32_sdwa v5, v1, v2 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x86,0x06,0x06]
+// GFX10: v_min_f32_sdwa v5, v1, v2 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x86,0x06,0x06]
 
 v_min_f32_sdwa v5, v1, v2 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x1e,0x01,0xc6,0x06,0x06]
+// GFX10: v_min_f32_sdwa v5, v1, v2 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x1e,0x01,0xc6,0x06,0x06]
 
 v_min_f32_sdwa v5, v1, v2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x06,0x06,0x06]
+// GFX10: v_min_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x06,0x06,0x06]
 
 v_min_f32_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x00,0x06,0x06]
+// GFX10: v_min_f32_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x00,0x06,0x06]
 
 v_min_f32_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x01,0x06,0x06]
+// GFX10: v_min_f32_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x01,0x06,0x06]
 
 v_min_f32_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x02,0x06,0x06]
+// GFX10: v_min_f32_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x02,0x06,0x06]
 
 v_min_f32_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x03,0x06,0x06]
+// GFX10: v_min_f32_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x03,0x06,0x06]
 
 v_min_f32_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x04,0x06,0x06]
+// GFX10: v_min_f32_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x04,0x06,0x06]
 
 v_min_f32_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x05,0x06,0x06]
+// GFX10: v_min_f32_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x05,0x06,0x06]
 
 v_min_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x0e,0x06,0x06]
+// GFX10: v_min_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x0e,0x06,0x06]
 
 v_min_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x16,0x06,0x06]
+// GFX10: v_min_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x16,0x06,0x06]
 
 v_min_f32_sdwa v5, v1, v2 dst_sel:DWORD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x16,0x06,0x06]
+// GFX10: v_min_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x16,0x06,0x06]
 
 v_min_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x06,0x06,0x06]
+// GFX10: v_min_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x06,0x06,0x06]
 
 v_min_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x06,0x00,0x06]
+// GFX10: v_min_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x06,0x00,0x06]
 
 v_min_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x06,0x01,0x06]
+// GFX10: v_min_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x06,0x01,0x06]
 
 v_min_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x06,0x02,0x06]
+// GFX10: v_min_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x06,0x02,0x06]
 
 v_min_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x06,0x03,0x06]
+// GFX10: v_min_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x06,0x03,0x06]
 
 v_min_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x06,0x04,0x06]
+// GFX10: v_min_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x06,0x04,0x06]
 
 v_min_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x06,0x05,0x06]
+// GFX10: v_min_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x06,0x05,0x06]
 
 v_min_f32_sdwa v5, -v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x06,0x16,0x06]
+// GFX10: v_min_f32_sdwa v5, -v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x06,0x16,0x06]
 
 v_min_f32_sdwa v5, |v1|, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x06,0x26,0x06]
+// GFX10: v_min_f32_sdwa v5, |v1|, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x06,0x26,0x06]
 
 v_min_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x06,0x06,0x06]
+// GFX10: v_min_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x06,0x06,0x06]
 
 v_min_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x06,0x06,0x00]
+// GFX10: v_min_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0 ; encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x06,0x06,0x00]
 
 v_min_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x06,0x06,0x01]
+// GFX10: v_min_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1 ; encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x06,0x06,0x01]
 
 v_min_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x06,0x06,0x02]
+// GFX10: v_min_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2 ; encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x06,0x06,0x02]
 
 v_min_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x06,0x06,0x03]
+// GFX10: v_min_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3 ; encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x06,0x06,0x03]
 
 v_min_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x06,0x06,0x04]
+// GFX10: v_min_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0 ; encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x06,0x06,0x04]
 
 v_min_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x06,0x06,0x05]
+// GFX10: v_min_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1 ; encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x06,0x06,0x05]
 
 v_min_f32_sdwa v5, v1, -v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x06,0x06,0x16]
+// GFX10: v_min_f32_sdwa v5, v1, -v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x06,0x06,0x16]
 
 v_min_f32_sdwa v5, v1, |v2| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x06,0x06,0x26]
+// GFX10: v_min_f32_sdwa v5, v1, |v2| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x1e,0x01,0x06,0x06,0x26]
 
 v_min_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x1e,0x01,0xe4,0x00,0x00]
+// GFX10: v_min_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x1e,0x01,0xe4,0x00,0x00]
 
 v_min_f32_dpp v255, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0xfe,0x1f,0x01,0xe4,0x00,0x00]
+// GFX10: v_min_f32_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0xfe,0x1f,0x01,0xe4,0x00,0x00]
 
 v_min_f32_dpp v5, v255, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x1e,0xff,0xe4,0x00,0x00]
+// GFX10: v_min_f32_dpp v5, v255, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x1e,0xff,0xe4,0x00,0x00]
 
 v_min_f32_dpp v5, v1, v255  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xfe,0x0b,0x1e,0x01,0xe4,0x00,0x00]
+// GFX10: v_min_f32_dpp v5, v1, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xfe,0x0b,0x1e,0x01,0xe4,0x00,0x00]
 
 v_min_f32_dpp v5, v1, v2  quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x1e,0x01,0x1b,0x00,0x00]
+// GFX10: v_min_f32_dpp v5, v1, v2 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x1e,0x01,0x1b,0x00,0x00]
 
 v_min_f32_dpp v5, v1, v2  row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x1e,0x01,0x40,0x01,0x00]
+// GFX10: v_min_f32_dpp v5, v1, v2 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x1e,0x01,0x40,0x01,0x00]
 
 v_min_f32_dpp v5, v1, v2  row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x1e,0x01,0x41,0x01,0x00]
+// GFX10: v_min_f32_dpp v5, v1, v2 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x1e,0x01,0x41,0x01,0x00]
 
 v_min_f32_dpp v5, v1, v2  row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x1e,0x01,0x01,0x01,0x00]
+// GFX10: v_min_f32_dpp v5, v1, v2 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x1e,0x01,0x01,0x01,0x00]
 
 v_min_f32_dpp v5, v1, v2  row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x1e,0x01,0x0f,0x01,0x00]
+// GFX10: v_min_f32_dpp v5, v1, v2 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x1e,0x01,0x0f,0x01,0x00]
 
 v_min_f32_dpp v5, v1, v2  row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x1e,0x01,0x11,0x01,0x00]
+// GFX10: v_min_f32_dpp v5, v1, v2 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x1e,0x01,0x11,0x01,0x00]
 
 v_min_f32_dpp v5, v1, v2  row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x1e,0x01,0x1f,0x01,0x00]
+// GFX10: v_min_f32_dpp v5, v1, v2 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x1e,0x01,0x1f,0x01,0x00]
 
 v_min_f32_dpp v5, v1, v2  row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x1e,0x01,0x21,0x01,0x00]
+// GFX10: v_min_f32_dpp v5, v1, v2 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x1e,0x01,0x21,0x01,0x00]
 
 v_min_f32_dpp v5, v1, v2  row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x1e,0x01,0x2f,0x01,0x00]
+// GFX10: v_min_f32_dpp v5, v1, v2 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x1e,0x01,0x2f,0x01,0x00]
 
 v_min_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x1e,0x01,0xe4,0x00,0x10]
+// GFX10: v_min_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x1e,0x01,0xe4,0x00,0x10]
 
 v_min_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x1e,0x01,0xe4,0x00,0x30]
+// GFX10: v_min_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x1e,0x01,0xe4,0x00,0x30]
 
 v_min_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x1e,0x01,0xe4,0x00,0xf0]
+// GFX10: v_min_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x1e,0x01,0xe4,0x00,0xf0]
 
 v_min_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x04,0x0a,0x1e,0x01,0xe4,0x00,0x01]
+// GFX10: v_min_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x04,0x0a,0x1e,0x01,0xe4,0x00,0x01]
 
 v_min_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x04,0x0a,0x1e,0x01,0xe4,0x00,0x03]
+// GFX10: v_min_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x04,0x0a,0x1e,0x01,0xe4,0x00,0x03]
 
 v_min_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x04,0x0a,0x1e,0x01,0xe4,0x00,0x0f]
+// GFX10: v_min_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x04,0x0a,0x1e,0x01,0xe4,0x00,0x0f]
 
 v_min_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x1e,0x01,0xe4,0x08,0x00]
+// GFX10: v_min_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x04,0x0a,0x1e,0x01,0xe4,0x08,0x00]
 
 v_min_f32_dpp v5, -v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x1e,0x01,0xe4,0x10,0x00]
+// GFX10: v_min_f32_dpp v5, -v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x1e,0x01,0xe4,0x10,0x00]
 
 v_min_f32_dpp v5, |v1|, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x1e,0x01,0xe4,0x20,0x00]
+// GFX10: v_min_f32_dpp v5, |v1|, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x1e,0x01,0xe4,0x20,0x00]
 
 v_min_f32_dpp v5, v1, -v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x1e,0x01,0xe4,0x40,0x00]
+// GFX10: v_min_f32_dpp v5, v1, -v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x1e,0x01,0xe4,0x40,0x00]
 
 v_min_f32_dpp v5, v1, |v2|  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x1e,0x01,0xe4,0x80,0x00]
+// GFX10: v_min_f32_dpp v5, v1, |v2| quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x1e,0x01,0xe4,0x80,0x00]
 
 v_min_f32_dpp v5, v1, v2  row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x1e,0x01,0x51,0x01,0x00]
+// GFX10: v_min_f32_dpp v5, v1, v2 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x1e,0x01,0x51,0x01,0x00]
 
 v_min_f32_dpp v5, v1, v2  row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x1e,0x01,0x5f,0x01,0x00]
+// GFX10: v_min_f32_dpp v5, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x1e,0x01,0x5f,0x01,0x00]
 
 v_min_f32_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x1e,0x01,0x61,0x01,0x00]
+// GFX10: v_min_f32_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x1e,0x01,0x61,0x01,0x00]
 
 v_min_f32_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x1e,0x01,0x6f,0x01,0x00]
+// GFX10: v_min_f32_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x1e,0x01,0x6f,0x01,0x00]
 
 v_max_f32_e32 v5, v1, v2
-// GFX10: encoding: [0x01,0x05,0x0a,0x20]
+// GFX10: v_max_f32_e32 v5, v1, v2                ; encoding: [0x01,0x05,0x0a,0x20]
 
 v_max_f32_e32 v255, v1, v2
-// GFX10: encoding: [0x01,0x05,0xfe,0x21]
+// GFX10: v_max_f32_e32 v255, v1, v2              ; encoding: [0x01,0x05,0xfe,0x21]
 
 v_max_f32_e32 v5, v255, v2
-// GFX10: encoding: [0xff,0x05,0x0a,0x20]
+// GFX10: v_max_f32_e32 v5, v255, v2              ; encoding: [0xff,0x05,0x0a,0x20]
 
 v_max_f32_e32 v5, s1, v2
-// GFX10: encoding: [0x01,0x04,0x0a,0x20]
+// GFX10: v_max_f32_e32 v5, s1, v2                ; encoding: [0x01,0x04,0x0a,0x20]
 
 v_max_f32_e32 v5, s103, v2
-// GFX10: encoding: [0x67,0x04,0x0a,0x20]
+// GFX10: v_max_f32_e32 v5, s103, v2              ; encoding: [0x67,0x04,0x0a,0x20]
 
 v_max_f32_e32 v5, vcc_lo, v2
-// GFX10: encoding: [0x6a,0x04,0x0a,0x20]
+// GFX10: v_max_f32_e32 v5, vcc_lo, v2            ; encoding: [0x6a,0x04,0x0a,0x20]
 
 v_max_f32_e32 v5, vcc_hi, v2
-// GFX10: encoding: [0x6b,0x04,0x0a,0x20]
+// GFX10: v_max_f32_e32 v5, vcc_hi, v2            ; encoding: [0x6b,0x04,0x0a,0x20]
 
 v_max_f32_e32 v5, ttmp11, v2
-// GFX10: encoding: [0x77,0x04,0x0a,0x20]
+// GFX10: v_max_f32_e32 v5, ttmp11, v2            ; encoding: [0x77,0x04,0x0a,0x20]
 
 v_max_f32_e32 v5, m0, v2
-// GFX10: encoding: [0x7c,0x04,0x0a,0x20]
+// GFX10: v_max_f32_e32 v5, m0, v2                ; encoding: [0x7c,0x04,0x0a,0x20]
 
 v_max_f32_e32 v5, exec_lo, v2
-// GFX10: encoding: [0x7e,0x04,0x0a,0x20]
+// GFX10: v_max_f32_e32 v5, exec_lo, v2           ; encoding: [0x7e,0x04,0x0a,0x20]
 
 v_max_f32_e32 v5, exec_hi, v2
-// GFX10: encoding: [0x7f,0x04,0x0a,0x20]
+// GFX10: v_max_f32_e32 v5, exec_hi, v2           ; encoding: [0x7f,0x04,0x0a,0x20]
 
 v_max_f32_e32 v5, 0, v2
-// GFX10: encoding: [0x80,0x04,0x0a,0x20]
+// GFX10: v_max_f32_e32 v5, 0, v2                 ; encoding: [0x80,0x04,0x0a,0x20]
 
 v_max_f32_e32 v5, -1, v2
-// GFX10: encoding: [0xc1,0x04,0x0a,0x20]
+// GFX10: v_max_f32_e32 v5, -1, v2                ; encoding: [0xc1,0x04,0x0a,0x20]
 
 v_max_f32_e32 v5, 0.5, v2
-// GFX10: encoding: [0xf0,0x04,0x0a,0x20]
+// GFX10: v_max_f32_e32 v5, 0.5, v2               ; encoding: [0xf0,0x04,0x0a,0x20]
 
 v_max_f32_e32 v5, -4.0, v2
-// GFX10: encoding: [0xf7,0x04,0x0a,0x20]
+// GFX10: v_max_f32_e32 v5, -4.0, v2              ; encoding: [0xf7,0x04,0x0a,0x20]
 
 v_max_f32_e32 v5, 0xaf123456, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x20,0x56,0x34,0x12,0xaf]
+// GFX10: v_max_f32_e32 v5, 0xaf123456, v2        ; encoding: [0xff,0x04,0x0a,0x20,0x56,0x34,0x12,0xaf]
 
 v_max_f32_e32 v5, 0x3f717273, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x20,0x73,0x72,0x71,0x3f]
+// GFX10: v_max_f32_e32 v5, 0x3f717273, v2        ; encoding: [0xff,0x04,0x0a,0x20,0x73,0x72,0x71,0x3f]
 
 v_max_f32_e32 v5, v1, v255
-// GFX10: encoding: [0x01,0xff,0x0b,0x20]
+// GFX10: v_max_f32_e32 v5, v1, v255              ; encoding: [0x01,0xff,0x0b,0x20]
 
 v_max_f32_e64 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x10,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_max_f32_e64 v5, v1, v2                ; encoding: [0x05,0x00,0x10,0xd5,0x01,0x05,0x02,0x00]
 
 v_max_f32_e64 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x10,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_max_f32_e64 v255, v1, v2              ; encoding: [0xff,0x00,0x10,0xd5,0x01,0x05,0x02,0x00]
 
 v_max_f32_e64 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x10,0xd5,0xff,0x05,0x02,0x00]
+// GFX10: v_max_f32_e64 v5, v255, v2              ; encoding: [0x05,0x00,0x10,0xd5,0xff,0x05,0x02,0x00]
 
 v_max_f32_e64 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x10,0xd5,0x01,0x04,0x02,0x00]
+// GFX10: v_max_f32_e64 v5, s1, v2                ; encoding: [0x05,0x00,0x10,0xd5,0x01,0x04,0x02,0x00]
 
 v_max_f32_e64 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x10,0xd5,0x65,0x04,0x02,0x00]
+// GFX10: v_max_f32_e64 v5, s101, v2              ; encoding: [0x05,0x00,0x10,0xd5,0x65,0x04,0x02,0x00]
 
 v_max_f32_e64 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x10,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_max_f32_e64 v5, vcc_lo, v2            ; encoding: [0x05,0x00,0x10,0xd5,0x6a,0x04,0x02,0x00]
 
 v_max_f32_e64 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x10,0xd5,0x6b,0x04,0x02,0x00]
+// GFX10: v_max_f32_e64 v5, vcc_hi, v2            ; encoding: [0x05,0x00,0x10,0xd5,0x6b,0x04,0x02,0x00]
 
 v_max_f32_e64 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x10,0xd5,0x7c,0x04,0x02,0x00]
+// GFX10: v_max_f32_e64 v5, m0, v2                ; encoding: [0x05,0x00,0x10,0xd5,0x7c,0x04,0x02,0x00]
 
 v_max_f32_e64 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x10,0xd5,0x7e,0x04,0x02,0x00]
+// GFX10: v_max_f32_e64 v5, exec_lo, v2           ; encoding: [0x05,0x00,0x10,0xd5,0x7e,0x04,0x02,0x00]
 
 v_max_f32_e64 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x10,0xd5,0x7f,0x04,0x02,0x00]
+// GFX10: v_max_f32_e64 v5, exec_hi, v2           ; encoding: [0x05,0x00,0x10,0xd5,0x7f,0x04,0x02,0x00]
 
 v_max_f32_e64 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x10,0xd5,0x80,0x04,0x02,0x00]
+// GFX10: v_max_f32_e64 v5, 0, v2                 ; encoding: [0x05,0x00,0x10,0xd5,0x80,0x04,0x02,0x00]
 
 v_max_f32_e64 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x10,0xd5,0xc1,0x04,0x02,0x00]
+// GFX10: v_max_f32_e64 v5, -1, v2                ; encoding: [0x05,0x00,0x10,0xd5,0xc1,0x04,0x02,0x00]
 
 v_max_f32_e64 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x10,0xd5,0xf0,0x04,0x02,0x00]
+// GFX10: v_max_f32_e64 v5, 0.5, v2               ; encoding: [0x05,0x00,0x10,0xd5,0xf0,0x04,0x02,0x00]
 
 v_max_f32_e64 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x10,0xd5,0xf7,0x04,0x02,0x00]
+// GFX10: v_max_f32_e64 v5, -4.0, v2              ; encoding: [0x05,0x00,0x10,0xd5,0xf7,0x04,0x02,0x00]
 
 v_max_f32_e64 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x10,0xd5,0x01,0xff,0x03,0x00]
+// GFX10: v_max_f32_e64 v5, v1, v255              ; encoding: [0x05,0x00,0x10,0xd5,0x01,0xff,0x03,0x00]
 
 v_max_f32_e64 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x10,0xd5,0x01,0x05,0x00,0x00]
+// GFX10: v_max_f32_e64 v5, v1, s2                ; encoding: [0x05,0x00,0x10,0xd5,0x01,0x05,0x00,0x00]
 
 v_max_f32_e64 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x10,0xd5,0x01,0xcb,0x00,0x00]
+// GFX10: v_max_f32_e64 v5, v1, s101              ; encoding: [0x05,0x00,0x10,0xd5,0x01,0xcb,0x00,0x00]
 
 v_max_f32_e64 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x10,0xd5,0x01,0xd5,0x00,0x00]
+// GFX10: v_max_f32_e64 v5, v1, vcc_lo            ; encoding: [0x05,0x00,0x10,0xd5,0x01,0xd5,0x00,0x00]
 
 v_max_f32_e64 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x10,0xd5,0x01,0xd7,0x00,0x00]
+// GFX10: v_max_f32_e64 v5, v1, vcc_hi            ; encoding: [0x05,0x00,0x10,0xd5,0x01,0xd7,0x00,0x00]
 
 v_max_f32_e64 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x10,0xd5,0x01,0xf9,0x00,0x00]
+// GFX10: v_max_f32_e64 v5, v1, m0                ; encoding: [0x05,0x00,0x10,0xd5,0x01,0xf9,0x00,0x00]
 
 v_max_f32_e64 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x10,0xd5,0x01,0xfd,0x00,0x00]
+// GFX10: v_max_f32_e64 v5, v1, exec_lo           ; encoding: [0x05,0x00,0x10,0xd5,0x01,0xfd,0x00,0x00]
 
 v_max_f32_e64 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x10,0xd5,0x01,0xff,0x00,0x00]
+// GFX10: v_max_f32_e64 v5, v1, exec_hi           ; encoding: [0x05,0x00,0x10,0xd5,0x01,0xff,0x00,0x00]
 
 v_max_f32_e64 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x10,0xd5,0x01,0x01,0x01,0x00]
+// GFX10: v_max_f32_e64 v5, v1, 0                 ; encoding: [0x05,0x00,0x10,0xd5,0x01,0x01,0x01,0x00]
 
 v_max_f32_e64 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x10,0xd5,0x01,0x83,0x01,0x00]
+// GFX10: v_max_f32_e64 v5, v1, -1                ; encoding: [0x05,0x00,0x10,0xd5,0x01,0x83,0x01,0x00]
 
 v_max_f32_e64 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x10,0xd5,0x01,0xe1,0x01,0x00]
+// GFX10: v_max_f32_e64 v5, v1, 0.5               ; encoding: [0x05,0x00,0x10,0xd5,0x01,0xe1,0x01,0x00]
 
 v_max_f32_e64 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x10,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_max_f32_e64 v5, v1, -4.0              ; encoding: [0x05,0x00,0x10,0xd5,0x01,0xef,0x01,0x00]
 
 v_max_f32_e64 v5, -v1, v2
-// GFX10: encoding: [0x05,0x00,0x10,0xd5,0x01,0x05,0x02,0x20]
+// GFX10: v_max_f32_e64 v5, -v1, v2               ; encoding: [0x05,0x00,0x10,0xd5,0x01,0x05,0x02,0x20]
 
 v_max_f32_e64 v5, v1, -v2
-// GFX10: encoding: [0x05,0x00,0x10,0xd5,0x01,0x05,0x02,0x40]
+// GFX10: v_max_f32_e64 v5, v1, -v2               ; encoding: [0x05,0x00,0x10,0xd5,0x01,0x05,0x02,0x40]
 
 v_max_f32_e64 v5, -v1, -v2
-// GFX10: encoding: [0x05,0x00,0x10,0xd5,0x01,0x05,0x02,0x60]
+// GFX10: v_max_f32_e64 v5, -v1, -v2              ; encoding: [0x05,0x00,0x10,0xd5,0x01,0x05,0x02,0x60]
 
 v_max_f32_e64 v5, |v1|, v2
-// GFX10: encoding: [0x05,0x01,0x10,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_max_f32_e64 v5, |v1|, v2              ; encoding: [0x05,0x01,0x10,0xd5,0x01,0x05,0x02,0x00]
 
 v_max_f32_e64 v5, v1, |v2|
-// GFX10: encoding: [0x05,0x02,0x10,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_max_f32_e64 v5, v1, |v2|              ; encoding: [0x05,0x02,0x10,0xd5,0x01,0x05,0x02,0x00]
 
 v_max_f32_e64 v5, |v1|, |v2|
-// GFX10: encoding: [0x05,0x03,0x10,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_max_f32_e64 v5, |v1|, |v2|            ; encoding: [0x05,0x03,0x10,0xd5,0x01,0x05,0x02,0x00]
 
 v_max_f32_e64 v5, v1, v2 clamp
-// GFX10: encoding: [0x05,0x80,0x10,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_max_f32_e64 v5, v1, v2 clamp          ; encoding: [0x05,0x80,0x10,0xd5,0x01,0x05,0x02,0x00]
 
 v_max_f32_e64 v5, v1, v2 mul:2
-// GFX10: encoding: [0x05,0x00,0x10,0xd5,0x01,0x05,0x02,0x08]
+// GFX10: v_max_f32_e64 v5, v1, v2 mul:2          ; encoding: [0x05,0x00,0x10,0xd5,0x01,0x05,0x02,0x08]
 
 v_max_f32_e64 v5, v1, v2 mul:4
-// GFX10: encoding: [0x05,0x00,0x10,0xd5,0x01,0x05,0x02,0x10]
+// GFX10: v_max_f32_e64 v5, v1, v2 mul:4          ; encoding: [0x05,0x00,0x10,0xd5,0x01,0x05,0x02,0x10]
 
 v_max_f32_e64 v5, v1, v2 div:2
-// GFX10: encoding: [0x05,0x00,0x10,0xd5,0x01,0x05,0x02,0x18]
+// GFX10: v_max_f32_e64 v5, v1, v2 div:2          ; encoding: [0x05,0x00,0x10,0xd5,0x01,0x05,0x02,0x18]
 
 v_max_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x20,0x01,0x06,0x06,0x06]
+// GFX10: v_max_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x20,0x01,0x06,0x06,0x06]
 
 v_max_f32_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0xfe,0x21,0x01,0x06,0x06,0x06]
+// GFX10: v_max_f32_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0xfe,0x21,0x01,0x06,0x06,0x06]
 
 v_max_f32_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x20,0xff,0x06,0x06,0x06]
+// GFX10: v_max_f32_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x20,0xff,0x06,0x06,0x06]
 
 v_max_f32_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x20,0x01,0x06,0x86,0x06]
+// GFX10: v_max_f32_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x20,0x01,0x06,0x86,0x06]
 
 v_max_f32_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x20,0x65,0x06,0x86,0x06]
+// GFX10: v_max_f32_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x20,0x65,0x06,0x86,0x06]
 
 v_max_f32_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x20,0x6a,0x06,0x86,0x06]
+// GFX10: v_max_f32_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x20,0x6a,0x06,0x86,0x06]
 
 v_max_f32_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x20,0x6b,0x06,0x86,0x06]
+// GFX10: v_max_f32_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x20,0x6b,0x06,0x86,0x06]
 
 v_max_f32_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x20,0x7c,0x06,0x86,0x06]
+// GFX10: v_max_f32_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x20,0x7c,0x06,0x86,0x06]
 
 v_max_f32_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x20,0x7e,0x06,0x86,0x06]
+// GFX10: v_max_f32_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x20,0x7e,0x06,0x86,0x06]
 
 v_max_f32_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x20,0x7f,0x06,0x86,0x06]
+// GFX10: v_max_f32_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x20,0x7f,0x06,0x86,0x06]
 
 v_max_f32_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0xfe,0x0b,0x20,0x01,0x06,0x06,0x06]
+// GFX10: v_max_f32_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0xfe,0x0b,0x20,0x01,0x06,0x06,0x06]
 
 v_max_f32_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x20,0x01,0x26,0x06,0x06]
+// GFX10: v_max_f32_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x20,0x01,0x26,0x06,0x06]
 
 v_max_f32_sdwa v5, v1, v2 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x20,0x01,0x46,0x06,0x06]
+// GFX10: v_max_f32_sdwa v5, v1, v2 mul:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x20,0x01,0x46,0x06,0x06]
 
 v_max_f32_sdwa v5, v1, v2 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x20,0x01,0x86,0x06,0x06]
+// GFX10: v_max_f32_sdwa v5, v1, v2 mul:4 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x20,0x01,0x86,0x06,0x06]
 
 v_max_f32_sdwa v5, v1, v2 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x20,0x01,0xc6,0x06,0x06]
+// GFX10: v_max_f32_sdwa v5, v1, v2 div:2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x20,0x01,0xc6,0x06,0x06]
 
 v_max_f32_sdwa v5, v1, v2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x20,0x01,0x06,0x06,0x06]
+// GFX10: v_max_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x20,0x01,0x06,0x06,0x06]
 
 v_max_f32_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x20,0x01,0x00,0x06,0x06]
+// GFX10: v_max_f32_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x20,0x01,0x00,0x06,0x06]
 
 v_max_f32_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x20,0x01,0x01,0x06,0x06]
+// GFX10: v_max_f32_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x20,0x01,0x01,0x06,0x06]
 
 v_max_f32_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x20,0x01,0x02,0x06,0x06]
+// GFX10: v_max_f32_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x20,0x01,0x02,0x06,0x06]
 
 v_max_f32_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x20,0x01,0x03,0x06,0x06]
+// GFX10: v_max_f32_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x20,0x01,0x03,0x06,0x06]
 
 v_max_f32_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x20,0x01,0x04,0x06,0x06]
+// GFX10: v_max_f32_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x20,0x01,0x04,0x06,0x06]
 
 v_max_f32_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x20,0x01,0x05,0x06,0x06]
+// GFX10: v_max_f32_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x20,0x01,0x05,0x06,0x06]
 
 v_max_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x20,0x01,0x0e,0x06,0x06]
+// GFX10: v_max_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x20,0x01,0x0e,0x06,0x06]
 
 v_max_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x20,0x01,0x16,0x06,0x06]
+// GFX10: v_max_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x20,0x01,0x16,0x06,0x06]
 
 v_max_f32_sdwa v5, v1, v2 dst_sel:DWORD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x20,0x01,0x16,0x06,0x06]
+// GFX10: v_max_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x20,0x01,0x16,0x06,0x06]
 
 v_max_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x20,0x01,0x06,0x06,0x06]
+// GFX10: v_max_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x20,0x01,0x06,0x06,0x06]
 
 v_max_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x20,0x01,0x06,0x00,0x06]
+// GFX10: v_max_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x20,0x01,0x06,0x00,0x06]
 
 v_max_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x20,0x01,0x06,0x01,0x06]
+// GFX10: v_max_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x20,0x01,0x06,0x01,0x06]
 
 v_max_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x20,0x01,0x06,0x02,0x06]
+// GFX10: v_max_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x20,0x01,0x06,0x02,0x06]
 
 v_max_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x20,0x01,0x06,0x03,0x06]
+// GFX10: v_max_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x20,0x01,0x06,0x03,0x06]
 
 v_max_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x20,0x01,0x06,0x04,0x06]
+// GFX10: v_max_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x20,0x01,0x06,0x04,0x06]
 
 v_max_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x20,0x01,0x06,0x05,0x06]
+// GFX10: v_max_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x20,0x01,0x06,0x05,0x06]
 
 v_max_f32_sdwa v5, -v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x20,0x01,0x06,0x16,0x06]
+// GFX10: v_max_f32_sdwa v5, -v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x20,0x01,0x06,0x16,0x06]
 
 v_max_f32_sdwa v5, |v1|, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x20,0x01,0x06,0x26,0x06]
+// GFX10: v_max_f32_sdwa v5, |v1|, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x20,0x01,0x06,0x26,0x06]
 
 v_max_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x20,0x01,0x06,0x06,0x06]
+// GFX10: v_max_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x20,0x01,0x06,0x06,0x06]
 
 v_max_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x20,0x01,0x06,0x06,0x00]
+// GFX10: v_max_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0 ; encoding: [0xf9,0x04,0x0a,0x20,0x01,0x06,0x06,0x00]
 
 v_max_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x20,0x01,0x06,0x06,0x01]
+// GFX10: v_max_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1 ; encoding: [0xf9,0x04,0x0a,0x20,0x01,0x06,0x06,0x01]
 
 v_max_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x04,0x0a,0x20,0x01,0x06,0x06,0x02]
+// GFX10: v_max_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2 ; encoding: [0xf9,0x04,0x0a,0x20,0x01,0x06,0x06,0x02]
 
 v_max_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x04,0x0a,0x20,0x01,0x06,0x06,0x03]
+// GFX10: v_max_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3 ; encoding: [0xf9,0x04,0x0a,0x20,0x01,0x06,0x06,0x03]
 
 v_max_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x20,0x01,0x06,0x06,0x04]
+// GFX10: v_max_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0 ; encoding: [0xf9,0x04,0x0a,0x20,0x01,0x06,0x06,0x04]
 
 v_max_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x20,0x01,0x06,0x06,0x05]
+// GFX10: v_max_f32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1 ; encoding: [0xf9,0x04,0x0a,0x20,0x01,0x06,0x06,0x05]
 
 v_max_f32_sdwa v5, v1, -v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x20,0x01,0x06,0x06,0x16]
+// GFX10: v_max_f32_sdwa v5, v1, -v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x20,0x01,0x06,0x06,0x16]
 
 v_max_f32_sdwa v5, v1, |v2| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x20,0x01,0x06,0x06,0x26]
+// GFX10: v_max_f32_sdwa v5, v1, |v2| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x20,0x01,0x06,0x06,0x26]
 
 v_max_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x20,0x01,0xe4,0x00,0x00]
+// GFX10: v_max_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x20,0x01,0xe4,0x00,0x00]
 
 v_max_f32_dpp v255, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0xfe,0x21,0x01,0xe4,0x00,0x00]
+// GFX10: v_max_f32_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0xfe,0x21,0x01,0xe4,0x00,0x00]
 
 v_max_f32_dpp v5, v255, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x20,0xff,0xe4,0x00,0x00]
+// GFX10: v_max_f32_dpp v5, v255, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x20,0xff,0xe4,0x00,0x00]
 
 v_max_f32_dpp v5, v1, v255  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xfe,0x0b,0x20,0x01,0xe4,0x00,0x00]
+// GFX10: v_max_f32_dpp v5, v1, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xfe,0x0b,0x20,0x01,0xe4,0x00,0x00]
 
 v_max_f32_dpp v5, v1, v2  quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x20,0x01,0x1b,0x00,0x00]
+// GFX10: v_max_f32_dpp v5, v1, v2 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x20,0x01,0x1b,0x00,0x00]
 
 v_max_f32_dpp v5, v1, v2  row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x20,0x01,0x40,0x01,0x00]
+// GFX10: v_max_f32_dpp v5, v1, v2 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x20,0x01,0x40,0x01,0x00]
 
 v_max_f32_dpp v5, v1, v2  row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x20,0x01,0x41,0x01,0x00]
+// GFX10: v_max_f32_dpp v5, v1, v2 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x20,0x01,0x41,0x01,0x00]
 
 v_max_f32_dpp v5, v1, v2  row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x20,0x01,0x01,0x01,0x00]
+// GFX10: v_max_f32_dpp v5, v1, v2 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x20,0x01,0x01,0x01,0x00]
 
 v_max_f32_dpp v5, v1, v2  row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x20,0x01,0x0f,0x01,0x00]
+// GFX10: v_max_f32_dpp v5, v1, v2 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x20,0x01,0x0f,0x01,0x00]
 
 v_max_f32_dpp v5, v1, v2  row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x20,0x01,0x11,0x01,0x00]
+// GFX10: v_max_f32_dpp v5, v1, v2 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x20,0x01,0x11,0x01,0x00]
 
 v_max_f32_dpp v5, v1, v2  row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x20,0x01,0x1f,0x01,0x00]
+// GFX10: v_max_f32_dpp v5, v1, v2 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x20,0x01,0x1f,0x01,0x00]
 
 v_max_f32_dpp v5, v1, v2  row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x20,0x01,0x21,0x01,0x00]
+// GFX10: v_max_f32_dpp v5, v1, v2 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x20,0x01,0x21,0x01,0x00]
 
 v_max_f32_dpp v5, v1, v2  row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x20,0x01,0x2f,0x01,0x00]
+// GFX10: v_max_f32_dpp v5, v1, v2 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x20,0x01,0x2f,0x01,0x00]
 
 v_max_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x20,0x01,0xe4,0x00,0x10]
+// GFX10: v_max_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x20,0x01,0xe4,0x00,0x10]
 
 v_max_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x20,0x01,0xe4,0x00,0x30]
+// GFX10: v_max_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x20,0x01,0xe4,0x00,0x30]
 
 v_max_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x20,0x01,0xe4,0x00,0xf0]
+// GFX10: v_max_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x20,0x01,0xe4,0x00,0xf0]
 
 v_max_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x04,0x0a,0x20,0x01,0xe4,0x00,0x01]
+// GFX10: v_max_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x04,0x0a,0x20,0x01,0xe4,0x00,0x01]
 
 v_max_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x04,0x0a,0x20,0x01,0xe4,0x00,0x03]
+// GFX10: v_max_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x04,0x0a,0x20,0x01,0xe4,0x00,0x03]
 
 v_max_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x04,0x0a,0x20,0x01,0xe4,0x00,0x0f]
+// GFX10: v_max_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x04,0x0a,0x20,0x01,0xe4,0x00,0x0f]
 
 v_max_f32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x20,0x01,0xe4,0x08,0x00]
+// GFX10: v_max_f32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x04,0x0a,0x20,0x01,0xe4,0x08,0x00]
 
 v_max_f32_dpp v5, -v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x20,0x01,0xe4,0x10,0x00]
+// GFX10: v_max_f32_dpp v5, -v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x20,0x01,0xe4,0x10,0x00]
 
 v_max_f32_dpp v5, |v1|, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x20,0x01,0xe4,0x20,0x00]
+// GFX10: v_max_f32_dpp v5, |v1|, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x20,0x01,0xe4,0x20,0x00]
 
 v_max_f32_dpp v5, v1, -v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x20,0x01,0xe4,0x40,0x00]
+// GFX10: v_max_f32_dpp v5, v1, -v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x20,0x01,0xe4,0x40,0x00]
 
 v_max_f32_dpp v5, v1, |v2|  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x20,0x01,0xe4,0x80,0x00]
+// GFX10: v_max_f32_dpp v5, v1, |v2| quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x20,0x01,0xe4,0x80,0x00]
 
 v_max_f32_dpp v5, v1, v2  row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x20,0x01,0x51,0x01,0x00]
+// GFX10: v_max_f32_dpp v5, v1, v2 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x20,0x01,0x51,0x01,0x00]
 
 v_max_f32_dpp v5, v1, v2  row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x20,0x01,0x5f,0x01,0x00]
+// GFX10: v_max_f32_dpp v5, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x20,0x01,0x5f,0x01,0x00]
 
 v_max_f32_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x20,0x01,0x61,0x01,0x00]
+// GFX10: v_max_f32_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x20,0x01,0x61,0x01,0x00]
 
 v_max_f32_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x20,0x01,0x6f,0x01,0x00]
+// GFX10: v_max_f32_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x20,0x01,0x6f,0x01,0x00]
 
 v_min_i32_e32 v5, v1, v2
-// GFX10: encoding: [0x01,0x05,0x0a,0x22]
+// GFX10: v_min_i32_e32 v5, v1, v2                ; encoding: [0x01,0x05,0x0a,0x22]
 
 v_min_i32_e32 v255, v1, v2
-// GFX10: encoding: [0x01,0x05,0xfe,0x23]
+// GFX10: v_min_i32_e32 v255, v1, v2              ; encoding: [0x01,0x05,0xfe,0x23]
 
 v_min_i32_e32 v5, v255, v2
-// GFX10: encoding: [0xff,0x05,0x0a,0x22]
+// GFX10: v_min_i32_e32 v5, v255, v2              ; encoding: [0xff,0x05,0x0a,0x22]
 
 v_min_i32_e32 v5, s1, v2
-// GFX10: encoding: [0x01,0x04,0x0a,0x22]
+// GFX10: v_min_i32_e32 v5, s1, v2                ; encoding: [0x01,0x04,0x0a,0x22]
 
 v_min_i32_e32 v5, s103, v2
-// GFX10: encoding: [0x67,0x04,0x0a,0x22]
+// GFX10: v_min_i32_e32 v5, s103, v2              ; encoding: [0x67,0x04,0x0a,0x22]
 
 v_min_i32_e32 v5, vcc_lo, v2
-// GFX10: encoding: [0x6a,0x04,0x0a,0x22]
+// GFX10: v_min_i32_e32 v5, vcc_lo, v2            ; encoding: [0x6a,0x04,0x0a,0x22]
 
 v_min_i32_e32 v5, vcc_hi, v2
-// GFX10: encoding: [0x6b,0x04,0x0a,0x22]
+// GFX10: v_min_i32_e32 v5, vcc_hi, v2            ; encoding: [0x6b,0x04,0x0a,0x22]
 
 v_min_i32_e32 v5, ttmp11, v2
-// GFX10: encoding: [0x77,0x04,0x0a,0x22]
+// GFX10: v_min_i32_e32 v5, ttmp11, v2            ; encoding: [0x77,0x04,0x0a,0x22]
 
 v_min_i32_e32 v5, m0, v2
-// GFX10: encoding: [0x7c,0x04,0x0a,0x22]
+// GFX10: v_min_i32_e32 v5, m0, v2                ; encoding: [0x7c,0x04,0x0a,0x22]
 
 v_min_i32_e32 v5, exec_lo, v2
-// GFX10: encoding: [0x7e,0x04,0x0a,0x22]
+// GFX10: v_min_i32_e32 v5, exec_lo, v2           ; encoding: [0x7e,0x04,0x0a,0x22]
 
 v_min_i32_e32 v5, exec_hi, v2
-// GFX10: encoding: [0x7f,0x04,0x0a,0x22]
+// GFX10: v_min_i32_e32 v5, exec_hi, v2           ; encoding: [0x7f,0x04,0x0a,0x22]
 
 v_min_i32_e32 v5, 0, v2
-// GFX10: encoding: [0x80,0x04,0x0a,0x22]
+// GFX10: v_min_i32_e32 v5, 0, v2                 ; encoding: [0x80,0x04,0x0a,0x22]
 
 v_min_i32_e32 v5, -1, v2
-// GFX10: encoding: [0xc1,0x04,0x0a,0x22]
+// GFX10: v_min_i32_e32 v5, -1, v2                ; encoding: [0xc1,0x04,0x0a,0x22]
 
 v_min_i32_e32 v5, 0.5, v2
-// GFX10: encoding: [0xf0,0x04,0x0a,0x22]
+// GFX10: v_min_i32_e32 v5, 0.5, v2               ; encoding: [0xf0,0x04,0x0a,0x22]
 
 v_min_i32_e32 v5, -4.0, v2
-// GFX10: encoding: [0xf7,0x04,0x0a,0x22]
+// GFX10: v_min_i32_e32 v5, -4.0, v2              ; encoding: [0xf7,0x04,0x0a,0x22]
 
 v_min_i32_e32 v5, 0xaf123456, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x22,0x56,0x34,0x12,0xaf]
+// GFX10: v_min_i32_e32 v5, 0xaf123456, v2        ; encoding: [0xff,0x04,0x0a,0x22,0x56,0x34,0x12,0xaf]
 
 v_min_i32_e32 v5, 0x3f717273, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x22,0x73,0x72,0x71,0x3f]
+// GFX10: v_min_i32_e32 v5, 0x3f717273, v2        ; encoding: [0xff,0x04,0x0a,0x22,0x73,0x72,0x71,0x3f]
 
 v_min_i32_e32 v5, v1, v255
-// GFX10: encoding: [0x01,0xff,0x0b,0x22]
+// GFX10: v_min_i32_e32 v5, v1, v255              ; encoding: [0x01,0xff,0x0b,0x22]
 
 v_min_i32_e64 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x11,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_min_i32_e64 v5, v1, v2                ; encoding: [0x05,0x00,0x11,0xd5,0x01,0x05,0x02,0x00]
 
 v_min_i32_e64 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x11,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_min_i32_e64 v255, v1, v2              ; encoding: [0xff,0x00,0x11,0xd5,0x01,0x05,0x02,0x00]
 
 v_min_i32_e64 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x11,0xd5,0xff,0x05,0x02,0x00]
+// GFX10: v_min_i32_e64 v5, v255, v2              ; encoding: [0x05,0x00,0x11,0xd5,0xff,0x05,0x02,0x00]
 
 v_min_i32_e64 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x11,0xd5,0x01,0x04,0x02,0x00]
+// GFX10: v_min_i32_e64 v5, s1, v2                ; encoding: [0x05,0x00,0x11,0xd5,0x01,0x04,0x02,0x00]
 
 v_min_i32_e64 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x11,0xd5,0x65,0x04,0x02,0x00]
+// GFX10: v_min_i32_e64 v5, s101, v2              ; encoding: [0x05,0x00,0x11,0xd5,0x65,0x04,0x02,0x00]
 
 v_min_i32_e64 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x11,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_min_i32_e64 v5, vcc_lo, v2            ; encoding: [0x05,0x00,0x11,0xd5,0x6a,0x04,0x02,0x00]
 
 v_min_i32_e64 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x11,0xd5,0x6b,0x04,0x02,0x00]
+// GFX10: v_min_i32_e64 v5, vcc_hi, v2            ; encoding: [0x05,0x00,0x11,0xd5,0x6b,0x04,0x02,0x00]
 
 v_min_i32_e64 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x11,0xd5,0x7c,0x04,0x02,0x00]
+// GFX10: v_min_i32_e64 v5, m0, v2                ; encoding: [0x05,0x00,0x11,0xd5,0x7c,0x04,0x02,0x00]
 
 v_min_i32_e64 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x11,0xd5,0x7e,0x04,0x02,0x00]
+// GFX10: v_min_i32_e64 v5, exec_lo, v2           ; encoding: [0x05,0x00,0x11,0xd5,0x7e,0x04,0x02,0x00]
 
 v_min_i32_e64 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x11,0xd5,0x7f,0x04,0x02,0x00]
+// GFX10: v_min_i32_e64 v5, exec_hi, v2           ; encoding: [0x05,0x00,0x11,0xd5,0x7f,0x04,0x02,0x00]
 
 v_min_i32_e64 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x11,0xd5,0x80,0x04,0x02,0x00]
+// GFX10: v_min_i32_e64 v5, 0, v2                 ; encoding: [0x05,0x00,0x11,0xd5,0x80,0x04,0x02,0x00]
 
 v_min_i32_e64 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x11,0xd5,0xc1,0x04,0x02,0x00]
+// GFX10: v_min_i32_e64 v5, -1, v2                ; encoding: [0x05,0x00,0x11,0xd5,0xc1,0x04,0x02,0x00]
 
 v_min_i32_e64 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x11,0xd5,0xf0,0x04,0x02,0x00]
+// GFX10: v_min_i32_e64 v5, 0.5, v2               ; encoding: [0x05,0x00,0x11,0xd5,0xf0,0x04,0x02,0x00]
 
 v_min_i32_e64 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x11,0xd5,0xf7,0x04,0x02,0x00]
+// GFX10: v_min_i32_e64 v5, -4.0, v2              ; encoding: [0x05,0x00,0x11,0xd5,0xf7,0x04,0x02,0x00]
 
 v_min_i32_e64 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x11,0xd5,0x01,0xff,0x03,0x00]
+// GFX10: v_min_i32_e64 v5, v1, v255              ; encoding: [0x05,0x00,0x11,0xd5,0x01,0xff,0x03,0x00]
 
 v_min_i32_e64 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x11,0xd5,0x01,0x05,0x00,0x00]
+// GFX10: v_min_i32_e64 v5, v1, s2                ; encoding: [0x05,0x00,0x11,0xd5,0x01,0x05,0x00,0x00]
 
 v_min_i32_e64 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x11,0xd5,0x01,0xcb,0x00,0x00]
+// GFX10: v_min_i32_e64 v5, v1, s101              ; encoding: [0x05,0x00,0x11,0xd5,0x01,0xcb,0x00,0x00]
 
 v_min_i32_e64 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x11,0xd5,0x01,0xd5,0x00,0x00]
+// GFX10: v_min_i32_e64 v5, v1, vcc_lo            ; encoding: [0x05,0x00,0x11,0xd5,0x01,0xd5,0x00,0x00]
 
 v_min_i32_e64 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x11,0xd5,0x01,0xd7,0x00,0x00]
+// GFX10: v_min_i32_e64 v5, v1, vcc_hi            ; encoding: [0x05,0x00,0x11,0xd5,0x01,0xd7,0x00,0x00]
 
 v_min_i32_e64 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x11,0xd5,0x01,0xf9,0x00,0x00]
+// GFX10: v_min_i32_e64 v5, v1, m0                ; encoding: [0x05,0x00,0x11,0xd5,0x01,0xf9,0x00,0x00]
 
 v_min_i32_e64 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x11,0xd5,0x01,0xfd,0x00,0x00]
+// GFX10: v_min_i32_e64 v5, v1, exec_lo           ; encoding: [0x05,0x00,0x11,0xd5,0x01,0xfd,0x00,0x00]
 
 v_min_i32_e64 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x11,0xd5,0x01,0xff,0x00,0x00]
+// GFX10: v_min_i32_e64 v5, v1, exec_hi           ; encoding: [0x05,0x00,0x11,0xd5,0x01,0xff,0x00,0x00]
 
 v_min_i32_e64 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x11,0xd5,0x01,0x01,0x01,0x00]
+// GFX10: v_min_i32_e64 v5, v1, 0                 ; encoding: [0x05,0x00,0x11,0xd5,0x01,0x01,0x01,0x00]
 
 v_min_i32_e64 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x11,0xd5,0x01,0x83,0x01,0x00]
+// GFX10: v_min_i32_e64 v5, v1, -1                ; encoding: [0x05,0x00,0x11,0xd5,0x01,0x83,0x01,0x00]
 
 v_min_i32_e64 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x11,0xd5,0x01,0xe1,0x01,0x00]
+// GFX10: v_min_i32_e64 v5, v1, 0.5               ; encoding: [0x05,0x00,0x11,0xd5,0x01,0xe1,0x01,0x00]
 
 v_min_i32_e64 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x11,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_min_i32_e64 v5, v1, -4.0              ; encoding: [0x05,0x00,0x11,0xd5,0x01,0xef,0x01,0x00]
 
 v_min_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x22,0x01,0x06,0x06,0x06]
+// GFX10: v_min_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x22,0x01,0x06,0x06,0x06]
 
 v_min_i32_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0xfe,0x23,0x01,0x06,0x06,0x06]
+// GFX10: v_min_i32_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0xfe,0x23,0x01,0x06,0x06,0x06]
 
 v_min_i32_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x22,0xff,0x06,0x06,0x06]
+// GFX10: v_min_i32_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x22,0xff,0x06,0x06,0x06]
 
 v_min_i32_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x22,0x01,0x06,0x86,0x06]
+// GFX10: v_min_i32_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x22,0x01,0x06,0x86,0x06]
 
 v_min_i32_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x22,0x65,0x06,0x86,0x06]
+// GFX10: v_min_i32_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x22,0x65,0x06,0x86,0x06]
 
 v_min_i32_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x22,0x6a,0x06,0x86,0x06]
+// GFX10: v_min_i32_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x22,0x6a,0x06,0x86,0x06]
 
 v_min_i32_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x22,0x6b,0x06,0x86,0x06]
+// GFX10: v_min_i32_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x22,0x6b,0x06,0x86,0x06]
 
 v_min_i32_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x22,0x7c,0x06,0x86,0x06]
+// GFX10: v_min_i32_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x22,0x7c,0x06,0x86,0x06]
 
 v_min_i32_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x22,0x7e,0x06,0x86,0x06]
+// GFX10: v_min_i32_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x22,0x7e,0x06,0x86,0x06]
 
 v_min_i32_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x22,0x7f,0x06,0x86,0x06]
+// GFX10: v_min_i32_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x22,0x7f,0x06,0x86,0x06]
 
 v_min_i32_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0xfe,0x0b,0x22,0x01,0x06,0x06,0x06]
+// GFX10: v_min_i32_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0xfe,0x0b,0x22,0x01,0x06,0x06,0x06]
 
 v_min_i32_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x22,0x01,0x26,0x06,0x06]
+// GFX10: v_min_i32_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x22,0x01,0x26,0x06,0x06]
 
 v_min_i32_sdwa v5, v1, v2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x22,0x01,0x06,0x06,0x06]
+// GFX10: v_min_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x22,0x01,0x06,0x06,0x06]
 
 v_min_i32_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x22,0x01,0x00,0x06,0x06]
+// GFX10: v_min_i32_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x22,0x01,0x00,0x06,0x06]
 
 v_min_i32_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x22,0x01,0x01,0x06,0x06]
+// GFX10: v_min_i32_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x22,0x01,0x01,0x06,0x06]
 
 v_min_i32_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x22,0x01,0x02,0x06,0x06]
+// GFX10: v_min_i32_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x22,0x01,0x02,0x06,0x06]
 
 v_min_i32_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x22,0x01,0x03,0x06,0x06]
+// GFX10: v_min_i32_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x22,0x01,0x03,0x06,0x06]
 
 v_min_i32_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x22,0x01,0x04,0x06,0x06]
+// GFX10: v_min_i32_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x22,0x01,0x04,0x06,0x06]
 
 v_min_i32_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x22,0x01,0x05,0x06,0x06]
+// GFX10: v_min_i32_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x22,0x01,0x05,0x06,0x06]
 
 v_min_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x22,0x01,0x0e,0x06,0x06]
+// GFX10: v_min_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x22,0x01,0x0e,0x06,0x06]
 
 v_min_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x22,0x01,0x16,0x06,0x06]
+// GFX10: v_min_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x22,0x01,0x16,0x06,0x06]
 
 v_min_i32_sdwa v5, v1, v2 dst_sel:DWORD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x22,0x01,0x16,0x06,0x06]
+// GFX10: v_min_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x22,0x01,0x16,0x06,0x06]
 
 v_min_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x22,0x01,0x06,0x06,0x06]
+// GFX10: v_min_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x22,0x01,0x06,0x06,0x06]
 
 v_min_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x22,0x01,0x06,0x00,0x06]
+// GFX10: v_min_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x22,0x01,0x06,0x00,0x06]
 
 v_min_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x22,0x01,0x06,0x01,0x06]
+// GFX10: v_min_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x22,0x01,0x06,0x01,0x06]
 
 v_min_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x22,0x01,0x06,0x02,0x06]
+// GFX10: v_min_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x22,0x01,0x06,0x02,0x06]
 
 v_min_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x22,0x01,0x06,0x03,0x06]
+// GFX10: v_min_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x22,0x01,0x06,0x03,0x06]
 
 v_min_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x22,0x01,0x06,0x04,0x06]
+// GFX10: v_min_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x22,0x01,0x06,0x04,0x06]
 
 v_min_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x22,0x01,0x06,0x05,0x06]
+// GFX10: v_min_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x22,0x01,0x06,0x05,0x06]
 
 v_min_i32_sdwa v5, sext(v1), v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x22,0x01,0x06,0x0e,0x06]
+// GFX10: v_min_i32_sdwa v5, sext(v1), v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x22,0x01,0x06,0x0e,0x06]
 
 v_min_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x22,0x01,0x06,0x06,0x06]
+// GFX10: v_min_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x22,0x01,0x06,0x06,0x06]
 
 v_min_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x22,0x01,0x06,0x06,0x00]
+// GFX10: v_min_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0 ; encoding: [0xf9,0x04,0x0a,0x22,0x01,0x06,0x06,0x00]
 
 v_min_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x22,0x01,0x06,0x06,0x01]
+// GFX10: v_min_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1 ; encoding: [0xf9,0x04,0x0a,0x22,0x01,0x06,0x06,0x01]
 
 v_min_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x04,0x0a,0x22,0x01,0x06,0x06,0x02]
+// GFX10: v_min_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2 ; encoding: [0xf9,0x04,0x0a,0x22,0x01,0x06,0x06,0x02]
 
 v_min_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x04,0x0a,0x22,0x01,0x06,0x06,0x03]
+// GFX10: v_min_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3 ; encoding: [0xf9,0x04,0x0a,0x22,0x01,0x06,0x06,0x03]
 
 v_min_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x22,0x01,0x06,0x06,0x04]
+// GFX10: v_min_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0 ; encoding: [0xf9,0x04,0x0a,0x22,0x01,0x06,0x06,0x04]
 
 v_min_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x22,0x01,0x06,0x06,0x05]
+// GFX10: v_min_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1 ; encoding: [0xf9,0x04,0x0a,0x22,0x01,0x06,0x06,0x05]
 
 v_min_i32_sdwa v5, v1, sext(v2) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x22,0x01,0x06,0x06,0x0e]
+// GFX10: v_min_i32_sdwa v5, v1, sext(v2) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x22,0x01,0x06,0x06,0x0e]
 
 v_min_i32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x22,0x01,0xe4,0x00,0x00]
+// GFX10: v_min_i32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x22,0x01,0xe4,0x00,0x00]
 
 v_min_i32_dpp v255, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0xfe,0x23,0x01,0xe4,0x00,0x00]
+// GFX10: v_min_i32_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0xfe,0x23,0x01,0xe4,0x00,0x00]
 
 v_min_i32_dpp v5, v255, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x22,0xff,0xe4,0x00,0x00]
+// GFX10: v_min_i32_dpp v5, v255, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x22,0xff,0xe4,0x00,0x00]
 
 v_min_i32_dpp v5, v1, v255  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xfe,0x0b,0x22,0x01,0xe4,0x00,0x00]
+// GFX10: v_min_i32_dpp v5, v1, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xfe,0x0b,0x22,0x01,0xe4,0x00,0x00]
 
 v_min_i32_dpp v5, v1, v2  quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x22,0x01,0x1b,0x00,0x00]
+// GFX10: v_min_i32_dpp v5, v1, v2 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x22,0x01,0x1b,0x00,0x00]
 
 v_min_i32_dpp v5, v1, v2  row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x22,0x01,0x40,0x01,0x00]
+// GFX10: v_min_i32_dpp v5, v1, v2 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x22,0x01,0x40,0x01,0x00]
 
 v_min_i32_dpp v5, v1, v2  row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x22,0x01,0x41,0x01,0x00]
+// GFX10: v_min_i32_dpp v5, v1, v2 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x22,0x01,0x41,0x01,0x00]
 
 v_min_i32_dpp v5, v1, v2  row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x22,0x01,0x01,0x01,0x00]
+// GFX10: v_min_i32_dpp v5, v1, v2 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x22,0x01,0x01,0x01,0x00]
 
 v_min_i32_dpp v5, v1, v2  row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x22,0x01,0x0f,0x01,0x00]
+// GFX10: v_min_i32_dpp v5, v1, v2 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x22,0x01,0x0f,0x01,0x00]
 
 v_min_i32_dpp v5, v1, v2  row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x22,0x01,0x11,0x01,0x00]
+// GFX10: v_min_i32_dpp v5, v1, v2 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x22,0x01,0x11,0x01,0x00]
 
 v_min_i32_dpp v5, v1, v2  row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x22,0x01,0x1f,0x01,0x00]
+// GFX10: v_min_i32_dpp v5, v1, v2 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x22,0x01,0x1f,0x01,0x00]
 
 v_min_i32_dpp v5, v1, v2  row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x22,0x01,0x21,0x01,0x00]
+// GFX10: v_min_i32_dpp v5, v1, v2 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x22,0x01,0x21,0x01,0x00]
 
 v_min_i32_dpp v5, v1, v2  row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x22,0x01,0x2f,0x01,0x00]
+// GFX10: v_min_i32_dpp v5, v1, v2 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x22,0x01,0x2f,0x01,0x00]
 
 v_min_i32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x22,0x01,0xe4,0x00,0x10]
+// GFX10: v_min_i32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x22,0x01,0xe4,0x00,0x10]
 
 v_min_i32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x22,0x01,0xe4,0x00,0x30]
+// GFX10: v_min_i32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x22,0x01,0xe4,0x00,0x30]
 
 v_min_i32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x22,0x01,0xe4,0x00,0xf0]
+// GFX10: v_min_i32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x22,0x01,0xe4,0x00,0xf0]
 
 v_min_i32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x04,0x0a,0x22,0x01,0xe4,0x00,0x01]
+// GFX10: v_min_i32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x04,0x0a,0x22,0x01,0xe4,0x00,0x01]
 
 v_min_i32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x04,0x0a,0x22,0x01,0xe4,0x00,0x03]
+// GFX10: v_min_i32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x04,0x0a,0x22,0x01,0xe4,0x00,0x03]
 
 v_min_i32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x04,0x0a,0x22,0x01,0xe4,0x00,0x0f]
+// GFX10: v_min_i32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x04,0x0a,0x22,0x01,0xe4,0x00,0x0f]
 
 v_min_i32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x22,0x01,0xe4,0x08,0x00]
+// GFX10: v_min_i32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x04,0x0a,0x22,0x01,0xe4,0x08,0x00]
 
 v_min_i32_dpp v5, v1, v2  row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x22,0x01,0x51,0x01,0x00]
+// GFX10: v_min_i32_dpp v5, v1, v2 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x22,0x01,0x51,0x01,0x00]
 
 v_min_i32_dpp v5, v1, v2  row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x22,0x01,0x5f,0x01,0x00]
+// GFX10: v_min_i32_dpp v5, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x22,0x01,0x5f,0x01,0x00]
 
 v_min_i32_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x22,0x01,0x61,0x01,0x00]
+// GFX10: v_min_i32_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x22,0x01,0x61,0x01,0x00]
 
 v_min_i32_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x22,0x01,0x6f,0x01,0x00]
+// GFX10: v_min_i32_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x22,0x01,0x6f,0x01,0x00]
 
 v_max_i32_e32 v5, v1, v2
-// GFX10: encoding: [0x01,0x05,0x0a,0x24]
+// GFX10: v_max_i32_e32 v5, v1, v2                ; encoding: [0x01,0x05,0x0a,0x24]
 
 v_max_i32_e32 v255, v1, v2
-// GFX10: encoding: [0x01,0x05,0xfe,0x25]
+// GFX10: v_max_i32_e32 v255, v1, v2              ; encoding: [0x01,0x05,0xfe,0x25]
 
 v_max_i32_e32 v5, v255, v2
-// GFX10: encoding: [0xff,0x05,0x0a,0x24]
+// GFX10: v_max_i32_e32 v5, v255, v2              ; encoding: [0xff,0x05,0x0a,0x24]
 
 v_max_i32_e32 v5, s1, v2
-// GFX10: encoding: [0x01,0x04,0x0a,0x24]
+// GFX10: v_max_i32_e32 v5, s1, v2                ; encoding: [0x01,0x04,0x0a,0x24]
 
 v_max_i32_e32 v5, s103, v2
-// GFX10: encoding: [0x67,0x04,0x0a,0x24]
+// GFX10: v_max_i32_e32 v5, s103, v2              ; encoding: [0x67,0x04,0x0a,0x24]
 
 v_max_i32_e32 v5, vcc_lo, v2
-// GFX10: encoding: [0x6a,0x04,0x0a,0x24]
+// GFX10: v_max_i32_e32 v5, vcc_lo, v2            ; encoding: [0x6a,0x04,0x0a,0x24]
 
 v_max_i32_e32 v5, vcc_hi, v2
-// GFX10: encoding: [0x6b,0x04,0x0a,0x24]
+// GFX10: v_max_i32_e32 v5, vcc_hi, v2            ; encoding: [0x6b,0x04,0x0a,0x24]
 
 v_max_i32_e32 v5, ttmp11, v2
-// GFX10: encoding: [0x77,0x04,0x0a,0x24]
+// GFX10: v_max_i32_e32 v5, ttmp11, v2            ; encoding: [0x77,0x04,0x0a,0x24]
 
 v_max_i32_e32 v5, m0, v2
-// GFX10: encoding: [0x7c,0x04,0x0a,0x24]
+// GFX10: v_max_i32_e32 v5, m0, v2                ; encoding: [0x7c,0x04,0x0a,0x24]
 
 v_max_i32_e32 v5, exec_lo, v2
-// GFX10: encoding: [0x7e,0x04,0x0a,0x24]
+// GFX10: v_max_i32_e32 v5, exec_lo, v2           ; encoding: [0x7e,0x04,0x0a,0x24]
 
 v_max_i32_e32 v5, exec_hi, v2
-// GFX10: encoding: [0x7f,0x04,0x0a,0x24]
+// GFX10: v_max_i32_e32 v5, exec_hi, v2           ; encoding: [0x7f,0x04,0x0a,0x24]
 
 v_max_i32_e32 v5, 0, v2
-// GFX10: encoding: [0x80,0x04,0x0a,0x24]
+// GFX10: v_max_i32_e32 v5, 0, v2                 ; encoding: [0x80,0x04,0x0a,0x24]
 
 v_max_i32_e32 v5, -1, v2
-// GFX10: encoding: [0xc1,0x04,0x0a,0x24]
+// GFX10: v_max_i32_e32 v5, -1, v2                ; encoding: [0xc1,0x04,0x0a,0x24]
 
 v_max_i32_e32 v5, 0.5, v2
-// GFX10: encoding: [0xf0,0x04,0x0a,0x24]
+// GFX10: v_max_i32_e32 v5, 0.5, v2               ; encoding: [0xf0,0x04,0x0a,0x24]
 
 v_max_i32_e32 v5, -4.0, v2
-// GFX10: encoding: [0xf7,0x04,0x0a,0x24]
+// GFX10: v_max_i32_e32 v5, -4.0, v2              ; encoding: [0xf7,0x04,0x0a,0x24]
 
 v_max_i32_e32 v5, 0xaf123456, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x24,0x56,0x34,0x12,0xaf]
+// GFX10: v_max_i32_e32 v5, 0xaf123456, v2        ; encoding: [0xff,0x04,0x0a,0x24,0x56,0x34,0x12,0xaf]
 
 v_max_i32_e32 v5, 0x3f717273, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x24,0x73,0x72,0x71,0x3f]
+// GFX10: v_max_i32_e32 v5, 0x3f717273, v2        ; encoding: [0xff,0x04,0x0a,0x24,0x73,0x72,0x71,0x3f]
 
 v_max_i32_e32 v5, v1, v255
-// GFX10: encoding: [0x01,0xff,0x0b,0x24]
+// GFX10: v_max_i32_e32 v5, v1, v255              ; encoding: [0x01,0xff,0x0b,0x24]
 
 v_max_i32_e64 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x12,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_max_i32_e64 v5, v1, v2                ; encoding: [0x05,0x00,0x12,0xd5,0x01,0x05,0x02,0x00]
 
 v_max_i32_e64 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x12,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_max_i32_e64 v255, v1, v2              ; encoding: [0xff,0x00,0x12,0xd5,0x01,0x05,0x02,0x00]
 
 v_max_i32_e64 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x12,0xd5,0xff,0x05,0x02,0x00]
+// GFX10: v_max_i32_e64 v5, v255, v2              ; encoding: [0x05,0x00,0x12,0xd5,0xff,0x05,0x02,0x00]
 
 v_max_i32_e64 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x12,0xd5,0x01,0x04,0x02,0x00]
+// GFX10: v_max_i32_e64 v5, s1, v2                ; encoding: [0x05,0x00,0x12,0xd5,0x01,0x04,0x02,0x00]
 
 v_max_i32_e64 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x12,0xd5,0x65,0x04,0x02,0x00]
+// GFX10: v_max_i32_e64 v5, s101, v2              ; encoding: [0x05,0x00,0x12,0xd5,0x65,0x04,0x02,0x00]
 
 v_max_i32_e64 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x12,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_max_i32_e64 v5, vcc_lo, v2            ; encoding: [0x05,0x00,0x12,0xd5,0x6a,0x04,0x02,0x00]
 
 v_max_i32_e64 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x12,0xd5,0x6b,0x04,0x02,0x00]
+// GFX10: v_max_i32_e64 v5, vcc_hi, v2            ; encoding: [0x05,0x00,0x12,0xd5,0x6b,0x04,0x02,0x00]
 
 v_max_i32_e64 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x12,0xd5,0x7c,0x04,0x02,0x00]
+// GFX10: v_max_i32_e64 v5, m0, v2                ; encoding: [0x05,0x00,0x12,0xd5,0x7c,0x04,0x02,0x00]
 
 v_max_i32_e64 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x12,0xd5,0x7e,0x04,0x02,0x00]
+// GFX10: v_max_i32_e64 v5, exec_lo, v2           ; encoding: [0x05,0x00,0x12,0xd5,0x7e,0x04,0x02,0x00]
 
 v_max_i32_e64 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x12,0xd5,0x7f,0x04,0x02,0x00]
+// GFX10: v_max_i32_e64 v5, exec_hi, v2           ; encoding: [0x05,0x00,0x12,0xd5,0x7f,0x04,0x02,0x00]
 
 v_max_i32_e64 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x12,0xd5,0x80,0x04,0x02,0x00]
+// GFX10: v_max_i32_e64 v5, 0, v2                 ; encoding: [0x05,0x00,0x12,0xd5,0x80,0x04,0x02,0x00]
 
 v_max_i32_e64 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x12,0xd5,0xc1,0x04,0x02,0x00]
+// GFX10: v_max_i32_e64 v5, -1, v2                ; encoding: [0x05,0x00,0x12,0xd5,0xc1,0x04,0x02,0x00]
 
 v_max_i32_e64 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x12,0xd5,0xf0,0x04,0x02,0x00]
+// GFX10: v_max_i32_e64 v5, 0.5, v2               ; encoding: [0x05,0x00,0x12,0xd5,0xf0,0x04,0x02,0x00]
 
 v_max_i32_e64 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x12,0xd5,0xf7,0x04,0x02,0x00]
+// GFX10: v_max_i32_e64 v5, -4.0, v2              ; encoding: [0x05,0x00,0x12,0xd5,0xf7,0x04,0x02,0x00]
 
 v_max_i32_e64 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x12,0xd5,0x01,0xff,0x03,0x00]
+// GFX10: v_max_i32_e64 v5, v1, v255              ; encoding: [0x05,0x00,0x12,0xd5,0x01,0xff,0x03,0x00]
 
 v_max_i32_e64 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x12,0xd5,0x01,0x05,0x00,0x00]
+// GFX10: v_max_i32_e64 v5, v1, s2                ; encoding: [0x05,0x00,0x12,0xd5,0x01,0x05,0x00,0x00]
 
 v_max_i32_e64 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x12,0xd5,0x01,0xcb,0x00,0x00]
+// GFX10: v_max_i32_e64 v5, v1, s101              ; encoding: [0x05,0x00,0x12,0xd5,0x01,0xcb,0x00,0x00]
 
 v_max_i32_e64 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x12,0xd5,0x01,0xd5,0x00,0x00]
+// GFX10: v_max_i32_e64 v5, v1, vcc_lo            ; encoding: [0x05,0x00,0x12,0xd5,0x01,0xd5,0x00,0x00]
 
 v_max_i32_e64 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x12,0xd5,0x01,0xd7,0x00,0x00]
+// GFX10: v_max_i32_e64 v5, v1, vcc_hi            ; encoding: [0x05,0x00,0x12,0xd5,0x01,0xd7,0x00,0x00]
 
 v_max_i32_e64 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x12,0xd5,0x01,0xf9,0x00,0x00]
+// GFX10: v_max_i32_e64 v5, v1, m0                ; encoding: [0x05,0x00,0x12,0xd5,0x01,0xf9,0x00,0x00]
 
 v_max_i32_e64 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x12,0xd5,0x01,0xfd,0x00,0x00]
+// GFX10: v_max_i32_e64 v5, v1, exec_lo           ; encoding: [0x05,0x00,0x12,0xd5,0x01,0xfd,0x00,0x00]
 
 v_max_i32_e64 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x12,0xd5,0x01,0xff,0x00,0x00]
+// GFX10: v_max_i32_e64 v5, v1, exec_hi           ; encoding: [0x05,0x00,0x12,0xd5,0x01,0xff,0x00,0x00]
 
 v_max_i32_e64 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x12,0xd5,0x01,0x01,0x01,0x00]
+// GFX10: v_max_i32_e64 v5, v1, 0                 ; encoding: [0x05,0x00,0x12,0xd5,0x01,0x01,0x01,0x00]
 
 v_max_i32_e64 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x12,0xd5,0x01,0x83,0x01,0x00]
+// GFX10: v_max_i32_e64 v5, v1, -1                ; encoding: [0x05,0x00,0x12,0xd5,0x01,0x83,0x01,0x00]
 
 v_max_i32_e64 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x12,0xd5,0x01,0xe1,0x01,0x00]
+// GFX10: v_max_i32_e64 v5, v1, 0.5               ; encoding: [0x05,0x00,0x12,0xd5,0x01,0xe1,0x01,0x00]
 
 v_max_i32_e64 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x12,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_max_i32_e64 v5, v1, -4.0              ; encoding: [0x05,0x00,0x12,0xd5,0x01,0xef,0x01,0x00]
 
 v_max_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x24,0x01,0x06,0x06,0x06]
+// GFX10: v_max_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x24,0x01,0x06,0x06,0x06]
 
 v_max_i32_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0xfe,0x25,0x01,0x06,0x06,0x06]
+// GFX10: v_max_i32_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0xfe,0x25,0x01,0x06,0x06,0x06]
 
 v_max_i32_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x24,0xff,0x06,0x06,0x06]
+// GFX10: v_max_i32_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x24,0xff,0x06,0x06,0x06]
 
 v_max_i32_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x24,0x01,0x06,0x86,0x06]
+// GFX10: v_max_i32_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x24,0x01,0x06,0x86,0x06]
 
 v_max_i32_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x24,0x65,0x06,0x86,0x06]
+// GFX10: v_max_i32_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x24,0x65,0x06,0x86,0x06]
 
 v_max_i32_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x24,0x6a,0x06,0x86,0x06]
+// GFX10: v_max_i32_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x24,0x6a,0x06,0x86,0x06]
 
 v_max_i32_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x24,0x6b,0x06,0x86,0x06]
+// GFX10: v_max_i32_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x24,0x6b,0x06,0x86,0x06]
 
 v_max_i32_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x24,0x7c,0x06,0x86,0x06]
+// GFX10: v_max_i32_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x24,0x7c,0x06,0x86,0x06]
 
 v_max_i32_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x24,0x7e,0x06,0x86,0x06]
+// GFX10: v_max_i32_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x24,0x7e,0x06,0x86,0x06]
 
 v_max_i32_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x24,0x7f,0x06,0x86,0x06]
+// GFX10: v_max_i32_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x24,0x7f,0x06,0x86,0x06]
 
 v_max_i32_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0xfe,0x0b,0x24,0x01,0x06,0x06,0x06]
+// GFX10: v_max_i32_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0xfe,0x0b,0x24,0x01,0x06,0x06,0x06]
 
 v_max_i32_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x24,0x01,0x26,0x06,0x06]
+// GFX10: v_max_i32_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x24,0x01,0x26,0x06,0x06]
 
 v_max_i32_sdwa v5, v1, v2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x24,0x01,0x06,0x06,0x06]
+// GFX10: v_max_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x24,0x01,0x06,0x06,0x06]
 
 v_max_i32_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x24,0x01,0x00,0x06,0x06]
+// GFX10: v_max_i32_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x24,0x01,0x00,0x06,0x06]
 
 v_max_i32_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x24,0x01,0x01,0x06,0x06]
+// GFX10: v_max_i32_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x24,0x01,0x01,0x06,0x06]
 
 v_max_i32_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x24,0x01,0x02,0x06,0x06]
+// GFX10: v_max_i32_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x24,0x01,0x02,0x06,0x06]
 
 v_max_i32_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x24,0x01,0x03,0x06,0x06]
+// GFX10: v_max_i32_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x24,0x01,0x03,0x06,0x06]
 
 v_max_i32_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x24,0x01,0x04,0x06,0x06]
+// GFX10: v_max_i32_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x24,0x01,0x04,0x06,0x06]
 
 v_max_i32_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x24,0x01,0x05,0x06,0x06]
+// GFX10: v_max_i32_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x24,0x01,0x05,0x06,0x06]
 
 v_max_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x24,0x01,0x0e,0x06,0x06]
+// GFX10: v_max_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x24,0x01,0x0e,0x06,0x06]
 
 v_max_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x24,0x01,0x16,0x06,0x06]
+// GFX10: v_max_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x24,0x01,0x16,0x06,0x06]
 
 v_max_i32_sdwa v5, v1, v2 dst_sel:DWORD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x24,0x01,0x16,0x06,0x06]
+// GFX10: v_max_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x24,0x01,0x16,0x06,0x06]
 
 v_max_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x24,0x01,0x06,0x06,0x06]
+// GFX10: v_max_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x24,0x01,0x06,0x06,0x06]
 
 v_max_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x24,0x01,0x06,0x00,0x06]
+// GFX10: v_max_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x24,0x01,0x06,0x00,0x06]
 
 v_max_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x24,0x01,0x06,0x01,0x06]
+// GFX10: v_max_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x24,0x01,0x06,0x01,0x06]
 
 v_max_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x24,0x01,0x06,0x02,0x06]
+// GFX10: v_max_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x24,0x01,0x06,0x02,0x06]
 
 v_max_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x24,0x01,0x06,0x03,0x06]
+// GFX10: v_max_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x24,0x01,0x06,0x03,0x06]
 
 v_max_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x24,0x01,0x06,0x04,0x06]
+// GFX10: v_max_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x24,0x01,0x06,0x04,0x06]
 
 v_max_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x24,0x01,0x06,0x05,0x06]
+// GFX10: v_max_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x24,0x01,0x06,0x05,0x06]
 
 v_max_i32_sdwa v5, sext(v1), v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x24,0x01,0x06,0x0e,0x06]
+// GFX10: v_max_i32_sdwa v5, sext(v1), v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x24,0x01,0x06,0x0e,0x06]
 
 v_max_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x24,0x01,0x06,0x06,0x06]
+// GFX10: v_max_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x24,0x01,0x06,0x06,0x06]
 
 v_max_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x24,0x01,0x06,0x06,0x00]
+// GFX10: v_max_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0 ; encoding: [0xf9,0x04,0x0a,0x24,0x01,0x06,0x06,0x00]
 
 v_max_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x24,0x01,0x06,0x06,0x01]
+// GFX10: v_max_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1 ; encoding: [0xf9,0x04,0x0a,0x24,0x01,0x06,0x06,0x01]
 
 v_max_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x04,0x0a,0x24,0x01,0x06,0x06,0x02]
+// GFX10: v_max_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2 ; encoding: [0xf9,0x04,0x0a,0x24,0x01,0x06,0x06,0x02]
 
 v_max_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x04,0x0a,0x24,0x01,0x06,0x06,0x03]
+// GFX10: v_max_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3 ; encoding: [0xf9,0x04,0x0a,0x24,0x01,0x06,0x06,0x03]
 
 v_max_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x24,0x01,0x06,0x06,0x04]
+// GFX10: v_max_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0 ; encoding: [0xf9,0x04,0x0a,0x24,0x01,0x06,0x06,0x04]
 
 v_max_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x24,0x01,0x06,0x06,0x05]
+// GFX10: v_max_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1 ; encoding: [0xf9,0x04,0x0a,0x24,0x01,0x06,0x06,0x05]
 
 v_max_i32_sdwa v5, v1, sext(v2) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x24,0x01,0x06,0x06,0x0e]
+// GFX10: v_max_i32_sdwa v5, v1, sext(v2) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x24,0x01,0x06,0x06,0x0e]
 
 v_max_i32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x24,0x01,0xe4,0x00,0x00]
+// GFX10: v_max_i32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x24,0x01,0xe4,0x00,0x00]
 
 v_max_i32_dpp v255, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0xfe,0x25,0x01,0xe4,0x00,0x00]
+// GFX10: v_max_i32_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0xfe,0x25,0x01,0xe4,0x00,0x00]
 
 v_max_i32_dpp v5, v255, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x24,0xff,0xe4,0x00,0x00]
+// GFX10: v_max_i32_dpp v5, v255, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x24,0xff,0xe4,0x00,0x00]
 
 v_max_i32_dpp v5, v1, v255  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xfe,0x0b,0x24,0x01,0xe4,0x00,0x00]
+// GFX10: v_max_i32_dpp v5, v1, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xfe,0x0b,0x24,0x01,0xe4,0x00,0x00]
 
 v_max_i32_dpp v5, v1, v2  quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x24,0x01,0x1b,0x00,0x00]
+// GFX10: v_max_i32_dpp v5, v1, v2 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x24,0x01,0x1b,0x00,0x00]
 
 v_max_i32_dpp v5, v1, v2  row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x24,0x01,0x40,0x01,0x00]
+// GFX10: v_max_i32_dpp v5, v1, v2 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x24,0x01,0x40,0x01,0x00]
 
 v_max_i32_dpp v5, v1, v2  row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x24,0x01,0x41,0x01,0x00]
+// GFX10: v_max_i32_dpp v5, v1, v2 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x24,0x01,0x41,0x01,0x00]
 
 v_max_i32_dpp v5, v1, v2  row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x24,0x01,0x01,0x01,0x00]
+// GFX10: v_max_i32_dpp v5, v1, v2 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x24,0x01,0x01,0x01,0x00]
 
 v_max_i32_dpp v5, v1, v2  row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x24,0x01,0x0f,0x01,0x00]
+// GFX10: v_max_i32_dpp v5, v1, v2 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x24,0x01,0x0f,0x01,0x00]
 
 v_max_i32_dpp v5, v1, v2  row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x24,0x01,0x11,0x01,0x00]
+// GFX10: v_max_i32_dpp v5, v1, v2 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x24,0x01,0x11,0x01,0x00]
 
 v_max_i32_dpp v5, v1, v2  row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x24,0x01,0x1f,0x01,0x00]
+// GFX10: v_max_i32_dpp v5, v1, v2 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x24,0x01,0x1f,0x01,0x00]
 
 v_max_i32_dpp v5, v1, v2  row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x24,0x01,0x21,0x01,0x00]
+// GFX10: v_max_i32_dpp v5, v1, v2 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x24,0x01,0x21,0x01,0x00]
 
 v_max_i32_dpp v5, v1, v2  row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x24,0x01,0x2f,0x01,0x00]
+// GFX10: v_max_i32_dpp v5, v1, v2 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x24,0x01,0x2f,0x01,0x00]
 
 v_max_i32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x24,0x01,0xe4,0x00,0x10]
+// GFX10: v_max_i32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x24,0x01,0xe4,0x00,0x10]
 
 v_max_i32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x24,0x01,0xe4,0x00,0x30]
+// GFX10: v_max_i32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x24,0x01,0xe4,0x00,0x30]
 
 v_max_i32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x24,0x01,0xe4,0x00,0xf0]
+// GFX10: v_max_i32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x24,0x01,0xe4,0x00,0xf0]
 
 v_max_i32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x04,0x0a,0x24,0x01,0xe4,0x00,0x01]
+// GFX10: v_max_i32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x04,0x0a,0x24,0x01,0xe4,0x00,0x01]
 
 v_max_i32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x04,0x0a,0x24,0x01,0xe4,0x00,0x03]
+// GFX10: v_max_i32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x04,0x0a,0x24,0x01,0xe4,0x00,0x03]
 
 v_max_i32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x04,0x0a,0x24,0x01,0xe4,0x00,0x0f]
+// GFX10: v_max_i32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x04,0x0a,0x24,0x01,0xe4,0x00,0x0f]
 
 v_max_i32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x24,0x01,0xe4,0x08,0x00]
+// GFX10: v_max_i32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x04,0x0a,0x24,0x01,0xe4,0x08,0x00]
 
 v_max_i32_dpp v5, v1, v2  row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x24,0x01,0x51,0x01,0x00]
+// GFX10: v_max_i32_dpp v5, v1, v2 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x24,0x01,0x51,0x01,0x00]
 
 v_max_i32_dpp v5, v1, v2  row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x24,0x01,0x5f,0x01,0x00]
+// GFX10: v_max_i32_dpp v5, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x24,0x01,0x5f,0x01,0x00]
 
 v_max_i32_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x24,0x01,0x61,0x01,0x00]
+// GFX10: v_max_i32_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x24,0x01,0x61,0x01,0x00]
 
 v_max_i32_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x24,0x01,0x6f,0x01,0x00]
+// GFX10: v_max_i32_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x24,0x01,0x6f,0x01,0x00]
 
 v_min_u32_e32 v5, v1, v2
-// GFX10: encoding: [0x01,0x05,0x0a,0x26]
+// GFX10: v_min_u32_e32 v5, v1, v2                ; encoding: [0x01,0x05,0x0a,0x26]
 
 v_min_u32_e32 v255, v1, v2
-// GFX10: encoding: [0x01,0x05,0xfe,0x27]
+// GFX10: v_min_u32_e32 v255, v1, v2              ; encoding: [0x01,0x05,0xfe,0x27]
 
 v_min_u32_e32 v5, v255, v2
-// GFX10: encoding: [0xff,0x05,0x0a,0x26]
+// GFX10: v_min_u32_e32 v5, v255, v2              ; encoding: [0xff,0x05,0x0a,0x26]
 
 v_min_u32_e32 v5, s1, v2
-// GFX10: encoding: [0x01,0x04,0x0a,0x26]
+// GFX10: v_min_u32_e32 v5, s1, v2                ; encoding: [0x01,0x04,0x0a,0x26]
 
 v_min_u32_e32 v5, s103, v2
-// GFX10: encoding: [0x67,0x04,0x0a,0x26]
+// GFX10: v_min_u32_e32 v5, s103, v2              ; encoding: [0x67,0x04,0x0a,0x26]
 
 v_min_u32_e32 v5, vcc_lo, v2
-// GFX10: encoding: [0x6a,0x04,0x0a,0x26]
+// GFX10: v_min_u32_e32 v5, vcc_lo, v2            ; encoding: [0x6a,0x04,0x0a,0x26]
 
 v_min_u32_e32 v5, vcc_hi, v2
-// GFX10: encoding: [0x6b,0x04,0x0a,0x26]
+// GFX10: v_min_u32_e32 v5, vcc_hi, v2            ; encoding: [0x6b,0x04,0x0a,0x26]
 
 v_min_u32_e32 v5, ttmp11, v2
-// GFX10: encoding: [0x77,0x04,0x0a,0x26]
+// GFX10: v_min_u32_e32 v5, ttmp11, v2            ; encoding: [0x77,0x04,0x0a,0x26]
 
 v_min_u32_e32 v5, m0, v2
-// GFX10: encoding: [0x7c,0x04,0x0a,0x26]
+// GFX10: v_min_u32_e32 v5, m0, v2                ; encoding: [0x7c,0x04,0x0a,0x26]
 
 v_min_u32_e32 v5, exec_lo, v2
-// GFX10: encoding: [0x7e,0x04,0x0a,0x26]
+// GFX10: v_min_u32_e32 v5, exec_lo, v2           ; encoding: [0x7e,0x04,0x0a,0x26]
 
 v_min_u32_e32 v5, exec_hi, v2
-// GFX10: encoding: [0x7f,0x04,0x0a,0x26]
+// GFX10: v_min_u32_e32 v5, exec_hi, v2           ; encoding: [0x7f,0x04,0x0a,0x26]
 
 v_min_u32_e32 v5, 0, v2
-// GFX10: encoding: [0x80,0x04,0x0a,0x26]
+// GFX10: v_min_u32_e32 v5, 0, v2                 ; encoding: [0x80,0x04,0x0a,0x26]
 
 v_min_u32_e32 v5, -1, v2
-// GFX10: encoding: [0xc1,0x04,0x0a,0x26]
+// GFX10: v_min_u32_e32 v5, -1, v2                ; encoding: [0xc1,0x04,0x0a,0x26]
 
 v_min_u32_e32 v5, 0.5, v2
-// GFX10: encoding: [0xf0,0x04,0x0a,0x26]
+// GFX10: v_min_u32_e32 v5, 0.5, v2               ; encoding: [0xf0,0x04,0x0a,0x26]
 
 v_min_u32_e32 v5, -4.0, v2
-// GFX10: encoding: [0xf7,0x04,0x0a,0x26]
+// GFX10: v_min_u32_e32 v5, -4.0, v2              ; encoding: [0xf7,0x04,0x0a,0x26]
 
 v_min_u32_e32 v5, 0xaf123456, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x26,0x56,0x34,0x12,0xaf]
+// GFX10: v_min_u32_e32 v5, 0xaf123456, v2        ; encoding: [0xff,0x04,0x0a,0x26,0x56,0x34,0x12,0xaf]
 
 v_min_u32_e32 v5, 0x3f717273, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x26,0x73,0x72,0x71,0x3f]
+// GFX10: v_min_u32_e32 v5, 0x3f717273, v2        ; encoding: [0xff,0x04,0x0a,0x26,0x73,0x72,0x71,0x3f]
 
 v_min_u32_e32 v5, v1, v255
-// GFX10: encoding: [0x01,0xff,0x0b,0x26]
+// GFX10: v_min_u32_e32 v5, v1, v255              ; encoding: [0x01,0xff,0x0b,0x26]
 
 v_min_u32_e64 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x13,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_min_u32_e64 v5, v1, v2                ; encoding: [0x05,0x00,0x13,0xd5,0x01,0x05,0x02,0x00]
 
 v_min_u32_e64 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x13,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_min_u32_e64 v255, v1, v2              ; encoding: [0xff,0x00,0x13,0xd5,0x01,0x05,0x02,0x00]
 
 v_min_u32_e64 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x13,0xd5,0xff,0x05,0x02,0x00]
+// GFX10: v_min_u32_e64 v5, v255, v2              ; encoding: [0x05,0x00,0x13,0xd5,0xff,0x05,0x02,0x00]
 
 v_min_u32_e64 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x13,0xd5,0x01,0x04,0x02,0x00]
+// GFX10: v_min_u32_e64 v5, s1, v2                ; encoding: [0x05,0x00,0x13,0xd5,0x01,0x04,0x02,0x00]
 
 v_min_u32_e64 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x13,0xd5,0x65,0x04,0x02,0x00]
+// GFX10: v_min_u32_e64 v5, s101, v2              ; encoding: [0x05,0x00,0x13,0xd5,0x65,0x04,0x02,0x00]
 
 v_min_u32_e64 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x13,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_min_u32_e64 v5, vcc_lo, v2            ; encoding: [0x05,0x00,0x13,0xd5,0x6a,0x04,0x02,0x00]
 
 v_min_u32_e64 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x13,0xd5,0x6b,0x04,0x02,0x00]
+// GFX10: v_min_u32_e64 v5, vcc_hi, v2            ; encoding: [0x05,0x00,0x13,0xd5,0x6b,0x04,0x02,0x00]
 
 v_min_u32_e64 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x13,0xd5,0x7c,0x04,0x02,0x00]
+// GFX10: v_min_u32_e64 v5, m0, v2                ; encoding: [0x05,0x00,0x13,0xd5,0x7c,0x04,0x02,0x00]
 
 v_min_u32_e64 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x13,0xd5,0x7e,0x04,0x02,0x00]
+// GFX10: v_min_u32_e64 v5, exec_lo, v2           ; encoding: [0x05,0x00,0x13,0xd5,0x7e,0x04,0x02,0x00]
 
 v_min_u32_e64 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x13,0xd5,0x7f,0x04,0x02,0x00]
+// GFX10: v_min_u32_e64 v5, exec_hi, v2           ; encoding: [0x05,0x00,0x13,0xd5,0x7f,0x04,0x02,0x00]
 
 v_min_u32_e64 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x13,0xd5,0x80,0x04,0x02,0x00]
+// GFX10: v_min_u32_e64 v5, 0, v2                 ; encoding: [0x05,0x00,0x13,0xd5,0x80,0x04,0x02,0x00]
 
 v_min_u32_e64 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x13,0xd5,0xc1,0x04,0x02,0x00]
+// GFX10: v_min_u32_e64 v5, -1, v2                ; encoding: [0x05,0x00,0x13,0xd5,0xc1,0x04,0x02,0x00]
 
 v_min_u32_e64 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x13,0xd5,0xf0,0x04,0x02,0x00]
+// GFX10: v_min_u32_e64 v5, 0.5, v2               ; encoding: [0x05,0x00,0x13,0xd5,0xf0,0x04,0x02,0x00]
 
 v_min_u32_e64 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x13,0xd5,0xf7,0x04,0x02,0x00]
+// GFX10: v_min_u32_e64 v5, -4.0, v2              ; encoding: [0x05,0x00,0x13,0xd5,0xf7,0x04,0x02,0x00]
 
 v_min_u32_e64 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x13,0xd5,0x01,0xff,0x03,0x00]
+// GFX10: v_min_u32_e64 v5, v1, v255              ; encoding: [0x05,0x00,0x13,0xd5,0x01,0xff,0x03,0x00]
 
 v_min_u32_e64 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x13,0xd5,0x01,0x05,0x00,0x00]
+// GFX10: v_min_u32_e64 v5, v1, s2                ; encoding: [0x05,0x00,0x13,0xd5,0x01,0x05,0x00,0x00]
 
 v_min_u32_e64 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x13,0xd5,0x01,0xcb,0x00,0x00]
+// GFX10: v_min_u32_e64 v5, v1, s101              ; encoding: [0x05,0x00,0x13,0xd5,0x01,0xcb,0x00,0x00]
 
 v_min_u32_e64 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x13,0xd5,0x01,0xd5,0x00,0x00]
+// GFX10: v_min_u32_e64 v5, v1, vcc_lo            ; encoding: [0x05,0x00,0x13,0xd5,0x01,0xd5,0x00,0x00]
 
 v_min_u32_e64 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x13,0xd5,0x01,0xd7,0x00,0x00]
+// GFX10: v_min_u32_e64 v5, v1, vcc_hi            ; encoding: [0x05,0x00,0x13,0xd5,0x01,0xd7,0x00,0x00]
 
 v_min_u32_e64 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x13,0xd5,0x01,0xf9,0x00,0x00]
+// GFX10: v_min_u32_e64 v5, v1, m0                ; encoding: [0x05,0x00,0x13,0xd5,0x01,0xf9,0x00,0x00]
 
 v_min_u32_e64 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x13,0xd5,0x01,0xfd,0x00,0x00]
+// GFX10: v_min_u32_e64 v5, v1, exec_lo           ; encoding: [0x05,0x00,0x13,0xd5,0x01,0xfd,0x00,0x00]
 
 v_min_u32_e64 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x13,0xd5,0x01,0xff,0x00,0x00]
+// GFX10: v_min_u32_e64 v5, v1, exec_hi           ; encoding: [0x05,0x00,0x13,0xd5,0x01,0xff,0x00,0x00]
 
 v_min_u32_e64 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x13,0xd5,0x01,0x01,0x01,0x00]
+// GFX10: v_min_u32_e64 v5, v1, 0                 ; encoding: [0x05,0x00,0x13,0xd5,0x01,0x01,0x01,0x00]
 
 v_min_u32_e64 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x13,0xd5,0x01,0x83,0x01,0x00]
+// GFX10: v_min_u32_e64 v5, v1, -1                ; encoding: [0x05,0x00,0x13,0xd5,0x01,0x83,0x01,0x00]
 
 v_min_u32_e64 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x13,0xd5,0x01,0xe1,0x01,0x00]
+// GFX10: v_min_u32_e64 v5, v1, 0.5               ; encoding: [0x05,0x00,0x13,0xd5,0x01,0xe1,0x01,0x00]
 
 v_min_u32_e64 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x13,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_min_u32_e64 v5, v1, -4.0              ; encoding: [0x05,0x00,0x13,0xd5,0x01,0xef,0x01,0x00]
 
 v_min_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x26,0x01,0x06,0x06,0x06]
+// GFX10: v_min_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x26,0x01,0x06,0x06,0x06]
 
 v_min_u32_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0xfe,0x27,0x01,0x06,0x06,0x06]
+// GFX10: v_min_u32_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0xfe,0x27,0x01,0x06,0x06,0x06]
 
 v_min_u32_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x26,0xff,0x06,0x06,0x06]
+// GFX10: v_min_u32_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x26,0xff,0x06,0x06,0x06]
 
 v_min_u32_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x26,0x01,0x06,0x86,0x06]
+// GFX10: v_min_u32_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x26,0x01,0x06,0x86,0x06]
 
 v_min_u32_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x26,0x65,0x06,0x86,0x06]
+// GFX10: v_min_u32_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x26,0x65,0x06,0x86,0x06]
 
 v_min_u32_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x26,0x6a,0x06,0x86,0x06]
+// GFX10: v_min_u32_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x26,0x6a,0x06,0x86,0x06]
 
 v_min_u32_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x26,0x6b,0x06,0x86,0x06]
+// GFX10: v_min_u32_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x26,0x6b,0x06,0x86,0x06]
 
 v_min_u32_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x26,0x7c,0x06,0x86,0x06]
+// GFX10: v_min_u32_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x26,0x7c,0x06,0x86,0x06]
 
 v_min_u32_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x26,0x7e,0x06,0x86,0x06]
+// GFX10: v_min_u32_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x26,0x7e,0x06,0x86,0x06]
 
 v_min_u32_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x26,0x7f,0x06,0x86,0x06]
+// GFX10: v_min_u32_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x26,0x7f,0x06,0x86,0x06]
 
 v_min_u32_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0xfe,0x0b,0x26,0x01,0x06,0x06,0x06]
+// GFX10: v_min_u32_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0xfe,0x0b,0x26,0x01,0x06,0x06,0x06]
 
 v_min_u32_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x26,0x01,0x26,0x06,0x06]
+// GFX10: v_min_u32_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x26,0x01,0x26,0x06,0x06]
 
 v_min_u32_sdwa v5, v1, v2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x26,0x01,0x06,0x06,0x06]
+// GFX10: v_min_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x26,0x01,0x06,0x06,0x06]
 
 v_min_u32_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x26,0x01,0x00,0x06,0x06]
+// GFX10: v_min_u32_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x26,0x01,0x00,0x06,0x06]
 
 v_min_u32_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x26,0x01,0x01,0x06,0x06]
+// GFX10: v_min_u32_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x26,0x01,0x01,0x06,0x06]
 
 v_min_u32_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x26,0x01,0x02,0x06,0x06]
+// GFX10: v_min_u32_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x26,0x01,0x02,0x06,0x06]
 
 v_min_u32_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x26,0x01,0x03,0x06,0x06]
+// GFX10: v_min_u32_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x26,0x01,0x03,0x06,0x06]
 
 v_min_u32_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x26,0x01,0x04,0x06,0x06]
+// GFX10: v_min_u32_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x26,0x01,0x04,0x06,0x06]
 
 v_min_u32_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x26,0x01,0x05,0x06,0x06]
+// GFX10: v_min_u32_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x26,0x01,0x05,0x06,0x06]
 
 v_min_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x26,0x01,0x0e,0x06,0x06]
+// GFX10: v_min_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x26,0x01,0x0e,0x06,0x06]
 
 v_min_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x26,0x01,0x16,0x06,0x06]
+// GFX10: v_min_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x26,0x01,0x16,0x06,0x06]
 
 v_min_u32_sdwa v5, v1, v2 dst_sel:DWORD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x26,0x01,0x16,0x06,0x06]
+// GFX10: v_min_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x26,0x01,0x16,0x06,0x06]
 
 v_min_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x26,0x01,0x06,0x06,0x06]
+// GFX10: v_min_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x26,0x01,0x06,0x06,0x06]
 
 v_min_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x26,0x01,0x06,0x00,0x06]
+// GFX10: v_min_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x26,0x01,0x06,0x00,0x06]
 
 v_min_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x26,0x01,0x06,0x01,0x06]
+// GFX10: v_min_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x26,0x01,0x06,0x01,0x06]
 
 v_min_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x26,0x01,0x06,0x02,0x06]
+// GFX10: v_min_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x26,0x01,0x06,0x02,0x06]
 
 v_min_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x26,0x01,0x06,0x03,0x06]
+// GFX10: v_min_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x26,0x01,0x06,0x03,0x06]
 
 v_min_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x26,0x01,0x06,0x04,0x06]
+// GFX10: v_min_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x26,0x01,0x06,0x04,0x06]
 
 v_min_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x26,0x01,0x06,0x05,0x06]
+// GFX10: v_min_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x26,0x01,0x06,0x05,0x06]
 
 v_min_u32_sdwa v5, sext(v1), v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x26,0x01,0x06,0x0e,0x06]
+// GFX10: v_min_u32_sdwa v5, sext(v1), v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x26,0x01,0x06,0x0e,0x06]
 
 v_min_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x26,0x01,0x06,0x06,0x06]
+// GFX10: v_min_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x26,0x01,0x06,0x06,0x06]
 
 v_min_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x26,0x01,0x06,0x06,0x00]
+// GFX10: v_min_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0 ; encoding: [0xf9,0x04,0x0a,0x26,0x01,0x06,0x06,0x00]
 
 v_min_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x26,0x01,0x06,0x06,0x01]
+// GFX10: v_min_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1 ; encoding: [0xf9,0x04,0x0a,0x26,0x01,0x06,0x06,0x01]
 
 v_min_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x04,0x0a,0x26,0x01,0x06,0x06,0x02]
+// GFX10: v_min_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2 ; encoding: [0xf9,0x04,0x0a,0x26,0x01,0x06,0x06,0x02]
 
 v_min_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x04,0x0a,0x26,0x01,0x06,0x06,0x03]
+// GFX10: v_min_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3 ; encoding: [0xf9,0x04,0x0a,0x26,0x01,0x06,0x06,0x03]
 
 v_min_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x26,0x01,0x06,0x06,0x04]
+// GFX10: v_min_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0 ; encoding: [0xf9,0x04,0x0a,0x26,0x01,0x06,0x06,0x04]
 
 v_min_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x26,0x01,0x06,0x06,0x05]
+// GFX10: v_min_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1 ; encoding: [0xf9,0x04,0x0a,0x26,0x01,0x06,0x06,0x05]
 
 v_min_u32_sdwa v5, v1, sext(v2) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x26,0x01,0x06,0x06,0x0e]
+// GFX10: v_min_u32_sdwa v5, v1, sext(v2) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x26,0x01,0x06,0x06,0x0e]
 
 v_min_u32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x26,0x01,0xe4,0x00,0x00]
+// GFX10: v_min_u32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x26,0x01,0xe4,0x00,0x00]
 
 v_min_u32_dpp v255, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0xfe,0x27,0x01,0xe4,0x00,0x00]
+// GFX10: v_min_u32_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0xfe,0x27,0x01,0xe4,0x00,0x00]
 
 v_min_u32_dpp v5, v255, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x26,0xff,0xe4,0x00,0x00]
+// GFX10: v_min_u32_dpp v5, v255, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x26,0xff,0xe4,0x00,0x00]
 
 v_min_u32_dpp v5, v1, v255  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xfe,0x0b,0x26,0x01,0xe4,0x00,0x00]
+// GFX10: v_min_u32_dpp v5, v1, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xfe,0x0b,0x26,0x01,0xe4,0x00,0x00]
 
 v_min_u32_dpp v5, v1, v2  quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x26,0x01,0x1b,0x00,0x00]
+// GFX10: v_min_u32_dpp v5, v1, v2 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x26,0x01,0x1b,0x00,0x00]
 
 v_min_u32_dpp v5, v1, v2  row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x26,0x01,0x40,0x01,0x00]
+// GFX10: v_min_u32_dpp v5, v1, v2 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x26,0x01,0x40,0x01,0x00]
 
 v_min_u32_dpp v5, v1, v2  row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x26,0x01,0x41,0x01,0x00]
+// GFX10: v_min_u32_dpp v5, v1, v2 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x26,0x01,0x41,0x01,0x00]
 
 v_min_u32_dpp v5, v1, v2  row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x26,0x01,0x01,0x01,0x00]
+// GFX10: v_min_u32_dpp v5, v1, v2 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x26,0x01,0x01,0x01,0x00]
 
 v_min_u32_dpp v5, v1, v2  row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x26,0x01,0x0f,0x01,0x00]
+// GFX10: v_min_u32_dpp v5, v1, v2 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x26,0x01,0x0f,0x01,0x00]
 
 v_min_u32_dpp v5, v1, v2  row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x26,0x01,0x11,0x01,0x00]
+// GFX10: v_min_u32_dpp v5, v1, v2 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x26,0x01,0x11,0x01,0x00]
 
 v_min_u32_dpp v5, v1, v2  row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x26,0x01,0x1f,0x01,0x00]
+// GFX10: v_min_u32_dpp v5, v1, v2 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x26,0x01,0x1f,0x01,0x00]
 
 v_min_u32_dpp v5, v1, v2  row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x26,0x01,0x21,0x01,0x00]
+// GFX10: v_min_u32_dpp v5, v1, v2 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x26,0x01,0x21,0x01,0x00]
 
 v_min_u32_dpp v5, v1, v2  row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x26,0x01,0x2f,0x01,0x00]
+// GFX10: v_min_u32_dpp v5, v1, v2 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x26,0x01,0x2f,0x01,0x00]
 
 v_min_u32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x26,0x01,0xe4,0x00,0x10]
+// GFX10: v_min_u32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x26,0x01,0xe4,0x00,0x10]
 
 v_min_u32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x26,0x01,0xe4,0x00,0x30]
+// GFX10: v_min_u32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x26,0x01,0xe4,0x00,0x30]
 
 v_min_u32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x26,0x01,0xe4,0x00,0xf0]
+// GFX10: v_min_u32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x26,0x01,0xe4,0x00,0xf0]
 
 v_min_u32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x04,0x0a,0x26,0x01,0xe4,0x00,0x01]
+// GFX10: v_min_u32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x04,0x0a,0x26,0x01,0xe4,0x00,0x01]
 
 v_min_u32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x04,0x0a,0x26,0x01,0xe4,0x00,0x03]
+// GFX10: v_min_u32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x04,0x0a,0x26,0x01,0xe4,0x00,0x03]
 
 v_min_u32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x04,0x0a,0x26,0x01,0xe4,0x00,0x0f]
+// GFX10: v_min_u32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x04,0x0a,0x26,0x01,0xe4,0x00,0x0f]
 
 v_min_u32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x26,0x01,0xe4,0x08,0x00]
+// GFX10: v_min_u32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x04,0x0a,0x26,0x01,0xe4,0x08,0x00]
 
 v_min_u32_dpp v5, v1, v2  row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x26,0x01,0x51,0x01,0x00]
+// GFX10: v_min_u32_dpp v5, v1, v2 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x26,0x01,0x51,0x01,0x00]
 
 v_min_u32_dpp v5, v1, v2  row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x26,0x01,0x5f,0x01,0x00]
+// GFX10: v_min_u32_dpp v5, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x26,0x01,0x5f,0x01,0x00]
 
 v_min_u32_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x26,0x01,0x61,0x01,0x00]
+// GFX10: v_min_u32_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x26,0x01,0x61,0x01,0x00]
 
 v_min_u32_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x26,0x01,0x6f,0x01,0x00]
+// GFX10: v_min_u32_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x26,0x01,0x6f,0x01,0x00]
 
 v_max_u32_e32 v5, v1, v2
-// GFX10: encoding: [0x01,0x05,0x0a,0x28]
+// GFX10: v_max_u32_e32 v5, v1, v2                ; encoding: [0x01,0x05,0x0a,0x28]
 
 v_max_u32_e32 v255, v1, v2
-// GFX10: encoding: [0x01,0x05,0xfe,0x29]
+// GFX10: v_max_u32_e32 v255, v1, v2              ; encoding: [0x01,0x05,0xfe,0x29]
 
 v_max_u32_e32 v5, v255, v2
-// GFX10: encoding: [0xff,0x05,0x0a,0x28]
+// GFX10: v_max_u32_e32 v5, v255, v2              ; encoding: [0xff,0x05,0x0a,0x28]
 
 v_max_u32_e32 v5, s1, v2
-// GFX10: encoding: [0x01,0x04,0x0a,0x28]
+// GFX10: v_max_u32_e32 v5, s1, v2                ; encoding: [0x01,0x04,0x0a,0x28]
 
 v_max_u32_e32 v5, s103, v2
-// GFX10: encoding: [0x67,0x04,0x0a,0x28]
+// GFX10: v_max_u32_e32 v5, s103, v2              ; encoding: [0x67,0x04,0x0a,0x28]
 
 v_max_u32_e32 v5, vcc_lo, v2
-// GFX10: encoding: [0x6a,0x04,0x0a,0x28]
+// GFX10: v_max_u32_e32 v5, vcc_lo, v2            ; encoding: [0x6a,0x04,0x0a,0x28]
 
 v_max_u32_e32 v5, vcc_hi, v2
-// GFX10: encoding: [0x6b,0x04,0x0a,0x28]
+// GFX10: v_max_u32_e32 v5, vcc_hi, v2            ; encoding: [0x6b,0x04,0x0a,0x28]
 
 v_max_u32_e32 v5, ttmp11, v2
-// GFX10: encoding: [0x77,0x04,0x0a,0x28]
+// GFX10: v_max_u32_e32 v5, ttmp11, v2            ; encoding: [0x77,0x04,0x0a,0x28]
 
 v_max_u32_e32 v5, m0, v2
-// GFX10: encoding: [0x7c,0x04,0x0a,0x28]
+// GFX10: v_max_u32_e32 v5, m0, v2                ; encoding: [0x7c,0x04,0x0a,0x28]
 
 v_max_u32_e32 v5, exec_lo, v2
-// GFX10: encoding: [0x7e,0x04,0x0a,0x28]
+// GFX10: v_max_u32_e32 v5, exec_lo, v2           ; encoding: [0x7e,0x04,0x0a,0x28]
 
 v_max_u32_e32 v5, exec_hi, v2
-// GFX10: encoding: [0x7f,0x04,0x0a,0x28]
+// GFX10: v_max_u32_e32 v5, exec_hi, v2           ; encoding: [0x7f,0x04,0x0a,0x28]
 
 v_max_u32_e32 v5, 0, v2
-// GFX10: encoding: [0x80,0x04,0x0a,0x28]
+// GFX10: v_max_u32_e32 v5, 0, v2                 ; encoding: [0x80,0x04,0x0a,0x28]
 
 v_max_u32_e32 v5, -1, v2
-// GFX10: encoding: [0xc1,0x04,0x0a,0x28]
+// GFX10: v_max_u32_e32 v5, -1, v2                ; encoding: [0xc1,0x04,0x0a,0x28]
 
 v_max_u32_e32 v5, 0.5, v2
-// GFX10: encoding: [0xf0,0x04,0x0a,0x28]
+// GFX10: v_max_u32_e32 v5, 0.5, v2               ; encoding: [0xf0,0x04,0x0a,0x28]
 
 v_max_u32_e32 v5, -4.0, v2
-// GFX10: encoding: [0xf7,0x04,0x0a,0x28]
+// GFX10: v_max_u32_e32 v5, -4.0, v2              ; encoding: [0xf7,0x04,0x0a,0x28]
 
 v_max_u32_e32 v5, 0xaf123456, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x28,0x56,0x34,0x12,0xaf]
+// GFX10: v_max_u32_e32 v5, 0xaf123456, v2        ; encoding: [0xff,0x04,0x0a,0x28,0x56,0x34,0x12,0xaf]
 
 v_max_u32_e32 v5, 0x3f717273, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x28,0x73,0x72,0x71,0x3f]
+// GFX10: v_max_u32_e32 v5, 0x3f717273, v2        ; encoding: [0xff,0x04,0x0a,0x28,0x73,0x72,0x71,0x3f]
 
 v_max_u32_e32 v5, v1, v255
-// GFX10: encoding: [0x01,0xff,0x0b,0x28]
+// GFX10: v_max_u32_e32 v5, v1, v255              ; encoding: [0x01,0xff,0x0b,0x28]
 
 v_max_u32_e64 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x14,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_max_u32_e64 v5, v1, v2                ; encoding: [0x05,0x00,0x14,0xd5,0x01,0x05,0x02,0x00]
 
 v_max_u32_e64 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x14,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_max_u32_e64 v255, v1, v2              ; encoding: [0xff,0x00,0x14,0xd5,0x01,0x05,0x02,0x00]
 
 v_max_u32_e64 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x14,0xd5,0xff,0x05,0x02,0x00]
+// GFX10: v_max_u32_e64 v5, v255, v2              ; encoding: [0x05,0x00,0x14,0xd5,0xff,0x05,0x02,0x00]
 
 v_max_u32_e64 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x14,0xd5,0x01,0x04,0x02,0x00]
+// GFX10: v_max_u32_e64 v5, s1, v2                ; encoding: [0x05,0x00,0x14,0xd5,0x01,0x04,0x02,0x00]
 
 v_max_u32_e64 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x14,0xd5,0x65,0x04,0x02,0x00]
+// GFX10: v_max_u32_e64 v5, s101, v2              ; encoding: [0x05,0x00,0x14,0xd5,0x65,0x04,0x02,0x00]
 
 v_max_u32_e64 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x14,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_max_u32_e64 v5, vcc_lo, v2            ; encoding: [0x05,0x00,0x14,0xd5,0x6a,0x04,0x02,0x00]
 
 v_max_u32_e64 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x14,0xd5,0x6b,0x04,0x02,0x00]
+// GFX10: v_max_u32_e64 v5, vcc_hi, v2            ; encoding: [0x05,0x00,0x14,0xd5,0x6b,0x04,0x02,0x00]
 
 v_max_u32_e64 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x14,0xd5,0x7c,0x04,0x02,0x00]
+// GFX10: v_max_u32_e64 v5, m0, v2                ; encoding: [0x05,0x00,0x14,0xd5,0x7c,0x04,0x02,0x00]
 
 v_max_u32_e64 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x14,0xd5,0x7e,0x04,0x02,0x00]
+// GFX10: v_max_u32_e64 v5, exec_lo, v2           ; encoding: [0x05,0x00,0x14,0xd5,0x7e,0x04,0x02,0x00]
 
 v_max_u32_e64 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x14,0xd5,0x7f,0x04,0x02,0x00]
+// GFX10: v_max_u32_e64 v5, exec_hi, v2           ; encoding: [0x05,0x00,0x14,0xd5,0x7f,0x04,0x02,0x00]
 
 v_max_u32_e64 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x14,0xd5,0x80,0x04,0x02,0x00]
+// GFX10: v_max_u32_e64 v5, 0, v2                 ; encoding: [0x05,0x00,0x14,0xd5,0x80,0x04,0x02,0x00]
 
 v_max_u32_e64 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x14,0xd5,0xc1,0x04,0x02,0x00]
+// GFX10: v_max_u32_e64 v5, -1, v2                ; encoding: [0x05,0x00,0x14,0xd5,0xc1,0x04,0x02,0x00]
 
 v_max_u32_e64 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x14,0xd5,0xf0,0x04,0x02,0x00]
+// GFX10: v_max_u32_e64 v5, 0.5, v2               ; encoding: [0x05,0x00,0x14,0xd5,0xf0,0x04,0x02,0x00]
 
 v_max_u32_e64 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x14,0xd5,0xf7,0x04,0x02,0x00]
+// GFX10: v_max_u32_e64 v5, -4.0, v2              ; encoding: [0x05,0x00,0x14,0xd5,0xf7,0x04,0x02,0x00]
 
 v_max_u32_e64 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x14,0xd5,0x01,0xff,0x03,0x00]
+// GFX10: v_max_u32_e64 v5, v1, v255              ; encoding: [0x05,0x00,0x14,0xd5,0x01,0xff,0x03,0x00]
 
 v_max_u32_e64 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x14,0xd5,0x01,0x05,0x00,0x00]
+// GFX10: v_max_u32_e64 v5, v1, s2                ; encoding: [0x05,0x00,0x14,0xd5,0x01,0x05,0x00,0x00]
 
 v_max_u32_e64 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x14,0xd5,0x01,0xcb,0x00,0x00]
+// GFX10: v_max_u32_e64 v5, v1, s101              ; encoding: [0x05,0x00,0x14,0xd5,0x01,0xcb,0x00,0x00]
 
 v_max_u32_e64 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x14,0xd5,0x01,0xd5,0x00,0x00]
+// GFX10: v_max_u32_e64 v5, v1, vcc_lo            ; encoding: [0x05,0x00,0x14,0xd5,0x01,0xd5,0x00,0x00]
 
 v_max_u32_e64 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x14,0xd5,0x01,0xd7,0x00,0x00]
+// GFX10: v_max_u32_e64 v5, v1, vcc_hi            ; encoding: [0x05,0x00,0x14,0xd5,0x01,0xd7,0x00,0x00]
 
 v_max_u32_e64 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x14,0xd5,0x01,0xf9,0x00,0x00]
+// GFX10: v_max_u32_e64 v5, v1, m0                ; encoding: [0x05,0x00,0x14,0xd5,0x01,0xf9,0x00,0x00]
 
 v_max_u32_e64 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x14,0xd5,0x01,0xfd,0x00,0x00]
+// GFX10: v_max_u32_e64 v5, v1, exec_lo           ; encoding: [0x05,0x00,0x14,0xd5,0x01,0xfd,0x00,0x00]
 
 v_max_u32_e64 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x14,0xd5,0x01,0xff,0x00,0x00]
+// GFX10: v_max_u32_e64 v5, v1, exec_hi           ; encoding: [0x05,0x00,0x14,0xd5,0x01,0xff,0x00,0x00]
 
 v_max_u32_e64 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x14,0xd5,0x01,0x01,0x01,0x00]
+// GFX10: v_max_u32_e64 v5, v1, 0                 ; encoding: [0x05,0x00,0x14,0xd5,0x01,0x01,0x01,0x00]
 
 v_max_u32_e64 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x14,0xd5,0x01,0x83,0x01,0x00]
+// GFX10: v_max_u32_e64 v5, v1, -1                ; encoding: [0x05,0x00,0x14,0xd5,0x01,0x83,0x01,0x00]
 
 v_max_u32_e64 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x14,0xd5,0x01,0xe1,0x01,0x00]
+// GFX10: v_max_u32_e64 v5, v1, 0.5               ; encoding: [0x05,0x00,0x14,0xd5,0x01,0xe1,0x01,0x00]
 
 v_max_u32_e64 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x14,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_max_u32_e64 v5, v1, -4.0              ; encoding: [0x05,0x00,0x14,0xd5,0x01,0xef,0x01,0x00]
 
 v_max_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x28,0x01,0x06,0x06,0x06]
+// GFX10: v_max_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x28,0x01,0x06,0x06,0x06]
 
 v_max_u32_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0xfe,0x29,0x01,0x06,0x06,0x06]
+// GFX10: v_max_u32_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0xfe,0x29,0x01,0x06,0x06,0x06]
 
 v_max_u32_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x28,0xff,0x06,0x06,0x06]
+// GFX10: v_max_u32_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x28,0xff,0x06,0x06,0x06]
 
 v_max_u32_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x28,0x01,0x06,0x86,0x06]
+// GFX10: v_max_u32_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x28,0x01,0x06,0x86,0x06]
 
 v_max_u32_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x28,0x65,0x06,0x86,0x06]
+// GFX10: v_max_u32_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x28,0x65,0x06,0x86,0x06]
 
 v_max_u32_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x28,0x6a,0x06,0x86,0x06]
+// GFX10: v_max_u32_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x28,0x6a,0x06,0x86,0x06]
 
 v_max_u32_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x28,0x6b,0x06,0x86,0x06]
+// GFX10: v_max_u32_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x28,0x6b,0x06,0x86,0x06]
 
 v_max_u32_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x28,0x7c,0x06,0x86,0x06]
+// GFX10: v_max_u32_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x28,0x7c,0x06,0x86,0x06]
 
 v_max_u32_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x28,0x7e,0x06,0x86,0x06]
+// GFX10: v_max_u32_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x28,0x7e,0x06,0x86,0x06]
 
 v_max_u32_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x28,0x7f,0x06,0x86,0x06]
+// GFX10: v_max_u32_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x28,0x7f,0x06,0x86,0x06]
 
 v_max_u32_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0xfe,0x0b,0x28,0x01,0x06,0x06,0x06]
+// GFX10: v_max_u32_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0xfe,0x0b,0x28,0x01,0x06,0x06,0x06]
 
 v_max_u32_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x28,0x01,0x26,0x06,0x06]
+// GFX10: v_max_u32_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x28,0x01,0x26,0x06,0x06]
 
 v_max_u32_sdwa v5, v1, v2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x28,0x01,0x06,0x06,0x06]
+// GFX10: v_max_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x28,0x01,0x06,0x06,0x06]
 
 v_max_u32_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x28,0x01,0x00,0x06,0x06]
+// GFX10: v_max_u32_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x28,0x01,0x00,0x06,0x06]
 
 v_max_u32_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x28,0x01,0x01,0x06,0x06]
+// GFX10: v_max_u32_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x28,0x01,0x01,0x06,0x06]
 
 v_max_u32_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x28,0x01,0x02,0x06,0x06]
+// GFX10: v_max_u32_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x28,0x01,0x02,0x06,0x06]
 
 v_max_u32_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x28,0x01,0x03,0x06,0x06]
+// GFX10: v_max_u32_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x28,0x01,0x03,0x06,0x06]
 
 v_max_u32_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x28,0x01,0x04,0x06,0x06]
+// GFX10: v_max_u32_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x28,0x01,0x04,0x06,0x06]
 
 v_max_u32_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x28,0x01,0x05,0x06,0x06]
+// GFX10: v_max_u32_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x28,0x01,0x05,0x06,0x06]
 
 v_max_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x28,0x01,0x0e,0x06,0x06]
+// GFX10: v_max_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x28,0x01,0x0e,0x06,0x06]
 
 v_max_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x28,0x01,0x16,0x06,0x06]
+// GFX10: v_max_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x28,0x01,0x16,0x06,0x06]
 
 v_max_u32_sdwa v5, v1, v2 dst_sel:DWORD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x28,0x01,0x16,0x06,0x06]
+// GFX10: v_max_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x28,0x01,0x16,0x06,0x06]
 
 v_max_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x28,0x01,0x06,0x06,0x06]
+// GFX10: v_max_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x28,0x01,0x06,0x06,0x06]
 
 v_max_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x28,0x01,0x06,0x00,0x06]
+// GFX10: v_max_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x28,0x01,0x06,0x00,0x06]
 
 v_max_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x28,0x01,0x06,0x01,0x06]
+// GFX10: v_max_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x28,0x01,0x06,0x01,0x06]
 
 v_max_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x28,0x01,0x06,0x02,0x06]
+// GFX10: v_max_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x28,0x01,0x06,0x02,0x06]
 
 v_max_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x28,0x01,0x06,0x03,0x06]
+// GFX10: v_max_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x28,0x01,0x06,0x03,0x06]
 
 v_max_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x28,0x01,0x06,0x04,0x06]
+// GFX10: v_max_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x28,0x01,0x06,0x04,0x06]
 
 v_max_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x28,0x01,0x06,0x05,0x06]
+// GFX10: v_max_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x28,0x01,0x06,0x05,0x06]
 
 v_max_u32_sdwa v5, sext(v1), v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x28,0x01,0x06,0x0e,0x06]
+// GFX10: v_max_u32_sdwa v5, sext(v1), v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x28,0x01,0x06,0x0e,0x06]
 
 v_max_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x28,0x01,0x06,0x06,0x06]
+// GFX10: v_max_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x28,0x01,0x06,0x06,0x06]
 
 v_max_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x28,0x01,0x06,0x06,0x00]
+// GFX10: v_max_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0 ; encoding: [0xf9,0x04,0x0a,0x28,0x01,0x06,0x06,0x00]
 
 v_max_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x28,0x01,0x06,0x06,0x01]
+// GFX10: v_max_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1 ; encoding: [0xf9,0x04,0x0a,0x28,0x01,0x06,0x06,0x01]
 
 v_max_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x04,0x0a,0x28,0x01,0x06,0x06,0x02]
+// GFX10: v_max_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2 ; encoding: [0xf9,0x04,0x0a,0x28,0x01,0x06,0x06,0x02]
 
 v_max_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x04,0x0a,0x28,0x01,0x06,0x06,0x03]
+// GFX10: v_max_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3 ; encoding: [0xf9,0x04,0x0a,0x28,0x01,0x06,0x06,0x03]
 
 v_max_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x28,0x01,0x06,0x06,0x04]
+// GFX10: v_max_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0 ; encoding: [0xf9,0x04,0x0a,0x28,0x01,0x06,0x06,0x04]
 
 v_max_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x28,0x01,0x06,0x06,0x05]
+// GFX10: v_max_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1 ; encoding: [0xf9,0x04,0x0a,0x28,0x01,0x06,0x06,0x05]
 
 v_max_u32_sdwa v5, v1, sext(v2) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x28,0x01,0x06,0x06,0x0e]
+// GFX10: v_max_u32_sdwa v5, v1, sext(v2) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x28,0x01,0x06,0x06,0x0e]
 
 v_max_u32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x28,0x01,0xe4,0x00,0x00]
+// GFX10: v_max_u32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x28,0x01,0xe4,0x00,0x00]
 
 v_max_u32_dpp v255, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0xfe,0x29,0x01,0xe4,0x00,0x00]
+// GFX10: v_max_u32_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0xfe,0x29,0x01,0xe4,0x00,0x00]
 
 v_max_u32_dpp v5, v255, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x28,0xff,0xe4,0x00,0x00]
+// GFX10: v_max_u32_dpp v5, v255, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x28,0xff,0xe4,0x00,0x00]
 
 v_max_u32_dpp v5, v1, v255  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xfe,0x0b,0x28,0x01,0xe4,0x00,0x00]
+// GFX10: v_max_u32_dpp v5, v1, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xfe,0x0b,0x28,0x01,0xe4,0x00,0x00]
 
 v_max_u32_dpp v5, v1, v2  quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x28,0x01,0x1b,0x00,0x00]
+// GFX10: v_max_u32_dpp v5, v1, v2 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x28,0x01,0x1b,0x00,0x00]
 
 v_max_u32_dpp v5, v1, v2  row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x28,0x01,0x40,0x01,0x00]
+// GFX10: v_max_u32_dpp v5, v1, v2 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x28,0x01,0x40,0x01,0x00]
 
 v_max_u32_dpp v5, v1, v2  row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x28,0x01,0x41,0x01,0x00]
+// GFX10: v_max_u32_dpp v5, v1, v2 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x28,0x01,0x41,0x01,0x00]
 
 v_max_u32_dpp v5, v1, v2  row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x28,0x01,0x01,0x01,0x00]
+// GFX10: v_max_u32_dpp v5, v1, v2 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x28,0x01,0x01,0x01,0x00]
 
 v_max_u32_dpp v5, v1, v2  row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x28,0x01,0x0f,0x01,0x00]
+// GFX10: v_max_u32_dpp v5, v1, v2 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x28,0x01,0x0f,0x01,0x00]
 
 v_max_u32_dpp v5, v1, v2  row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x28,0x01,0x11,0x01,0x00]
+// GFX10: v_max_u32_dpp v5, v1, v2 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x28,0x01,0x11,0x01,0x00]
 
 v_max_u32_dpp v5, v1, v2  row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x28,0x01,0x1f,0x01,0x00]
+// GFX10: v_max_u32_dpp v5, v1, v2 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x28,0x01,0x1f,0x01,0x00]
 
 v_max_u32_dpp v5, v1, v2  row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x28,0x01,0x21,0x01,0x00]
+// GFX10: v_max_u32_dpp v5, v1, v2 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x28,0x01,0x21,0x01,0x00]
 
 v_max_u32_dpp v5, v1, v2  row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x28,0x01,0x2f,0x01,0x00]
+// GFX10: v_max_u32_dpp v5, v1, v2 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x28,0x01,0x2f,0x01,0x00]
 
 v_max_u32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x28,0x01,0xe4,0x00,0x10]
+// GFX10: v_max_u32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x28,0x01,0xe4,0x00,0x10]
 
 v_max_u32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x28,0x01,0xe4,0x00,0x30]
+// GFX10: v_max_u32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x28,0x01,0xe4,0x00,0x30]
 
 v_max_u32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x28,0x01,0xe4,0x00,0xf0]
+// GFX10: v_max_u32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x28,0x01,0xe4,0x00,0xf0]
 
 v_max_u32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x04,0x0a,0x28,0x01,0xe4,0x00,0x01]
+// GFX10: v_max_u32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x04,0x0a,0x28,0x01,0xe4,0x00,0x01]
 
 v_max_u32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x04,0x0a,0x28,0x01,0xe4,0x00,0x03]
+// GFX10: v_max_u32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x04,0x0a,0x28,0x01,0xe4,0x00,0x03]
 
 v_max_u32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x04,0x0a,0x28,0x01,0xe4,0x00,0x0f]
+// GFX10: v_max_u32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x04,0x0a,0x28,0x01,0xe4,0x00,0x0f]
 
 v_max_u32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x28,0x01,0xe4,0x08,0x00]
+// GFX10: v_max_u32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x04,0x0a,0x28,0x01,0xe4,0x08,0x00]
 
 v_max_u32_dpp v5, v1, v2  row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x28,0x01,0x51,0x01,0x00]
+// GFX10: v_max_u32_dpp v5, v1, v2 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x28,0x01,0x51,0x01,0x00]
 
 v_max_u32_dpp v5, v1, v2  row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x28,0x01,0x5f,0x01,0x00]
+// GFX10: v_max_u32_dpp v5, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x28,0x01,0x5f,0x01,0x00]
 
 v_max_u32_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x28,0x01,0x61,0x01,0x00]
+// GFX10: v_max_u32_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x28,0x01,0x61,0x01,0x00]
 
 v_max_u32_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x28,0x01,0x6f,0x01,0x00]
+// GFX10: v_max_u32_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x28,0x01,0x6f,0x01,0x00]
 
 v_lshrrev_b32_e32 v5, v1, v2
-// GFX10: encoding: [0x01,0x05,0x0a,0x2c]
+// GFX10: v_lshrrev_b32_e32 v5, v1, v2            ; encoding: [0x01,0x05,0x0a,0x2c]
 
 v_lshrrev_b32_e32 v255, v1, v2
-// GFX10: encoding: [0x01,0x05,0xfe,0x2d]
+// GFX10: v_lshrrev_b32_e32 v255, v1, v2          ; encoding: [0x01,0x05,0xfe,0x2d]
 
 v_lshrrev_b32_e32 v5, v255, v2
-// GFX10: encoding: [0xff,0x05,0x0a,0x2c]
+// GFX10: v_lshrrev_b32_e32 v5, v255, v2          ; encoding: [0xff,0x05,0x0a,0x2c]
 
 v_lshrrev_b32_e32 v5, s1, v2
-// GFX10: encoding: [0x01,0x04,0x0a,0x2c]
+// GFX10: v_lshrrev_b32_e32 v5, s1, v2            ; encoding: [0x01,0x04,0x0a,0x2c]
 
 v_lshrrev_b32_e32 v5, s103, v2
-// GFX10: encoding: [0x67,0x04,0x0a,0x2c]
+// GFX10: v_lshrrev_b32_e32 v5, s103, v2          ; encoding: [0x67,0x04,0x0a,0x2c]
 
 v_lshrrev_b32_e32 v5, vcc_lo, v2
-// GFX10: encoding: [0x6a,0x04,0x0a,0x2c]
+// GFX10: v_lshrrev_b32_e32 v5, vcc_lo, v2        ; encoding: [0x6a,0x04,0x0a,0x2c]
 
 v_lshrrev_b32_e32 v5, vcc_hi, v2
-// GFX10: encoding: [0x6b,0x04,0x0a,0x2c]
+// GFX10: v_lshrrev_b32_e32 v5, vcc_hi, v2        ; encoding: [0x6b,0x04,0x0a,0x2c]
 
 v_lshrrev_b32_e32 v5, ttmp11, v2
-// GFX10: encoding: [0x77,0x04,0x0a,0x2c]
+// GFX10: v_lshrrev_b32_e32 v5, ttmp11, v2        ; encoding: [0x77,0x04,0x0a,0x2c]
 
 v_lshrrev_b32_e32 v5, m0, v2
-// GFX10: encoding: [0x7c,0x04,0x0a,0x2c]
+// GFX10: v_lshrrev_b32_e32 v5, m0, v2            ; encoding: [0x7c,0x04,0x0a,0x2c]
 
 v_lshrrev_b32_e32 v5, exec_lo, v2
-// GFX10: encoding: [0x7e,0x04,0x0a,0x2c]
+// GFX10: v_lshrrev_b32_e32 v5, exec_lo, v2       ; encoding: [0x7e,0x04,0x0a,0x2c]
 
 v_lshrrev_b32_e32 v5, exec_hi, v2
-// GFX10: encoding: [0x7f,0x04,0x0a,0x2c]
+// GFX10: v_lshrrev_b32_e32 v5, exec_hi, v2       ; encoding: [0x7f,0x04,0x0a,0x2c]
 
 v_lshrrev_b32_e32 v5, 0, v2
-// GFX10: encoding: [0x80,0x04,0x0a,0x2c]
+// GFX10: v_lshrrev_b32_e32 v5, 0, v2             ; encoding: [0x80,0x04,0x0a,0x2c]
 
 v_lshrrev_b32_e32 v5, -1, v2
-// GFX10: encoding: [0xc1,0x04,0x0a,0x2c]
+// GFX10: v_lshrrev_b32_e32 v5, -1, v2            ; encoding: [0xc1,0x04,0x0a,0x2c]
 
 v_lshrrev_b32_e32 v5, 0.5, v2
-// GFX10: encoding: [0xf0,0x04,0x0a,0x2c]
+// GFX10: v_lshrrev_b32_e32 v5, 0.5, v2           ; encoding: [0xf0,0x04,0x0a,0x2c]
 
 v_lshrrev_b32_e32 v5, -4.0, v2
-// GFX10: encoding: [0xf7,0x04,0x0a,0x2c]
+// GFX10: v_lshrrev_b32_e32 v5, -4.0, v2          ; encoding: [0xf7,0x04,0x0a,0x2c]
 
 v_lshrrev_b32_e32 v5, 0xaf123456, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x2c,0x56,0x34,0x12,0xaf]
+// GFX10: v_lshrrev_b32_e32 v5, 0xaf123456, v2    ; encoding: [0xff,0x04,0x0a,0x2c,0x56,0x34,0x12,0xaf]
 
 v_lshrrev_b32_e32 v5, 0x3f717273, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x2c,0x73,0x72,0x71,0x3f]
+// GFX10: v_lshrrev_b32_e32 v5, 0x3f717273, v2    ; encoding: [0xff,0x04,0x0a,0x2c,0x73,0x72,0x71,0x3f]
 
 v_lshrrev_b32_e32 v5, v1, v255
-// GFX10: encoding: [0x01,0xff,0x0b,0x2c]
+// GFX10: v_lshrrev_b32_e32 v5, v1, v255          ; encoding: [0x01,0xff,0x0b,0x2c]
 
 v_lshrrev_b32_e64 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x16,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_lshrrev_b32_e64 v5, v1, v2            ; encoding: [0x05,0x00,0x16,0xd5,0x01,0x05,0x02,0x00]
 
 v_lshrrev_b32_e64 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x16,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_lshrrev_b32_e64 v255, v1, v2          ; encoding: [0xff,0x00,0x16,0xd5,0x01,0x05,0x02,0x00]
 
 v_lshrrev_b32_e64 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x16,0xd5,0xff,0x05,0x02,0x00]
+// GFX10: v_lshrrev_b32_e64 v5, v255, v2          ; encoding: [0x05,0x00,0x16,0xd5,0xff,0x05,0x02,0x00]
 
 v_lshrrev_b32_e64 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x16,0xd5,0x01,0x04,0x02,0x00]
+// GFX10: v_lshrrev_b32_e64 v5, s1, v2            ; encoding: [0x05,0x00,0x16,0xd5,0x01,0x04,0x02,0x00]
 
 v_lshrrev_b32_e64 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x16,0xd5,0x65,0x04,0x02,0x00]
+// GFX10: v_lshrrev_b32_e64 v5, s101, v2          ; encoding: [0x05,0x00,0x16,0xd5,0x65,0x04,0x02,0x00]
 
 v_lshrrev_b32_e64 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x16,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_lshrrev_b32_e64 v5, vcc_lo, v2        ; encoding: [0x05,0x00,0x16,0xd5,0x6a,0x04,0x02,0x00]
 
 v_lshrrev_b32_e64 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x16,0xd5,0x6b,0x04,0x02,0x00]
+// GFX10: v_lshrrev_b32_e64 v5, vcc_hi, v2        ; encoding: [0x05,0x00,0x16,0xd5,0x6b,0x04,0x02,0x00]
 
 v_lshrrev_b32_e64 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x16,0xd5,0x7c,0x04,0x02,0x00]
+// GFX10: v_lshrrev_b32_e64 v5, m0, v2            ; encoding: [0x05,0x00,0x16,0xd5,0x7c,0x04,0x02,0x00]
 
 v_lshrrev_b32_e64 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x16,0xd5,0x7e,0x04,0x02,0x00]
+// GFX10: v_lshrrev_b32_e64 v5, exec_lo, v2       ; encoding: [0x05,0x00,0x16,0xd5,0x7e,0x04,0x02,0x00]
 
 v_lshrrev_b32_e64 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x16,0xd5,0x7f,0x04,0x02,0x00]
+// GFX10: v_lshrrev_b32_e64 v5, exec_hi, v2       ; encoding: [0x05,0x00,0x16,0xd5,0x7f,0x04,0x02,0x00]
 
 v_lshrrev_b32_e64 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x16,0xd5,0x80,0x04,0x02,0x00]
+// GFX10: v_lshrrev_b32_e64 v5, 0, v2             ; encoding: [0x05,0x00,0x16,0xd5,0x80,0x04,0x02,0x00]
 
 v_lshrrev_b32_e64 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x16,0xd5,0xc1,0x04,0x02,0x00]
+// GFX10: v_lshrrev_b32_e64 v5, -1, v2            ; encoding: [0x05,0x00,0x16,0xd5,0xc1,0x04,0x02,0x00]
 
 v_lshrrev_b32_e64 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x16,0xd5,0xf0,0x04,0x02,0x00]
+// GFX10: v_lshrrev_b32_e64 v5, 0.5, v2           ; encoding: [0x05,0x00,0x16,0xd5,0xf0,0x04,0x02,0x00]
 
 v_lshrrev_b32_e64 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x16,0xd5,0xf7,0x04,0x02,0x00]
+// GFX10: v_lshrrev_b32_e64 v5, -4.0, v2          ; encoding: [0x05,0x00,0x16,0xd5,0xf7,0x04,0x02,0x00]
 
 v_lshrrev_b32_e64 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x16,0xd5,0x01,0xff,0x03,0x00]
+// GFX10: v_lshrrev_b32_e64 v5, v1, v255          ; encoding: [0x05,0x00,0x16,0xd5,0x01,0xff,0x03,0x00]
 
 v_lshrrev_b32_e64 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x16,0xd5,0x01,0x05,0x00,0x00]
+// GFX10: v_lshrrev_b32_e64 v5, v1, s2            ; encoding: [0x05,0x00,0x16,0xd5,0x01,0x05,0x00,0x00]
 
 v_lshrrev_b32_e64 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x16,0xd5,0x01,0xcb,0x00,0x00]
+// GFX10: v_lshrrev_b32_e64 v5, v1, s101          ; encoding: [0x05,0x00,0x16,0xd5,0x01,0xcb,0x00,0x00]
 
 v_lshrrev_b32_e64 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x16,0xd5,0x01,0xd5,0x00,0x00]
+// GFX10: v_lshrrev_b32_e64 v5, v1, vcc_lo        ; encoding: [0x05,0x00,0x16,0xd5,0x01,0xd5,0x00,0x00]
 
 v_lshrrev_b32_e64 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x16,0xd5,0x01,0xd7,0x00,0x00]
+// GFX10: v_lshrrev_b32_e64 v5, v1, vcc_hi        ; encoding: [0x05,0x00,0x16,0xd5,0x01,0xd7,0x00,0x00]
 
 v_lshrrev_b32_e64 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x16,0xd5,0x01,0xf9,0x00,0x00]
+// GFX10: v_lshrrev_b32_e64 v5, v1, m0            ; encoding: [0x05,0x00,0x16,0xd5,0x01,0xf9,0x00,0x00]
 
 v_lshrrev_b32_e64 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x16,0xd5,0x01,0xfd,0x00,0x00]
+// GFX10: v_lshrrev_b32_e64 v5, v1, exec_lo       ; encoding: [0x05,0x00,0x16,0xd5,0x01,0xfd,0x00,0x00]
 
 v_lshrrev_b32_e64 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x16,0xd5,0x01,0xff,0x00,0x00]
+// GFX10: v_lshrrev_b32_e64 v5, v1, exec_hi       ; encoding: [0x05,0x00,0x16,0xd5,0x01,0xff,0x00,0x00]
 
 v_lshrrev_b32_e64 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x16,0xd5,0x01,0x01,0x01,0x00]
+// GFX10: v_lshrrev_b32_e64 v5, v1, 0             ; encoding: [0x05,0x00,0x16,0xd5,0x01,0x01,0x01,0x00]
 
 v_lshrrev_b32_e64 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x16,0xd5,0x01,0x83,0x01,0x00]
+// GFX10: v_lshrrev_b32_e64 v5, v1, -1            ; encoding: [0x05,0x00,0x16,0xd5,0x01,0x83,0x01,0x00]
 
 v_lshrrev_b32_e64 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x16,0xd5,0x01,0xe1,0x01,0x00]
+// GFX10: v_lshrrev_b32_e64 v5, v1, 0.5           ; encoding: [0x05,0x00,0x16,0xd5,0x01,0xe1,0x01,0x00]
 
 v_lshrrev_b32_e64 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x16,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_lshrrev_b32_e64 v5, v1, -4.0          ; encoding: [0x05,0x00,0x16,0xd5,0x01,0xef,0x01,0x00]
 
 v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x06,0x06,0x06]
+// GFX10: v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x06,0x06,0x06]
 
 v_lshrrev_b32_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0xfe,0x2d,0x01,0x06,0x06,0x06]
+// GFX10: v_lshrrev_b32_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0xfe,0x2d,0x01,0x06,0x06,0x06]
 
 v_lshrrev_b32_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x2c,0xff,0x06,0x06,0x06]
+// GFX10: v_lshrrev_b32_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x2c,0xff,0x06,0x06,0x06]
 
 v_lshrrev_b32_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x06,0x86,0x06]
+// GFX10: v_lshrrev_b32_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x06,0x86,0x06]
 
 v_lshrrev_b32_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x2c,0x65,0x06,0x86,0x06]
+// GFX10: v_lshrrev_b32_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x2c,0x65,0x06,0x86,0x06]
 
 v_lshrrev_b32_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x2c,0x6a,0x06,0x86,0x06]
+// GFX10: v_lshrrev_b32_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x2c,0x6a,0x06,0x86,0x06]
 
 v_lshrrev_b32_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x2c,0x6b,0x06,0x86,0x06]
+// GFX10: v_lshrrev_b32_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x2c,0x6b,0x06,0x86,0x06]
 
 v_lshrrev_b32_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x2c,0x7c,0x06,0x86,0x06]
+// GFX10: v_lshrrev_b32_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x2c,0x7c,0x06,0x86,0x06]
 
 v_lshrrev_b32_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x2c,0x7e,0x06,0x86,0x06]
+// GFX10: v_lshrrev_b32_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x2c,0x7e,0x06,0x86,0x06]
 
 v_lshrrev_b32_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x2c,0x7f,0x06,0x86,0x06]
+// GFX10: v_lshrrev_b32_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x2c,0x7f,0x06,0x86,0x06]
 
 v_lshrrev_b32_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0xfe,0x0b,0x2c,0x01,0x06,0x06,0x06]
+// GFX10: v_lshrrev_b32_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0xfe,0x0b,0x2c,0x01,0x06,0x06,0x06]
 
 v_lshrrev_b32_sdwa v5, v1, v2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x06,0x06,0x06]
+// GFX10: v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x06,0x06,0x06]
 
 v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x00,0x06,0x06]
+// GFX10: v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x00,0x06,0x06]
 
 v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x01,0x06,0x06]
+// GFX10: v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x01,0x06,0x06]
 
 v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x02,0x06,0x06]
+// GFX10: v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x02,0x06,0x06]
 
 v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x03,0x06,0x06]
+// GFX10: v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x03,0x06,0x06]
 
 v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x04,0x06,0x06]
+// GFX10: v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x04,0x06,0x06]
 
 v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x05,0x06,0x06]
+// GFX10: v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x05,0x06,0x06]
 
 v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x0e,0x06,0x06]
+// GFX10: v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x0e,0x06,0x06]
 
 v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x16,0x06,0x06]
+// GFX10: v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x16,0x06,0x06]
 
 v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:DWORD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x16,0x06,0x06]
+// GFX10: v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x16,0x06,0x06]
 
 v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x06,0x06,0x06]
+// GFX10: v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x06,0x06,0x06]
 
 v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x06,0x00,0x06]
+// GFX10: v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x06,0x00,0x06]
 
 v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x06,0x01,0x06]
+// GFX10: v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x06,0x01,0x06]
 
 v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x06,0x02,0x06]
+// GFX10: v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x06,0x02,0x06]
 
 v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x06,0x03,0x06]
+// GFX10: v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x06,0x03,0x06]
 
 v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x06,0x04,0x06]
+// GFX10: v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x06,0x04,0x06]
 
 v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x06,0x05,0x06]
+// GFX10: v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x06,0x05,0x06]
 
 v_lshrrev_b32_sdwa v5, sext(v1), v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x06,0x0e,0x06]
+// GFX10: v_lshrrev_b32_sdwa v5, sext(v1), v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x06,0x0e,0x06]
 
 v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x06,0x06,0x06]
+// GFX10: v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x06,0x06,0x06]
 
 v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x06,0x06,0x00]
+// GFX10: v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0 ; encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x06,0x06,0x00]
 
 v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x06,0x06,0x01]
+// GFX10: v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1 ; encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x06,0x06,0x01]
 
 v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x06,0x06,0x02]
+// GFX10: v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2 ; encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x06,0x06,0x02]
 
 v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x06,0x06,0x03]
+// GFX10: v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3 ; encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x06,0x06,0x03]
 
 v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x06,0x06,0x04]
+// GFX10: v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0 ; encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x06,0x06,0x04]
 
 v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x06,0x06,0x05]
+// GFX10: v_lshrrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1 ; encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x06,0x06,0x05]
 
 v_lshrrev_b32_sdwa v5, v1, sext(v2) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x06,0x06,0x0e]
+// GFX10: v_lshrrev_b32_sdwa v5, v1, sext(v2) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x2c,0x01,0x06,0x06,0x0e]
 
 v_lshrrev_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x2c,0x01,0xe4,0x00,0x00]
+// GFX10: v_lshrrev_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x2c,0x01,0xe4,0x00,0x00]
 
 v_lshrrev_b32_dpp v255, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0xfe,0x2d,0x01,0xe4,0x00,0x00]
+// GFX10: v_lshrrev_b32_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0xfe,0x2d,0x01,0xe4,0x00,0x00]
 
 v_lshrrev_b32_dpp v5, v255, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x2c,0xff,0xe4,0x00,0x00]
+// GFX10: v_lshrrev_b32_dpp v5, v255, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x2c,0xff,0xe4,0x00,0x00]
 
 v_lshrrev_b32_dpp v5, v1, v255  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xfe,0x0b,0x2c,0x01,0xe4,0x00,0x00]
+// GFX10: v_lshrrev_b32_dpp v5, v1, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xfe,0x0b,0x2c,0x01,0xe4,0x00,0x00]
 
 v_lshrrev_b32_dpp v5, v1, v2  quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x2c,0x01,0x1b,0x00,0x00]
+// GFX10: v_lshrrev_b32_dpp v5, v1, v2 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x2c,0x01,0x1b,0x00,0x00]
 
 v_lshrrev_b32_dpp v5, v1, v2  row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x2c,0x01,0x40,0x01,0x00]
+// GFX10: v_lshrrev_b32_dpp v5, v1, v2 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x2c,0x01,0x40,0x01,0x00]
 
 v_lshrrev_b32_dpp v5, v1, v2  row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x2c,0x01,0x41,0x01,0x00]
+// GFX10: v_lshrrev_b32_dpp v5, v1, v2 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x2c,0x01,0x41,0x01,0x00]
 
 v_lshrrev_b32_dpp v5, v1, v2  row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x2c,0x01,0x01,0x01,0x00]
+// GFX10: v_lshrrev_b32_dpp v5, v1, v2 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x2c,0x01,0x01,0x01,0x00]
 
 v_lshrrev_b32_dpp v5, v1, v2  row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x2c,0x01,0x0f,0x01,0x00]
+// GFX10: v_lshrrev_b32_dpp v5, v1, v2 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x2c,0x01,0x0f,0x01,0x00]
 
 v_lshrrev_b32_dpp v5, v1, v2  row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x2c,0x01,0x11,0x01,0x00]
+// GFX10: v_lshrrev_b32_dpp v5, v1, v2 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x2c,0x01,0x11,0x01,0x00]
 
 v_lshrrev_b32_dpp v5, v1, v2  row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x2c,0x01,0x1f,0x01,0x00]
+// GFX10: v_lshrrev_b32_dpp v5, v1, v2 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x2c,0x01,0x1f,0x01,0x00]
 
 v_lshrrev_b32_dpp v5, v1, v2  row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x2c,0x01,0x21,0x01,0x00]
+// GFX10: v_lshrrev_b32_dpp v5, v1, v2 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x2c,0x01,0x21,0x01,0x00]
 
 v_lshrrev_b32_dpp v5, v1, v2  row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x2c,0x01,0x2f,0x01,0x00]
+// GFX10: v_lshrrev_b32_dpp v5, v1, v2 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x2c,0x01,0x2f,0x01,0x00]
 
 v_lshrrev_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x2c,0x01,0xe4,0x00,0x10]
+// GFX10: v_lshrrev_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x2c,0x01,0xe4,0x00,0x10]
 
 v_lshrrev_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x2c,0x01,0xe4,0x00,0x30]
+// GFX10: v_lshrrev_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x2c,0x01,0xe4,0x00,0x30]
 
 v_lshrrev_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x2c,0x01,0xe4,0x00,0xf0]
+// GFX10: v_lshrrev_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x2c,0x01,0xe4,0x00,0xf0]
 
 v_lshrrev_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x04,0x0a,0x2c,0x01,0xe4,0x00,0x01]
+// GFX10: v_lshrrev_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x04,0x0a,0x2c,0x01,0xe4,0x00,0x01]
 
 v_lshrrev_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x04,0x0a,0x2c,0x01,0xe4,0x00,0x03]
+// GFX10: v_lshrrev_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x04,0x0a,0x2c,0x01,0xe4,0x00,0x03]
 
 v_lshrrev_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x04,0x0a,0x2c,0x01,0xe4,0x00,0x0f]
+// GFX10: v_lshrrev_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x04,0x0a,0x2c,0x01,0xe4,0x00,0x0f]
 
 v_lshrrev_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x2c,0x01,0xe4,0x08,0x00]
+// GFX10: v_lshrrev_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x04,0x0a,0x2c,0x01,0xe4,0x08,0x00]
 
 v_lshrrev_b32_dpp v5, v1, v2  row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x2c,0x01,0x51,0x01,0x00]
+// GFX10: v_lshrrev_b32_dpp v5, v1, v2 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x2c,0x01,0x51,0x01,0x00]
 
 v_lshrrev_b32_dpp v5, v1, v2  row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x2c,0x01,0x5f,0x01,0x00]
+// GFX10: v_lshrrev_b32_dpp v5, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x2c,0x01,0x5f,0x01,0x00]
 
 v_lshrrev_b32_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x2c,0x01,0x61,0x01,0x00]
+// GFX10: v_lshrrev_b32_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x2c,0x01,0x61,0x01,0x00]
 
 v_lshrrev_b32_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x2c,0x01,0x6f,0x01,0x00]
+// GFX10: v_lshrrev_b32_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x2c,0x01,0x6f,0x01,0x00]
 
 v_ashrrev_i32_e32 v5, v1, v2
-// GFX10: encoding: [0x01,0x05,0x0a,0x30]
+// GFX10: v_ashrrev_i32_e32 v5, v1, v2            ; encoding: [0x01,0x05,0x0a,0x30]
 
 v_ashrrev_i32_e32 v255, v1, v2
-// GFX10: encoding: [0x01,0x05,0xfe,0x31]
+// GFX10: v_ashrrev_i32_e32 v255, v1, v2          ; encoding: [0x01,0x05,0xfe,0x31]
 
 v_ashrrev_i32_e32 v5, v255, v2
-// GFX10: encoding: [0xff,0x05,0x0a,0x30]
+// GFX10: v_ashrrev_i32_e32 v5, v255, v2          ; encoding: [0xff,0x05,0x0a,0x30]
 
 v_ashrrev_i32_e32 v5, s1, v2
-// GFX10: encoding: [0x01,0x04,0x0a,0x30]
+// GFX10: v_ashrrev_i32_e32 v5, s1, v2            ; encoding: [0x01,0x04,0x0a,0x30]
 
 v_ashrrev_i32_e32 v5, s103, v2
-// GFX10: encoding: [0x67,0x04,0x0a,0x30]
+// GFX10: v_ashrrev_i32_e32 v5, s103, v2          ; encoding: [0x67,0x04,0x0a,0x30]
 
 v_ashrrev_i32_e32 v5, vcc_lo, v2
-// GFX10: encoding: [0x6a,0x04,0x0a,0x30]
+// GFX10: v_ashrrev_i32_e32 v5, vcc_lo, v2        ; encoding: [0x6a,0x04,0x0a,0x30]
 
 v_ashrrev_i32_e32 v5, vcc_hi, v2
-// GFX10: encoding: [0x6b,0x04,0x0a,0x30]
+// GFX10: v_ashrrev_i32_e32 v5, vcc_hi, v2        ; encoding: [0x6b,0x04,0x0a,0x30]
 
 v_ashrrev_i32_e32 v5, ttmp11, v2
-// GFX10: encoding: [0x77,0x04,0x0a,0x30]
+// GFX10: v_ashrrev_i32_e32 v5, ttmp11, v2        ; encoding: [0x77,0x04,0x0a,0x30]
 
 v_ashrrev_i32_e32 v5, m0, v2
-// GFX10: encoding: [0x7c,0x04,0x0a,0x30]
+// GFX10: v_ashrrev_i32_e32 v5, m0, v2            ; encoding: [0x7c,0x04,0x0a,0x30]
 
 v_ashrrev_i32_e32 v5, exec_lo, v2
-// GFX10: encoding: [0x7e,0x04,0x0a,0x30]
+// GFX10: v_ashrrev_i32_e32 v5, exec_lo, v2       ; encoding: [0x7e,0x04,0x0a,0x30]
 
 v_ashrrev_i32_e32 v5, exec_hi, v2
-// GFX10: encoding: [0x7f,0x04,0x0a,0x30]
+// GFX10: v_ashrrev_i32_e32 v5, exec_hi, v2       ; encoding: [0x7f,0x04,0x0a,0x30]
 
 v_ashrrev_i32_e32 v5, 0, v2
-// GFX10: encoding: [0x80,0x04,0x0a,0x30]
+// GFX10: v_ashrrev_i32_e32 v5, 0, v2             ; encoding: [0x80,0x04,0x0a,0x30]
 
 v_ashrrev_i32_e32 v5, -1, v2
-// GFX10: encoding: [0xc1,0x04,0x0a,0x30]
+// GFX10: v_ashrrev_i32_e32 v5, -1, v2            ; encoding: [0xc1,0x04,0x0a,0x30]
 
 v_ashrrev_i32_e32 v5, 0.5, v2
-// GFX10: encoding: [0xf0,0x04,0x0a,0x30]
+// GFX10: v_ashrrev_i32_e32 v5, 0.5, v2           ; encoding: [0xf0,0x04,0x0a,0x30]
 
 v_ashrrev_i32_e32 v5, -4.0, v2
-// GFX10: encoding: [0xf7,0x04,0x0a,0x30]
+// GFX10: v_ashrrev_i32_e32 v5, -4.0, v2          ; encoding: [0xf7,0x04,0x0a,0x30]
 
 v_ashrrev_i32_e32 v5, 0xaf123456, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x30,0x56,0x34,0x12,0xaf]
+// GFX10: v_ashrrev_i32_e32 v5, 0xaf123456, v2    ; encoding: [0xff,0x04,0x0a,0x30,0x56,0x34,0x12,0xaf]
 
 v_ashrrev_i32_e32 v5, 0x3f717273, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x30,0x73,0x72,0x71,0x3f]
+// GFX10: v_ashrrev_i32_e32 v5, 0x3f717273, v2    ; encoding: [0xff,0x04,0x0a,0x30,0x73,0x72,0x71,0x3f]
 
 v_ashrrev_i32_e32 v5, v1, v255
-// GFX10: encoding: [0x01,0xff,0x0b,0x30]
+// GFX10: v_ashrrev_i32_e32 v5, v1, v255          ; encoding: [0x01,0xff,0x0b,0x30]
 
 v_ashrrev_i32_e64 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x18,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_ashrrev_i32_e64 v5, v1, v2            ; encoding: [0x05,0x00,0x18,0xd5,0x01,0x05,0x02,0x00]
 
 v_ashrrev_i32_e64 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x18,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_ashrrev_i32_e64 v255, v1, v2          ; encoding: [0xff,0x00,0x18,0xd5,0x01,0x05,0x02,0x00]
 
 v_ashrrev_i32_e64 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x18,0xd5,0xff,0x05,0x02,0x00]
+// GFX10: v_ashrrev_i32_e64 v5, v255, v2          ; encoding: [0x05,0x00,0x18,0xd5,0xff,0x05,0x02,0x00]
 
 v_ashrrev_i32_e64 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x18,0xd5,0x01,0x04,0x02,0x00]
+// GFX10: v_ashrrev_i32_e64 v5, s1, v2            ; encoding: [0x05,0x00,0x18,0xd5,0x01,0x04,0x02,0x00]
 
 v_ashrrev_i32_e64 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x18,0xd5,0x65,0x04,0x02,0x00]
+// GFX10: v_ashrrev_i32_e64 v5, s101, v2          ; encoding: [0x05,0x00,0x18,0xd5,0x65,0x04,0x02,0x00]
 
 v_ashrrev_i32_e64 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x18,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_ashrrev_i32_e64 v5, vcc_lo, v2        ; encoding: [0x05,0x00,0x18,0xd5,0x6a,0x04,0x02,0x00]
 
 v_ashrrev_i32_e64 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x18,0xd5,0x6b,0x04,0x02,0x00]
+// GFX10: v_ashrrev_i32_e64 v5, vcc_hi, v2        ; encoding: [0x05,0x00,0x18,0xd5,0x6b,0x04,0x02,0x00]
 
 v_ashrrev_i32_e64 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x18,0xd5,0x7c,0x04,0x02,0x00]
+// GFX10: v_ashrrev_i32_e64 v5, m0, v2            ; encoding: [0x05,0x00,0x18,0xd5,0x7c,0x04,0x02,0x00]
 
 v_ashrrev_i32_e64 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x18,0xd5,0x7e,0x04,0x02,0x00]
+// GFX10: v_ashrrev_i32_e64 v5, exec_lo, v2       ; encoding: [0x05,0x00,0x18,0xd5,0x7e,0x04,0x02,0x00]
 
 v_ashrrev_i32_e64 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x18,0xd5,0x7f,0x04,0x02,0x00]
+// GFX10: v_ashrrev_i32_e64 v5, exec_hi, v2       ; encoding: [0x05,0x00,0x18,0xd5,0x7f,0x04,0x02,0x00]
 
 v_ashrrev_i32_e64 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x18,0xd5,0x80,0x04,0x02,0x00]
+// GFX10: v_ashrrev_i32_e64 v5, 0, v2             ; encoding: [0x05,0x00,0x18,0xd5,0x80,0x04,0x02,0x00]
 
 v_ashrrev_i32_e64 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x18,0xd5,0xc1,0x04,0x02,0x00]
+// GFX10: v_ashrrev_i32_e64 v5, -1, v2            ; encoding: [0x05,0x00,0x18,0xd5,0xc1,0x04,0x02,0x00]
 
 v_ashrrev_i32_e64 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x18,0xd5,0xf0,0x04,0x02,0x00]
+// GFX10: v_ashrrev_i32_e64 v5, 0.5, v2           ; encoding: [0x05,0x00,0x18,0xd5,0xf0,0x04,0x02,0x00]
 
 v_ashrrev_i32_e64 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x18,0xd5,0xf7,0x04,0x02,0x00]
+// GFX10: v_ashrrev_i32_e64 v5, -4.0, v2          ; encoding: [0x05,0x00,0x18,0xd5,0xf7,0x04,0x02,0x00]
 
 v_ashrrev_i32_e64 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x18,0xd5,0x01,0xff,0x03,0x00]
+// GFX10: v_ashrrev_i32_e64 v5, v1, v255          ; encoding: [0x05,0x00,0x18,0xd5,0x01,0xff,0x03,0x00]
 
 v_ashrrev_i32_e64 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x18,0xd5,0x01,0x05,0x00,0x00]
+// GFX10: v_ashrrev_i32_e64 v5, v1, s2            ; encoding: [0x05,0x00,0x18,0xd5,0x01,0x05,0x00,0x00]
 
 v_ashrrev_i32_e64 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x18,0xd5,0x01,0xcb,0x00,0x00]
+// GFX10: v_ashrrev_i32_e64 v5, v1, s101          ; encoding: [0x05,0x00,0x18,0xd5,0x01,0xcb,0x00,0x00]
 
 v_ashrrev_i32_e64 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x18,0xd5,0x01,0xd5,0x00,0x00]
+// GFX10: v_ashrrev_i32_e64 v5, v1, vcc_lo        ; encoding: [0x05,0x00,0x18,0xd5,0x01,0xd5,0x00,0x00]
 
 v_ashrrev_i32_e64 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x18,0xd5,0x01,0xd7,0x00,0x00]
+// GFX10: v_ashrrev_i32_e64 v5, v1, vcc_hi        ; encoding: [0x05,0x00,0x18,0xd5,0x01,0xd7,0x00,0x00]
 
 v_ashrrev_i32_e64 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x18,0xd5,0x01,0xf9,0x00,0x00]
+// GFX10: v_ashrrev_i32_e64 v5, v1, m0            ; encoding: [0x05,0x00,0x18,0xd5,0x01,0xf9,0x00,0x00]
 
 v_ashrrev_i32_e64 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x18,0xd5,0x01,0xfd,0x00,0x00]
+// GFX10: v_ashrrev_i32_e64 v5, v1, exec_lo       ; encoding: [0x05,0x00,0x18,0xd5,0x01,0xfd,0x00,0x00]
 
 v_ashrrev_i32_e64 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x18,0xd5,0x01,0xff,0x00,0x00]
+// GFX10: v_ashrrev_i32_e64 v5, v1, exec_hi       ; encoding: [0x05,0x00,0x18,0xd5,0x01,0xff,0x00,0x00]
 
 v_ashrrev_i32_e64 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x18,0xd5,0x01,0x01,0x01,0x00]
+// GFX10: v_ashrrev_i32_e64 v5, v1, 0             ; encoding: [0x05,0x00,0x18,0xd5,0x01,0x01,0x01,0x00]
 
 v_ashrrev_i32_e64 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x18,0xd5,0x01,0x83,0x01,0x00]
+// GFX10: v_ashrrev_i32_e64 v5, v1, -1            ; encoding: [0x05,0x00,0x18,0xd5,0x01,0x83,0x01,0x00]
 
 v_ashrrev_i32_e64 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x18,0xd5,0x01,0xe1,0x01,0x00]
+// GFX10: v_ashrrev_i32_e64 v5, v1, 0.5           ; encoding: [0x05,0x00,0x18,0xd5,0x01,0xe1,0x01,0x00]
 
 v_ashrrev_i32_e64 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x18,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_ashrrev_i32_e64 v5, v1, -4.0          ; encoding: [0x05,0x00,0x18,0xd5,0x01,0xef,0x01,0x00]
 
 v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x30,0x01,0x06,0x06,0x06]
+// GFX10: v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x30,0x01,0x06,0x06,0x06]
 
 v_ashrrev_i32_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0xfe,0x31,0x01,0x06,0x06,0x06]
+// GFX10: v_ashrrev_i32_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0xfe,0x31,0x01,0x06,0x06,0x06]
 
 v_ashrrev_i32_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x30,0xff,0x06,0x06,0x06]
+// GFX10: v_ashrrev_i32_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x30,0xff,0x06,0x06,0x06]
 
 v_ashrrev_i32_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x30,0x01,0x06,0x86,0x06]
+// GFX10: v_ashrrev_i32_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x30,0x01,0x06,0x86,0x06]
 
 v_ashrrev_i32_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x30,0x65,0x06,0x86,0x06]
+// GFX10: v_ashrrev_i32_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x30,0x65,0x06,0x86,0x06]
 
 v_ashrrev_i32_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x30,0x6a,0x06,0x86,0x06]
+// GFX10: v_ashrrev_i32_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x30,0x6a,0x06,0x86,0x06]
 
 v_ashrrev_i32_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x30,0x6b,0x06,0x86,0x06]
+// GFX10: v_ashrrev_i32_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x30,0x6b,0x06,0x86,0x06]
 
 v_ashrrev_i32_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x30,0x7c,0x06,0x86,0x06]
+// GFX10: v_ashrrev_i32_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x30,0x7c,0x06,0x86,0x06]
 
 v_ashrrev_i32_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x30,0x7e,0x06,0x86,0x06]
+// GFX10: v_ashrrev_i32_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x30,0x7e,0x06,0x86,0x06]
 
 v_ashrrev_i32_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x30,0x7f,0x06,0x86,0x06]
+// GFX10: v_ashrrev_i32_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x30,0x7f,0x06,0x86,0x06]
 
 v_ashrrev_i32_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0xfe,0x0b,0x30,0x01,0x06,0x06,0x06]
+// GFX10: v_ashrrev_i32_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0xfe,0x0b,0x30,0x01,0x06,0x06,0x06]
 
 v_ashrrev_i32_sdwa v5, v1, v2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x30,0x01,0x06,0x06,0x06]
+// GFX10: v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x30,0x01,0x06,0x06,0x06]
 
 v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x30,0x01,0x00,0x06,0x06]
+// GFX10: v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x30,0x01,0x00,0x06,0x06]
 
 v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x30,0x01,0x01,0x06,0x06]
+// GFX10: v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x30,0x01,0x01,0x06,0x06]
 
 v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x30,0x01,0x02,0x06,0x06]
+// GFX10: v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x30,0x01,0x02,0x06,0x06]
 
 v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x30,0x01,0x03,0x06,0x06]
+// GFX10: v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x30,0x01,0x03,0x06,0x06]
 
 v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x30,0x01,0x04,0x06,0x06]
+// GFX10: v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x30,0x01,0x04,0x06,0x06]
 
 v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x30,0x01,0x05,0x06,0x06]
+// GFX10: v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x30,0x01,0x05,0x06,0x06]
 
 v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x30,0x01,0x0e,0x06,0x06]
+// GFX10: v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x30,0x01,0x0e,0x06,0x06]
 
 v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x30,0x01,0x16,0x06,0x06]
+// GFX10: v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x30,0x01,0x16,0x06,0x06]
 
 v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:DWORD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x30,0x01,0x16,0x06,0x06]
+// GFX10: v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x30,0x01,0x16,0x06,0x06]
 
 v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x30,0x01,0x06,0x06,0x06]
+// GFX10: v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x30,0x01,0x06,0x06,0x06]
 
 v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x30,0x01,0x06,0x00,0x06]
+// GFX10: v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x30,0x01,0x06,0x00,0x06]
 
 v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x30,0x01,0x06,0x01,0x06]
+// GFX10: v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x30,0x01,0x06,0x01,0x06]
 
 v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x30,0x01,0x06,0x02,0x06]
+// GFX10: v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x30,0x01,0x06,0x02,0x06]
 
 v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x30,0x01,0x06,0x03,0x06]
+// GFX10: v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x30,0x01,0x06,0x03,0x06]
 
 v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x30,0x01,0x06,0x04,0x06]
+// GFX10: v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x30,0x01,0x06,0x04,0x06]
 
 v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x30,0x01,0x06,0x05,0x06]
+// GFX10: v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x30,0x01,0x06,0x05,0x06]
 
 v_ashrrev_i32_sdwa v5, sext(v1), v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x30,0x01,0x06,0x0e,0x06]
+// GFX10: v_ashrrev_i32_sdwa v5, sext(v1), v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x30,0x01,0x06,0x0e,0x06]
 
 v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x30,0x01,0x06,0x06,0x06]
+// GFX10: v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x30,0x01,0x06,0x06,0x06]
 
 v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x30,0x01,0x06,0x06,0x00]
+// GFX10: v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0 ; encoding: [0xf9,0x04,0x0a,0x30,0x01,0x06,0x06,0x00]
 
 v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x30,0x01,0x06,0x06,0x01]
+// GFX10: v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1 ; encoding: [0xf9,0x04,0x0a,0x30,0x01,0x06,0x06,0x01]
 
 v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x04,0x0a,0x30,0x01,0x06,0x06,0x02]
+// GFX10: v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2 ; encoding: [0xf9,0x04,0x0a,0x30,0x01,0x06,0x06,0x02]
 
 v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x04,0x0a,0x30,0x01,0x06,0x06,0x03]
+// GFX10: v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3 ; encoding: [0xf9,0x04,0x0a,0x30,0x01,0x06,0x06,0x03]
 
 v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x30,0x01,0x06,0x06,0x04]
+// GFX10: v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0 ; encoding: [0xf9,0x04,0x0a,0x30,0x01,0x06,0x06,0x04]
 
 v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x30,0x01,0x06,0x06,0x05]
+// GFX10: v_ashrrev_i32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1 ; encoding: [0xf9,0x04,0x0a,0x30,0x01,0x06,0x06,0x05]
 
 v_ashrrev_i32_sdwa v5, v1, sext(v2) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x30,0x01,0x06,0x06,0x0e]
+// GFX10: v_ashrrev_i32_sdwa v5, v1, sext(v2) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x30,0x01,0x06,0x06,0x0e]
 
 v_ashrrev_i32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x30,0x01,0xe4,0x00,0x00]
+// GFX10: v_ashrrev_i32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x30,0x01,0xe4,0x00,0x00]
 
 v_ashrrev_i32_dpp v255, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0xfe,0x31,0x01,0xe4,0x00,0x00]
+// GFX10: v_ashrrev_i32_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0xfe,0x31,0x01,0xe4,0x00,0x00]
 
 v_ashrrev_i32_dpp v5, v255, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x30,0xff,0xe4,0x00,0x00]
+// GFX10: v_ashrrev_i32_dpp v5, v255, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x30,0xff,0xe4,0x00,0x00]
 
 v_ashrrev_i32_dpp v5, v1, v255  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xfe,0x0b,0x30,0x01,0xe4,0x00,0x00]
+// GFX10: v_ashrrev_i32_dpp v5, v1, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xfe,0x0b,0x30,0x01,0xe4,0x00,0x00]
 
 v_ashrrev_i32_dpp v5, v1, v2  quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x30,0x01,0x1b,0x00,0x00]
+// GFX10: v_ashrrev_i32_dpp v5, v1, v2 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x30,0x01,0x1b,0x00,0x00]
 
 v_ashrrev_i32_dpp v5, v1, v2  row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x30,0x01,0x40,0x01,0x00]
+// GFX10: v_ashrrev_i32_dpp v5, v1, v2 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x30,0x01,0x40,0x01,0x00]
 
 v_ashrrev_i32_dpp v5, v1, v2  row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x30,0x01,0x41,0x01,0x00]
+// GFX10: v_ashrrev_i32_dpp v5, v1, v2 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x30,0x01,0x41,0x01,0x00]
 
 v_ashrrev_i32_dpp v5, v1, v2  row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x30,0x01,0x01,0x01,0x00]
+// GFX10: v_ashrrev_i32_dpp v5, v1, v2 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x30,0x01,0x01,0x01,0x00]
 
 v_ashrrev_i32_dpp v5, v1, v2  row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x30,0x01,0x0f,0x01,0x00]
+// GFX10: v_ashrrev_i32_dpp v5, v1, v2 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x30,0x01,0x0f,0x01,0x00]
 
 v_ashrrev_i32_dpp v5, v1, v2  row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x30,0x01,0x11,0x01,0x00]
+// GFX10: v_ashrrev_i32_dpp v5, v1, v2 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x30,0x01,0x11,0x01,0x00]
 
 v_ashrrev_i32_dpp v5, v1, v2  row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x30,0x01,0x1f,0x01,0x00]
+// GFX10: v_ashrrev_i32_dpp v5, v1, v2 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x30,0x01,0x1f,0x01,0x00]
 
 v_ashrrev_i32_dpp v5, v1, v2  row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x30,0x01,0x21,0x01,0x00]
+// GFX10: v_ashrrev_i32_dpp v5, v1, v2 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x30,0x01,0x21,0x01,0x00]
 
 v_ashrrev_i32_dpp v5, v1, v2  row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x30,0x01,0x2f,0x01,0x00]
+// GFX10: v_ashrrev_i32_dpp v5, v1, v2 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x30,0x01,0x2f,0x01,0x00]
 
 v_ashrrev_i32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x30,0x01,0xe4,0x00,0x10]
+// GFX10: v_ashrrev_i32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x30,0x01,0xe4,0x00,0x10]
 
 v_ashrrev_i32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x30,0x01,0xe4,0x00,0x30]
+// GFX10: v_ashrrev_i32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x30,0x01,0xe4,0x00,0x30]
 
 v_ashrrev_i32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x30,0x01,0xe4,0x00,0xf0]
+// GFX10: v_ashrrev_i32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x30,0x01,0xe4,0x00,0xf0]
 
 v_ashrrev_i32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x04,0x0a,0x30,0x01,0xe4,0x00,0x01]
+// GFX10: v_ashrrev_i32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x04,0x0a,0x30,0x01,0xe4,0x00,0x01]
 
 v_ashrrev_i32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x04,0x0a,0x30,0x01,0xe4,0x00,0x03]
+// GFX10: v_ashrrev_i32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x04,0x0a,0x30,0x01,0xe4,0x00,0x03]
 
 v_ashrrev_i32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x04,0x0a,0x30,0x01,0xe4,0x00,0x0f]
+// GFX10: v_ashrrev_i32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x04,0x0a,0x30,0x01,0xe4,0x00,0x0f]
 
 v_ashrrev_i32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x30,0x01,0xe4,0x08,0x00]
+// GFX10: v_ashrrev_i32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x04,0x0a,0x30,0x01,0xe4,0x08,0x00]
 
 v_ashrrev_i32_dpp v5, v1, v2  row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x30,0x01,0x51,0x01,0x00]
+// GFX10: v_ashrrev_i32_dpp v5, v1, v2 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x30,0x01,0x51,0x01,0x00]
 
 v_ashrrev_i32_dpp v5, v1, v2  row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x30,0x01,0x5f,0x01,0x00]
+// GFX10: v_ashrrev_i32_dpp v5, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x30,0x01,0x5f,0x01,0x00]
 
 v_ashrrev_i32_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x30,0x01,0x61,0x01,0x00]
+// GFX10: v_ashrrev_i32_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x30,0x01,0x61,0x01,0x00]
 
 v_ashrrev_i32_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x30,0x01,0x6f,0x01,0x00]
+// GFX10: v_ashrrev_i32_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x30,0x01,0x6f,0x01,0x00]
 
 v_lshlrev_b32_e32 v5, v1, v2
-// GFX10: encoding: [0x01,0x05,0x0a,0x34]
+// GFX10: v_lshlrev_b32_e32 v5, v1, v2            ; encoding: [0x01,0x05,0x0a,0x34]
 
 v_lshlrev_b32_e32 v255, v1, v2
-// GFX10: encoding: [0x01,0x05,0xfe,0x35]
+// GFX10: v_lshlrev_b32_e32 v255, v1, v2          ; encoding: [0x01,0x05,0xfe,0x35]
 
 v_lshlrev_b32_e32 v5, v255, v2
-// GFX10: encoding: [0xff,0x05,0x0a,0x34]
+// GFX10: v_lshlrev_b32_e32 v5, v255, v2          ; encoding: [0xff,0x05,0x0a,0x34]
 
 v_lshlrev_b32_e32 v5, s1, v2
-// GFX10: encoding: [0x01,0x04,0x0a,0x34]
+// GFX10: v_lshlrev_b32_e32 v5, s1, v2            ; encoding: [0x01,0x04,0x0a,0x34]
 
 v_lshlrev_b32_e32 v5, s103, v2
-// GFX10: encoding: [0x67,0x04,0x0a,0x34]
+// GFX10: v_lshlrev_b32_e32 v5, s103, v2          ; encoding: [0x67,0x04,0x0a,0x34]
 
 v_lshlrev_b32_e32 v5, vcc_lo, v2
-// GFX10: encoding: [0x6a,0x04,0x0a,0x34]
+// GFX10: v_lshlrev_b32_e32 v5, vcc_lo, v2        ; encoding: [0x6a,0x04,0x0a,0x34]
 
 v_lshlrev_b32_e32 v5, vcc_hi, v2
-// GFX10: encoding: [0x6b,0x04,0x0a,0x34]
+// GFX10: v_lshlrev_b32_e32 v5, vcc_hi, v2        ; encoding: [0x6b,0x04,0x0a,0x34]
 
 v_lshlrev_b32_e32 v5, ttmp11, v2
-// GFX10: encoding: [0x77,0x04,0x0a,0x34]
+// GFX10: v_lshlrev_b32_e32 v5, ttmp11, v2        ; encoding: [0x77,0x04,0x0a,0x34]
 
 v_lshlrev_b32_e32 v5, m0, v2
-// GFX10: encoding: [0x7c,0x04,0x0a,0x34]
+// GFX10: v_lshlrev_b32_e32 v5, m0, v2            ; encoding: [0x7c,0x04,0x0a,0x34]
 
 v_lshlrev_b32_e32 v5, exec_lo, v2
-// GFX10: encoding: [0x7e,0x04,0x0a,0x34]
+// GFX10: v_lshlrev_b32_e32 v5, exec_lo, v2       ; encoding: [0x7e,0x04,0x0a,0x34]
 
 v_lshlrev_b32_e32 v5, exec_hi, v2
-// GFX10: encoding: [0x7f,0x04,0x0a,0x34]
+// GFX10: v_lshlrev_b32_e32 v5, exec_hi, v2       ; encoding: [0x7f,0x04,0x0a,0x34]
 
 v_lshlrev_b32_e32 v5, 0, v2
-// GFX10: encoding: [0x80,0x04,0x0a,0x34]
+// GFX10: v_lshlrev_b32_e32 v5, 0, v2             ; encoding: [0x80,0x04,0x0a,0x34]
 
 v_lshlrev_b32_e32 v5, -1, v2
-// GFX10: encoding: [0xc1,0x04,0x0a,0x34]
+// GFX10: v_lshlrev_b32_e32 v5, -1, v2            ; encoding: [0xc1,0x04,0x0a,0x34]
 
 v_lshlrev_b32_e32 v5, 0.5, v2
-// GFX10: encoding: [0xf0,0x04,0x0a,0x34]
+// GFX10: v_lshlrev_b32_e32 v5, 0.5, v2           ; encoding: [0xf0,0x04,0x0a,0x34]
 
 v_lshlrev_b32_e32 v5, -4.0, v2
-// GFX10: encoding: [0xf7,0x04,0x0a,0x34]
+// GFX10: v_lshlrev_b32_e32 v5, -4.0, v2          ; encoding: [0xf7,0x04,0x0a,0x34]
 
 v_lshlrev_b32_e32 v5, 0xaf123456, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x34,0x56,0x34,0x12,0xaf]
+// GFX10: v_lshlrev_b32_e32 v5, 0xaf123456, v2    ; encoding: [0xff,0x04,0x0a,0x34,0x56,0x34,0x12,0xaf]
 
 v_lshlrev_b32_e32 v5, 0x3f717273, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x34,0x73,0x72,0x71,0x3f]
+// GFX10: v_lshlrev_b32_e32 v5, 0x3f717273, v2    ; encoding: [0xff,0x04,0x0a,0x34,0x73,0x72,0x71,0x3f]
 
 v_lshlrev_b32_e32 v5, v1, v255
-// GFX10: encoding: [0x01,0xff,0x0b,0x34]
+// GFX10: v_lshlrev_b32_e32 v5, v1, v255          ; encoding: [0x01,0xff,0x0b,0x34]
 
 v_lshlrev_b32_e64 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x1a,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_lshlrev_b32_e64 v5, v1, v2            ; encoding: [0x05,0x00,0x1a,0xd5,0x01,0x05,0x02,0x00]
 
 v_lshlrev_b32_e64 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x1a,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_lshlrev_b32_e64 v255, v1, v2          ; encoding: [0xff,0x00,0x1a,0xd5,0x01,0x05,0x02,0x00]
 
 v_lshlrev_b32_e64 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x1a,0xd5,0xff,0x05,0x02,0x00]
+// GFX10: v_lshlrev_b32_e64 v5, v255, v2          ; encoding: [0x05,0x00,0x1a,0xd5,0xff,0x05,0x02,0x00]
 
 v_lshlrev_b32_e64 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x1a,0xd5,0x01,0x04,0x02,0x00]
+// GFX10: v_lshlrev_b32_e64 v5, s1, v2            ; encoding: [0x05,0x00,0x1a,0xd5,0x01,0x04,0x02,0x00]
 
 v_lshlrev_b32_e64 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x1a,0xd5,0x65,0x04,0x02,0x00]
+// GFX10: v_lshlrev_b32_e64 v5, s101, v2          ; encoding: [0x05,0x00,0x1a,0xd5,0x65,0x04,0x02,0x00]
 
 v_lshlrev_b32_e64 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x1a,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_lshlrev_b32_e64 v5, vcc_lo, v2        ; encoding: [0x05,0x00,0x1a,0xd5,0x6a,0x04,0x02,0x00]
 
 v_lshlrev_b32_e64 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x1a,0xd5,0x6b,0x04,0x02,0x00]
+// GFX10: v_lshlrev_b32_e64 v5, vcc_hi, v2        ; encoding: [0x05,0x00,0x1a,0xd5,0x6b,0x04,0x02,0x00]
 
 v_lshlrev_b32_e64 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x1a,0xd5,0x7c,0x04,0x02,0x00]
+// GFX10: v_lshlrev_b32_e64 v5, m0, v2            ; encoding: [0x05,0x00,0x1a,0xd5,0x7c,0x04,0x02,0x00]
 
 v_lshlrev_b32_e64 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x1a,0xd5,0x7e,0x04,0x02,0x00]
+// GFX10: v_lshlrev_b32_e64 v5, exec_lo, v2       ; encoding: [0x05,0x00,0x1a,0xd5,0x7e,0x04,0x02,0x00]
 
 v_lshlrev_b32_e64 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x1a,0xd5,0x7f,0x04,0x02,0x00]
+// GFX10: v_lshlrev_b32_e64 v5, exec_hi, v2       ; encoding: [0x05,0x00,0x1a,0xd5,0x7f,0x04,0x02,0x00]
 
 v_lshlrev_b32_e64 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x1a,0xd5,0x80,0x04,0x02,0x00]
+// GFX10: v_lshlrev_b32_e64 v5, 0, v2             ; encoding: [0x05,0x00,0x1a,0xd5,0x80,0x04,0x02,0x00]
 
 v_lshlrev_b32_e64 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x1a,0xd5,0xc1,0x04,0x02,0x00]
+// GFX10: v_lshlrev_b32_e64 v5, -1, v2            ; encoding: [0x05,0x00,0x1a,0xd5,0xc1,0x04,0x02,0x00]
 
 v_lshlrev_b32_e64 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x1a,0xd5,0xf0,0x04,0x02,0x00]
+// GFX10: v_lshlrev_b32_e64 v5, 0.5, v2           ; encoding: [0x05,0x00,0x1a,0xd5,0xf0,0x04,0x02,0x00]
 
 v_lshlrev_b32_e64 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x1a,0xd5,0xf7,0x04,0x02,0x00]
+// GFX10: v_lshlrev_b32_e64 v5, -4.0, v2          ; encoding: [0x05,0x00,0x1a,0xd5,0xf7,0x04,0x02,0x00]
 
 v_lshlrev_b32_e64 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x1a,0xd5,0x01,0xff,0x03,0x00]
+// GFX10: v_lshlrev_b32_e64 v5, v1, v255          ; encoding: [0x05,0x00,0x1a,0xd5,0x01,0xff,0x03,0x00]
 
 v_lshlrev_b32_e64 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x1a,0xd5,0x01,0x05,0x00,0x00]
+// GFX10: v_lshlrev_b32_e64 v5, v1, s2            ; encoding: [0x05,0x00,0x1a,0xd5,0x01,0x05,0x00,0x00]
 
 v_lshlrev_b32_e64 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x1a,0xd5,0x01,0xcb,0x00,0x00]
+// GFX10: v_lshlrev_b32_e64 v5, v1, s101          ; encoding: [0x05,0x00,0x1a,0xd5,0x01,0xcb,0x00,0x00]
 
 v_lshlrev_b32_e64 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x1a,0xd5,0x01,0xd5,0x00,0x00]
+// GFX10: v_lshlrev_b32_e64 v5, v1, vcc_lo        ; encoding: [0x05,0x00,0x1a,0xd5,0x01,0xd5,0x00,0x00]
 
 v_lshlrev_b32_e64 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x1a,0xd5,0x01,0xd7,0x00,0x00]
+// GFX10: v_lshlrev_b32_e64 v5, v1, vcc_hi        ; encoding: [0x05,0x00,0x1a,0xd5,0x01,0xd7,0x00,0x00]
 
 v_lshlrev_b32_e64 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x1a,0xd5,0x01,0xf9,0x00,0x00]
+// GFX10: v_lshlrev_b32_e64 v5, v1, m0            ; encoding: [0x05,0x00,0x1a,0xd5,0x01,0xf9,0x00,0x00]
 
 v_lshlrev_b32_e64 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x1a,0xd5,0x01,0xfd,0x00,0x00]
+// GFX10: v_lshlrev_b32_e64 v5, v1, exec_lo       ; encoding: [0x05,0x00,0x1a,0xd5,0x01,0xfd,0x00,0x00]
 
 v_lshlrev_b32_e64 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x1a,0xd5,0x01,0xff,0x00,0x00]
+// GFX10: v_lshlrev_b32_e64 v5, v1, exec_hi       ; encoding: [0x05,0x00,0x1a,0xd5,0x01,0xff,0x00,0x00]
 
 v_lshlrev_b32_e64 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x1a,0xd5,0x01,0x01,0x01,0x00]
+// GFX10: v_lshlrev_b32_e64 v5, v1, 0             ; encoding: [0x05,0x00,0x1a,0xd5,0x01,0x01,0x01,0x00]
 
 v_lshlrev_b32_e64 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x1a,0xd5,0x01,0x83,0x01,0x00]
+// GFX10: v_lshlrev_b32_e64 v5, v1, -1            ; encoding: [0x05,0x00,0x1a,0xd5,0x01,0x83,0x01,0x00]
 
 v_lshlrev_b32_e64 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x1a,0xd5,0x01,0xe1,0x01,0x00]
+// GFX10: v_lshlrev_b32_e64 v5, v1, 0.5           ; encoding: [0x05,0x00,0x1a,0xd5,0x01,0xe1,0x01,0x00]
 
 v_lshlrev_b32_e64 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x1a,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_lshlrev_b32_e64 v5, v1, -4.0          ; encoding: [0x05,0x00,0x1a,0xd5,0x01,0xef,0x01,0x00]
 
 v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x34,0x01,0x06,0x06,0x06]
+// GFX10: v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x34,0x01,0x06,0x06,0x06]
 
 v_lshlrev_b32_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0xfe,0x35,0x01,0x06,0x06,0x06]
+// GFX10: v_lshlrev_b32_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0xfe,0x35,0x01,0x06,0x06,0x06]
 
 v_lshlrev_b32_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x34,0xff,0x06,0x06,0x06]
+// GFX10: v_lshlrev_b32_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x34,0xff,0x06,0x06,0x06]
 
 v_lshlrev_b32_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x34,0x01,0x06,0x86,0x06]
+// GFX10: v_lshlrev_b32_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x34,0x01,0x06,0x86,0x06]
 
 v_lshlrev_b32_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x34,0x65,0x06,0x86,0x06]
+// GFX10: v_lshlrev_b32_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x34,0x65,0x06,0x86,0x06]
 
 v_lshlrev_b32_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x34,0x6a,0x06,0x86,0x06]
+// GFX10: v_lshlrev_b32_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x34,0x6a,0x06,0x86,0x06]
 
 v_lshlrev_b32_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x34,0x6b,0x06,0x86,0x06]
+// GFX10: v_lshlrev_b32_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x34,0x6b,0x06,0x86,0x06]
 
 v_lshlrev_b32_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x34,0x7c,0x06,0x86,0x06]
+// GFX10: v_lshlrev_b32_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x34,0x7c,0x06,0x86,0x06]
 
 v_lshlrev_b32_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x34,0x7e,0x06,0x86,0x06]
+// GFX10: v_lshlrev_b32_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x34,0x7e,0x06,0x86,0x06]
 
 v_lshlrev_b32_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x34,0x7f,0x06,0x86,0x06]
+// GFX10: v_lshlrev_b32_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x34,0x7f,0x06,0x86,0x06]
 
 v_lshlrev_b32_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0xfe,0x0b,0x34,0x01,0x06,0x06,0x06]
+// GFX10: v_lshlrev_b32_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0xfe,0x0b,0x34,0x01,0x06,0x06,0x06]
 
 v_lshlrev_b32_sdwa v5, v1, v2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x34,0x01,0x06,0x06,0x06]
+// GFX10: v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x34,0x01,0x06,0x06,0x06]
 
 v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x34,0x01,0x00,0x06,0x06]
+// GFX10: v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x34,0x01,0x00,0x06,0x06]
 
 v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x34,0x01,0x01,0x06,0x06]
+// GFX10: v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x34,0x01,0x01,0x06,0x06]
 
 v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x34,0x01,0x02,0x06,0x06]
+// GFX10: v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x34,0x01,0x02,0x06,0x06]
 
 v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x34,0x01,0x03,0x06,0x06]
+// GFX10: v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x34,0x01,0x03,0x06,0x06]
 
 v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x34,0x01,0x04,0x06,0x06]
+// GFX10: v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x34,0x01,0x04,0x06,0x06]
 
 v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x34,0x01,0x05,0x06,0x06]
+// GFX10: v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x34,0x01,0x05,0x06,0x06]
 
 v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x34,0x01,0x0e,0x06,0x06]
+// GFX10: v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x34,0x01,0x0e,0x06,0x06]
 
 v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x34,0x01,0x16,0x06,0x06]
+// GFX10: v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x34,0x01,0x16,0x06,0x06]
 
 v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:DWORD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x34,0x01,0x16,0x06,0x06]
+// GFX10: v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x34,0x01,0x16,0x06,0x06]
 
 v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x34,0x01,0x06,0x06,0x06]
+// GFX10: v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x34,0x01,0x06,0x06,0x06]
 
 v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x34,0x01,0x06,0x00,0x06]
+// GFX10: v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x34,0x01,0x06,0x00,0x06]
 
 v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x34,0x01,0x06,0x01,0x06]
+// GFX10: v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x34,0x01,0x06,0x01,0x06]
 
 v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x34,0x01,0x06,0x02,0x06]
+// GFX10: v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x34,0x01,0x06,0x02,0x06]
 
 v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x34,0x01,0x06,0x03,0x06]
+// GFX10: v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x34,0x01,0x06,0x03,0x06]
 
 v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x34,0x01,0x06,0x04,0x06]
+// GFX10: v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x34,0x01,0x06,0x04,0x06]
 
 v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x34,0x01,0x06,0x05,0x06]
+// GFX10: v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x34,0x01,0x06,0x05,0x06]
 
 v_lshlrev_b32_sdwa v5, sext(v1), v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x34,0x01,0x06,0x0e,0x06]
+// GFX10: v_lshlrev_b32_sdwa v5, sext(v1), v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x34,0x01,0x06,0x0e,0x06]
 
 v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x34,0x01,0x06,0x06,0x06]
+// GFX10: v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x34,0x01,0x06,0x06,0x06]
 
 v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x34,0x01,0x06,0x06,0x00]
+// GFX10: v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0 ; encoding: [0xf9,0x04,0x0a,0x34,0x01,0x06,0x06,0x00]
 
 v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x34,0x01,0x06,0x06,0x01]
+// GFX10: v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1 ; encoding: [0xf9,0x04,0x0a,0x34,0x01,0x06,0x06,0x01]
 
 v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x04,0x0a,0x34,0x01,0x06,0x06,0x02]
+// GFX10: v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2 ; encoding: [0xf9,0x04,0x0a,0x34,0x01,0x06,0x06,0x02]
 
 v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x04,0x0a,0x34,0x01,0x06,0x06,0x03]
+// GFX10: v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3 ; encoding: [0xf9,0x04,0x0a,0x34,0x01,0x06,0x06,0x03]
 
 v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x34,0x01,0x06,0x06,0x04]
+// GFX10: v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0 ; encoding: [0xf9,0x04,0x0a,0x34,0x01,0x06,0x06,0x04]
 
 v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x34,0x01,0x06,0x06,0x05]
+// GFX10: v_lshlrev_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1 ; encoding: [0xf9,0x04,0x0a,0x34,0x01,0x06,0x06,0x05]
 
 v_lshlrev_b32_sdwa v5, v1, sext(v2) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x34,0x01,0x06,0x06,0x0e]
+// GFX10: v_lshlrev_b32_sdwa v5, v1, sext(v2) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x34,0x01,0x06,0x06,0x0e]
 
 v_lshlrev_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x34,0x01,0xe4,0x00,0x00]
+// GFX10: v_lshlrev_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x34,0x01,0xe4,0x00,0x00]
 
 v_lshlrev_b32_dpp v255, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0xfe,0x35,0x01,0xe4,0x00,0x00]
+// GFX10: v_lshlrev_b32_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0xfe,0x35,0x01,0xe4,0x00,0x00]
 
 v_lshlrev_b32_dpp v5, v255, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x34,0xff,0xe4,0x00,0x00]
+// GFX10: v_lshlrev_b32_dpp v5, v255, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x34,0xff,0xe4,0x00,0x00]
 
 v_lshlrev_b32_dpp v5, v1, v255  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xfe,0x0b,0x34,0x01,0xe4,0x00,0x00]
+// GFX10: v_lshlrev_b32_dpp v5, v1, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xfe,0x0b,0x34,0x01,0xe4,0x00,0x00]
 
 v_lshlrev_b32_dpp v5, v1, v2  quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x34,0x01,0x1b,0x00,0x00]
+// GFX10: v_lshlrev_b32_dpp v5, v1, v2 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x34,0x01,0x1b,0x00,0x00]
 
 v_lshlrev_b32_dpp v5, v1, v2  row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x34,0x01,0x40,0x01,0x00]
+// GFX10: v_lshlrev_b32_dpp v5, v1, v2 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x34,0x01,0x40,0x01,0x00]
 
 v_lshlrev_b32_dpp v5, v1, v2  row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x34,0x01,0x41,0x01,0x00]
+// GFX10: v_lshlrev_b32_dpp v5, v1, v2 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x34,0x01,0x41,0x01,0x00]
 
 v_lshlrev_b32_dpp v5, v1, v2  row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x34,0x01,0x01,0x01,0x00]
+// GFX10: v_lshlrev_b32_dpp v5, v1, v2 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x34,0x01,0x01,0x01,0x00]
 
 v_lshlrev_b32_dpp v5, v1, v2  row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x34,0x01,0x0f,0x01,0x00]
+// GFX10: v_lshlrev_b32_dpp v5, v1, v2 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x34,0x01,0x0f,0x01,0x00]
 
 v_lshlrev_b32_dpp v5, v1, v2  row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x34,0x01,0x11,0x01,0x00]
+// GFX10: v_lshlrev_b32_dpp v5, v1, v2 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x34,0x01,0x11,0x01,0x00]
 
 v_lshlrev_b32_dpp v5, v1, v2  row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x34,0x01,0x1f,0x01,0x00]
+// GFX10: v_lshlrev_b32_dpp v5, v1, v2 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x34,0x01,0x1f,0x01,0x00]
 
 v_lshlrev_b32_dpp v5, v1, v2  row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x34,0x01,0x21,0x01,0x00]
+// GFX10: v_lshlrev_b32_dpp v5, v1, v2 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x34,0x01,0x21,0x01,0x00]
 
 v_lshlrev_b32_dpp v5, v1, v2  row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x34,0x01,0x2f,0x01,0x00]
+// GFX10: v_lshlrev_b32_dpp v5, v1, v2 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x34,0x01,0x2f,0x01,0x00]
 
 v_lshlrev_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x34,0x01,0xe4,0x00,0x10]
+// GFX10: v_lshlrev_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x34,0x01,0xe4,0x00,0x10]
 
 v_lshlrev_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x34,0x01,0xe4,0x00,0x30]
+// GFX10: v_lshlrev_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x34,0x01,0xe4,0x00,0x30]
 
 v_lshlrev_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x34,0x01,0xe4,0x00,0xf0]
+// GFX10: v_lshlrev_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x34,0x01,0xe4,0x00,0xf0]
 
 v_lshlrev_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x04,0x0a,0x34,0x01,0xe4,0x00,0x01]
+// GFX10: v_lshlrev_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x04,0x0a,0x34,0x01,0xe4,0x00,0x01]
 
 v_lshlrev_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x04,0x0a,0x34,0x01,0xe4,0x00,0x03]
+// GFX10: v_lshlrev_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x04,0x0a,0x34,0x01,0xe4,0x00,0x03]
 
 v_lshlrev_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x04,0x0a,0x34,0x01,0xe4,0x00,0x0f]
+// GFX10: v_lshlrev_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x04,0x0a,0x34,0x01,0xe4,0x00,0x0f]
 
 v_lshlrev_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x34,0x01,0xe4,0x08,0x00]
+// GFX10: v_lshlrev_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x04,0x0a,0x34,0x01,0xe4,0x08,0x00]
 
 v_lshlrev_b32_dpp v5, v1, v2  row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x34,0x01,0x51,0x01,0x00]
+// GFX10: v_lshlrev_b32_dpp v5, v1, v2 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x34,0x01,0x51,0x01,0x00]
 
 v_lshlrev_b32_dpp v5, v1, v2  row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x34,0x01,0x5f,0x01,0x00]
+// GFX10: v_lshlrev_b32_dpp v5, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x34,0x01,0x5f,0x01,0x00]
 
 v_lshlrev_b32_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x34,0x01,0x61,0x01,0x00]
+// GFX10: v_lshlrev_b32_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x34,0x01,0x61,0x01,0x00]
 
 v_lshlrev_b32_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x34,0x01,0x6f,0x01,0x00]
+// GFX10: v_lshlrev_b32_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x34,0x01,0x6f,0x01,0x00]
 
 v_and_b32_e32 v5, v1, v2
-// GFX10: encoding: [0x01,0x05,0x0a,0x36]
+// GFX10: v_and_b32_e32 v5, v1, v2                ; encoding: [0x01,0x05,0x0a,0x36]
 
 v_and_b32_e32 v255, v1, v2
-// GFX10: encoding: [0x01,0x05,0xfe,0x37]
+// GFX10: v_and_b32_e32 v255, v1, v2              ; encoding: [0x01,0x05,0xfe,0x37]
 
 v_and_b32_e32 v5, v255, v2
-// GFX10: encoding: [0xff,0x05,0x0a,0x36]
+// GFX10: v_and_b32_e32 v5, v255, v2              ; encoding: [0xff,0x05,0x0a,0x36]
 
 v_and_b32_e32 v5, s1, v2
-// GFX10: encoding: [0x01,0x04,0x0a,0x36]
+// GFX10: v_and_b32_e32 v5, s1, v2                ; encoding: [0x01,0x04,0x0a,0x36]
 
 v_and_b32_e32 v5, s103, v2
-// GFX10: encoding: [0x67,0x04,0x0a,0x36]
+// GFX10: v_and_b32_e32 v5, s103, v2              ; encoding: [0x67,0x04,0x0a,0x36]
 
 v_and_b32_e32 v5, vcc_lo, v2
-// GFX10: encoding: [0x6a,0x04,0x0a,0x36]
+// GFX10: v_and_b32_e32 v5, vcc_lo, v2            ; encoding: [0x6a,0x04,0x0a,0x36]
 
 v_and_b32_e32 v5, vcc_hi, v2
-// GFX10: encoding: [0x6b,0x04,0x0a,0x36]
+// GFX10: v_and_b32_e32 v5, vcc_hi, v2            ; encoding: [0x6b,0x04,0x0a,0x36]
 
 v_and_b32_e32 v5, ttmp11, v2
-// GFX10: encoding: [0x77,0x04,0x0a,0x36]
+// GFX10: v_and_b32_e32 v5, ttmp11, v2            ; encoding: [0x77,0x04,0x0a,0x36]
 
 v_and_b32_e32 v5, m0, v2
-// GFX10: encoding: [0x7c,0x04,0x0a,0x36]
+// GFX10: v_and_b32_e32 v5, m0, v2                ; encoding: [0x7c,0x04,0x0a,0x36]
 
 v_and_b32_e32 v5, exec_lo, v2
-// GFX10: encoding: [0x7e,0x04,0x0a,0x36]
+// GFX10: v_and_b32_e32 v5, exec_lo, v2           ; encoding: [0x7e,0x04,0x0a,0x36]
 
 v_and_b32_e32 v5, exec_hi, v2
-// GFX10: encoding: [0x7f,0x04,0x0a,0x36]
+// GFX10: v_and_b32_e32 v5, exec_hi, v2           ; encoding: [0x7f,0x04,0x0a,0x36]
 
 v_and_b32_e32 v5, 0, v2
-// GFX10: encoding: [0x80,0x04,0x0a,0x36]
+// GFX10: v_and_b32_e32 v5, 0, v2                 ; encoding: [0x80,0x04,0x0a,0x36]
 
 v_and_b32_e32 v5, -1, v2
-// GFX10: encoding: [0xc1,0x04,0x0a,0x36]
+// GFX10: v_and_b32_e32 v5, -1, v2                ; encoding: [0xc1,0x04,0x0a,0x36]
 
 v_and_b32_e32 v5, 0.5, v2
-// GFX10: encoding: [0xf0,0x04,0x0a,0x36]
+// GFX10: v_and_b32_e32 v5, 0.5, v2               ; encoding: [0xf0,0x04,0x0a,0x36]
 
 v_and_b32_e32 v5, -4.0, v2
-// GFX10: encoding: [0xf7,0x04,0x0a,0x36]
+// GFX10: v_and_b32_e32 v5, -4.0, v2              ; encoding: [0xf7,0x04,0x0a,0x36]
 
 v_and_b32_e32 v5, 0xaf123456, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x36,0x56,0x34,0x12,0xaf]
+// GFX10: v_and_b32_e32 v5, 0xaf123456, v2        ; encoding: [0xff,0x04,0x0a,0x36,0x56,0x34,0x12,0xaf]
 
 v_and_b32_e32 v5, 0x3f717273, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x36,0x73,0x72,0x71,0x3f]
+// GFX10: v_and_b32_e32 v5, 0x3f717273, v2        ; encoding: [0xff,0x04,0x0a,0x36,0x73,0x72,0x71,0x3f]
 
 v_and_b32_e32 v5, v1, v255
-// GFX10: encoding: [0x01,0xff,0x0b,0x36]
+// GFX10: v_and_b32_e32 v5, v1, v255              ; encoding: [0x01,0xff,0x0b,0x36]
 
 v_and_b32_e64 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x1b,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_and_b32_e64 v5, v1, v2                ; encoding: [0x05,0x00,0x1b,0xd5,0x01,0x05,0x02,0x00]
 
 v_and_b32_e64 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x1b,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_and_b32_e64 v255, v1, v2              ; encoding: [0xff,0x00,0x1b,0xd5,0x01,0x05,0x02,0x00]
 
 v_and_b32_e64 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x1b,0xd5,0xff,0x05,0x02,0x00]
+// GFX10: v_and_b32_e64 v5, v255, v2              ; encoding: [0x05,0x00,0x1b,0xd5,0xff,0x05,0x02,0x00]
 
 v_and_b32_e64 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x1b,0xd5,0x01,0x04,0x02,0x00]
+// GFX10: v_and_b32_e64 v5, s1, v2                ; encoding: [0x05,0x00,0x1b,0xd5,0x01,0x04,0x02,0x00]
 
 v_and_b32_e64 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x1b,0xd5,0x65,0x04,0x02,0x00]
+// GFX10: v_and_b32_e64 v5, s101, v2              ; encoding: [0x05,0x00,0x1b,0xd5,0x65,0x04,0x02,0x00]
 
 v_and_b32_e64 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x1b,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_and_b32_e64 v5, vcc_lo, v2            ; encoding: [0x05,0x00,0x1b,0xd5,0x6a,0x04,0x02,0x00]
 
 v_and_b32_e64 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x1b,0xd5,0x6b,0x04,0x02,0x00]
+// GFX10: v_and_b32_e64 v5, vcc_hi, v2            ; encoding: [0x05,0x00,0x1b,0xd5,0x6b,0x04,0x02,0x00]
 
 v_and_b32_e64 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x1b,0xd5,0x7c,0x04,0x02,0x00]
+// GFX10: v_and_b32_e64 v5, m0, v2                ; encoding: [0x05,0x00,0x1b,0xd5,0x7c,0x04,0x02,0x00]
 
 v_and_b32_e64 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x1b,0xd5,0x7e,0x04,0x02,0x00]
+// GFX10: v_and_b32_e64 v5, exec_lo, v2           ; encoding: [0x05,0x00,0x1b,0xd5,0x7e,0x04,0x02,0x00]
 
 v_and_b32_e64 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x1b,0xd5,0x7f,0x04,0x02,0x00]
+// GFX10: v_and_b32_e64 v5, exec_hi, v2           ; encoding: [0x05,0x00,0x1b,0xd5,0x7f,0x04,0x02,0x00]
 
 v_and_b32_e64 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x1b,0xd5,0x80,0x04,0x02,0x00]
+// GFX10: v_and_b32_e64 v5, 0, v2                 ; encoding: [0x05,0x00,0x1b,0xd5,0x80,0x04,0x02,0x00]
 
 v_and_b32_e64 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x1b,0xd5,0xc1,0x04,0x02,0x00]
+// GFX10: v_and_b32_e64 v5, -1, v2                ; encoding: [0x05,0x00,0x1b,0xd5,0xc1,0x04,0x02,0x00]
 
 v_and_b32_e64 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x1b,0xd5,0xf0,0x04,0x02,0x00]
+// GFX10: v_and_b32_e64 v5, 0.5, v2               ; encoding: [0x05,0x00,0x1b,0xd5,0xf0,0x04,0x02,0x00]
 
 v_and_b32_e64 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x1b,0xd5,0xf7,0x04,0x02,0x00]
+// GFX10: v_and_b32_e64 v5, -4.0, v2              ; encoding: [0x05,0x00,0x1b,0xd5,0xf7,0x04,0x02,0x00]
 
 v_and_b32_e64 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x1b,0xd5,0x01,0xff,0x03,0x00]
+// GFX10: v_and_b32_e64 v5, v1, v255              ; encoding: [0x05,0x00,0x1b,0xd5,0x01,0xff,0x03,0x00]
 
 v_and_b32_e64 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x1b,0xd5,0x01,0x05,0x00,0x00]
+// GFX10: v_and_b32_e64 v5, v1, s2                ; encoding: [0x05,0x00,0x1b,0xd5,0x01,0x05,0x00,0x00]
 
 v_and_b32_e64 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x1b,0xd5,0x01,0xcb,0x00,0x00]
+// GFX10: v_and_b32_e64 v5, v1, s101              ; encoding: [0x05,0x00,0x1b,0xd5,0x01,0xcb,0x00,0x00]
 
 v_and_b32_e64 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x1b,0xd5,0x01,0xd5,0x00,0x00]
+// GFX10: v_and_b32_e64 v5, v1, vcc_lo            ; encoding: [0x05,0x00,0x1b,0xd5,0x01,0xd5,0x00,0x00]
 
 v_and_b32_e64 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x1b,0xd5,0x01,0xd7,0x00,0x00]
+// GFX10: v_and_b32_e64 v5, v1, vcc_hi            ; encoding: [0x05,0x00,0x1b,0xd5,0x01,0xd7,0x00,0x00]
 
 v_and_b32_e64 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x1b,0xd5,0x01,0xf9,0x00,0x00]
+// GFX10: v_and_b32_e64 v5, v1, m0                ; encoding: [0x05,0x00,0x1b,0xd5,0x01,0xf9,0x00,0x00]
 
 v_and_b32_e64 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x1b,0xd5,0x01,0xfd,0x00,0x00]
+// GFX10: v_and_b32_e64 v5, v1, exec_lo           ; encoding: [0x05,0x00,0x1b,0xd5,0x01,0xfd,0x00,0x00]
 
 v_and_b32_e64 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x1b,0xd5,0x01,0xff,0x00,0x00]
+// GFX10: v_and_b32_e64 v5, v1, exec_hi           ; encoding: [0x05,0x00,0x1b,0xd5,0x01,0xff,0x00,0x00]
 
 v_and_b32_e64 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x1b,0xd5,0x01,0x01,0x01,0x00]
+// GFX10: v_and_b32_e64 v5, v1, 0                 ; encoding: [0x05,0x00,0x1b,0xd5,0x01,0x01,0x01,0x00]
 
 v_and_b32_e64 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x1b,0xd5,0x01,0x83,0x01,0x00]
+// GFX10: v_and_b32_e64 v5, v1, -1                ; encoding: [0x05,0x00,0x1b,0xd5,0x01,0x83,0x01,0x00]
 
 v_and_b32_e64 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x1b,0xd5,0x01,0xe1,0x01,0x00]
+// GFX10: v_and_b32_e64 v5, v1, 0.5               ; encoding: [0x05,0x00,0x1b,0xd5,0x01,0xe1,0x01,0x00]
 
 v_and_b32_e64 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x1b,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_and_b32_e64 v5, v1, -4.0              ; encoding: [0x05,0x00,0x1b,0xd5,0x01,0xef,0x01,0x00]
 
 v_and_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x36,0x01,0x06,0x06,0x06]
+// GFX10: v_and_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x36,0x01,0x06,0x06,0x06]
 
 v_and_b32_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0xfe,0x37,0x01,0x06,0x06,0x06]
+// GFX10: v_and_b32_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0xfe,0x37,0x01,0x06,0x06,0x06]
 
 v_and_b32_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x36,0xff,0x06,0x06,0x06]
+// GFX10: v_and_b32_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x36,0xff,0x06,0x06,0x06]
 
 v_and_b32_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x36,0x01,0x06,0x86,0x06]
+// GFX10: v_and_b32_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x36,0x01,0x06,0x86,0x06]
 
 v_and_b32_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x36,0x65,0x06,0x86,0x06]
+// GFX10: v_and_b32_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x36,0x65,0x06,0x86,0x06]
 
 v_and_b32_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x36,0x6a,0x06,0x86,0x06]
+// GFX10: v_and_b32_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x36,0x6a,0x06,0x86,0x06]
 
 v_and_b32_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x36,0x6b,0x06,0x86,0x06]
+// GFX10: v_and_b32_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x36,0x6b,0x06,0x86,0x06]
 
 v_and_b32_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x36,0x7c,0x06,0x86,0x06]
+// GFX10: v_and_b32_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x36,0x7c,0x06,0x86,0x06]
 
 v_and_b32_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x36,0x7e,0x06,0x86,0x06]
+// GFX10: v_and_b32_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x36,0x7e,0x06,0x86,0x06]
 
 v_and_b32_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x36,0x7f,0x06,0x86,0x06]
+// GFX10: v_and_b32_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x36,0x7f,0x06,0x86,0x06]
 
 v_and_b32_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0xfe,0x0b,0x36,0x01,0x06,0x06,0x06]
+// GFX10: v_and_b32_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0xfe,0x0b,0x36,0x01,0x06,0x06,0x06]
 
 v_and_b32_sdwa v5, v1, v2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x36,0x01,0x06,0x06,0x06]
+// GFX10: v_and_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x36,0x01,0x06,0x06,0x06]
 
 v_and_b32_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x36,0x01,0x00,0x06,0x06]
+// GFX10: v_and_b32_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x36,0x01,0x00,0x06,0x06]
 
 v_and_b32_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x36,0x01,0x01,0x06,0x06]
+// GFX10: v_and_b32_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x36,0x01,0x01,0x06,0x06]
 
 v_and_b32_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x36,0x01,0x02,0x06,0x06]
+// GFX10: v_and_b32_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x36,0x01,0x02,0x06,0x06]
 
 v_and_b32_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x36,0x01,0x03,0x06,0x06]
+// GFX10: v_and_b32_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x36,0x01,0x03,0x06,0x06]
 
 v_and_b32_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x36,0x01,0x04,0x06,0x06]
+// GFX10: v_and_b32_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x36,0x01,0x04,0x06,0x06]
 
 v_and_b32_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x36,0x01,0x05,0x06,0x06]
+// GFX10: v_and_b32_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x36,0x01,0x05,0x06,0x06]
 
 v_and_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x36,0x01,0x0e,0x06,0x06]
+// GFX10: v_and_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x36,0x01,0x0e,0x06,0x06]
 
 v_and_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x36,0x01,0x16,0x06,0x06]
+// GFX10: v_and_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x36,0x01,0x16,0x06,0x06]
 
 v_and_b32_sdwa v5, v1, v2 dst_sel:DWORD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x36,0x01,0x16,0x06,0x06]
+// GFX10: v_and_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x36,0x01,0x16,0x06,0x06]
 
 v_and_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x36,0x01,0x06,0x06,0x06]
+// GFX10: v_and_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x36,0x01,0x06,0x06,0x06]
 
 v_and_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x36,0x01,0x06,0x00,0x06]
+// GFX10: v_and_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x36,0x01,0x06,0x00,0x06]
 
 v_and_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x36,0x01,0x06,0x01,0x06]
+// GFX10: v_and_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x36,0x01,0x06,0x01,0x06]
 
 v_and_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x36,0x01,0x06,0x02,0x06]
+// GFX10: v_and_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x36,0x01,0x06,0x02,0x06]
 
 v_and_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x36,0x01,0x06,0x03,0x06]
+// GFX10: v_and_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x36,0x01,0x06,0x03,0x06]
 
 v_and_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x36,0x01,0x06,0x04,0x06]
+// GFX10: v_and_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x36,0x01,0x06,0x04,0x06]
 
 v_and_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x36,0x01,0x06,0x05,0x06]
+// GFX10: v_and_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x36,0x01,0x06,0x05,0x06]
 
 v_and_b32_sdwa v5, sext(v1), v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x36,0x01,0x06,0x0e,0x06]
+// GFX10: v_and_b32_sdwa v5, sext(v1), v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x36,0x01,0x06,0x0e,0x06]
 
 v_and_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x36,0x01,0x06,0x06,0x06]
+// GFX10: v_and_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x36,0x01,0x06,0x06,0x06]
 
 v_and_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x36,0x01,0x06,0x06,0x00]
+// GFX10: v_and_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0 ; encoding: [0xf9,0x04,0x0a,0x36,0x01,0x06,0x06,0x00]
 
 v_and_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x36,0x01,0x06,0x06,0x01]
+// GFX10: v_and_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1 ; encoding: [0xf9,0x04,0x0a,0x36,0x01,0x06,0x06,0x01]
 
 v_and_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x04,0x0a,0x36,0x01,0x06,0x06,0x02]
+// GFX10: v_and_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2 ; encoding: [0xf9,0x04,0x0a,0x36,0x01,0x06,0x06,0x02]
 
 v_and_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x04,0x0a,0x36,0x01,0x06,0x06,0x03]
+// GFX10: v_and_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3 ; encoding: [0xf9,0x04,0x0a,0x36,0x01,0x06,0x06,0x03]
 
 v_and_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x36,0x01,0x06,0x06,0x04]
+// GFX10: v_and_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0 ; encoding: [0xf9,0x04,0x0a,0x36,0x01,0x06,0x06,0x04]
 
 v_and_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x36,0x01,0x06,0x06,0x05]
+// GFX10: v_and_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1 ; encoding: [0xf9,0x04,0x0a,0x36,0x01,0x06,0x06,0x05]
 
 v_and_b32_sdwa v5, v1, sext(v2) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x36,0x01,0x06,0x06,0x0e]
+// GFX10: v_and_b32_sdwa v5, v1, sext(v2) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x36,0x01,0x06,0x06,0x0e]
 
 v_and_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x36,0x01,0xe4,0x00,0x00]
+// GFX10: v_and_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x36,0x01,0xe4,0x00,0x00]
 
 v_and_b32_dpp v255, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0xfe,0x37,0x01,0xe4,0x00,0x00]
+// GFX10: v_and_b32_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0xfe,0x37,0x01,0xe4,0x00,0x00]
 
 v_and_b32_dpp v5, v255, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x36,0xff,0xe4,0x00,0x00]
+// GFX10: v_and_b32_dpp v5, v255, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x36,0xff,0xe4,0x00,0x00]
 
 v_and_b32_dpp v5, v1, v255  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xfe,0x0b,0x36,0x01,0xe4,0x00,0x00]
+// GFX10: v_and_b32_dpp v5, v1, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xfe,0x0b,0x36,0x01,0xe4,0x00,0x00]
 
 v_and_b32_dpp v5, v1, v2  quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x36,0x01,0x1b,0x00,0x00]
+// GFX10: v_and_b32_dpp v5, v1, v2 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x36,0x01,0x1b,0x00,0x00]
 
 v_and_b32_dpp v5, v1, v2  row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x36,0x01,0x40,0x01,0x00]
+// GFX10: v_and_b32_dpp v5, v1, v2 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x36,0x01,0x40,0x01,0x00]
 
 v_and_b32_dpp v5, v1, v2  row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x36,0x01,0x41,0x01,0x00]
+// GFX10: v_and_b32_dpp v5, v1, v2 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x36,0x01,0x41,0x01,0x00]
 
 v_and_b32_dpp v5, v1, v2  row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x36,0x01,0x01,0x01,0x00]
+// GFX10: v_and_b32_dpp v5, v1, v2 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x36,0x01,0x01,0x01,0x00]
 
 v_and_b32_dpp v5, v1, v2  row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x36,0x01,0x0f,0x01,0x00]
+// GFX10: v_and_b32_dpp v5, v1, v2 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x36,0x01,0x0f,0x01,0x00]
 
 v_and_b32_dpp v5, v1, v2  row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x36,0x01,0x11,0x01,0x00]
+// GFX10: v_and_b32_dpp v5, v1, v2 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x36,0x01,0x11,0x01,0x00]
 
 v_and_b32_dpp v5, v1, v2  row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x36,0x01,0x1f,0x01,0x00]
+// GFX10: v_and_b32_dpp v5, v1, v2 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x36,0x01,0x1f,0x01,0x00]
 
 v_and_b32_dpp v5, v1, v2  row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x36,0x01,0x21,0x01,0x00]
+// GFX10: v_and_b32_dpp v5, v1, v2 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x36,0x01,0x21,0x01,0x00]
 
 v_and_b32_dpp v5, v1, v2  row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x36,0x01,0x2f,0x01,0x00]
+// GFX10: v_and_b32_dpp v5, v1, v2 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x36,0x01,0x2f,0x01,0x00]
 
 v_and_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x36,0x01,0xe4,0x00,0x10]
+// GFX10: v_and_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x36,0x01,0xe4,0x00,0x10]
 
 v_and_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x36,0x01,0xe4,0x00,0x30]
+// GFX10: v_and_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x36,0x01,0xe4,0x00,0x30]
 
 v_and_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x36,0x01,0xe4,0x00,0xf0]
+// GFX10: v_and_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x36,0x01,0xe4,0x00,0xf0]
 
 v_and_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x04,0x0a,0x36,0x01,0xe4,0x00,0x01]
+// GFX10: v_and_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x04,0x0a,0x36,0x01,0xe4,0x00,0x01]
 
 v_and_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x04,0x0a,0x36,0x01,0xe4,0x00,0x03]
+// GFX10: v_and_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x04,0x0a,0x36,0x01,0xe4,0x00,0x03]
 
 v_and_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x04,0x0a,0x36,0x01,0xe4,0x00,0x0f]
+// GFX10: v_and_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x04,0x0a,0x36,0x01,0xe4,0x00,0x0f]
 
 v_and_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x36,0x01,0xe4,0x08,0x00]
+// GFX10: v_and_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x04,0x0a,0x36,0x01,0xe4,0x08,0x00]
 
 v_and_b32_dpp v5, v1, v2  row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x36,0x01,0x51,0x01,0x00]
+// GFX10: v_and_b32_dpp v5, v1, v2 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x36,0x01,0x51,0x01,0x00]
 
 v_and_b32_dpp v5, v1, v2  row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x36,0x01,0x5f,0x01,0x00]
+// GFX10: v_and_b32_dpp v5, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x36,0x01,0x5f,0x01,0x00]
 
 v_and_b32_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x36,0x01,0x61,0x01,0x00]
+// GFX10: v_and_b32_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x36,0x01,0x61,0x01,0x00]
 
 v_and_b32_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x36,0x01,0x6f,0x01,0x00]
+// GFX10: v_and_b32_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x36,0x01,0x6f,0x01,0x00]
 
 v_or_b32_e32 v5, v1, v2
-// GFX10: encoding: [0x01,0x05,0x0a,0x38]
+// GFX10: v_or_b32_e32 v5, v1, v2                 ; encoding: [0x01,0x05,0x0a,0x38]
 
 v_or_b32_e32 v255, v1, v2
-// GFX10: encoding: [0x01,0x05,0xfe,0x39]
+// GFX10: v_or_b32_e32 v255, v1, v2               ; encoding: [0x01,0x05,0xfe,0x39]
 
 v_or_b32_e32 v5, v255, v2
-// GFX10: encoding: [0xff,0x05,0x0a,0x38]
+// GFX10: v_or_b32_e32 v5, v255, v2               ; encoding: [0xff,0x05,0x0a,0x38]
 
 v_or_b32_e32 v5, s1, v2
-// GFX10: encoding: [0x01,0x04,0x0a,0x38]
+// GFX10: v_or_b32_e32 v5, s1, v2                 ; encoding: [0x01,0x04,0x0a,0x38]
 
 v_or_b32_e32 v5, s103, v2
-// GFX10: encoding: [0x67,0x04,0x0a,0x38]
+// GFX10: v_or_b32_e32 v5, s103, v2               ; encoding: [0x67,0x04,0x0a,0x38]
 
 v_or_b32_e32 v5, vcc_lo, v2
-// GFX10: encoding: [0x6a,0x04,0x0a,0x38]
+// GFX10: v_or_b32_e32 v5, vcc_lo, v2             ; encoding: [0x6a,0x04,0x0a,0x38]
 
 v_or_b32_e32 v5, vcc_hi, v2
-// GFX10: encoding: [0x6b,0x04,0x0a,0x38]
+// GFX10: v_or_b32_e32 v5, vcc_hi, v2             ; encoding: [0x6b,0x04,0x0a,0x38]
 
 v_or_b32_e32 v5, ttmp11, v2
-// GFX10: encoding: [0x77,0x04,0x0a,0x38]
+// GFX10: v_or_b32_e32 v5, ttmp11, v2             ; encoding: [0x77,0x04,0x0a,0x38]
 
 v_or_b32_e32 v5, m0, v2
-// GFX10: encoding: [0x7c,0x04,0x0a,0x38]
+// GFX10: v_or_b32_e32 v5, m0, v2                 ; encoding: [0x7c,0x04,0x0a,0x38]
 
 v_or_b32_e32 v5, exec_lo, v2
-// GFX10: encoding: [0x7e,0x04,0x0a,0x38]
+// GFX10: v_or_b32_e32 v5, exec_lo, v2            ; encoding: [0x7e,0x04,0x0a,0x38]
 
 v_or_b32_e32 v5, exec_hi, v2
-// GFX10: encoding: [0x7f,0x04,0x0a,0x38]
+// GFX10: v_or_b32_e32 v5, exec_hi, v2            ; encoding: [0x7f,0x04,0x0a,0x38]
 
 v_or_b32_e32 v5, 0, v2
-// GFX10: encoding: [0x80,0x04,0x0a,0x38]
+// GFX10: v_or_b32_e32 v5, 0, v2                  ; encoding: [0x80,0x04,0x0a,0x38]
 
 v_or_b32_e32 v5, -1, v2
-// GFX10: encoding: [0xc1,0x04,0x0a,0x38]
+// GFX10: v_or_b32_e32 v5, -1, v2                 ; encoding: [0xc1,0x04,0x0a,0x38]
 
 v_or_b32_e32 v5, 0.5, v2
-// GFX10: encoding: [0xf0,0x04,0x0a,0x38]
+// GFX10: v_or_b32_e32 v5, 0.5, v2                ; encoding: [0xf0,0x04,0x0a,0x38]
 
 v_or_b32_e32 v5, -4.0, v2
-// GFX10: encoding: [0xf7,0x04,0x0a,0x38]
+// GFX10: v_or_b32_e32 v5, -4.0, v2               ; encoding: [0xf7,0x04,0x0a,0x38]
 
 v_or_b32_e32 v5, 0xaf123456, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x38,0x56,0x34,0x12,0xaf]
+// GFX10: v_or_b32_e32 v5, 0xaf123456, v2         ; encoding: [0xff,0x04,0x0a,0x38,0x56,0x34,0x12,0xaf]
 
 v_or_b32_e32 v5, 0x3f717273, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x38,0x73,0x72,0x71,0x3f]
+// GFX10: v_or_b32_e32 v5, 0x3f717273, v2         ; encoding: [0xff,0x04,0x0a,0x38,0x73,0x72,0x71,0x3f]
 
 v_or_b32_e32 v5, v1, v255
-// GFX10: encoding: [0x01,0xff,0x0b,0x38]
+// GFX10: v_or_b32_e32 v5, v1, v255               ; encoding: [0x01,0xff,0x0b,0x38]
 
 v_or_b32_e64 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x1c,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_or_b32_e64 v5, v1, v2                 ; encoding: [0x05,0x00,0x1c,0xd5,0x01,0x05,0x02,0x00]
 
 v_or_b32_e64 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x1c,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_or_b32_e64 v255, v1, v2               ; encoding: [0xff,0x00,0x1c,0xd5,0x01,0x05,0x02,0x00]
 
 v_or_b32_e64 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x1c,0xd5,0xff,0x05,0x02,0x00]
+// GFX10: v_or_b32_e64 v5, v255, v2               ; encoding: [0x05,0x00,0x1c,0xd5,0xff,0x05,0x02,0x00]
 
 v_or_b32_e64 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x1c,0xd5,0x01,0x04,0x02,0x00]
+// GFX10: v_or_b32_e64 v5, s1, v2                 ; encoding: [0x05,0x00,0x1c,0xd5,0x01,0x04,0x02,0x00]
 
 v_or_b32_e64 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x1c,0xd5,0x65,0x04,0x02,0x00]
+// GFX10: v_or_b32_e64 v5, s101, v2               ; encoding: [0x05,0x00,0x1c,0xd5,0x65,0x04,0x02,0x00]
 
 v_or_b32_e64 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x1c,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_or_b32_e64 v5, vcc_lo, v2             ; encoding: [0x05,0x00,0x1c,0xd5,0x6a,0x04,0x02,0x00]
 
 v_or_b32_e64 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x1c,0xd5,0x6b,0x04,0x02,0x00]
+// GFX10: v_or_b32_e64 v5, vcc_hi, v2             ; encoding: [0x05,0x00,0x1c,0xd5,0x6b,0x04,0x02,0x00]
 
 v_or_b32_e64 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x1c,0xd5,0x7c,0x04,0x02,0x00]
+// GFX10: v_or_b32_e64 v5, m0, v2                 ; encoding: [0x05,0x00,0x1c,0xd5,0x7c,0x04,0x02,0x00]
 
 v_or_b32_e64 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x1c,0xd5,0x7e,0x04,0x02,0x00]
+// GFX10: v_or_b32_e64 v5, exec_lo, v2            ; encoding: [0x05,0x00,0x1c,0xd5,0x7e,0x04,0x02,0x00]
 
 v_or_b32_e64 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x1c,0xd5,0x7f,0x04,0x02,0x00]
+// GFX10: v_or_b32_e64 v5, exec_hi, v2            ; encoding: [0x05,0x00,0x1c,0xd5,0x7f,0x04,0x02,0x00]
 
 v_or_b32_e64 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x1c,0xd5,0x80,0x04,0x02,0x00]
+// GFX10: v_or_b32_e64 v5, 0, v2                  ; encoding: [0x05,0x00,0x1c,0xd5,0x80,0x04,0x02,0x00]
 
 v_or_b32_e64 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x1c,0xd5,0xc1,0x04,0x02,0x00]
+// GFX10: v_or_b32_e64 v5, -1, v2                 ; encoding: [0x05,0x00,0x1c,0xd5,0xc1,0x04,0x02,0x00]
 
 v_or_b32_e64 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x1c,0xd5,0xf0,0x04,0x02,0x00]
+// GFX10: v_or_b32_e64 v5, 0.5, v2                ; encoding: [0x05,0x00,0x1c,0xd5,0xf0,0x04,0x02,0x00]
 
 v_or_b32_e64 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x1c,0xd5,0xf7,0x04,0x02,0x00]
+// GFX10: v_or_b32_e64 v5, -4.0, v2               ; encoding: [0x05,0x00,0x1c,0xd5,0xf7,0x04,0x02,0x00]
 
 v_or_b32_e64 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x1c,0xd5,0x01,0xff,0x03,0x00]
+// GFX10: v_or_b32_e64 v5, v1, v255               ; encoding: [0x05,0x00,0x1c,0xd5,0x01,0xff,0x03,0x00]
 
 v_or_b32_e64 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x1c,0xd5,0x01,0x05,0x00,0x00]
+// GFX10: v_or_b32_e64 v5, v1, s2                 ; encoding: [0x05,0x00,0x1c,0xd5,0x01,0x05,0x00,0x00]
 
 v_or_b32_e64 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x1c,0xd5,0x01,0xcb,0x00,0x00]
+// GFX10: v_or_b32_e64 v5, v1, s101               ; encoding: [0x05,0x00,0x1c,0xd5,0x01,0xcb,0x00,0x00]
 
 v_or_b32_e64 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x1c,0xd5,0x01,0xd5,0x00,0x00]
+// GFX10: v_or_b32_e64 v5, v1, vcc_lo             ; encoding: [0x05,0x00,0x1c,0xd5,0x01,0xd5,0x00,0x00]
 
 v_or_b32_e64 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x1c,0xd5,0x01,0xd7,0x00,0x00]
+// GFX10: v_or_b32_e64 v5, v1, vcc_hi             ; encoding: [0x05,0x00,0x1c,0xd5,0x01,0xd7,0x00,0x00]
 
 v_or_b32_e64 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x1c,0xd5,0x01,0xf9,0x00,0x00]
+// GFX10: v_or_b32_e64 v5, v1, m0                 ; encoding: [0x05,0x00,0x1c,0xd5,0x01,0xf9,0x00,0x00]
 
 v_or_b32_e64 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x1c,0xd5,0x01,0xfd,0x00,0x00]
+// GFX10: v_or_b32_e64 v5, v1, exec_lo            ; encoding: [0x05,0x00,0x1c,0xd5,0x01,0xfd,0x00,0x00]
 
 v_or_b32_e64 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x1c,0xd5,0x01,0xff,0x00,0x00]
+// GFX10: v_or_b32_e64 v5, v1, exec_hi            ; encoding: [0x05,0x00,0x1c,0xd5,0x01,0xff,0x00,0x00]
 
 v_or_b32_e64 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x1c,0xd5,0x01,0x01,0x01,0x00]
+// GFX10: v_or_b32_e64 v5, v1, 0                  ; encoding: [0x05,0x00,0x1c,0xd5,0x01,0x01,0x01,0x00]
 
 v_or_b32_e64 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x1c,0xd5,0x01,0x83,0x01,0x00]
+// GFX10: v_or_b32_e64 v5, v1, -1                 ; encoding: [0x05,0x00,0x1c,0xd5,0x01,0x83,0x01,0x00]
 
 v_or_b32_e64 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x1c,0xd5,0x01,0xe1,0x01,0x00]
+// GFX10: v_or_b32_e64 v5, v1, 0.5                ; encoding: [0x05,0x00,0x1c,0xd5,0x01,0xe1,0x01,0x00]
 
 v_or_b32_e64 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x1c,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_or_b32_e64 v5, v1, -4.0               ; encoding: [0x05,0x00,0x1c,0xd5,0x01,0xef,0x01,0x00]
 
 v_or_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x38,0x01,0x06,0x06,0x06]
+// GFX10: v_or_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x38,0x01,0x06,0x06,0x06]
 
 v_or_b32_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0xfe,0x39,0x01,0x06,0x06,0x06]
+// GFX10: v_or_b32_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0xfe,0x39,0x01,0x06,0x06,0x06]
 
 v_or_b32_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x38,0xff,0x06,0x06,0x06]
+// GFX10: v_or_b32_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x38,0xff,0x06,0x06,0x06]
 
 v_or_b32_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x38,0x01,0x06,0x86,0x06]
+// GFX10: v_or_b32_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x38,0x01,0x06,0x86,0x06]
 
 v_or_b32_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x38,0x65,0x06,0x86,0x06]
+// GFX10: v_or_b32_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x38,0x65,0x06,0x86,0x06]
 
 v_or_b32_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x38,0x6a,0x06,0x86,0x06]
+// GFX10: v_or_b32_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x38,0x6a,0x06,0x86,0x06]
 
 v_or_b32_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x38,0x6b,0x06,0x86,0x06]
+// GFX10: v_or_b32_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x38,0x6b,0x06,0x86,0x06]
 
 v_or_b32_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x38,0x7c,0x06,0x86,0x06]
+// GFX10: v_or_b32_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x38,0x7c,0x06,0x86,0x06]
 
 v_or_b32_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x38,0x7e,0x06,0x86,0x06]
+// GFX10: v_or_b32_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x38,0x7e,0x06,0x86,0x06]
 
 v_or_b32_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x38,0x7f,0x06,0x86,0x06]
+// GFX10: v_or_b32_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x38,0x7f,0x06,0x86,0x06]
 
 v_or_b32_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0xfe,0x0b,0x38,0x01,0x06,0x06,0x06]
+// GFX10: v_or_b32_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0xfe,0x0b,0x38,0x01,0x06,0x06,0x06]
 
 v_or_b32_sdwa v5, v1, v2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x38,0x01,0x06,0x06,0x06]
+// GFX10: v_or_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x38,0x01,0x06,0x06,0x06]
 
 v_or_b32_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x38,0x01,0x00,0x06,0x06]
+// GFX10: v_or_b32_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x38,0x01,0x00,0x06,0x06]
 
 v_or_b32_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x38,0x01,0x01,0x06,0x06]
+// GFX10: v_or_b32_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x38,0x01,0x01,0x06,0x06]
 
 v_or_b32_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x38,0x01,0x02,0x06,0x06]
+// GFX10: v_or_b32_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x38,0x01,0x02,0x06,0x06]
 
 v_or_b32_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x38,0x01,0x03,0x06,0x06]
+// GFX10: v_or_b32_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x38,0x01,0x03,0x06,0x06]
 
 v_or_b32_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x38,0x01,0x04,0x06,0x06]
+// GFX10: v_or_b32_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x38,0x01,0x04,0x06,0x06]
 
 v_or_b32_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x38,0x01,0x05,0x06,0x06]
+// GFX10: v_or_b32_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x38,0x01,0x05,0x06,0x06]
 
 v_or_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x38,0x01,0x0e,0x06,0x06]
+// GFX10: v_or_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x38,0x01,0x0e,0x06,0x06]
 
 v_or_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x38,0x01,0x16,0x06,0x06]
+// GFX10: v_or_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x38,0x01,0x16,0x06,0x06]
 
 v_or_b32_sdwa v5, v1, v2 dst_sel:DWORD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x38,0x01,0x16,0x06,0x06]
+// GFX10: v_or_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x38,0x01,0x16,0x06,0x06]
 
 v_or_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x38,0x01,0x06,0x06,0x06]
+// GFX10: v_or_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x38,0x01,0x06,0x06,0x06]
 
 v_or_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x38,0x01,0x06,0x00,0x06]
+// GFX10: v_or_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x38,0x01,0x06,0x00,0x06]
 
 v_or_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x38,0x01,0x06,0x01,0x06]
+// GFX10: v_or_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x38,0x01,0x06,0x01,0x06]
 
 v_or_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x38,0x01,0x06,0x02,0x06]
+// GFX10: v_or_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x38,0x01,0x06,0x02,0x06]
 
 v_or_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x38,0x01,0x06,0x03,0x06]
+// GFX10: v_or_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x38,0x01,0x06,0x03,0x06]
 
 v_or_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x38,0x01,0x06,0x04,0x06]
+// GFX10: v_or_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x38,0x01,0x06,0x04,0x06]
 
 v_or_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x38,0x01,0x06,0x05,0x06]
+// GFX10: v_or_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x38,0x01,0x06,0x05,0x06]
 
 v_or_b32_sdwa v5, sext(v1), v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x38,0x01,0x06,0x0e,0x06]
+// GFX10: v_or_b32_sdwa v5, sext(v1), v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x38,0x01,0x06,0x0e,0x06]
 
 v_or_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x38,0x01,0x06,0x06,0x06]
+// GFX10: v_or_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x38,0x01,0x06,0x06,0x06]
 
 v_or_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x38,0x01,0x06,0x06,0x00]
+// GFX10: v_or_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0 ; encoding: [0xf9,0x04,0x0a,0x38,0x01,0x06,0x06,0x00]
 
 v_or_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x38,0x01,0x06,0x06,0x01]
+// GFX10: v_or_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1 ; encoding: [0xf9,0x04,0x0a,0x38,0x01,0x06,0x06,0x01]
 
 v_or_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x04,0x0a,0x38,0x01,0x06,0x06,0x02]
+// GFX10: v_or_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2 ; encoding: [0xf9,0x04,0x0a,0x38,0x01,0x06,0x06,0x02]
 
 v_or_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x04,0x0a,0x38,0x01,0x06,0x06,0x03]
+// GFX10: v_or_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3 ; encoding: [0xf9,0x04,0x0a,0x38,0x01,0x06,0x06,0x03]
 
 v_or_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x38,0x01,0x06,0x06,0x04]
+// GFX10: v_or_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0 ; encoding: [0xf9,0x04,0x0a,0x38,0x01,0x06,0x06,0x04]
 
 v_or_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x38,0x01,0x06,0x06,0x05]
+// GFX10: v_or_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1 ; encoding: [0xf9,0x04,0x0a,0x38,0x01,0x06,0x06,0x05]
 
 v_or_b32_sdwa v5, v1, sext(v2) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x38,0x01,0x06,0x06,0x0e]
+// GFX10: v_or_b32_sdwa v5, v1, sext(v2) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x38,0x01,0x06,0x06,0x0e]
 
 v_or_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x38,0x01,0xe4,0x00,0x00]
+// GFX10: v_or_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x38,0x01,0xe4,0x00,0x00]
 
 v_or_b32_dpp v255, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0xfe,0x39,0x01,0xe4,0x00,0x00]
+// GFX10: v_or_b32_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0xfe,0x39,0x01,0xe4,0x00,0x00]
 
 v_or_b32_dpp v5, v255, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x38,0xff,0xe4,0x00,0x00]
+// GFX10: v_or_b32_dpp v5, v255, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x38,0xff,0xe4,0x00,0x00]
 
 v_or_b32_dpp v5, v1, v255  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xfe,0x0b,0x38,0x01,0xe4,0x00,0x00]
+// GFX10: v_or_b32_dpp v5, v1, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xfe,0x0b,0x38,0x01,0xe4,0x00,0x00]
 
 v_or_b32_dpp v5, v1, v2  quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x38,0x01,0x1b,0x00,0x00]
+// GFX10: v_or_b32_dpp v5, v1, v2 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x38,0x01,0x1b,0x00,0x00]
 
 v_or_b32_dpp v5, v1, v2  row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x38,0x01,0x40,0x01,0x00]
+// GFX10: v_or_b32_dpp v5, v1, v2 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x38,0x01,0x40,0x01,0x00]
 
 v_or_b32_dpp v5, v1, v2  row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x38,0x01,0x41,0x01,0x00]
+// GFX10: v_or_b32_dpp v5, v1, v2 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x38,0x01,0x41,0x01,0x00]
 
 v_or_b32_dpp v5, v1, v2  row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x38,0x01,0x01,0x01,0x00]
+// GFX10: v_or_b32_dpp v5, v1, v2 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x38,0x01,0x01,0x01,0x00]
 
 v_or_b32_dpp v5, v1, v2  row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x38,0x01,0x0f,0x01,0x00]
+// GFX10: v_or_b32_dpp v5, v1, v2 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x38,0x01,0x0f,0x01,0x00]
 
 v_or_b32_dpp v5, v1, v2  row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x38,0x01,0x11,0x01,0x00]
+// GFX10: v_or_b32_dpp v5, v1, v2 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x38,0x01,0x11,0x01,0x00]
 
 v_or_b32_dpp v5, v1, v2  row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x38,0x01,0x1f,0x01,0x00]
+// GFX10: v_or_b32_dpp v5, v1, v2 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x38,0x01,0x1f,0x01,0x00]
 
 v_or_b32_dpp v5, v1, v2  row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x38,0x01,0x21,0x01,0x00]
+// GFX10: v_or_b32_dpp v5, v1, v2 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x38,0x01,0x21,0x01,0x00]
 
 v_or_b32_dpp v5, v1, v2  row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x38,0x01,0x2f,0x01,0x00]
+// GFX10: v_or_b32_dpp v5, v1, v2 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x38,0x01,0x2f,0x01,0x00]
 
 v_or_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x38,0x01,0xe4,0x00,0x10]
+// GFX10: v_or_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x38,0x01,0xe4,0x00,0x10]
 
 v_or_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x38,0x01,0xe4,0x00,0x30]
+// GFX10: v_or_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x38,0x01,0xe4,0x00,0x30]
 
 v_or_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x38,0x01,0xe4,0x00,0xf0]
+// GFX10: v_or_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x38,0x01,0xe4,0x00,0xf0]
 
 v_or_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x04,0x0a,0x38,0x01,0xe4,0x00,0x01]
+// GFX10: v_or_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x04,0x0a,0x38,0x01,0xe4,0x00,0x01]
 
 v_or_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x04,0x0a,0x38,0x01,0xe4,0x00,0x03]
+// GFX10: v_or_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x04,0x0a,0x38,0x01,0xe4,0x00,0x03]
 
 v_or_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x04,0x0a,0x38,0x01,0xe4,0x00,0x0f]
+// GFX10: v_or_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x04,0x0a,0x38,0x01,0xe4,0x00,0x0f]
 
 v_or_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x38,0x01,0xe4,0x08,0x00]
+// GFX10: v_or_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x04,0x0a,0x38,0x01,0xe4,0x08,0x00]
 
 v_or_b32_dpp v5, v1, v2  row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x38,0x01,0x51,0x01,0x00]
+// GFX10: v_or_b32_dpp v5, v1, v2 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x38,0x01,0x51,0x01,0x00]
 
 v_or_b32_dpp v5, v1, v2  row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x38,0x01,0x5f,0x01,0x00]
+// GFX10: v_or_b32_dpp v5, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x38,0x01,0x5f,0x01,0x00]
 
 v_or_b32_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x38,0x01,0x61,0x01,0x00]
+// GFX10: v_or_b32_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x38,0x01,0x61,0x01,0x00]
 
 v_or_b32_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x38,0x01,0x6f,0x01,0x00]
+// GFX10: v_or_b32_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x38,0x01,0x6f,0x01,0x00]
 
 v_xor_b32_e32 v5, v1, v2
-// GFX10: encoding: [0x01,0x05,0x0a,0x3a]
+// GFX10: v_xor_b32_e32 v5, v1, v2                ; encoding: [0x01,0x05,0x0a,0x3a]
 
 v_xor_b32_e32 v255, v1, v2
-// GFX10: encoding: [0x01,0x05,0xfe,0x3b]
+// GFX10: v_xor_b32_e32 v255, v1, v2              ; encoding: [0x01,0x05,0xfe,0x3b]
 
 v_xor_b32_e32 v5, v255, v2
-// GFX10: encoding: [0xff,0x05,0x0a,0x3a]
+// GFX10: v_xor_b32_e32 v5, v255, v2              ; encoding: [0xff,0x05,0x0a,0x3a]
 
 v_xor_b32_e32 v5, s1, v2
-// GFX10: encoding: [0x01,0x04,0x0a,0x3a]
+// GFX10: v_xor_b32_e32 v5, s1, v2                ; encoding: [0x01,0x04,0x0a,0x3a]
 
 v_xor_b32_e32 v5, s103, v2
-// GFX10: encoding: [0x67,0x04,0x0a,0x3a]
+// GFX10: v_xor_b32_e32 v5, s103, v2              ; encoding: [0x67,0x04,0x0a,0x3a]
 
 v_xor_b32_e32 v5, vcc_lo, v2
-// GFX10: encoding: [0x6a,0x04,0x0a,0x3a]
+// GFX10: v_xor_b32_e32 v5, vcc_lo, v2            ; encoding: [0x6a,0x04,0x0a,0x3a]
 
 v_xor_b32_e32 v5, vcc_hi, v2
-// GFX10: encoding: [0x6b,0x04,0x0a,0x3a]
+// GFX10: v_xor_b32_e32 v5, vcc_hi, v2            ; encoding: [0x6b,0x04,0x0a,0x3a]
 
 v_xor_b32_e32 v5, ttmp11, v2
-// GFX10: encoding: [0x77,0x04,0x0a,0x3a]
+// GFX10: v_xor_b32_e32 v5, ttmp11, v2            ; encoding: [0x77,0x04,0x0a,0x3a]
 
 v_xor_b32_e32 v5, m0, v2
-// GFX10: encoding: [0x7c,0x04,0x0a,0x3a]
+// GFX10: v_xor_b32_e32 v5, m0, v2                ; encoding: [0x7c,0x04,0x0a,0x3a]
 
 v_xor_b32_e32 v5, exec_lo, v2
-// GFX10: encoding: [0x7e,0x04,0x0a,0x3a]
+// GFX10: v_xor_b32_e32 v5, exec_lo, v2           ; encoding: [0x7e,0x04,0x0a,0x3a]
 
 v_xor_b32_e32 v5, exec_hi, v2
-// GFX10: encoding: [0x7f,0x04,0x0a,0x3a]
+// GFX10: v_xor_b32_e32 v5, exec_hi, v2           ; encoding: [0x7f,0x04,0x0a,0x3a]
 
 v_xor_b32_e32 v5, 0, v2
-// GFX10: encoding: [0x80,0x04,0x0a,0x3a]
+// GFX10: v_xor_b32_e32 v5, 0, v2                 ; encoding: [0x80,0x04,0x0a,0x3a]
 
 v_xor_b32_e32 v5, -1, v2
-// GFX10: encoding: [0xc1,0x04,0x0a,0x3a]
+// GFX10: v_xor_b32_e32 v5, -1, v2                ; encoding: [0xc1,0x04,0x0a,0x3a]
 
 v_xor_b32_e32 v5, 0.5, v2
-// GFX10: encoding: [0xf0,0x04,0x0a,0x3a]
+// GFX10: v_xor_b32_e32 v5, 0.5, v2               ; encoding: [0xf0,0x04,0x0a,0x3a]
 
 v_xor_b32_e32 v5, -4.0, v2
-// GFX10: encoding: [0xf7,0x04,0x0a,0x3a]
+// GFX10: v_xor_b32_e32 v5, -4.0, v2              ; encoding: [0xf7,0x04,0x0a,0x3a]
 
 v_xor_b32_e32 v5, 0xaf123456, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x3a,0x56,0x34,0x12,0xaf]
+// GFX10: v_xor_b32_e32 v5, 0xaf123456, v2        ; encoding: [0xff,0x04,0x0a,0x3a,0x56,0x34,0x12,0xaf]
 
 v_xor_b32_e32 v5, 0x3f717273, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x3a,0x73,0x72,0x71,0x3f]
+// GFX10: v_xor_b32_e32 v5, 0x3f717273, v2        ; encoding: [0xff,0x04,0x0a,0x3a,0x73,0x72,0x71,0x3f]
 
 v_xor_b32_e32 v5, v1, v255
-// GFX10: encoding: [0x01,0xff,0x0b,0x3a]
+// GFX10: v_xor_b32_e32 v5, v1, v255              ; encoding: [0x01,0xff,0x0b,0x3a]
 
 v_xor_b32_e64 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x1d,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_xor_b32_e64 v5, v1, v2                ; encoding: [0x05,0x00,0x1d,0xd5,0x01,0x05,0x02,0x00]
 
 v_xor_b32_e64 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x1d,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_xor_b32_e64 v255, v1, v2              ; encoding: [0xff,0x00,0x1d,0xd5,0x01,0x05,0x02,0x00]
 
 v_xor_b32_e64 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x1d,0xd5,0xff,0x05,0x02,0x00]
+// GFX10: v_xor_b32_e64 v5, v255, v2              ; encoding: [0x05,0x00,0x1d,0xd5,0xff,0x05,0x02,0x00]
 
 v_xor_b32_e64 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x1d,0xd5,0x01,0x04,0x02,0x00]
+// GFX10: v_xor_b32_e64 v5, s1, v2                ; encoding: [0x05,0x00,0x1d,0xd5,0x01,0x04,0x02,0x00]
 
 v_xor_b32_e64 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x1d,0xd5,0x65,0x04,0x02,0x00]
+// GFX10: v_xor_b32_e64 v5, s101, v2              ; encoding: [0x05,0x00,0x1d,0xd5,0x65,0x04,0x02,0x00]
 
 v_xor_b32_e64 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x1d,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_xor_b32_e64 v5, vcc_lo, v2            ; encoding: [0x05,0x00,0x1d,0xd5,0x6a,0x04,0x02,0x00]
 
 v_xor_b32_e64 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x1d,0xd5,0x6b,0x04,0x02,0x00]
+// GFX10: v_xor_b32_e64 v5, vcc_hi, v2            ; encoding: [0x05,0x00,0x1d,0xd5,0x6b,0x04,0x02,0x00]
 
 v_xor_b32_e64 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x1d,0xd5,0x7c,0x04,0x02,0x00]
+// GFX10: v_xor_b32_e64 v5, m0, v2                ; encoding: [0x05,0x00,0x1d,0xd5,0x7c,0x04,0x02,0x00]
 
 v_xor_b32_e64 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x1d,0xd5,0x7e,0x04,0x02,0x00]
+// GFX10: v_xor_b32_e64 v5, exec_lo, v2           ; encoding: [0x05,0x00,0x1d,0xd5,0x7e,0x04,0x02,0x00]
 
 v_xor_b32_e64 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x1d,0xd5,0x7f,0x04,0x02,0x00]
+// GFX10: v_xor_b32_e64 v5, exec_hi, v2           ; encoding: [0x05,0x00,0x1d,0xd5,0x7f,0x04,0x02,0x00]
 
 v_xor_b32_e64 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x1d,0xd5,0x80,0x04,0x02,0x00]
+// GFX10: v_xor_b32_e64 v5, 0, v2                 ; encoding: [0x05,0x00,0x1d,0xd5,0x80,0x04,0x02,0x00]
 
 v_xor_b32_e64 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x1d,0xd5,0xc1,0x04,0x02,0x00]
+// GFX10: v_xor_b32_e64 v5, -1, v2                ; encoding: [0x05,0x00,0x1d,0xd5,0xc1,0x04,0x02,0x00]
 
 v_xor_b32_e64 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x1d,0xd5,0xf0,0x04,0x02,0x00]
+// GFX10: v_xor_b32_e64 v5, 0.5, v2               ; encoding: [0x05,0x00,0x1d,0xd5,0xf0,0x04,0x02,0x00]
 
 v_xor_b32_e64 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x1d,0xd5,0xf7,0x04,0x02,0x00]
+// GFX10: v_xor_b32_e64 v5, -4.0, v2              ; encoding: [0x05,0x00,0x1d,0xd5,0xf7,0x04,0x02,0x00]
 
 v_xor_b32_e64 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x1d,0xd5,0x01,0xff,0x03,0x00]
+// GFX10: v_xor_b32_e64 v5, v1, v255              ; encoding: [0x05,0x00,0x1d,0xd5,0x01,0xff,0x03,0x00]
 
 v_xor_b32_e64 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x1d,0xd5,0x01,0x05,0x00,0x00]
+// GFX10: v_xor_b32_e64 v5, v1, s2                ; encoding: [0x05,0x00,0x1d,0xd5,0x01,0x05,0x00,0x00]
 
 v_xor_b32_e64 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x1d,0xd5,0x01,0xcb,0x00,0x00]
+// GFX10: v_xor_b32_e64 v5, v1, s101              ; encoding: [0x05,0x00,0x1d,0xd5,0x01,0xcb,0x00,0x00]
 
 v_xor_b32_e64 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x1d,0xd5,0x01,0xd5,0x00,0x00]
+// GFX10: v_xor_b32_e64 v5, v1, vcc_lo            ; encoding: [0x05,0x00,0x1d,0xd5,0x01,0xd5,0x00,0x00]
 
 v_xor_b32_e64 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x1d,0xd5,0x01,0xd7,0x00,0x00]
+// GFX10: v_xor_b32_e64 v5, v1, vcc_hi            ; encoding: [0x05,0x00,0x1d,0xd5,0x01,0xd7,0x00,0x00]
 
 v_xor_b32_e64 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x1d,0xd5,0x01,0xf9,0x00,0x00]
+// GFX10: v_xor_b32_e64 v5, v1, m0                ; encoding: [0x05,0x00,0x1d,0xd5,0x01,0xf9,0x00,0x00]
 
 v_xor_b32_e64 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x1d,0xd5,0x01,0xfd,0x00,0x00]
+// GFX10: v_xor_b32_e64 v5, v1, exec_lo           ; encoding: [0x05,0x00,0x1d,0xd5,0x01,0xfd,0x00,0x00]
 
 v_xor_b32_e64 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x1d,0xd5,0x01,0xff,0x00,0x00]
+// GFX10: v_xor_b32_e64 v5, v1, exec_hi           ; encoding: [0x05,0x00,0x1d,0xd5,0x01,0xff,0x00,0x00]
 
 v_xor_b32_e64 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x1d,0xd5,0x01,0x01,0x01,0x00]
+// GFX10: v_xor_b32_e64 v5, v1, 0                 ; encoding: [0x05,0x00,0x1d,0xd5,0x01,0x01,0x01,0x00]
 
 v_xor_b32_e64 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x1d,0xd5,0x01,0x83,0x01,0x00]
+// GFX10: v_xor_b32_e64 v5, v1, -1                ; encoding: [0x05,0x00,0x1d,0xd5,0x01,0x83,0x01,0x00]
 
 v_xor_b32_e64 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x1d,0xd5,0x01,0xe1,0x01,0x00]
+// GFX10: v_xor_b32_e64 v5, v1, 0.5               ; encoding: [0x05,0x00,0x1d,0xd5,0x01,0xe1,0x01,0x00]
 
 v_xor_b32_e64 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x1d,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_xor_b32_e64 v5, v1, -4.0              ; encoding: [0x05,0x00,0x1d,0xd5,0x01,0xef,0x01,0x00]
 
 v_xor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x06,0x06,0x06]
+// GFX10: v_xor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x06,0x06,0x06]
 
 v_xor_b32_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0xfe,0x3b,0x01,0x06,0x06,0x06]
+// GFX10: v_xor_b32_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0xfe,0x3b,0x01,0x06,0x06,0x06]
 
 v_xor_b32_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3a,0xff,0x06,0x06,0x06]
+// GFX10: v_xor_b32_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3a,0xff,0x06,0x06,0x06]
 
 v_xor_b32_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x06,0x86,0x06]
+// GFX10: v_xor_b32_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x06,0x86,0x06]
 
 v_xor_b32_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3a,0x65,0x06,0x86,0x06]
+// GFX10: v_xor_b32_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3a,0x65,0x06,0x86,0x06]
 
 v_xor_b32_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3a,0x6a,0x06,0x86,0x06]
+// GFX10: v_xor_b32_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3a,0x6a,0x06,0x86,0x06]
 
 v_xor_b32_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3a,0x6b,0x06,0x86,0x06]
+// GFX10: v_xor_b32_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3a,0x6b,0x06,0x86,0x06]
 
 v_xor_b32_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3a,0x7c,0x06,0x86,0x06]
+// GFX10: v_xor_b32_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3a,0x7c,0x06,0x86,0x06]
 
 v_xor_b32_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3a,0x7e,0x06,0x86,0x06]
+// GFX10: v_xor_b32_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3a,0x7e,0x06,0x86,0x06]
 
 v_xor_b32_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3a,0x7f,0x06,0x86,0x06]
+// GFX10: v_xor_b32_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3a,0x7f,0x06,0x86,0x06]
 
 v_xor_b32_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0xfe,0x0b,0x3a,0x01,0x06,0x06,0x06]
+// GFX10: v_xor_b32_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0xfe,0x0b,0x3a,0x01,0x06,0x06,0x06]
 
 v_xor_b32_sdwa v5, v1, v2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x06,0x06,0x06]
+// GFX10: v_xor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x06,0x06,0x06]
 
 v_xor_b32_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x00,0x06,0x06]
+// GFX10: v_xor_b32_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x00,0x06,0x06]
 
 v_xor_b32_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x01,0x06,0x06]
+// GFX10: v_xor_b32_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x01,0x06,0x06]
 
 v_xor_b32_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x02,0x06,0x06]
+// GFX10: v_xor_b32_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x02,0x06,0x06]
 
 v_xor_b32_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x03,0x06,0x06]
+// GFX10: v_xor_b32_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x03,0x06,0x06]
 
 v_xor_b32_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x04,0x06,0x06]
+// GFX10: v_xor_b32_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x04,0x06,0x06]
 
 v_xor_b32_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x05,0x06,0x06]
+// GFX10: v_xor_b32_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x05,0x06,0x06]
 
 v_xor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x0e,0x06,0x06]
+// GFX10: v_xor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x0e,0x06,0x06]
 
 v_xor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x16,0x06,0x06]
+// GFX10: v_xor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x16,0x06,0x06]
 
 v_xor_b32_sdwa v5, v1, v2 dst_sel:DWORD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x16,0x06,0x06]
+// GFX10: v_xor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x16,0x06,0x06]
 
 v_xor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x06,0x06,0x06]
+// GFX10: v_xor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x06,0x06,0x06]
 
 v_xor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x06,0x00,0x06]
+// GFX10: v_xor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x06,0x00,0x06]
 
 v_xor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x06,0x01,0x06]
+// GFX10: v_xor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x06,0x01,0x06]
 
 v_xor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x06,0x02,0x06]
+// GFX10: v_xor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x06,0x02,0x06]
 
 v_xor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x06,0x03,0x06]
+// GFX10: v_xor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x06,0x03,0x06]
 
 v_xor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x06,0x04,0x06]
+// GFX10: v_xor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x06,0x04,0x06]
 
 v_xor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x06,0x05,0x06]
+// GFX10: v_xor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x06,0x05,0x06]
 
 v_xor_b32_sdwa v5, sext(v1), v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x06,0x0e,0x06]
+// GFX10: v_xor_b32_sdwa v5, sext(v1), v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x06,0x0e,0x06]
 
 v_xor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x06,0x06,0x06]
+// GFX10: v_xor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x06,0x06,0x06]
 
 v_xor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x06,0x06,0x00]
+// GFX10: v_xor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0 ; encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x06,0x06,0x00]
 
 v_xor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x06,0x06,0x01]
+// GFX10: v_xor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1 ; encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x06,0x06,0x01]
 
 v_xor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x06,0x06,0x02]
+// GFX10: v_xor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2 ; encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x06,0x06,0x02]
 
 v_xor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x06,0x06,0x03]
+// GFX10: v_xor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3 ; encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x06,0x06,0x03]
 
 v_xor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x06,0x06,0x04]
+// GFX10: v_xor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0 ; encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x06,0x06,0x04]
 
 v_xor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x06,0x06,0x05]
+// GFX10: v_xor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1 ; encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x06,0x06,0x05]
 
 v_xor_b32_sdwa v5, v1, sext(v2) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x06,0x06,0x0e]
+// GFX10: v_xor_b32_sdwa v5, v1, sext(v2) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3a,0x01,0x06,0x06,0x0e]
 
 v_xor_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x3a,0x01,0xe4,0x00,0x00]
+// GFX10: v_xor_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x3a,0x01,0xe4,0x00,0x00]
 
 v_xor_b32_dpp v255, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0xfe,0x3b,0x01,0xe4,0x00,0x00]
+// GFX10: v_xor_b32_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0xfe,0x3b,0x01,0xe4,0x00,0x00]
 
 v_xor_b32_dpp v5, v255, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x3a,0xff,0xe4,0x00,0x00]
+// GFX10: v_xor_b32_dpp v5, v255, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x3a,0xff,0xe4,0x00,0x00]
 
 v_xor_b32_dpp v5, v1, v255  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xfe,0x0b,0x3a,0x01,0xe4,0x00,0x00]
+// GFX10: v_xor_b32_dpp v5, v1, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xfe,0x0b,0x3a,0x01,0xe4,0x00,0x00]
 
 v_xor_b32_dpp v5, v1, v2  quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x3a,0x01,0x1b,0x00,0x00]
+// GFX10: v_xor_b32_dpp v5, v1, v2 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x3a,0x01,0x1b,0x00,0x00]
 
 v_xor_b32_dpp v5, v1, v2  row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x3a,0x01,0x40,0x01,0x00]
+// GFX10: v_xor_b32_dpp v5, v1, v2 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x3a,0x01,0x40,0x01,0x00]
 
 v_xor_b32_dpp v5, v1, v2  row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x3a,0x01,0x41,0x01,0x00]
+// GFX10: v_xor_b32_dpp v5, v1, v2 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x3a,0x01,0x41,0x01,0x00]
 
 v_xor_b32_dpp v5, v1, v2  row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x3a,0x01,0x01,0x01,0x00]
+// GFX10: v_xor_b32_dpp v5, v1, v2 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x3a,0x01,0x01,0x01,0x00]
 
 v_xor_b32_dpp v5, v1, v2  row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x3a,0x01,0x0f,0x01,0x00]
+// GFX10: v_xor_b32_dpp v5, v1, v2 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x3a,0x01,0x0f,0x01,0x00]
 
 v_xor_b32_dpp v5, v1, v2  row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x3a,0x01,0x11,0x01,0x00]
+// GFX10: v_xor_b32_dpp v5, v1, v2 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x3a,0x01,0x11,0x01,0x00]
 
 v_xor_b32_dpp v5, v1, v2  row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x3a,0x01,0x1f,0x01,0x00]
+// GFX10: v_xor_b32_dpp v5, v1, v2 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x3a,0x01,0x1f,0x01,0x00]
 
 v_xor_b32_dpp v5, v1, v2  row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x3a,0x01,0x21,0x01,0x00]
+// GFX10: v_xor_b32_dpp v5, v1, v2 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x3a,0x01,0x21,0x01,0x00]
 
 v_xor_b32_dpp v5, v1, v2  row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x3a,0x01,0x2f,0x01,0x00]
+// GFX10: v_xor_b32_dpp v5, v1, v2 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x3a,0x01,0x2f,0x01,0x00]
 
 v_xor_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x3a,0x01,0xe4,0x00,0x10]
+// GFX10: v_xor_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x3a,0x01,0xe4,0x00,0x10]
 
 v_xor_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x3a,0x01,0xe4,0x00,0x30]
+// GFX10: v_xor_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x3a,0x01,0xe4,0x00,0x30]
 
 v_xor_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x3a,0x01,0xe4,0x00,0xf0]
+// GFX10: v_xor_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x3a,0x01,0xe4,0x00,0xf0]
 
 v_xor_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x04,0x0a,0x3a,0x01,0xe4,0x00,0x01]
+// GFX10: v_xor_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x04,0x0a,0x3a,0x01,0xe4,0x00,0x01]
 
 v_xor_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x04,0x0a,0x3a,0x01,0xe4,0x00,0x03]
+// GFX10: v_xor_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x04,0x0a,0x3a,0x01,0xe4,0x00,0x03]
 
 v_xor_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x04,0x0a,0x3a,0x01,0xe4,0x00,0x0f]
+// GFX10: v_xor_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x04,0x0a,0x3a,0x01,0xe4,0x00,0x0f]
 
 v_xor_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x3a,0x01,0xe4,0x08,0x00]
+// GFX10: v_xor_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x04,0x0a,0x3a,0x01,0xe4,0x08,0x00]
 
 v_xor_b32_dpp v5, v1, v2  row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x3a,0x01,0x51,0x01,0x00]
+// GFX10: v_xor_b32_dpp v5, v1, v2 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x3a,0x01,0x51,0x01,0x00]
 
 v_xor_b32_dpp v5, v1, v2  row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x3a,0x01,0x5f,0x01,0x00]
+// GFX10: v_xor_b32_dpp v5, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x3a,0x01,0x5f,0x01,0x00]
 
 v_xor_b32_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x3a,0x01,0x61,0x01,0x00]
+// GFX10: v_xor_b32_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x3a,0x01,0x61,0x01,0x00]
 
 v_xor_b32_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x3a,0x01,0x6f,0x01,0x00]
+// GFX10: v_xor_b32_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x3a,0x01,0x6f,0x01,0x00]
 
 v_xnor_b32_e32 v5, v1, v2
-// GFX10: encoding: [0x01,0x05,0x0a,0x3c]
+// GFX10: v_xnor_b32_e32 v5, v1, v2               ; encoding: [0x01,0x05,0x0a,0x3c]
 
 v_xnor_b32_e32 v255, v1, v2
-// GFX10: encoding: [0x01,0x05,0xfe,0x3d]
+// GFX10: v_xnor_b32_e32 v255, v1, v2             ; encoding: [0x01,0x05,0xfe,0x3d]
 
 v_xnor_b32_e32 v5, v255, v2
-// GFX10: encoding: [0xff,0x05,0x0a,0x3c]
+// GFX10: v_xnor_b32_e32 v5, v255, v2             ; encoding: [0xff,0x05,0x0a,0x3c]
 
 v_xnor_b32_e32 v5, s1, v2
-// GFX10: encoding: [0x01,0x04,0x0a,0x3c]
+// GFX10: v_xnor_b32_e32 v5, s1, v2               ; encoding: [0x01,0x04,0x0a,0x3c]
 
 v_xnor_b32_e32 v5, s103, v2
-// GFX10: encoding: [0x67,0x04,0x0a,0x3c]
+// GFX10: v_xnor_b32_e32 v5, s103, v2             ; encoding: [0x67,0x04,0x0a,0x3c]
 
 v_xnor_b32_e32 v5, vcc_lo, v2
-// GFX10: encoding: [0x6a,0x04,0x0a,0x3c]
+// GFX10: v_xnor_b32_e32 v5, vcc_lo, v2           ; encoding: [0x6a,0x04,0x0a,0x3c]
 
 v_xnor_b32_e32 v5, vcc_hi, v2
-// GFX10: encoding: [0x6b,0x04,0x0a,0x3c]
+// GFX10: v_xnor_b32_e32 v5, vcc_hi, v2           ; encoding: [0x6b,0x04,0x0a,0x3c]
 
 v_xnor_b32_e32 v5, ttmp11, v2
-// GFX10: encoding: [0x77,0x04,0x0a,0x3c]
+// GFX10: v_xnor_b32_e32 v5, ttmp11, v2           ; encoding: [0x77,0x04,0x0a,0x3c]
 
 v_xnor_b32_e32 v5, m0, v2
-// GFX10: encoding: [0x7c,0x04,0x0a,0x3c]
+// GFX10: v_xnor_b32_e32 v5, m0, v2               ; encoding: [0x7c,0x04,0x0a,0x3c]
 
 v_xnor_b32_e32 v5, exec_lo, v2
-// GFX10: encoding: [0x7e,0x04,0x0a,0x3c]
+// GFX10: v_xnor_b32_e32 v5, exec_lo, v2          ; encoding: [0x7e,0x04,0x0a,0x3c]
 
 v_xnor_b32_e32 v5, exec_hi, v2
-// GFX10: encoding: [0x7f,0x04,0x0a,0x3c]
+// GFX10: v_xnor_b32_e32 v5, exec_hi, v2          ; encoding: [0x7f,0x04,0x0a,0x3c]
 
 v_xnor_b32_e32 v5, 0, v2
-// GFX10: encoding: [0x80,0x04,0x0a,0x3c]
+// GFX10: v_xnor_b32_e32 v5, 0, v2                ; encoding: [0x80,0x04,0x0a,0x3c]
 
 v_xnor_b32_e32 v5, -1, v2
-// GFX10: encoding: [0xc1,0x04,0x0a,0x3c]
+// GFX10: v_xnor_b32_e32 v5, -1, v2               ; encoding: [0xc1,0x04,0x0a,0x3c]
 
 v_xnor_b32_e32 v5, 0.5, v2
-// GFX10: encoding: [0xf0,0x04,0x0a,0x3c]
+// GFX10: v_xnor_b32_e32 v5, 0.5, v2              ; encoding: [0xf0,0x04,0x0a,0x3c]
 
 v_xnor_b32_e32 v5, -4.0, v2
-// GFX10: encoding: [0xf7,0x04,0x0a,0x3c]
+// GFX10: v_xnor_b32_e32 v5, -4.0, v2             ; encoding: [0xf7,0x04,0x0a,0x3c]
 
 v_xnor_b32_e32 v5, 0xaf123456, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x3c,0x56,0x34,0x12,0xaf]
+// GFX10: v_xnor_b32_e32 v5, 0xaf123456, v2       ; encoding: [0xff,0x04,0x0a,0x3c,0x56,0x34,0x12,0xaf]
 
 v_xnor_b32_e32 v5, 0x3f717273, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x3c,0x73,0x72,0x71,0x3f]
+// GFX10: v_xnor_b32_e32 v5, 0x3f717273, v2       ; encoding: [0xff,0x04,0x0a,0x3c,0x73,0x72,0x71,0x3f]
 
 v_xnor_b32_e32 v5, v1, v255
-// GFX10: encoding: [0x01,0xff,0x0b,0x3c]
+// GFX10: v_xnor_b32_e32 v5, v1, v255             ; encoding: [0x01,0xff,0x0b,0x3c]
 
 v_xnor_b32_e64 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x1e,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_xnor_b32_e64 v5, v1, v2               ; encoding: [0x05,0x00,0x1e,0xd5,0x01,0x05,0x02,0x00]
 
 v_xnor_b32_e64 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x1e,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_xnor_b32_e64 v255, v1, v2             ; encoding: [0xff,0x00,0x1e,0xd5,0x01,0x05,0x02,0x00]
 
 v_xnor_b32_e64 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x1e,0xd5,0xff,0x05,0x02,0x00]
+// GFX10: v_xnor_b32_e64 v5, v255, v2             ; encoding: [0x05,0x00,0x1e,0xd5,0xff,0x05,0x02,0x00]
 
 v_xnor_b32_e64 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x1e,0xd5,0x01,0x04,0x02,0x00]
+// GFX10: v_xnor_b32_e64 v5, s1, v2               ; encoding: [0x05,0x00,0x1e,0xd5,0x01,0x04,0x02,0x00]
 
 v_xnor_b32_e64 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x1e,0xd5,0x65,0x04,0x02,0x00]
+// GFX10: v_xnor_b32_e64 v5, s101, v2             ; encoding: [0x05,0x00,0x1e,0xd5,0x65,0x04,0x02,0x00]
 
 v_xnor_b32_e64 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x1e,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_xnor_b32_e64 v5, vcc_lo, v2           ; encoding: [0x05,0x00,0x1e,0xd5,0x6a,0x04,0x02,0x00]
 
 v_xnor_b32_e64 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x1e,0xd5,0x6b,0x04,0x02,0x00]
+// GFX10: v_xnor_b32_e64 v5, vcc_hi, v2           ; encoding: [0x05,0x00,0x1e,0xd5,0x6b,0x04,0x02,0x00]
 
 v_xnor_b32_e64 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x1e,0xd5,0x7c,0x04,0x02,0x00]
+// GFX10: v_xnor_b32_e64 v5, m0, v2               ; encoding: [0x05,0x00,0x1e,0xd5,0x7c,0x04,0x02,0x00]
 
 v_xnor_b32_e64 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x1e,0xd5,0x7e,0x04,0x02,0x00]
+// GFX10: v_xnor_b32_e64 v5, exec_lo, v2          ; encoding: [0x05,0x00,0x1e,0xd5,0x7e,0x04,0x02,0x00]
 
 v_xnor_b32_e64 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x1e,0xd5,0x7f,0x04,0x02,0x00]
+// GFX10: v_xnor_b32_e64 v5, exec_hi, v2          ; encoding: [0x05,0x00,0x1e,0xd5,0x7f,0x04,0x02,0x00]
 
 v_xnor_b32_e64 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x1e,0xd5,0x80,0x04,0x02,0x00]
+// GFX10: v_xnor_b32_e64 v5, 0, v2                ; encoding: [0x05,0x00,0x1e,0xd5,0x80,0x04,0x02,0x00]
 
 v_xnor_b32_e64 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x1e,0xd5,0xc1,0x04,0x02,0x00]
+// GFX10: v_xnor_b32_e64 v5, -1, v2               ; encoding: [0x05,0x00,0x1e,0xd5,0xc1,0x04,0x02,0x00]
 
 v_xnor_b32_e64 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x1e,0xd5,0xf0,0x04,0x02,0x00]
+// GFX10: v_xnor_b32_e64 v5, 0.5, v2              ; encoding: [0x05,0x00,0x1e,0xd5,0xf0,0x04,0x02,0x00]
 
 v_xnor_b32_e64 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x1e,0xd5,0xf7,0x04,0x02,0x00]
+// GFX10: v_xnor_b32_e64 v5, -4.0, v2             ; encoding: [0x05,0x00,0x1e,0xd5,0xf7,0x04,0x02,0x00]
 
 v_xnor_b32_e64 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x1e,0xd5,0x01,0xff,0x03,0x00]
+// GFX10: v_xnor_b32_e64 v5, v1, v255             ; encoding: [0x05,0x00,0x1e,0xd5,0x01,0xff,0x03,0x00]
 
 v_xnor_b32_e64 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x1e,0xd5,0x01,0x05,0x00,0x00]
+// GFX10: v_xnor_b32_e64 v5, v1, s2               ; encoding: [0x05,0x00,0x1e,0xd5,0x01,0x05,0x00,0x00]
 
 v_xnor_b32_e64 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x1e,0xd5,0x01,0xcb,0x00,0x00]
+// GFX10: v_xnor_b32_e64 v5, v1, s101             ; encoding: [0x05,0x00,0x1e,0xd5,0x01,0xcb,0x00,0x00]
 
 v_xnor_b32_e64 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x1e,0xd5,0x01,0xd5,0x00,0x00]
+// GFX10: v_xnor_b32_e64 v5, v1, vcc_lo           ; encoding: [0x05,0x00,0x1e,0xd5,0x01,0xd5,0x00,0x00]
 
 v_xnor_b32_e64 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x1e,0xd5,0x01,0xd7,0x00,0x00]
+// GFX10: v_xnor_b32_e64 v5, v1, vcc_hi           ; encoding: [0x05,0x00,0x1e,0xd5,0x01,0xd7,0x00,0x00]
 
 v_xnor_b32_e64 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x1e,0xd5,0x01,0xf9,0x00,0x00]
+// GFX10: v_xnor_b32_e64 v5, v1, m0               ; encoding: [0x05,0x00,0x1e,0xd5,0x01,0xf9,0x00,0x00]
 
 v_xnor_b32_e64 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x1e,0xd5,0x01,0xfd,0x00,0x00]
+// GFX10: v_xnor_b32_e64 v5, v1, exec_lo          ; encoding: [0x05,0x00,0x1e,0xd5,0x01,0xfd,0x00,0x00]
 
 v_xnor_b32_e64 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x1e,0xd5,0x01,0xff,0x00,0x00]
+// GFX10: v_xnor_b32_e64 v5, v1, exec_hi          ; encoding: [0x05,0x00,0x1e,0xd5,0x01,0xff,0x00,0x00]
 
 v_xnor_b32_e64 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x1e,0xd5,0x01,0x01,0x01,0x00]
+// GFX10: v_xnor_b32_e64 v5, v1, 0                ; encoding: [0x05,0x00,0x1e,0xd5,0x01,0x01,0x01,0x00]
 
 v_xnor_b32_e64 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x1e,0xd5,0x01,0x83,0x01,0x00]
+// GFX10: v_xnor_b32_e64 v5, v1, -1               ; encoding: [0x05,0x00,0x1e,0xd5,0x01,0x83,0x01,0x00]
 
 v_xnor_b32_e64 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x1e,0xd5,0x01,0xe1,0x01,0x00]
+// GFX10: v_xnor_b32_e64 v5, v1, 0.5              ; encoding: [0x05,0x00,0x1e,0xd5,0x01,0xe1,0x01,0x00]
 
 v_xnor_b32_e64 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x1e,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_xnor_b32_e64 v5, v1, -4.0             ; encoding: [0x05,0x00,0x1e,0xd5,0x01,0xef,0x01,0x00]
 
 v_xnor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x06,0x06,0x06]
+// GFX10: v_xnor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x06,0x06,0x06]
 
 v_xnor_b32_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0xfe,0x3d,0x01,0x06,0x06,0x06]
+// GFX10: v_xnor_b32_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0xfe,0x3d,0x01,0x06,0x06,0x06]
 
 v_xnor_b32_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3c,0xff,0x06,0x06,0x06]
+// GFX10: v_xnor_b32_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3c,0xff,0x06,0x06,0x06]
 
 v_xnor_b32_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x06,0x86,0x06]
+// GFX10: v_xnor_b32_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x06,0x86,0x06]
 
 v_xnor_b32_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3c,0x65,0x06,0x86,0x06]
+// GFX10: v_xnor_b32_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3c,0x65,0x06,0x86,0x06]
 
 v_xnor_b32_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3c,0x6a,0x06,0x86,0x06]
+// GFX10: v_xnor_b32_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3c,0x6a,0x06,0x86,0x06]
 
 v_xnor_b32_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3c,0x6b,0x06,0x86,0x06]
+// GFX10: v_xnor_b32_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3c,0x6b,0x06,0x86,0x06]
 
 v_xnor_b32_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3c,0x7c,0x06,0x86,0x06]
+// GFX10: v_xnor_b32_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3c,0x7c,0x06,0x86,0x06]
 
 v_xnor_b32_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3c,0x7e,0x06,0x86,0x06]
+// GFX10: v_xnor_b32_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3c,0x7e,0x06,0x86,0x06]
 
 v_xnor_b32_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3c,0x7f,0x06,0x86,0x06]
+// GFX10: v_xnor_b32_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3c,0x7f,0x06,0x86,0x06]
 
 v_xnor_b32_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0xfe,0x0b,0x3c,0x01,0x06,0x06,0x06]
+// GFX10: v_xnor_b32_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0xfe,0x0b,0x3c,0x01,0x06,0x06,0x06]
 
 v_xnor_b32_sdwa v5, v1, v2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x06,0x06,0x06]
+// GFX10: v_xnor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x06,0x06,0x06]
 
 v_xnor_b32_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x00,0x06,0x06]
+// GFX10: v_xnor_b32_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x00,0x06,0x06]
 
 v_xnor_b32_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x01,0x06,0x06]
+// GFX10: v_xnor_b32_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x01,0x06,0x06]
 
 v_xnor_b32_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x02,0x06,0x06]
+// GFX10: v_xnor_b32_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x02,0x06,0x06]
 
 v_xnor_b32_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x03,0x06,0x06]
+// GFX10: v_xnor_b32_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x03,0x06,0x06]
 
 v_xnor_b32_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x04,0x06,0x06]
+// GFX10: v_xnor_b32_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x04,0x06,0x06]
 
 v_xnor_b32_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x05,0x06,0x06]
+// GFX10: v_xnor_b32_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x05,0x06,0x06]
 
 v_xnor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x0e,0x06,0x06]
+// GFX10: v_xnor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x0e,0x06,0x06]
 
 v_xnor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x16,0x06,0x06]
+// GFX10: v_xnor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x16,0x06,0x06]
 
 v_xnor_b32_sdwa v5, v1, v2 dst_sel:DWORD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x16,0x06,0x06]
+// GFX10: v_xnor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x16,0x06,0x06]
 
 v_xnor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x06,0x06,0x06]
+// GFX10: v_xnor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x06,0x06,0x06]
 
 v_xnor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x06,0x00,0x06]
+// GFX10: v_xnor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x06,0x00,0x06]
 
 v_xnor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x06,0x01,0x06]
+// GFX10: v_xnor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x06,0x01,0x06]
 
 v_xnor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x06,0x02,0x06]
+// GFX10: v_xnor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x06,0x02,0x06]
 
 v_xnor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x06,0x03,0x06]
+// GFX10: v_xnor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x06,0x03,0x06]
 
 v_xnor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x06,0x04,0x06]
+// GFX10: v_xnor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x06,0x04,0x06]
 
 v_xnor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x06,0x05,0x06]
+// GFX10: v_xnor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x06,0x05,0x06]
 
 v_xnor_b32_sdwa v5, sext(v1), v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x06,0x0e,0x06]
+// GFX10: v_xnor_b32_sdwa v5, sext(v1), v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x06,0x0e,0x06]
 
 v_xnor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x06,0x06,0x06]
+// GFX10: v_xnor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x06,0x06,0x06]
 
 v_xnor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x06,0x06,0x00]
+// GFX10: v_xnor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0 ; encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x06,0x06,0x00]
 
 v_xnor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x06,0x06,0x01]
+// GFX10: v_xnor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1 ; encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x06,0x06,0x01]
 
 v_xnor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x06,0x06,0x02]
+// GFX10: v_xnor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2 ; encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x06,0x06,0x02]
 
 v_xnor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x06,0x06,0x03]
+// GFX10: v_xnor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3 ; encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x06,0x06,0x03]
 
 v_xnor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x06,0x06,0x04]
+// GFX10: v_xnor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0 ; encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x06,0x06,0x04]
 
 v_xnor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x06,0x06,0x05]
+// GFX10: v_xnor_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1 ; encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x06,0x06,0x05]
 
 v_xnor_b32_sdwa v5, v1, sext(v2) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x06,0x06,0x0e]
+// GFX10: v_xnor_b32_sdwa v5, v1, sext(v2) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x3c,0x01,0x06,0x06,0x0e]
 
 v_xnor_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x3c,0x01,0xe4,0x00,0x00]
+// GFX10: v_xnor_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x3c,0x01,0xe4,0x00,0x00]
 
 v_xnor_b32_dpp v255, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0xfe,0x3d,0x01,0xe4,0x00,0x00]
+// GFX10: v_xnor_b32_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0xfe,0x3d,0x01,0xe4,0x00,0x00]
 
 v_xnor_b32_dpp v5, v255, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x3c,0xff,0xe4,0x00,0x00]
+// GFX10: v_xnor_b32_dpp v5, v255, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x3c,0xff,0xe4,0x00,0x00]
 
 v_xnor_b32_dpp v5, v1, v255  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xfe,0x0b,0x3c,0x01,0xe4,0x00,0x00]
+// GFX10: v_xnor_b32_dpp v5, v1, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xfe,0x0b,0x3c,0x01,0xe4,0x00,0x00]
 
 v_xnor_b32_dpp v5, v1, v2  quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x3c,0x01,0x1b,0x00,0x00]
+// GFX10: v_xnor_b32_dpp v5, v1, v2 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x3c,0x01,0x1b,0x00,0x00]
 
 v_xnor_b32_dpp v5, v1, v2  row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x3c,0x01,0x40,0x01,0x00]
+// GFX10: v_xnor_b32_dpp v5, v1, v2 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x3c,0x01,0x40,0x01,0x00]
 
 v_xnor_b32_dpp v5, v1, v2  row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x3c,0x01,0x41,0x01,0x00]
+// GFX10: v_xnor_b32_dpp v5, v1, v2 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x3c,0x01,0x41,0x01,0x00]
 
 v_xnor_b32_dpp v5, v1, v2  row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x3c,0x01,0x01,0x01,0x00]
+// GFX10: v_xnor_b32_dpp v5, v1, v2 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x3c,0x01,0x01,0x01,0x00]
 
 v_xnor_b32_dpp v5, v1, v2  row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x3c,0x01,0x0f,0x01,0x00]
+// GFX10: v_xnor_b32_dpp v5, v1, v2 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x3c,0x01,0x0f,0x01,0x00]
 
 v_xnor_b32_dpp v5, v1, v2  row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x3c,0x01,0x11,0x01,0x00]
+// GFX10: v_xnor_b32_dpp v5, v1, v2 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x3c,0x01,0x11,0x01,0x00]
 
 v_xnor_b32_dpp v5, v1, v2  row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x3c,0x01,0x1f,0x01,0x00]
+// GFX10: v_xnor_b32_dpp v5, v1, v2 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x3c,0x01,0x1f,0x01,0x00]
 
 v_xnor_b32_dpp v5, v1, v2  row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x3c,0x01,0x21,0x01,0x00]
+// GFX10: v_xnor_b32_dpp v5, v1, v2 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x3c,0x01,0x21,0x01,0x00]
 
 v_xnor_b32_dpp v5, v1, v2  row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x3c,0x01,0x2f,0x01,0x00]
+// GFX10: v_xnor_b32_dpp v5, v1, v2 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x3c,0x01,0x2f,0x01,0x00]
 
 v_xnor_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x3c,0x01,0xe4,0x00,0x10]
+// GFX10: v_xnor_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x3c,0x01,0xe4,0x00,0x10]
 
 v_xnor_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x3c,0x01,0xe4,0x00,0x30]
+// GFX10: v_xnor_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x3c,0x01,0xe4,0x00,0x30]
 
 v_xnor_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x3c,0x01,0xe4,0x00,0xf0]
+// GFX10: v_xnor_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x3c,0x01,0xe4,0x00,0xf0]
 
 v_xnor_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x04,0x0a,0x3c,0x01,0xe4,0x00,0x01]
+// GFX10: v_xnor_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x04,0x0a,0x3c,0x01,0xe4,0x00,0x01]
 
 v_xnor_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x04,0x0a,0x3c,0x01,0xe4,0x00,0x03]
+// GFX10: v_xnor_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x04,0x0a,0x3c,0x01,0xe4,0x00,0x03]
 
 v_xnor_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x04,0x0a,0x3c,0x01,0xe4,0x00,0x0f]
+// GFX10: v_xnor_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x04,0x0a,0x3c,0x01,0xe4,0x00,0x0f]
 
 v_xnor_b32_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x3c,0x01,0xe4,0x08,0x00]
+// GFX10: v_xnor_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x04,0x0a,0x3c,0x01,0xe4,0x08,0x00]
 
 v_xnor_b32_dpp v5, v1, v2  row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x3c,0x01,0x51,0x01,0x00]
+// GFX10: v_xnor_b32_dpp v5, v1, v2 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x3c,0x01,0x51,0x01,0x00]
 
 v_xnor_b32_dpp v5, v1, v2  row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x3c,0x01,0x5f,0x01,0x00]
+// GFX10: v_xnor_b32_dpp v5, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x3c,0x01,0x5f,0x01,0x00]
 
 v_xnor_b32_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x3c,0x01,0x61,0x01,0x00]
+// GFX10: v_xnor_b32_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x3c,0x01,0x61,0x01,0x00]
 
 v_xnor_b32_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x3c,0x01,0x6f,0x01,0x00]
+// GFX10: v_xnor_b32_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x3c,0x01,0x6f,0x01,0x00]
 
 v_mac_f32_e32 v5, v1, v2
-// GFX10: encoding: [0x01,0x05,0x0a,0x3e]
+// GFX10: v_mac_f32_e32 v5, v1, v2                ; encoding: [0x01,0x05,0x0a,0x3e]
 
 v_mac_f32_e32 v255, v1, v2
-// GFX10: encoding: [0x01,0x05,0xfe,0x3f]
+// GFX10: v_mac_f32_e32 v255, v1, v2              ; encoding: [0x01,0x05,0xfe,0x3f]
 
 v_mac_f32_e32 v5, v255, v2
-// GFX10: encoding: [0xff,0x05,0x0a,0x3e]
+// GFX10: v_mac_f32_e32 v5, v255, v2              ; encoding: [0xff,0x05,0x0a,0x3e]
 
 v_mac_f32_e32 v5, s1, v2
-// GFX10: encoding: [0x01,0x04,0x0a,0x3e]
+// GFX10: v_mac_f32_e32 v5, s1, v2                ; encoding: [0x01,0x04,0x0a,0x3e]
 
 v_mac_f32_e32 v5, s103, v2
-// GFX10: encoding: [0x67,0x04,0x0a,0x3e]
+// GFX10: v_mac_f32_e32 v5, s103, v2              ; encoding: [0x67,0x04,0x0a,0x3e]
 
 v_mac_f32_e32 v5, vcc_lo, v2
-// GFX10: encoding: [0x6a,0x04,0x0a,0x3e]
+// GFX10: v_mac_f32_e32 v5, vcc_lo, v2            ; encoding: [0x6a,0x04,0x0a,0x3e]
 
 v_mac_f32_e32 v5, vcc_hi, v2
-// GFX10: encoding: [0x6b,0x04,0x0a,0x3e]
+// GFX10: v_mac_f32_e32 v5, vcc_hi, v2            ; encoding: [0x6b,0x04,0x0a,0x3e]
 
 v_mac_f32_e32 v5, ttmp11, v2
-// GFX10: encoding: [0x77,0x04,0x0a,0x3e]
+// GFX10: v_mac_f32_e32 v5, ttmp11, v2            ; encoding: [0x77,0x04,0x0a,0x3e]
 
 v_mac_f32_e32 v5, m0, v2
-// GFX10: encoding: [0x7c,0x04,0x0a,0x3e]
+// GFX10: v_mac_f32_e32 v5, m0, v2                ; encoding: [0x7c,0x04,0x0a,0x3e]
 
 v_mac_f32_e32 v5, exec_lo, v2
-// GFX10: encoding: [0x7e,0x04,0x0a,0x3e]
+// GFX10: v_mac_f32_e32 v5, exec_lo, v2           ; encoding: [0x7e,0x04,0x0a,0x3e]
 
 v_mac_f32_e32 v5, exec_hi, v2
-// GFX10: encoding: [0x7f,0x04,0x0a,0x3e]
+// GFX10: v_mac_f32_e32 v5, exec_hi, v2           ; encoding: [0x7f,0x04,0x0a,0x3e]
 
 v_mac_f32_e32 v5, 0, v2
-// GFX10: encoding: [0x80,0x04,0x0a,0x3e]
+// GFX10: v_mac_f32_e32 v5, 0, v2                 ; encoding: [0x80,0x04,0x0a,0x3e]
 
 v_mac_f32_e32 v5, -1, v2
-// GFX10: encoding: [0xc1,0x04,0x0a,0x3e]
+// GFX10: v_mac_f32_e32 v5, -1, v2                ; encoding: [0xc1,0x04,0x0a,0x3e]
 
 v_mac_f32_e32 v5, 0.5, v2
-// GFX10: encoding: [0xf0,0x04,0x0a,0x3e]
+// GFX10: v_mac_f32_e32 v5, 0.5, v2               ; encoding: [0xf0,0x04,0x0a,0x3e]
 
 v_mac_f32_e32 v5, -4.0, v2
-// GFX10: encoding: [0xf7,0x04,0x0a,0x3e]
+// GFX10: v_mac_f32_e32 v5, -4.0, v2              ; encoding: [0xf7,0x04,0x0a,0x3e]
 
 v_mac_f32_e32 v5, 0xaf123456, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x3e,0x56,0x34,0x12,0xaf]
+// GFX10: v_mac_f32_e32 v5, 0xaf123456, v2        ; encoding: [0xff,0x04,0x0a,0x3e,0x56,0x34,0x12,0xaf]
 
 v_mac_f32_e32 v5, 0x3f717273, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x3e,0x73,0x72,0x71,0x3f]
+// GFX10: v_mac_f32_e32 v5, 0x3f717273, v2        ; encoding: [0xff,0x04,0x0a,0x3e,0x73,0x72,0x71,0x3f]
 
 v_mac_f32_e32 v5, v1, v255
-// GFX10: encoding: [0x01,0xff,0x0b,0x3e]
+// GFX10: v_mac_f32_e32 v5, v1, v255              ; encoding: [0x01,0xff,0x0b,0x3e]
 
 v_mac_f32_e64 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x1f,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mac_f32_e64 v5, v1, v2                ; encoding: [0x05,0x00,0x1f,0xd5,0x01,0x05,0x02,0x00]
 
 v_mac_f32_e64 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x1f,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mac_f32_e64 v255, v1, v2              ; encoding: [0xff,0x00,0x1f,0xd5,0x01,0x05,0x02,0x00]
 
 v_mac_f32_e64 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x1f,0xd5,0xff,0x05,0x02,0x00]
+// GFX10: v_mac_f32_e64 v5, v255, v2              ; encoding: [0x05,0x00,0x1f,0xd5,0xff,0x05,0x02,0x00]
 
 v_mac_f32_e64 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x1f,0xd5,0x01,0x04,0x02,0x00]
+// GFX10: v_mac_f32_e64 v5, s1, v2                ; encoding: [0x05,0x00,0x1f,0xd5,0x01,0x04,0x02,0x00]
 
 v_mac_f32_e64 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x1f,0xd5,0x65,0x04,0x02,0x00]
+// GFX10: v_mac_f32_e64 v5, s101, v2              ; encoding: [0x05,0x00,0x1f,0xd5,0x65,0x04,0x02,0x00]
 
 v_mac_f32_e64 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x1f,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_mac_f32_e64 v5, vcc_lo, v2            ; encoding: [0x05,0x00,0x1f,0xd5,0x6a,0x04,0x02,0x00]
 
 v_mac_f32_e64 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x1f,0xd5,0x6b,0x04,0x02,0x00]
+// GFX10: v_mac_f32_e64 v5, vcc_hi, v2            ; encoding: [0x05,0x00,0x1f,0xd5,0x6b,0x04,0x02,0x00]
 
 v_mac_f32_e64 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x1f,0xd5,0x7c,0x04,0x02,0x00]
+// GFX10: v_mac_f32_e64 v5, m0, v2                ; encoding: [0x05,0x00,0x1f,0xd5,0x7c,0x04,0x02,0x00]
 
 v_mac_f32_e64 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x1f,0xd5,0x7e,0x04,0x02,0x00]
+// GFX10: v_mac_f32_e64 v5, exec_lo, v2           ; encoding: [0x05,0x00,0x1f,0xd5,0x7e,0x04,0x02,0x00]
 
 v_mac_f32_e64 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x1f,0xd5,0x7f,0x04,0x02,0x00]
+// GFX10: v_mac_f32_e64 v5, exec_hi, v2           ; encoding: [0x05,0x00,0x1f,0xd5,0x7f,0x04,0x02,0x00]
 
 v_mac_f32_e64 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x1f,0xd5,0x80,0x04,0x02,0x00]
+// GFX10: v_mac_f32_e64 v5, 0, v2                 ; encoding: [0x05,0x00,0x1f,0xd5,0x80,0x04,0x02,0x00]
 
 v_mac_f32_e64 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x1f,0xd5,0xc1,0x04,0x02,0x00]
+// GFX10: v_mac_f32_e64 v5, -1, v2                ; encoding: [0x05,0x00,0x1f,0xd5,0xc1,0x04,0x02,0x00]
 
 v_mac_f32_e64 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x1f,0xd5,0xf0,0x04,0x02,0x00]
+// GFX10: v_mac_f32_e64 v5, 0.5, v2               ; encoding: [0x05,0x00,0x1f,0xd5,0xf0,0x04,0x02,0x00]
 
 v_mac_f32_e64 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x1f,0xd5,0xf7,0x04,0x02,0x00]
+// GFX10: v_mac_f32_e64 v5, -4.0, v2              ; encoding: [0x05,0x00,0x1f,0xd5,0xf7,0x04,0x02,0x00]
 
 v_mac_f32_e64 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x1f,0xd5,0x01,0xff,0x03,0x00]
+// GFX10: v_mac_f32_e64 v5, v1, v255              ; encoding: [0x05,0x00,0x1f,0xd5,0x01,0xff,0x03,0x00]
 
 v_mac_f32_e64 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x1f,0xd5,0x01,0x05,0x00,0x00]
+// GFX10: v_mac_f32_e64 v5, v1, s2                ; encoding: [0x05,0x00,0x1f,0xd5,0x01,0x05,0x00,0x00]
 
 v_mac_f32_e64 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x1f,0xd5,0x01,0xcb,0x00,0x00]
+// GFX10: v_mac_f32_e64 v5, v1, s101              ; encoding: [0x05,0x00,0x1f,0xd5,0x01,0xcb,0x00,0x00]
 
 v_mac_f32_e64 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x1f,0xd5,0x01,0xd5,0x00,0x00]
+// GFX10: v_mac_f32_e64 v5, v1, vcc_lo            ; encoding: [0x05,0x00,0x1f,0xd5,0x01,0xd5,0x00,0x00]
 
 v_mac_f32_e64 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x1f,0xd5,0x01,0xd7,0x00,0x00]
+// GFX10: v_mac_f32_e64 v5, v1, vcc_hi            ; encoding: [0x05,0x00,0x1f,0xd5,0x01,0xd7,0x00,0x00]
 
 v_mac_f32_e64 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x1f,0xd5,0x01,0xf9,0x00,0x00]
+// GFX10: v_mac_f32_e64 v5, v1, m0                ; encoding: [0x05,0x00,0x1f,0xd5,0x01,0xf9,0x00,0x00]
 
 v_mac_f32_e64 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x1f,0xd5,0x01,0xfd,0x00,0x00]
+// GFX10: v_mac_f32_e64 v5, v1, exec_lo           ; encoding: [0x05,0x00,0x1f,0xd5,0x01,0xfd,0x00,0x00]
 
 v_mac_f32_e64 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x1f,0xd5,0x01,0xff,0x00,0x00]
+// GFX10: v_mac_f32_e64 v5, v1, exec_hi           ; encoding: [0x05,0x00,0x1f,0xd5,0x01,0xff,0x00,0x00]
 
 v_mac_f32_e64 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x1f,0xd5,0x01,0x01,0x01,0x00]
+// GFX10: v_mac_f32_e64 v5, v1, 0                 ; encoding: [0x05,0x00,0x1f,0xd5,0x01,0x01,0x01,0x00]
 
 v_mac_f32_e64 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x1f,0xd5,0x01,0x83,0x01,0x00]
+// GFX10: v_mac_f32_e64 v5, v1, -1                ; encoding: [0x05,0x00,0x1f,0xd5,0x01,0x83,0x01,0x00]
 
 v_mac_f32_e64 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x1f,0xd5,0x01,0xe1,0x01,0x00]
+// GFX10: v_mac_f32_e64 v5, v1, 0.5               ; encoding: [0x05,0x00,0x1f,0xd5,0x01,0xe1,0x01,0x00]
 
 v_mac_f32_e64 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x1f,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_mac_f32_e64 v5, v1, -4.0              ; encoding: [0x05,0x00,0x1f,0xd5,0x01,0xef,0x01,0x00]
 
 v_mac_f32_e64 v5, -v1, v2
-// GFX10: encoding: [0x05,0x00,0x1f,0xd5,0x01,0x05,0x02,0x20]
+// GFX10: v_mac_f32_e64 v5, -v1, v2               ; encoding: [0x05,0x00,0x1f,0xd5,0x01,0x05,0x02,0x20]
 
 v_mac_f32_e64 v5, v1, -v2
-// GFX10: encoding: [0x05,0x00,0x1f,0xd5,0x01,0x05,0x02,0x40]
+// GFX10: v_mac_f32_e64 v5, v1, -v2               ; encoding: [0x05,0x00,0x1f,0xd5,0x01,0x05,0x02,0x40]
 
 v_mac_f32_e64 v5, -v1, -v2
-// GFX10: encoding: [0x05,0x00,0x1f,0xd5,0x01,0x05,0x02,0x60]
+// GFX10: v_mac_f32_e64 v5, -v1, -v2              ; encoding: [0x05,0x00,0x1f,0xd5,0x01,0x05,0x02,0x60]
 
 v_mac_f32_e64 v5, |v1|, v2
-// GFX10: encoding: [0x05,0x01,0x1f,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mac_f32_e64 v5, |v1|, v2              ; encoding: [0x05,0x01,0x1f,0xd5,0x01,0x05,0x02,0x00]
 
 v_mac_f32_e64 v5, v1, |v2|
-// GFX10: encoding: [0x05,0x02,0x1f,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mac_f32_e64 v5, v1, |v2|              ; encoding: [0x05,0x02,0x1f,0xd5,0x01,0x05,0x02,0x00]
 
 v_mac_f32_e64 v5, |v1|, |v2|
-// GFX10: encoding: [0x05,0x03,0x1f,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mac_f32_e64 v5, |v1|, |v2|            ; encoding: [0x05,0x03,0x1f,0xd5,0x01,0x05,0x02,0x00]
 
 v_mac_f32_e64 v5, v1, v2 clamp
-// GFX10: encoding: [0x05,0x80,0x1f,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mac_f32_e64 v5, v1, v2 clamp          ; encoding: [0x05,0x80,0x1f,0xd5,0x01,0x05,0x02,0x00]
 
 v_mac_f32_e64 v5, v1, v2 mul:2
-// GFX10: encoding: [0x05,0x00,0x1f,0xd5,0x01,0x05,0x02,0x08]
+// GFX10: v_mac_f32_e64 v5, v1, v2 mul:2          ; encoding: [0x05,0x00,0x1f,0xd5,0x01,0x05,0x02,0x08]
 
 v_mac_f32_e64 v5, v1, v2 mul:4
-// GFX10: encoding: [0x05,0x00,0x1f,0xd5,0x01,0x05,0x02,0x10]
+// GFX10: v_mac_f32_e64 v5, v1, v2 mul:4          ; encoding: [0x05,0x00,0x1f,0xd5,0x01,0x05,0x02,0x10]
 
 v_mac_f32_e64 v5, v1, v2 div:2
-// GFX10: encoding: [0x05,0x00,0x1f,0xd5,0x01,0x05,0x02,0x18]
+// GFX10: v_mac_f32_e64 v5, v1, v2 div:2          ; encoding: [0x05,0x00,0x1f,0xd5,0x01,0x05,0x02,0x18]
 
 v_madmk_f32 v5, v1, 0x11213141, v3
-// GFX10: encoding: [0x01,0x07,0x0a,0x40,0x41,0x31,0x21,0x11]
+// GFX10: v_madmk_f32 v5, v1, 0x11213141, v3      ; encoding: [0x01,0x07,0x0a,0x40,0x41,0x31,0x21,0x11]
 
 v_madmk_f32 v255, v1, 0x11213141, v3
-// GFX10: encoding: [0x01,0x07,0xfe,0x41,0x41,0x31,0x21,0x11]
+// GFX10: v_madmk_f32 v255, v1, 0x11213141, v3    ; encoding: [0x01,0x07,0xfe,0x41,0x41,0x31,0x21,0x11]
 
 v_madmk_f32 v5, v255, 0x11213141, v3
-// GFX10: encoding: [0xff,0x07,0x0a,0x40,0x41,0x31,0x21,0x11]
+// GFX10: v_madmk_f32 v5, v255, 0x11213141, v3    ; encoding: [0xff,0x07,0x0a,0x40,0x41,0x31,0x21,0x11]
 
 v_madmk_f32 v5, 0, 0x11213141, v3
-// GFX10: encoding: [0x80,0x06,0x0a,0x40,0x41,0x31,0x21,0x11]
+// GFX10: v_madmk_f32 v5, 0, 0x11213141, v3       ; encoding: [0x80,0x06,0x0a,0x40,0x41,0x31,0x21,0x11]
 
 v_madmk_f32 v5, -1, 0x11213141, v3
-// GFX10: encoding: [0xc1,0x06,0x0a,0x40,0x41,0x31,0x21,0x11]
+// GFX10: v_madmk_f32 v5, -1, 0x11213141, v3      ; encoding: [0xc1,0x06,0x0a,0x40,0x41,0x31,0x21,0x11]
 
 v_madmk_f32 v5, 0.5, 0x11213141, v3
-// GFX10: encoding: [0xf0,0x06,0x0a,0x40,0x41,0x31,0x21,0x11]
+// GFX10: v_madmk_f32 v5, 0.5, 0x11213141, v3     ; encoding: [0xf0,0x06,0x0a,0x40,0x41,0x31,0x21,0x11]
 
 v_madmk_f32 v5, -4.0, 0x11213141, v3
-// GFX10: encoding: [0xf7,0x06,0x0a,0x40,0x41,0x31,0x21,0x11]
+// GFX10: v_madmk_f32 v5, -4.0, 0x11213141, v3    ; encoding: [0xf7,0x06,0x0a,0x40,0x41,0x31,0x21,0x11]
 
 v_madmk_f32 v5, v1, 0xa1b1c1d1, v3
-// GFX10: encoding: [0x01,0x07,0x0a,0x40,0xd1,0xc1,0xb1,0xa1]
+// GFX10: v_madmk_f32 v5, v1, 0xa1b1c1d1, v3      ; encoding: [0x01,0x07,0x0a,0x40,0xd1,0xc1,0xb1,0xa1]
 
 v_madmk_f32 v5, v1, 0x11213141, v255
-// GFX10: encoding: [0x01,0xff,0x0b,0x40,0x41,0x31,0x21,0x11]
+// GFX10: v_madmk_f32 v5, v1, 0x11213141, v255    ; encoding: [0x01,0xff,0x0b,0x40,0x41,0x31,0x21,0x11]
 
 v_madak_f32 v5, v1, v2, 0x11213141
-// GFX10: encoding: [0x01,0x05,0x0a,0x42,0x41,0x31,0x21,0x11]
+// GFX10: v_madak_f32 v5, v1, v2, 0x11213141      ; encoding: [0x01,0x05,0x0a,0x42,0x41,0x31,0x21,0x11]
 
 v_madak_f32 v255, v1, v2, 0x11213141
-// GFX10: encoding: [0x01,0x05,0xfe,0x43,0x41,0x31,0x21,0x11]
+// GFX10: v_madak_f32 v255, v1, v2, 0x11213141    ; encoding: [0x01,0x05,0xfe,0x43,0x41,0x31,0x21,0x11]
 
 v_madak_f32 v5, v255, v2, 0x11213141
-// GFX10: encoding: [0xff,0x05,0x0a,0x42,0x41,0x31,0x21,0x11]
+// GFX10: v_madak_f32 v5, v255, v2, 0x11213141    ; encoding: [0xff,0x05,0x0a,0x42,0x41,0x31,0x21,0x11]
 
 v_madak_f32 v5, 0, v2, 0x11213141
-// GFX10: encoding: [0x80,0x04,0x0a,0x42,0x41,0x31,0x21,0x11]
+// GFX10: v_madak_f32 v5, 0, v2, 0x11213141       ; encoding: [0x80,0x04,0x0a,0x42,0x41,0x31,0x21,0x11]
 
 v_madak_f32 v5, -1, v2, 0x11213141
-// GFX10: encoding: [0xc1,0x04,0x0a,0x42,0x41,0x31,0x21,0x11]
+// GFX10: v_madak_f32 v5, -1, v2, 0x11213141      ; encoding: [0xc1,0x04,0x0a,0x42,0x41,0x31,0x21,0x11]
 
 v_madak_f32 v5, 0.5, v2, 0x11213141
-// GFX10: encoding: [0xf0,0x04,0x0a,0x42,0x41,0x31,0x21,0x11]
+// GFX10: v_madak_f32 v5, 0.5, v2, 0x11213141     ; encoding: [0xf0,0x04,0x0a,0x42,0x41,0x31,0x21,0x11]
 
 v_madak_f32 v5, -4.0, v2, 0x11213141
-// GFX10: encoding: [0xf7,0x04,0x0a,0x42,0x41,0x31,0x21,0x11]
+// GFX10: v_madak_f32 v5, -4.0, v2, 0x11213141    ; encoding: [0xf7,0x04,0x0a,0x42,0x41,0x31,0x21,0x11]
 
 v_madak_f32 v5, v1, v255, 0x11213141
-// GFX10: encoding: [0x01,0xff,0x0b,0x42,0x41,0x31,0x21,0x11]
+// GFX10: v_madak_f32 v5, v1, v255, 0x11213141    ; encoding: [0x01,0xff,0x0b,0x42,0x41,0x31,0x21,0x11]
 
 v_madak_f32 v5, v1, v2, 0xa1b1c1d1
-// GFX10: encoding: [0x01,0x05,0x0a,0x42,0xd1,0xc1,0xb1,0xa1]
+// GFX10: v_madak_f32 v5, v1, v2, 0xa1b1c1d1      ; encoding: [0x01,0x05,0x0a,0x42,0xd1,0xc1,0xb1,0xa1]
 
 v_add_nc_u32_e32 v5, v1, v2
-// GFX10: encoding: [0x01,0x05,0x0a,0x4a]
+// GFX10: v_add_nc_u32_e32 v5, v1, v2             ; encoding: [0x01,0x05,0x0a,0x4a]
 
 v_add_nc_u32_e32 v255, v1, v2
-// GFX10: encoding: [0x01,0x05,0xfe,0x4b]
+// GFX10: v_add_nc_u32_e32 v255, v1, v2           ; encoding: [0x01,0x05,0xfe,0x4b]
 
 v_add_nc_u32_e32 v5, v255, v2
-// GFX10: encoding: [0xff,0x05,0x0a,0x4a]
+// GFX10: v_add_nc_u32_e32 v5, v255, v2           ; encoding: [0xff,0x05,0x0a,0x4a]
 
 v_add_nc_u32_e32 v5, s1, v2
-// GFX10: encoding: [0x01,0x04,0x0a,0x4a]
+// GFX10: v_add_nc_u32_e32 v5, s1, v2             ; encoding: [0x01,0x04,0x0a,0x4a]
 
 v_add_nc_u32_e32 v5, s101, v2
-// GFX10: encoding: [0x65,0x04,0x0a,0x4a]
+// GFX10: v_add_nc_u32_e32 v5, s101, v2           ; encoding: [0x65,0x04,0x0a,0x4a]
 
 v_add_nc_u32_e32 v5, vcc_lo, v2
-// GFX10: encoding: [0x6a,0x04,0x0a,0x4a]
+// GFX10: v_add_nc_u32_e32 v5, vcc_lo, v2         ; encoding: [0x6a,0x04,0x0a,0x4a]
 
 v_add_nc_u32_e32 v5, vcc_hi, v2
-// GFX10: encoding: [0x6b,0x04,0x0a,0x4a]
+// GFX10: v_add_nc_u32_e32 v5, vcc_hi, v2         ; encoding: [0x6b,0x04,0x0a,0x4a]
 
 v_add_nc_u32_e32 v5, m0, v2
-// GFX10: encoding: [0x7c,0x04,0x0a,0x4a]
+// GFX10: v_add_nc_u32_e32 v5, m0, v2             ; encoding: [0x7c,0x04,0x0a,0x4a]
 
 v_add_nc_u32_e32 v5, exec_lo, v2
-// GFX10: encoding: [0x7e,0x04,0x0a,0x4a]
+// GFX10: v_add_nc_u32_e32 v5, exec_lo, v2        ; encoding: [0x7e,0x04,0x0a,0x4a]
 
 v_add_nc_u32_e32 v5, exec_hi, v2
-// GFX10: encoding: [0x7f,0x04,0x0a,0x4a]
+// GFX10: v_add_nc_u32_e32 v5, exec_hi, v2        ; encoding: [0x7f,0x04,0x0a,0x4a]
 
 v_add_nc_u32_e32 v5, 0, v2
-// GFX10: encoding: [0x80,0x04,0x0a,0x4a]
+// GFX10: v_add_nc_u32_e32 v5, 0, v2              ; encoding: [0x80,0x04,0x0a,0x4a]
 
 v_add_nc_u32_e32 v5, -1, v2
-// GFX10: encoding: [0xc1,0x04,0x0a,0x4a]
+// GFX10: v_add_nc_u32_e32 v5, -1, v2             ; encoding: [0xc1,0x04,0x0a,0x4a]
 
 v_add_nc_u32_e32 v5, 0.5, v2
-// GFX10: encoding: [0xf0,0x04,0x0a,0x4a]
+// GFX10: v_add_nc_u32_e32 v5, 0.5, v2            ; encoding: [0xf0,0x04,0x0a,0x4a]
 
 v_add_nc_u32_e32 v5, -4.0, v2
-// GFX10: encoding: [0xf7,0x04,0x0a,0x4a]
+// GFX10: v_add_nc_u32_e32 v5, -4.0, v2           ; encoding: [0xf7,0x04,0x0a,0x4a]
 
 v_add_nc_u32_e32 v5, 0xaf123456, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x4a,0x56,0x34,0x12,0xaf]
+// GFX10: v_add_nc_u32_e32 v5, 0xaf123456, v2     ; encoding: [0xff,0x04,0x0a,0x4a,0x56,0x34,0x12,0xaf]
 
 v_add_nc_u32_e32 v5, 0x3f717273, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x4a,0x73,0x72,0x71,0x3f]
+// GFX10: v_add_nc_u32_e32 v5, 0x3f717273, v2     ; encoding: [0xff,0x04,0x0a,0x4a,0x73,0x72,0x71,0x3f]
 
 v_add_nc_u32_e32 v5, v1, v255
-// GFX10: encoding: [0x01,0xff,0x0b,0x4a]
+// GFX10: v_add_nc_u32_e32 v5, v1, v255           ; encoding: [0x01,0xff,0x0b,0x4a]
 
 v_add_nc_u32_e64 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x25,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_add_nc_u32_e64 v5, v1, v2             ; encoding: [0x05,0x00,0x25,0xd5,0x01,0x05,0x02,0x00]
 
 v_add_nc_u32_e64 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x25,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_add_nc_u32_e64 v255, v1, v2           ; encoding: [0xff,0x00,0x25,0xd5,0x01,0x05,0x02,0x00]
 
 v_add_nc_u32_e64 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x25,0xd5,0xff,0x05,0x02,0x00]
+// GFX10: v_add_nc_u32_e64 v5, v255, v2           ; encoding: [0x05,0x00,0x25,0xd5,0xff,0x05,0x02,0x00]
 
 v_add_nc_u32_e64 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x25,0xd5,0x01,0x04,0x02,0x00]
+// GFX10: v_add_nc_u32_e64 v5, s1, v2             ; encoding: [0x05,0x00,0x25,0xd5,0x01,0x04,0x02,0x00]
 
 v_add_nc_u32_e64 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x25,0xd5,0x65,0x04,0x02,0x00]
+// GFX10: v_add_nc_u32_e64 v5, s101, v2           ; encoding: [0x05,0x00,0x25,0xd5,0x65,0x04,0x02,0x00]
 
 v_add_nc_u32_e64 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x25,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_add_nc_u32_e64 v5, vcc_lo, v2         ; encoding: [0x05,0x00,0x25,0xd5,0x6a,0x04,0x02,0x00]
 
 v_add_nc_u32_e64 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x25,0xd5,0x6b,0x04,0x02,0x00]
+// GFX10: v_add_nc_u32_e64 v5, vcc_hi, v2         ; encoding: [0x05,0x00,0x25,0xd5,0x6b,0x04,0x02,0x00]
 
 v_add_nc_u32_e64 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x25,0xd5,0x7c,0x04,0x02,0x00]
+// GFX10: v_add_nc_u32_e64 v5, m0, v2             ; encoding: [0x05,0x00,0x25,0xd5,0x7c,0x04,0x02,0x00]
 
 v_add_nc_u32_e64 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x25,0xd5,0x7e,0x04,0x02,0x00]
+// GFX10: v_add_nc_u32_e64 v5, exec_lo, v2        ; encoding: [0x05,0x00,0x25,0xd5,0x7e,0x04,0x02,0x00]
 
 v_add_nc_u32_e64 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x25,0xd5,0x7f,0x04,0x02,0x00]
+// GFX10: v_add_nc_u32_e64 v5, exec_hi, v2        ; encoding: [0x05,0x00,0x25,0xd5,0x7f,0x04,0x02,0x00]
 
 v_add_nc_u32_e64 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x25,0xd5,0x80,0x04,0x02,0x00]
+// GFX10: v_add_nc_u32_e64 v5, 0, v2              ; encoding: [0x05,0x00,0x25,0xd5,0x80,0x04,0x02,0x00]
 
 v_add_nc_u32_e64 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x25,0xd5,0xc1,0x04,0x02,0x00]
+// GFX10: v_add_nc_u32_e64 v5, -1, v2             ; encoding: [0x05,0x00,0x25,0xd5,0xc1,0x04,0x02,0x00]
 
 v_add_nc_u32_e64 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x25,0xd5,0xf0,0x04,0x02,0x00]
+// GFX10: v_add_nc_u32_e64 v5, 0.5, v2            ; encoding: [0x05,0x00,0x25,0xd5,0xf0,0x04,0x02,0x00]
 
 v_add_nc_u32_e64 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x25,0xd5,0xf7,0x04,0x02,0x00]
+// GFX10: v_add_nc_u32_e64 v5, -4.0, v2           ; encoding: [0x05,0x00,0x25,0xd5,0xf7,0x04,0x02,0x00]
 
 v_add_nc_u32_e64 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x25,0xd5,0x01,0xff,0x03,0x00]
+// GFX10: v_add_nc_u32_e64 v5, v1, v255           ; encoding: [0x05,0x00,0x25,0xd5,0x01,0xff,0x03,0x00]
 
 v_add_nc_u32_e64 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x25,0xd5,0x01,0x05,0x00,0x00]
+// GFX10: v_add_nc_u32_e64 v5, v1, s2             ; encoding: [0x05,0x00,0x25,0xd5,0x01,0x05,0x00,0x00]
 
 v_add_nc_u32_e64 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x25,0xd5,0x01,0xcb,0x00,0x00]
+// GFX10: v_add_nc_u32_e64 v5, v1, s101           ; encoding: [0x05,0x00,0x25,0xd5,0x01,0xcb,0x00,0x00]
 
 v_add_nc_u32_e64 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x25,0xd5,0x01,0xd5,0x00,0x00]
+// GFX10: v_add_nc_u32_e64 v5, v1, vcc_lo         ; encoding: [0x05,0x00,0x25,0xd5,0x01,0xd5,0x00,0x00]
 
 v_add_nc_u32_e64 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x25,0xd5,0x01,0xd7,0x00,0x00]
+// GFX10: v_add_nc_u32_e64 v5, v1, vcc_hi         ; encoding: [0x05,0x00,0x25,0xd5,0x01,0xd7,0x00,0x00]
 
 v_add_nc_u32_e64 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x25,0xd5,0x01,0xf9,0x00,0x00]
+// GFX10: v_add_nc_u32_e64 v5, v1, m0             ; encoding: [0x05,0x00,0x25,0xd5,0x01,0xf9,0x00,0x00]
 
 v_add_nc_u32_e64 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x25,0xd5,0x01,0xfd,0x00,0x00]
+// GFX10: v_add_nc_u32_e64 v5, v1, exec_lo        ; encoding: [0x05,0x00,0x25,0xd5,0x01,0xfd,0x00,0x00]
 
 v_add_nc_u32_e64 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x25,0xd5,0x01,0xff,0x00,0x00]
+// GFX10: v_add_nc_u32_e64 v5, v1, exec_hi        ; encoding: [0x05,0x00,0x25,0xd5,0x01,0xff,0x00,0x00]
 
 v_add_nc_u32_e64 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x25,0xd5,0x01,0x01,0x01,0x00]
+// GFX10: v_add_nc_u32_e64 v5, v1, 0              ; encoding: [0x05,0x00,0x25,0xd5,0x01,0x01,0x01,0x00]
 
 v_add_nc_u32_e64 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x25,0xd5,0x01,0x83,0x01,0x00]
+// GFX10: v_add_nc_u32_e64 v5, v1, -1             ; encoding: [0x05,0x00,0x25,0xd5,0x01,0x83,0x01,0x00]
 
 v_add_nc_u32_e64 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x25,0xd5,0x01,0xe1,0x01,0x00]
+// GFX10: v_add_nc_u32_e64 v5, v1, 0.5            ; encoding: [0x05,0x00,0x25,0xd5,0x01,0xe1,0x01,0x00]
 
 v_add_nc_u32_e64 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x25,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_add_nc_u32_e64 v5, v1, -4.0           ; encoding: [0x05,0x00,0x25,0xd5,0x01,0xef,0x01,0x00]
 
 v_add_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x06,0x06,0x06]
+// GFX10: v_add_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x06,0x06,0x06]
 
 v_add_nc_u32_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0xfe,0x4b,0x01,0x06,0x06,0x06]
+// GFX10: v_add_nc_u32_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0xfe,0x4b,0x01,0x06,0x06,0x06]
 
 v_add_nc_u32_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4a,0xff,0x06,0x06,0x06]
+// GFX10: v_add_nc_u32_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4a,0xff,0x06,0x06,0x06]
 
 v_add_nc_u32_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x06,0x86,0x06]
+// GFX10: v_add_nc_u32_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x06,0x86,0x06]
 
 v_add_nc_u32_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4a,0x65,0x06,0x86,0x06]
+// GFX10: v_add_nc_u32_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4a,0x65,0x06,0x86,0x06]
 
 v_add_nc_u32_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4a,0x6a,0x06,0x86,0x06]
+// GFX10: v_add_nc_u32_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4a,0x6a,0x06,0x86,0x06]
 
 v_add_nc_u32_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4a,0x6b,0x06,0x86,0x06]
+// GFX10: v_add_nc_u32_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4a,0x6b,0x06,0x86,0x06]
 
 v_add_nc_u32_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4a,0x7c,0x06,0x86,0x06]
+// GFX10: v_add_nc_u32_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4a,0x7c,0x06,0x86,0x06]
 
 v_add_nc_u32_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4a,0x7e,0x06,0x86,0x06]
+// GFX10: v_add_nc_u32_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4a,0x7e,0x06,0x86,0x06]
 
 v_add_nc_u32_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4a,0x7f,0x06,0x86,0x06]
+// GFX10: v_add_nc_u32_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4a,0x7f,0x06,0x86,0x06]
 
 v_add_nc_u32_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0xfe,0x0b,0x4a,0x01,0x06,0x06,0x06]
+// GFX10: v_add_nc_u32_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0xfe,0x0b,0x4a,0x01,0x06,0x06,0x06]
 
 v_add_nc_u32_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x26,0x06,0x06]
+// GFX10: v_add_nc_u32_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x26,0x06,0x06]
 
 v_add_nc_u32_sdwa v5, v1, v2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x06,0x06,0x06]
+// GFX10: v_add_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x06,0x06,0x06]
 
 v_add_nc_u32_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x00,0x06,0x06]
+// GFX10: v_add_nc_u32_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x00,0x06,0x06]
 
 v_add_nc_u32_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x01,0x06,0x06]
+// GFX10: v_add_nc_u32_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x01,0x06,0x06]
 
 v_add_nc_u32_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x02,0x06,0x06]
+// GFX10: v_add_nc_u32_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x02,0x06,0x06]
 
 v_add_nc_u32_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x03,0x06,0x06]
+// GFX10: v_add_nc_u32_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x03,0x06,0x06]
 
 v_add_nc_u32_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x04,0x06,0x06]
+// GFX10: v_add_nc_u32_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x04,0x06,0x06]
 
 v_add_nc_u32_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x05,0x06,0x06]
+// GFX10: v_add_nc_u32_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x05,0x06,0x06]
 
 v_add_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x0e,0x06,0x06]
+// GFX10: v_add_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x0e,0x06,0x06]
 
 v_add_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x16,0x06,0x06]
+// GFX10: v_add_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x16,0x06,0x06]
 
 v_add_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x16,0x06,0x06]
+// GFX10: v_add_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x16,0x06,0x06]
 
 v_add_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x06,0x06,0x06]
+// GFX10: v_add_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x06,0x06,0x06]
 
 v_add_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x06,0x00,0x06]
+// GFX10: v_add_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x06,0x00,0x06]
 
 v_add_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x06,0x01,0x06]
+// GFX10: v_add_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x06,0x01,0x06]
 
 v_add_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x06,0x02,0x06]
+// GFX10: v_add_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x06,0x02,0x06]
 
 v_add_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x06,0x03,0x06]
+// GFX10: v_add_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x06,0x03,0x06]
 
 v_add_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x06,0x04,0x06]
+// GFX10: v_add_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x06,0x04,0x06]
 
 v_add_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x06,0x05,0x06]
+// GFX10: v_add_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x06,0x05,0x06]
 
 v_add_nc_u32_sdwa v5, sext(v1), v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x06,0x0e,0x06]
+// GFX10: v_add_nc_u32_sdwa v5, sext(v1), v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x06,0x0e,0x06]
 
 v_add_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x06,0x06,0x06]
+// GFX10: v_add_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x06,0x06,0x06]
 
 v_add_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x06,0x06,0x00]
+// GFX10: v_add_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0 ; encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x06,0x06,0x00]
 
 v_add_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x06,0x06,0x01]
+// GFX10: v_add_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1 ; encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x06,0x06,0x01]
 
 v_add_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x06,0x06,0x02]
+// GFX10: v_add_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2 ; encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x06,0x06,0x02]
 
 v_add_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x06,0x06,0x03]
+// GFX10: v_add_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3 ; encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x06,0x06,0x03]
 
 v_add_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x06,0x06,0x04]
+// GFX10: v_add_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0 ; encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x06,0x06,0x04]
 
 v_add_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x06,0x06,0x05]
+// GFX10: v_add_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1 ; encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x06,0x06,0x05]
 
 v_add_nc_u32_sdwa v5, v1, sext(v2) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x06,0x06,0x0e]
+// GFX10: v_add_nc_u32_sdwa v5, v1, sext(v2) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4a,0x01,0x06,0x06,0x0e]
 
 v_sub_nc_u32_e32 v5, v1, v2
-// GFX10: encoding: [0x01,0x05,0x0a,0x4c]
+// GFX10: v_sub_nc_u32_e32 v5, v1, v2             ; encoding: [0x01,0x05,0x0a,0x4c]
 
 v_sub_nc_u32_e32 v255, v1, v2
-// GFX10: encoding: [0x01,0x05,0xfe,0x4d]
+// GFX10: v_sub_nc_u32_e32 v255, v1, v2           ; encoding: [0x01,0x05,0xfe,0x4d]
 
 v_sub_nc_u32_e32 v5, v255, v2
-// GFX10: encoding: [0xff,0x05,0x0a,0x4c]
+// GFX10: v_sub_nc_u32_e32 v5, v255, v2           ; encoding: [0xff,0x05,0x0a,0x4c]
 
 v_sub_nc_u32_e32 v5, s1, v2
-// GFX10: encoding: [0x01,0x04,0x0a,0x4c]
+// GFX10: v_sub_nc_u32_e32 v5, s1, v2             ; encoding: [0x01,0x04,0x0a,0x4c]
 
 v_sub_nc_u32_e32 v5, s101, v2
-// GFX10: encoding: [0x65,0x04,0x0a,0x4c]
+// GFX10: v_sub_nc_u32_e32 v5, s101, v2           ; encoding: [0x65,0x04,0x0a,0x4c]
 
 v_sub_nc_u32_e32 v5, vcc_lo, v2
-// GFX10: encoding: [0x6a,0x04,0x0a,0x4c]
+// GFX10: v_sub_nc_u32_e32 v5, vcc_lo, v2         ; encoding: [0x6a,0x04,0x0a,0x4c]
 
 v_sub_nc_u32_e32 v5, vcc_hi, v2
-// GFX10: encoding: [0x6b,0x04,0x0a,0x4c]
+// GFX10: v_sub_nc_u32_e32 v5, vcc_hi, v2         ; encoding: [0x6b,0x04,0x0a,0x4c]
 
 v_sub_nc_u32_e32 v5, m0, v2
-// GFX10: encoding: [0x7c,0x04,0x0a,0x4c]
+// GFX10: v_sub_nc_u32_e32 v5, m0, v2             ; encoding: [0x7c,0x04,0x0a,0x4c]
 
 v_sub_nc_u32_e32 v5, exec_lo, v2
-// GFX10: encoding: [0x7e,0x04,0x0a,0x4c]
+// GFX10: v_sub_nc_u32_e32 v5, exec_lo, v2        ; encoding: [0x7e,0x04,0x0a,0x4c]
 
 v_sub_nc_u32_e32 v5, exec_hi, v2
-// GFX10: encoding: [0x7f,0x04,0x0a,0x4c]
+// GFX10: v_sub_nc_u32_e32 v5, exec_hi, v2        ; encoding: [0x7f,0x04,0x0a,0x4c]
 
 v_sub_nc_u32_e32 v5, 0, v2
-// GFX10: encoding: [0x80,0x04,0x0a,0x4c]
+// GFX10: v_sub_nc_u32_e32 v5, 0, v2              ; encoding: [0x80,0x04,0x0a,0x4c]
 
 v_sub_nc_u32_e32 v5, -1, v2
-// GFX10: encoding: [0xc1,0x04,0x0a,0x4c]
+// GFX10: v_sub_nc_u32_e32 v5, -1, v2             ; encoding: [0xc1,0x04,0x0a,0x4c]
 
 v_sub_nc_u32_e32 v5, 0.5, v2
-// GFX10: encoding: [0xf0,0x04,0x0a,0x4c]
+// GFX10: v_sub_nc_u32_e32 v5, 0.5, v2            ; encoding: [0xf0,0x04,0x0a,0x4c]
 
 v_sub_nc_u32_e32 v5, -4.0, v2
-// GFX10: encoding: [0xf7,0x04,0x0a,0x4c]
+// GFX10: v_sub_nc_u32_e32 v5, -4.0, v2           ; encoding: [0xf7,0x04,0x0a,0x4c]
 
 v_sub_nc_u32_e32 v5, 0xaf123456, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x4c,0x56,0x34,0x12,0xaf]
+// GFX10: v_sub_nc_u32_e32 v5, 0xaf123456, v2     ; encoding: [0xff,0x04,0x0a,0x4c,0x56,0x34,0x12,0xaf]
 
 v_sub_nc_u32_e32 v5, 0x3f717273, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x4c,0x73,0x72,0x71,0x3f]
+// GFX10: v_sub_nc_u32_e32 v5, 0x3f717273, v2     ; encoding: [0xff,0x04,0x0a,0x4c,0x73,0x72,0x71,0x3f]
 
 v_sub_nc_u32_e32 v5, v1, v255
-// GFX10: encoding: [0x01,0xff,0x0b,0x4c]
+// GFX10: v_sub_nc_u32_e32 v5, v1, v255           ; encoding: [0x01,0xff,0x0b,0x4c]
 
 v_sub_nc_u32_e64 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x26,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_sub_nc_u32_e64 v5, v1, v2             ; encoding: [0x05,0x00,0x26,0xd5,0x01,0x05,0x02,0x00]
 
 v_sub_nc_u32_e64 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x26,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_sub_nc_u32_e64 v255, v1, v2           ; encoding: [0xff,0x00,0x26,0xd5,0x01,0x05,0x02,0x00]
 
 v_sub_nc_u32_e64 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x26,0xd5,0xff,0x05,0x02,0x00]
+// GFX10: v_sub_nc_u32_e64 v5, v255, v2           ; encoding: [0x05,0x00,0x26,0xd5,0xff,0x05,0x02,0x00]
 
 v_sub_nc_u32_e64 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x26,0xd5,0x01,0x04,0x02,0x00]
+// GFX10: v_sub_nc_u32_e64 v5, s1, v2             ; encoding: [0x05,0x00,0x26,0xd5,0x01,0x04,0x02,0x00]
 
 v_sub_nc_u32_e64 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x26,0xd5,0x65,0x04,0x02,0x00]
+// GFX10: v_sub_nc_u32_e64 v5, s101, v2           ; encoding: [0x05,0x00,0x26,0xd5,0x65,0x04,0x02,0x00]
 
 v_sub_nc_u32_e64 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x26,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_sub_nc_u32_e64 v5, vcc_lo, v2         ; encoding: [0x05,0x00,0x26,0xd5,0x6a,0x04,0x02,0x00]
 
 v_sub_nc_u32_e64 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x26,0xd5,0x6b,0x04,0x02,0x00]
+// GFX10: v_sub_nc_u32_e64 v5, vcc_hi, v2         ; encoding: [0x05,0x00,0x26,0xd5,0x6b,0x04,0x02,0x00]
 
 v_sub_nc_u32_e64 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x26,0xd5,0x7c,0x04,0x02,0x00]
+// GFX10: v_sub_nc_u32_e64 v5, m0, v2             ; encoding: [0x05,0x00,0x26,0xd5,0x7c,0x04,0x02,0x00]
 
 v_sub_nc_u32_e64 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x26,0xd5,0x7e,0x04,0x02,0x00]
+// GFX10: v_sub_nc_u32_e64 v5, exec_lo, v2        ; encoding: [0x05,0x00,0x26,0xd5,0x7e,0x04,0x02,0x00]
 
 v_sub_nc_u32_e64 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x26,0xd5,0x7f,0x04,0x02,0x00]
+// GFX10: v_sub_nc_u32_e64 v5, exec_hi, v2        ; encoding: [0x05,0x00,0x26,0xd5,0x7f,0x04,0x02,0x00]
 
 v_sub_nc_u32_e64 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x26,0xd5,0x80,0x04,0x02,0x00]
+// GFX10: v_sub_nc_u32_e64 v5, 0, v2              ; encoding: [0x05,0x00,0x26,0xd5,0x80,0x04,0x02,0x00]
 
 v_sub_nc_u32_e64 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x26,0xd5,0xc1,0x04,0x02,0x00]
+// GFX10: v_sub_nc_u32_e64 v5, -1, v2             ; encoding: [0x05,0x00,0x26,0xd5,0xc1,0x04,0x02,0x00]
 
 v_sub_nc_u32_e64 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x26,0xd5,0xf0,0x04,0x02,0x00]
+// GFX10: v_sub_nc_u32_e64 v5, 0.5, v2            ; encoding: [0x05,0x00,0x26,0xd5,0xf0,0x04,0x02,0x00]
 
 v_sub_nc_u32_e64 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x26,0xd5,0xf7,0x04,0x02,0x00]
+// GFX10: v_sub_nc_u32_e64 v5, -4.0, v2           ; encoding: [0x05,0x00,0x26,0xd5,0xf7,0x04,0x02,0x00]
 
 v_sub_nc_u32_e64 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x26,0xd5,0x01,0xff,0x03,0x00]
+// GFX10: v_sub_nc_u32_e64 v5, v1, v255           ; encoding: [0x05,0x00,0x26,0xd5,0x01,0xff,0x03,0x00]
 
 v_sub_nc_u32_e64 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x26,0xd5,0x01,0x05,0x00,0x00]
+// GFX10: v_sub_nc_u32_e64 v5, v1, s2             ; encoding: [0x05,0x00,0x26,0xd5,0x01,0x05,0x00,0x00]
 
 v_sub_nc_u32_e64 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x26,0xd5,0x01,0xcb,0x00,0x00]
+// GFX10: v_sub_nc_u32_e64 v5, v1, s101           ; encoding: [0x05,0x00,0x26,0xd5,0x01,0xcb,0x00,0x00]
 
 v_sub_nc_u32_e64 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x26,0xd5,0x01,0xd5,0x00,0x00]
+// GFX10: v_sub_nc_u32_e64 v5, v1, vcc_lo         ; encoding: [0x05,0x00,0x26,0xd5,0x01,0xd5,0x00,0x00]
 
 v_sub_nc_u32_e64 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x26,0xd5,0x01,0xd7,0x00,0x00]
+// GFX10: v_sub_nc_u32_e64 v5, v1, vcc_hi         ; encoding: [0x05,0x00,0x26,0xd5,0x01,0xd7,0x00,0x00]
 
 v_sub_nc_u32_e64 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x26,0xd5,0x01,0xf9,0x00,0x00]
+// GFX10: v_sub_nc_u32_e64 v5, v1, m0             ; encoding: [0x05,0x00,0x26,0xd5,0x01,0xf9,0x00,0x00]
 
 v_sub_nc_u32_e64 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x26,0xd5,0x01,0xfd,0x00,0x00]
+// GFX10: v_sub_nc_u32_e64 v5, v1, exec_lo        ; encoding: [0x05,0x00,0x26,0xd5,0x01,0xfd,0x00,0x00]
 
 v_sub_nc_u32_e64 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x26,0xd5,0x01,0xff,0x00,0x00]
+// GFX10: v_sub_nc_u32_e64 v5, v1, exec_hi        ; encoding: [0x05,0x00,0x26,0xd5,0x01,0xff,0x00,0x00]
 
 v_sub_nc_u32_e64 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x26,0xd5,0x01,0x01,0x01,0x00]
+// GFX10: v_sub_nc_u32_e64 v5, v1, 0              ; encoding: [0x05,0x00,0x26,0xd5,0x01,0x01,0x01,0x00]
 
 v_sub_nc_u32_e64 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x26,0xd5,0x01,0x83,0x01,0x00]
+// GFX10: v_sub_nc_u32_e64 v5, v1, -1             ; encoding: [0x05,0x00,0x26,0xd5,0x01,0x83,0x01,0x00]
 
 v_sub_nc_u32_e64 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x26,0xd5,0x01,0xe1,0x01,0x00]
+// GFX10: v_sub_nc_u32_e64 v5, v1, 0.5            ; encoding: [0x05,0x00,0x26,0xd5,0x01,0xe1,0x01,0x00]
 
 v_sub_nc_u32_e64 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x26,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_sub_nc_u32_e64 v5, v1, -4.0           ; encoding: [0x05,0x00,0x26,0xd5,0x01,0xef,0x01,0x00]
 
 v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x06,0x06,0x06]
+// GFX10: v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x06,0x06,0x06]
 
 v_sub_nc_u32_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0xfe,0x4d,0x01,0x06,0x06,0x06]
+// GFX10: v_sub_nc_u32_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0xfe,0x4d,0x01,0x06,0x06,0x06]
 
 v_sub_nc_u32_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4c,0xff,0x06,0x06,0x06]
+// GFX10: v_sub_nc_u32_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4c,0xff,0x06,0x06,0x06]
 
 v_sub_nc_u32_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x06,0x86,0x06]
+// GFX10: v_sub_nc_u32_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x06,0x86,0x06]
 
 v_sub_nc_u32_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4c,0x65,0x06,0x86,0x06]
+// GFX10: v_sub_nc_u32_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4c,0x65,0x06,0x86,0x06]
 
 v_sub_nc_u32_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4c,0x6a,0x06,0x86,0x06]
+// GFX10: v_sub_nc_u32_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4c,0x6a,0x06,0x86,0x06]
 
 v_sub_nc_u32_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4c,0x6b,0x06,0x86,0x06]
+// GFX10: v_sub_nc_u32_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4c,0x6b,0x06,0x86,0x06]
 
 v_sub_nc_u32_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4c,0x7c,0x06,0x86,0x06]
+// GFX10: v_sub_nc_u32_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4c,0x7c,0x06,0x86,0x06]
 
 v_sub_nc_u32_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4c,0x7e,0x06,0x86,0x06]
+// GFX10: v_sub_nc_u32_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4c,0x7e,0x06,0x86,0x06]
 
 v_sub_nc_u32_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4c,0x7f,0x06,0x86,0x06]
+// GFX10: v_sub_nc_u32_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4c,0x7f,0x06,0x86,0x06]
 
 v_sub_nc_u32_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0xfe,0x0b,0x4c,0x01,0x06,0x06,0x06]
+// GFX10: v_sub_nc_u32_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0xfe,0x0b,0x4c,0x01,0x06,0x06,0x06]
 
 v_sub_nc_u32_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x26,0x06,0x06]
+// GFX10: v_sub_nc_u32_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x26,0x06,0x06]
 
 v_sub_nc_u32_sdwa v5, v1, v2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x06,0x06,0x06]
+// GFX10: v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x06,0x06,0x06]
 
 v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x00,0x06,0x06]
+// GFX10: v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x00,0x06,0x06]
 
 v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x01,0x06,0x06]
+// GFX10: v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x01,0x06,0x06]
 
 v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x02,0x06,0x06]
+// GFX10: v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x02,0x06,0x06]
 
 v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x03,0x06,0x06]
+// GFX10: v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x03,0x06,0x06]
 
 v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x04,0x06,0x06]
+// GFX10: v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x04,0x06,0x06]
 
 v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x05,0x06,0x06]
+// GFX10: v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x05,0x06,0x06]
 
 v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x0e,0x06,0x06]
+// GFX10: v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x0e,0x06,0x06]
 
 v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x16,0x06,0x06]
+// GFX10: v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x16,0x06,0x06]
 
 v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x16,0x06,0x06]
+// GFX10: v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x16,0x06,0x06]
 
 v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x06,0x06,0x06]
+// GFX10: v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x06,0x06,0x06]
 
 v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x06,0x00,0x06]
+// GFX10: v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x06,0x00,0x06]
 
 v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x06,0x01,0x06]
+// GFX10: v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x06,0x01,0x06]
 
 v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x06,0x02,0x06]
+// GFX10: v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x06,0x02,0x06]
 
 v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x06,0x03,0x06]
+// GFX10: v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x06,0x03,0x06]
 
 v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x06,0x04,0x06]
+// GFX10: v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x06,0x04,0x06]
 
 v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x06,0x05,0x06]
+// GFX10: v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x06,0x05,0x06]
 
 v_sub_nc_u32_sdwa v5, sext(v1), v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x06,0x0e,0x06]
+// GFX10: v_sub_nc_u32_sdwa v5, sext(v1), v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x06,0x0e,0x06]
 
 v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x06,0x06,0x06]
+// GFX10: v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x06,0x06,0x06]
 
 v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x06,0x06,0x00]
+// GFX10: v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0 ; encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x06,0x06,0x00]
 
 v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x06,0x06,0x01]
+// GFX10: v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1 ; encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x06,0x06,0x01]
 
 v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x06,0x06,0x02]
+// GFX10: v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2 ; encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x06,0x06,0x02]
 
 v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x06,0x06,0x03]
+// GFX10: v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3 ; encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x06,0x06,0x03]
 
 v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x06,0x06,0x04]
+// GFX10: v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0 ; encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x06,0x06,0x04]
 
 v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x06,0x06,0x05]
+// GFX10: v_sub_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1 ; encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x06,0x06,0x05]
 
 v_sub_nc_u32_sdwa v5, v1, sext(v2) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x06,0x06,0x0e]
+// GFX10: v_sub_nc_u32_sdwa v5, v1, sext(v2) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4c,0x01,0x06,0x06,0x0e]
 
 v_subrev_nc_u32_e32 v5, v1, v2
-// GFX10: encoding: [0x01,0x05,0x0a,0x4e]
+// GFX10: v_subrev_nc_u32_e32 v5, v1, v2          ; encoding: [0x01,0x05,0x0a,0x4e]
 
 v_subrev_nc_u32_e32 v255, v1, v2
-// GFX10: encoding: [0x01,0x05,0xfe,0x4f]
+// GFX10: v_subrev_nc_u32_e32 v255, v1, v2        ; encoding: [0x01,0x05,0xfe,0x4f]
 
 v_subrev_nc_u32_e32 v5, v255, v2
-// GFX10: encoding: [0xff,0x05,0x0a,0x4e]
+// GFX10: v_subrev_nc_u32_e32 v5, v255, v2        ; encoding: [0xff,0x05,0x0a,0x4e]
 
 v_subrev_nc_u32_e32 v5, s1, v2
-// GFX10: encoding: [0x01,0x04,0x0a,0x4e]
+// GFX10: v_subrev_nc_u32_e32 v5, s1, v2          ; encoding: [0x01,0x04,0x0a,0x4e]
 
 v_subrev_nc_u32_e32 v5, s101, v2
-// GFX10: encoding: [0x65,0x04,0x0a,0x4e]
+// GFX10: v_subrev_nc_u32_e32 v5, s101, v2        ; encoding: [0x65,0x04,0x0a,0x4e]
 
 v_subrev_nc_u32_e32 v5, vcc_lo, v2
-// GFX10: encoding: [0x6a,0x04,0x0a,0x4e]
+// GFX10: v_subrev_nc_u32_e32 v5, vcc_lo, v2      ; encoding: [0x6a,0x04,0x0a,0x4e]
 
 v_subrev_nc_u32_e32 v5, vcc_hi, v2
-// GFX10: encoding: [0x6b,0x04,0x0a,0x4e]
+// GFX10: v_subrev_nc_u32_e32 v5, vcc_hi, v2      ; encoding: [0x6b,0x04,0x0a,0x4e]
 
 v_subrev_nc_u32_e32 v5, m0, v2
-// GFX10: encoding: [0x7c,0x04,0x0a,0x4e]
+// GFX10: v_subrev_nc_u32_e32 v5, m0, v2          ; encoding: [0x7c,0x04,0x0a,0x4e]
 
 v_subrev_nc_u32_e32 v5, exec_lo, v2
-// GFX10: encoding: [0x7e,0x04,0x0a,0x4e]
+// GFX10: v_subrev_nc_u32_e32 v5, exec_lo, v2     ; encoding: [0x7e,0x04,0x0a,0x4e]
 
 v_subrev_nc_u32_e32 v5, exec_hi, v2
-// GFX10: encoding: [0x7f,0x04,0x0a,0x4e]
+// GFX10: v_subrev_nc_u32_e32 v5, exec_hi, v2     ; encoding: [0x7f,0x04,0x0a,0x4e]
 
 v_subrev_nc_u32_e32 v5, 0, v2
-// GFX10: encoding: [0x80,0x04,0x0a,0x4e]
+// GFX10: v_subrev_nc_u32_e32 v5, 0, v2           ; encoding: [0x80,0x04,0x0a,0x4e]
 
 v_subrev_nc_u32_e32 v5, -1, v2
-// GFX10: encoding: [0xc1,0x04,0x0a,0x4e]
+// GFX10: v_subrev_nc_u32_e32 v5, -1, v2          ; encoding: [0xc1,0x04,0x0a,0x4e]
 
 v_subrev_nc_u32_e32 v5, 0.5, v2
-// GFX10: encoding: [0xf0,0x04,0x0a,0x4e]
+// GFX10: v_subrev_nc_u32_e32 v5, 0.5, v2         ; encoding: [0xf0,0x04,0x0a,0x4e]
 
 v_subrev_nc_u32_e32 v5, -4.0, v2
-// GFX10: encoding: [0xf7,0x04,0x0a,0x4e]
+// GFX10: v_subrev_nc_u32_e32 v5, -4.0, v2        ; encoding: [0xf7,0x04,0x0a,0x4e]
 
 v_subrev_nc_u32_e32 v5, 0xaf123456, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x4e,0x56,0x34,0x12,0xaf]
+// GFX10: v_subrev_nc_u32_e32 v5, 0xaf123456, v2  ; encoding: [0xff,0x04,0x0a,0x4e,0x56,0x34,0x12,0xaf]
 
 v_subrev_nc_u32_e32 v5, 0x3f717273, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x4e,0x73,0x72,0x71,0x3f]
+// GFX10: v_subrev_nc_u32_e32 v5, 0x3f717273, v2  ; encoding: [0xff,0x04,0x0a,0x4e,0x73,0x72,0x71,0x3f]
 
 v_subrev_nc_u32_e32 v5, v1, v255
-// GFX10: encoding: [0x01,0xff,0x0b,0x4e]
+// GFX10: v_subrev_nc_u32_e32 v5, v1, v255        ; encoding: [0x01,0xff,0x0b,0x4e]
 
 v_subrev_nc_u32_e64 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x27,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_subrev_nc_u32_e64 v5, v1, v2          ; encoding: [0x05,0x00,0x27,0xd5,0x01,0x05,0x02,0x00]
 
 v_subrev_nc_u32_e64 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x27,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_subrev_nc_u32_e64 v255, v1, v2        ; encoding: [0xff,0x00,0x27,0xd5,0x01,0x05,0x02,0x00]
 
 v_subrev_nc_u32_e64 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x27,0xd5,0xff,0x05,0x02,0x00]
+// GFX10: v_subrev_nc_u32_e64 v5, v255, v2        ; encoding: [0x05,0x00,0x27,0xd5,0xff,0x05,0x02,0x00]
 
 v_subrev_nc_u32_e64 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x27,0xd5,0x01,0x04,0x02,0x00]
+// GFX10: v_subrev_nc_u32_e64 v5, s1, v2          ; encoding: [0x05,0x00,0x27,0xd5,0x01,0x04,0x02,0x00]
 
 v_subrev_nc_u32_e64 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x27,0xd5,0x65,0x04,0x02,0x00]
+// GFX10: v_subrev_nc_u32_e64 v5, s101, v2        ; encoding: [0x05,0x00,0x27,0xd5,0x65,0x04,0x02,0x00]
 
 v_subrev_nc_u32_e64 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x27,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_subrev_nc_u32_e64 v5, vcc_lo, v2      ; encoding: [0x05,0x00,0x27,0xd5,0x6a,0x04,0x02,0x00]
 
 v_subrev_nc_u32_e64 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x27,0xd5,0x6b,0x04,0x02,0x00]
+// GFX10: v_subrev_nc_u32_e64 v5, vcc_hi, v2      ; encoding: [0x05,0x00,0x27,0xd5,0x6b,0x04,0x02,0x00]
 
 v_subrev_nc_u32_e64 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x27,0xd5,0x7c,0x04,0x02,0x00]
+// GFX10: v_subrev_nc_u32_e64 v5, m0, v2          ; encoding: [0x05,0x00,0x27,0xd5,0x7c,0x04,0x02,0x00]
 
 v_subrev_nc_u32_e64 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x27,0xd5,0x7e,0x04,0x02,0x00]
+// GFX10: v_subrev_nc_u32_e64 v5, exec_lo, v2     ; encoding: [0x05,0x00,0x27,0xd5,0x7e,0x04,0x02,0x00]
 
 v_subrev_nc_u32_e64 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x27,0xd5,0x7f,0x04,0x02,0x00]
+// GFX10: v_subrev_nc_u32_e64 v5, exec_hi, v2     ; encoding: [0x05,0x00,0x27,0xd5,0x7f,0x04,0x02,0x00]
 
 v_subrev_nc_u32_e64 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x27,0xd5,0x80,0x04,0x02,0x00]
+// GFX10: v_subrev_nc_u32_e64 v5, 0, v2           ; encoding: [0x05,0x00,0x27,0xd5,0x80,0x04,0x02,0x00]
 
 v_subrev_nc_u32_e64 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x27,0xd5,0xc1,0x04,0x02,0x00]
+// GFX10: v_subrev_nc_u32_e64 v5, -1, v2          ; encoding: [0x05,0x00,0x27,0xd5,0xc1,0x04,0x02,0x00]
 
 v_subrev_nc_u32_e64 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x27,0xd5,0xf0,0x04,0x02,0x00]
+// GFX10: v_subrev_nc_u32_e64 v5, 0.5, v2         ; encoding: [0x05,0x00,0x27,0xd5,0xf0,0x04,0x02,0x00]
 
 v_subrev_nc_u32_e64 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x27,0xd5,0xf7,0x04,0x02,0x00]
+// GFX10: v_subrev_nc_u32_e64 v5, -4.0, v2        ; encoding: [0x05,0x00,0x27,0xd5,0xf7,0x04,0x02,0x00]
 
 v_subrev_nc_u32_e64 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x27,0xd5,0x01,0xff,0x03,0x00]
+// GFX10: v_subrev_nc_u32_e64 v5, v1, v255        ; encoding: [0x05,0x00,0x27,0xd5,0x01,0xff,0x03,0x00]
 
 v_subrev_nc_u32_e64 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x27,0xd5,0x01,0x05,0x00,0x00]
+// GFX10: v_subrev_nc_u32_e64 v5, v1, s2          ; encoding: [0x05,0x00,0x27,0xd5,0x01,0x05,0x00,0x00]
 
 v_subrev_nc_u32_e64 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x27,0xd5,0x01,0xcb,0x00,0x00]
+// GFX10: v_subrev_nc_u32_e64 v5, v1, s101        ; encoding: [0x05,0x00,0x27,0xd5,0x01,0xcb,0x00,0x00]
 
 v_subrev_nc_u32_e64 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x27,0xd5,0x01,0xd5,0x00,0x00]
+// GFX10: v_subrev_nc_u32_e64 v5, v1, vcc_lo      ; encoding: [0x05,0x00,0x27,0xd5,0x01,0xd5,0x00,0x00]
 
 v_subrev_nc_u32_e64 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x27,0xd5,0x01,0xd7,0x00,0x00]
+// GFX10: v_subrev_nc_u32_e64 v5, v1, vcc_hi      ; encoding: [0x05,0x00,0x27,0xd5,0x01,0xd7,0x00,0x00]
 
 v_subrev_nc_u32_e64 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x27,0xd5,0x01,0xf9,0x00,0x00]
+// GFX10: v_subrev_nc_u32_e64 v5, v1, m0          ; encoding: [0x05,0x00,0x27,0xd5,0x01,0xf9,0x00,0x00]
 
 v_subrev_nc_u32_e64 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x27,0xd5,0x01,0xfd,0x00,0x00]
+// GFX10: v_subrev_nc_u32_e64 v5, v1, exec_lo     ; encoding: [0x05,0x00,0x27,0xd5,0x01,0xfd,0x00,0x00]
 
 v_subrev_nc_u32_e64 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x27,0xd5,0x01,0xff,0x00,0x00]
+// GFX10: v_subrev_nc_u32_e64 v5, v1, exec_hi     ; encoding: [0x05,0x00,0x27,0xd5,0x01,0xff,0x00,0x00]
 
 v_subrev_nc_u32_e64 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x27,0xd5,0x01,0x01,0x01,0x00]
+// GFX10: v_subrev_nc_u32_e64 v5, v1, 0           ; encoding: [0x05,0x00,0x27,0xd5,0x01,0x01,0x01,0x00]
 
 v_subrev_nc_u32_e64 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x27,0xd5,0x01,0x83,0x01,0x00]
+// GFX10: v_subrev_nc_u32_e64 v5, v1, -1          ; encoding: [0x05,0x00,0x27,0xd5,0x01,0x83,0x01,0x00]
 
 v_subrev_nc_u32_e64 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x27,0xd5,0x01,0xe1,0x01,0x00]
+// GFX10: v_subrev_nc_u32_e64 v5, v1, 0.5         ; encoding: [0x05,0x00,0x27,0xd5,0x01,0xe1,0x01,0x00]
 
 v_subrev_nc_u32_e64 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x27,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_subrev_nc_u32_e64 v5, v1, -4.0        ; encoding: [0x05,0x00,0x27,0xd5,0x01,0xef,0x01,0x00]
 
 v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x06,0x06,0x06]
+// GFX10: v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x06,0x06,0x06]
 
 v_subrev_nc_u32_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0xfe,0x4f,0x01,0x06,0x06,0x06]
+// GFX10: v_subrev_nc_u32_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0xfe,0x4f,0x01,0x06,0x06,0x06]
 
 v_subrev_nc_u32_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4e,0xff,0x06,0x06,0x06]
+// GFX10: v_subrev_nc_u32_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4e,0xff,0x06,0x06,0x06]
 
 v_subrev_nc_u32_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x06,0x86,0x06]
+// GFX10: v_subrev_nc_u32_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x06,0x86,0x06]
 
 v_subrev_nc_u32_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4e,0x65,0x06,0x86,0x06]
+// GFX10: v_subrev_nc_u32_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4e,0x65,0x06,0x86,0x06]
 
 v_subrev_nc_u32_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4e,0x6a,0x06,0x86,0x06]
+// GFX10: v_subrev_nc_u32_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4e,0x6a,0x06,0x86,0x06]
 
 v_subrev_nc_u32_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4e,0x6b,0x06,0x86,0x06]
+// GFX10: v_subrev_nc_u32_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4e,0x6b,0x06,0x86,0x06]
 
 v_subrev_nc_u32_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4e,0x7c,0x06,0x86,0x06]
+// GFX10: v_subrev_nc_u32_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4e,0x7c,0x06,0x86,0x06]
 
 v_subrev_nc_u32_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4e,0x7e,0x06,0x86,0x06]
+// GFX10: v_subrev_nc_u32_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4e,0x7e,0x06,0x86,0x06]
 
 v_subrev_nc_u32_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4e,0x7f,0x06,0x86,0x06]
+// GFX10: v_subrev_nc_u32_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4e,0x7f,0x06,0x86,0x06]
 
 v_subrev_nc_u32_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0xfe,0x0b,0x4e,0x01,0x06,0x06,0x06]
+// GFX10: v_subrev_nc_u32_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0xfe,0x0b,0x4e,0x01,0x06,0x06,0x06]
 
 v_subrev_nc_u32_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x26,0x06,0x06]
+// GFX10: v_subrev_nc_u32_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x26,0x06,0x06]
 
 v_subrev_nc_u32_sdwa v5, v1, v2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x06,0x06,0x06]
+// GFX10: v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x06,0x06,0x06]
 
 v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x00,0x06,0x06]
+// GFX10: v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x00,0x06,0x06]
 
 v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x01,0x06,0x06]
+// GFX10: v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x01,0x06,0x06]
 
 v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x02,0x06,0x06]
+// GFX10: v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x02,0x06,0x06]
 
 v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x03,0x06,0x06]
+// GFX10: v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x03,0x06,0x06]
 
 v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x04,0x06,0x06]
+// GFX10: v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x04,0x06,0x06]
 
 v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x05,0x06,0x06]
+// GFX10: v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x05,0x06,0x06]
 
 v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x0e,0x06,0x06]
+// GFX10: v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x0e,0x06,0x06]
 
 v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x16,0x06,0x06]
+// GFX10: v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x16,0x06,0x06]
 
 v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x16,0x06,0x06]
+// GFX10: v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x16,0x06,0x06]
 
 v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x06,0x06,0x06]
+// GFX10: v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x06,0x06,0x06]
 
 v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x06,0x00,0x06]
+// GFX10: v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x06,0x00,0x06]
 
 v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x06,0x01,0x06]
+// GFX10: v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x06,0x01,0x06]
 
 v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x06,0x02,0x06]
+// GFX10: v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x06,0x02,0x06]
 
 v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x06,0x03,0x06]
+// GFX10: v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x06,0x03,0x06]
 
 v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x06,0x04,0x06]
+// GFX10: v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x06,0x04,0x06]
 
 v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x06,0x05,0x06]
+// GFX10: v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x06,0x05,0x06]
 
 v_subrev_nc_u32_sdwa v5, sext(v1), v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x06,0x0e,0x06]
+// GFX10: v_subrev_nc_u32_sdwa v5, sext(v1), v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x06,0x0e,0x06]
 
 v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x06,0x06,0x06]
+// GFX10: v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x06,0x06,0x06]
 
 v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x06,0x06,0x00]
+// GFX10: v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0 ; encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x06,0x06,0x00]
 
 v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x06,0x06,0x01]
+// GFX10: v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1 ; encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x06,0x06,0x01]
 
 v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x06,0x06,0x02]
+// GFX10: v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2 ; encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x06,0x06,0x02]
 
 v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x06,0x06,0x03]
+// GFX10: v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3 ; encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x06,0x06,0x03]
 
 v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x06,0x06,0x04]
+// GFX10: v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0 ; encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x06,0x06,0x04]
 
 v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x06,0x06,0x05]
+// GFX10: v_subrev_nc_u32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1 ; encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x06,0x06,0x05]
 
 v_subrev_nc_u32_sdwa v5, v1, sext(v2) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x06,0x06,0x0e]
+// GFX10: v_subrev_nc_u32_sdwa v5, v1, sext(v2) dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x4e,0x01,0x06,0x06,0x0e]
 
 v_add_co_ci_u32_e32 v5, vcc, v1, v2, vcc
-// W64: encoding: [0x01,0x05,0x0a,0x50]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_add_co_ci_u32_e32 v5, vcc, v1, v2, vcc ; encoding: [0x01,0x05,0x0a,0x50]
 
 v_add_co_ci_u32_e32 v255, vcc, v1, v2, vcc
-// W64: encoding: [0x01,0x05,0xfe,0x51]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_add_co_ci_u32_e32 v255, vcc, v1, v2, vcc ; encoding: [0x01,0x05,0xfe,0x51]
 
 v_add_co_ci_u32_e32 v5, vcc, v255, v2, vcc
-// W64: encoding: [0xff,0x05,0x0a,0x50]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_add_co_ci_u32_e32 v5, vcc, v255, v2, vcc ; encoding: [0xff,0x05,0x0a,0x50]
 
 v_add_co_ci_u32_e32 v5, vcc, 0, v2, vcc
-// W64: encoding: [0x80,0x04,0x0a,0x50]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_add_co_ci_u32_e32 v5, vcc, 0, v2, vcc ; encoding: [0x80,0x04,0x0a,0x50]
 
 v_add_co_ci_u32_e32 v5, vcc, -1, v2, vcc
-// W64: encoding: [0xc1,0x04,0x0a,0x50]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_add_co_ci_u32_e32 v5, vcc, -1, v2, vcc ; encoding: [0xc1,0x04,0x0a,0x50]
 
 v_add_co_ci_u32_e32 v5, vcc, 0.5, v2, vcc
-// W64: encoding: [0xf0,0x04,0x0a,0x50]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_add_co_ci_u32_e32 v5, vcc, 0.5, v2, vcc ; encoding: [0xf0,0x04,0x0a,0x50]
 
 v_add_co_ci_u32_e32 v5, vcc, -4.0, v2, vcc
-// W64: encoding: [0xf7,0x04,0x0a,0x50]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_add_co_ci_u32_e32 v5, vcc, -4.0, v2, vcc ; encoding: [0xf7,0x04,0x0a,0x50]
 
 v_add_co_ci_u32_e32 v5, vcc, v1, v255, vcc
-// W64: encoding: [0x01,0xff,0x0b,0x50]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_add_co_ci_u32_e32 v5, vcc, v1, v255, vcc ; encoding: [0x01,0xff,0x0b,0x50]
 
 v_add_co_ci_u32_e64 v5, s[12:13], v1, v2, s[6:7]
-// W64: encoding: [0x05,0x0c,0x28,0xd5,0x01,0x05,0x1a,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:25: error: invalid operand for instruction
+// W64: v_add_co_ci_u32_e64 v5, s[12:13], v1, v2, s[6:7] ; encoding: [0x05,0x0c,0x28,0xd5,0x01,0x05,0x1a,0x00]
 
 v_add_co_ci_u32_e64 v255, s[12:13], v1, v2, s[6:7]
-// W64: encoding: [0xff,0x0c,0x28,0xd5,0x01,0x05,0x1a,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:27: error: invalid operand for instruction
+// W64: v_add_co_ci_u32_e64 v255, s[12:13], v1, v2, s[6:7] ; encoding: [0xff,0x0c,0x28,0xd5,0x01,0x05,0x1a,0x00]
 
 v_add_co_ci_u32_e64 v5, s[14:15], v1, v2, s[6:7]
-// W64: encoding: [0x05,0x0e,0x28,0xd5,0x01,0x05,0x1a,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:25: error: invalid operand for instruction
+// W64: v_add_co_ci_u32_e64 v5, s[14:15], v1, v2, s[6:7] ; encoding: [0x05,0x0e,0x28,0xd5,0x01,0x05,0x1a,0x00]
 
 v_add_co_ci_u32_e64 v5, s[102:103], v1, v2, s[6:7]
-// W64: encoding: [0x05,0x66,0x28,0xd5,0x01,0x05,0x1a,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:25: error: invalid operand for instruction
+// W64: v_add_co_ci_u32_e64 v5, s[102:103], v1, v2, s[6:7] ; encoding: [0x05,0x66,0x28,0xd5,0x01,0x05,0x1a,0x00]
 
 v_add_co_ci_u32_e64 v5, vcc, v1, v2, s[6:7]
-// W64: encoding: [0x05,0x6a,0x28,0xd5,0x01,0x05,0x1a,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:25: error: invalid operand for instruction
+// W64: v_add_co_ci_u32_e64 v5, vcc, v1, v2, s[6:7] ; encoding: [0x05,0x6a,0x28,0xd5,0x01,0x05,0x1a,0x00]
 
 v_add_co_ci_u32_e64 v5, s[12:13], v255, v2, s[6:7]
-// W64: encoding: [0x05,0x0c,0x28,0xd5,0xff,0x05,0x1a,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:25: error: invalid operand for instruction
+// W64: v_add_co_ci_u32_e64 v5, s[12:13], v255, v2, s[6:7] ; encoding: [0x05,0x0c,0x28,0xd5,0xff,0x05,0x1a,0x00]
 
 v_add_co_ci_u32_e64 v5, s[12:13], 0, v2, s[6:7]
-// W64: encoding: [0x05,0x0c,0x28,0xd5,0x80,0x04,0x1a,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:25: error: invalid operand for instruction
+// W64: v_add_co_ci_u32_e64 v5, s[12:13], 0, v2, s[6:7] ; encoding: [0x05,0x0c,0x28,0xd5,0x80,0x04,0x1a,0x00]
 
 v_add_co_ci_u32_e64 v5, s[12:13], -1, v2, s[6:7]
-// W64: encoding: [0x05,0x0c,0x28,0xd5,0xc1,0x04,0x1a,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:25: error: invalid operand for instruction
+// W64: v_add_co_ci_u32_e64 v5, s[12:13], -1, v2, s[6:7] ; encoding: [0x05,0x0c,0x28,0xd5,0xc1,0x04,0x1a,0x00]
 
 v_add_co_ci_u32_e64 v5, s[12:13], 0.5, v2, s[6:7]
-// W64: encoding: [0x05,0x0c,0x28,0xd5,0xf0,0x04,0x1a,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:25: error: invalid operand for instruction
+// W64: v_add_co_ci_u32_e64 v5, s[12:13], 0.5, v2, s[6:7] ; encoding: [0x05,0x0c,0x28,0xd5,0xf0,0x04,0x1a,0x00]
 
 v_add_co_ci_u32_e64 v5, s[12:13], -4.0, v2, s[6:7]
-// W64: encoding: [0x05,0x0c,0x28,0xd5,0xf7,0x04,0x1a,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:25: error: invalid operand for instruction
+// W64: v_add_co_ci_u32_e64 v5, s[12:13], -4.0, v2, s[6:7] ; encoding: [0x05,0x0c,0x28,0xd5,0xf7,0x04,0x1a,0x00]
 
 v_add_co_ci_u32_e64 v5, s[12:13], v1, v255, s[6:7]
-// W64: encoding: [0x05,0x0c,0x28,0xd5,0x01,0xff,0x1b,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:25: error: invalid operand for instruction
+// W64: v_add_co_ci_u32_e64 v5, s[12:13], v1, v255, s[6:7] ; encoding: [0x05,0x0c,0x28,0xd5,0x01,0xff,0x1b,0x00]
 
 v_add_co_ci_u32_e64 v5, s[12:13], v1, 0, s[6:7]
-// W64: encoding: [0x05,0x0c,0x28,0xd5,0x01,0x01,0x19,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:25: error: invalid operand for instruction
+// W64: v_add_co_ci_u32_e64 v5, s[12:13], v1, 0, s[6:7] ; encoding: [0x05,0x0c,0x28,0xd5,0x01,0x01,0x19,0x00]
 
 v_add_co_ci_u32_e64 v5, s[12:13], v1, -1, s[6:7]
-// W64: encoding: [0x05,0x0c,0x28,0xd5,0x01,0x83,0x19,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:25: error: invalid operand for instruction
+// W64: v_add_co_ci_u32_e64 v5, s[12:13], v1, -1, s[6:7] ; encoding: [0x05,0x0c,0x28,0xd5,0x01,0x83,0x19,0x00]
 
 v_add_co_ci_u32_e64 v5, s[12:13], v1, 0.5, s[6:7]
-// W64: encoding: [0x05,0x0c,0x28,0xd5,0x01,0xe1,0x19,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:25: error: invalid operand for instruction
+// W64: v_add_co_ci_u32_e64 v5, s[12:13], v1, 0.5, s[6:7] ; encoding: [0x05,0x0c,0x28,0xd5,0x01,0xe1,0x19,0x00]
 
 v_add_co_ci_u32_e64 v5, s[12:13], v1, -4.0, s[6:7]
-// W64: encoding: [0x05,0x0c,0x28,0xd5,0x01,0xef,0x19,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:25: error: invalid operand for instruction
+// W64: v_add_co_ci_u32_e64 v5, s[12:13], v1, -4.0, s[6:7] ; encoding: [0x05,0x0c,0x28,0xd5,0x01,0xef,0x19,0x00]
 
 v_add_co_ci_u32_e64 v5, s[12:13], v1, v2, s[8:9]
-// W64: encoding: [0x05,0x0c,0x28,0xd5,0x01,0x05,0x22,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:25: error: invalid operand for instruction
+// W64: v_add_co_ci_u32_e64 v5, s[12:13], v1, v2, s[8:9] ; encoding: [0x05,0x0c,0x28,0xd5,0x01,0x05,0x22,0x00]
 
 v_add_co_ci_u32_e64 v5, s[12:13], v1, v2, s[102:103]
-// W64: encoding: [0x05,0x0c,0x28,0xd5,0x01,0x05,0x9a,0x01]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:25: error: invalid operand for instruction
+// W64: v_add_co_ci_u32_e64 v5, s[12:13], v1, v2, s[102:103] ; encoding: [0x05,0x0c,0x28,0xd5,0x01,0x05,0x9a,0x01]
 
 v_add_co_ci_u32_e64 v5, s[12:13], v1, v2, vcc
-// W64: encoding: [0x05,0x0c,0x28,0xd5,0x01,0x05,0xaa,0x01]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:25: error: invalid operand for instruction
+// W64: v_add_co_ci_u32_e64 v5, s[12:13], v1, v2, vcc ; encoding: [0x05,0x0c,0x28,0xd5,0x01,0x05,0xaa,0x01]
 
 v_add_co_ci_u32_e32 v5, vcc_lo, v1, v2, vcc_lo
-// W32: encoding: [0x01,0x05,0x0a,0x50]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_add_co_ci_u32_e32 v5, vcc_lo, v1, v2, vcc_lo ; encoding: [0x01,0x05,0x0a,0x50]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_add_co_ci_u32_e32 v255, vcc_lo, v1, v2, vcc_lo
-// W32: encoding: [0x01,0x05,0xfe,0x51]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_add_co_ci_u32_e32 v255, vcc_lo, v1, v2, vcc_lo ; encoding: [0x01,0x05,0xfe,0x51]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_add_co_ci_u32_e32 v5, vcc_lo, v255, v2, vcc_lo
-// W32: encoding: [0xff,0x05,0x0a,0x50]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_add_co_ci_u32_e32 v5, vcc_lo, v255, v2, vcc_lo ; encoding: [0xff,0x05,0x0a,0x50]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_add_co_ci_u32_e32 v5, vcc_lo, 0, v2, vcc_lo
-// W32: encoding: [0x80,0x04,0x0a,0x50]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_add_co_ci_u32_e32 v5, vcc_lo, 0, v2, vcc_lo ; encoding: [0x80,0x04,0x0a,0x50]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_add_co_ci_u32_e32 v5, vcc_lo, -1, v2, vcc_lo
-// W32: encoding: [0xc1,0x04,0x0a,0x50]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_add_co_ci_u32_e32 v5, vcc_lo, -1, v2, vcc_lo ; encoding: [0xc1,0x04,0x0a,0x50]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_add_co_ci_u32_e32 v5, vcc_lo, 0.5, v2, vcc_lo
-// W32: encoding: [0xf0,0x04,0x0a,0x50]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_add_co_ci_u32_e32 v5, vcc_lo, 0.5, v2, vcc_lo ; encoding: [0xf0,0x04,0x0a,0x50]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_add_co_ci_u32_e32 v5, vcc_lo, -4.0, v2, vcc_lo
-// W32: encoding: [0xf7,0x04,0x0a,0x50]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_add_co_ci_u32_e32 v5, vcc_lo, -4.0, v2, vcc_lo ; encoding: [0xf7,0x04,0x0a,0x50]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_add_co_ci_u32_e32 v5, vcc_lo, v1, v255, vcc_lo
-// W32: encoding: [0x01,0xff,0x0b,0x50]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_add_co_ci_u32_e32 v5, vcc_lo, v1, v255, vcc_lo ; encoding: [0x01,0xff,0x0b,0x50]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_add_co_ci_u32_e64 v5, s12, v1, v2, s6
-// W32: encoding: [0x05,0x0c,0x28,0xd5,0x01,0x05,0x1a,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_add_co_ci_u32_e64 v5, s12, v1, v2, s6 ; encoding: [0x05,0x0c,0x28,0xd5,0x01,0x05,0x1a,0x00]
+// W64-ERR: :[[@LINE-2]]:25: error: invalid operand for instruction
 
 v_add_co_ci_u32_e64 v255, s12, v1, v2, s6
-// W32: encoding: [0xff,0x0c,0x28,0xd5,0x01,0x05,0x1a,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_add_co_ci_u32_e64 v255, s12, v1, v2, s6 ; encoding: [0xff,0x0c,0x28,0xd5,0x01,0x05,0x1a,0x00]
+// W64-ERR: :[[@LINE-2]]:27: error: invalid operand for instruction
 
 v_add_co_ci_u32_e64 v5, s14, v1, v2, s6
-// W32: encoding: [0x05,0x0e,0x28,0xd5,0x01,0x05,0x1a,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_add_co_ci_u32_e64 v5, s14, v1, v2, s6 ; encoding: [0x05,0x0e,0x28,0xd5,0x01,0x05,0x1a,0x00]
+// W64-ERR: :[[@LINE-2]]:25: error: invalid operand for instruction
 
 v_add_co_ci_u32_e64 v5, s102, v1, v2, s6
-// W32: encoding: [0x05,0x66,0x28,0xd5,0x01,0x05,0x1a,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_add_co_ci_u32_e64 v5, s102, v1, v2, s6 ; encoding: [0x05,0x66,0x28,0xd5,0x01,0x05,0x1a,0x00]
+// W64-ERR: :[[@LINE-2]]:25: error: invalid operand for instruction
 
 v_add_co_ci_u32_e64 v5, vcc_lo, v1, v2, s6
-// W32: encoding: [0x05,0x6a,0x28,0xd5,0x01,0x05,0x1a,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_add_co_ci_u32_e64 v5, vcc_lo, v1, v2, s6 ; encoding: [0x05,0x6a,0x28,0xd5,0x01,0x05,0x1a,0x00]
+// W64-ERR: :[[@LINE-2]]:25: error: invalid operand for instruction
 
 v_add_co_ci_u32_e64 v5, s12, v255, v2, s6
-// W32: encoding: [0x05,0x0c,0x28,0xd5,0xff,0x05,0x1a,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_add_co_ci_u32_e64 v5, s12, v255, v2, s6 ; encoding: [0x05,0x0c,0x28,0xd5,0xff,0x05,0x1a,0x00]
+// W64-ERR: :[[@LINE-2]]:25: error: invalid operand for instruction
 
 v_add_co_ci_u32_e64 v5, s12, 0, v2, s6
-// W32: encoding: [0x05,0x0c,0x28,0xd5,0x80,0x04,0x1a,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_add_co_ci_u32_e64 v5, s12, 0, v2, s6  ; encoding: [0x05,0x0c,0x28,0xd5,0x80,0x04,0x1a,0x00]
+// W64-ERR: :[[@LINE-2]]:25: error: invalid operand for instruction
 
 v_add_co_ci_u32_e64 v5, s12, -1, v2, s6
-// W32: encoding: [0x05,0x0c,0x28,0xd5,0xc1,0x04,0x1a,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_add_co_ci_u32_e64 v5, s12, -1, v2, s6 ; encoding: [0x05,0x0c,0x28,0xd5,0xc1,0x04,0x1a,0x00]
+// W64-ERR: :[[@LINE-2]]:25: error: invalid operand for instruction
 
 v_add_co_ci_u32_e64 v5, s12, 0.5, v2, s6
-// W32: encoding: [0x05,0x0c,0x28,0xd5,0xf0,0x04,0x1a,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_add_co_ci_u32_e64 v5, s12, 0.5, v2, s6 ; encoding: [0x05,0x0c,0x28,0xd5,0xf0,0x04,0x1a,0x00]
+// W64-ERR: :[[@LINE-2]]:25: error: invalid operand for instruction
 
 v_add_co_ci_u32_e64 v5, s12, -4.0, v2, s6
-// W32: encoding: [0x05,0x0c,0x28,0xd5,0xf7,0x04,0x1a,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_add_co_ci_u32_e64 v5, s12, -4.0, v2, s6 ; encoding: [0x05,0x0c,0x28,0xd5,0xf7,0x04,0x1a,0x00]
+// W64-ERR: :[[@LINE-2]]:25: error: invalid operand for instruction
 
 v_add_co_ci_u32_e64 v5, s12, v1, v255, s6
-// W32: encoding: [0x05,0x0c,0x28,0xd5,0x01,0xff,0x1b,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_add_co_ci_u32_e64 v5, s12, v1, v255, s6 ; encoding: [0x05,0x0c,0x28,0xd5,0x01,0xff,0x1b,0x00]
+// W64-ERR: :[[@LINE-2]]:25: error: invalid operand for instruction
 
 v_add_co_ci_u32_e64 v5, s12, v1, 0, s6
-// W32: encoding: [0x05,0x0c,0x28,0xd5,0x01,0x01,0x19,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_add_co_ci_u32_e64 v5, s12, v1, 0, s6  ; encoding: [0x05,0x0c,0x28,0xd5,0x01,0x01,0x19,0x00]
+// W64-ERR: :[[@LINE-2]]:25: error: invalid operand for instruction
 
 v_add_co_ci_u32_e64 v5, s12, v1, -1, s6
-// W32: encoding: [0x05,0x0c,0x28,0xd5,0x01,0x83,0x19,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_add_co_ci_u32_e64 v5, s12, v1, -1, s6 ; encoding: [0x05,0x0c,0x28,0xd5,0x01,0x83,0x19,0x00]
+// W64-ERR: :[[@LINE-2]]:25: error: invalid operand for instruction
 
 v_add_co_ci_u32_e64 v5, s12, v1, 0.5, s6
-// W32: encoding: [0x05,0x0c,0x28,0xd5,0x01,0xe1,0x19,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_add_co_ci_u32_e64 v5, s12, v1, 0.5, s6 ; encoding: [0x05,0x0c,0x28,0xd5,0x01,0xe1,0x19,0x00]
+// W64-ERR: :[[@LINE-2]]:25: error: invalid operand for instruction
 
 v_add_co_ci_u32_e64 v5, s12, v1, -4.0, s6
-// W32: encoding: [0x05,0x0c,0x28,0xd5,0x01,0xef,0x19,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_add_co_ci_u32_e64 v5, s12, v1, -4.0, s6 ; encoding: [0x05,0x0c,0x28,0xd5,0x01,0xef,0x19,0x00]
+// W64-ERR: :[[@LINE-2]]:25: error: invalid operand for instruction
 
 v_add_co_ci_u32_e64 v5, s12, v1, v2, s8
-// W32: encoding: [0x05,0x0c,0x28,0xd5,0x01,0x05,0x22,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_add_co_ci_u32_e64 v5, s12, v1, v2, s8 ; encoding: [0x05,0x0c,0x28,0xd5,0x01,0x05,0x22,0x00]
+// W64-ERR: :[[@LINE-2]]:25: error: invalid operand for instruction
 
 v_add_co_ci_u32_e64 v5, s12, v1, v2, s102
-// W32: encoding: [0x05,0x0c,0x28,0xd5,0x01,0x05,0x9a,0x01]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_add_co_ci_u32_e64 v5, s12, v1, v2, s102 ; encoding: [0x05,0x0c,0x28,0xd5,0x01,0x05,0x9a,0x01]
+// W64-ERR: :[[@LINE-2]]:25: error: invalid operand for instruction
 
 v_add_co_ci_u32_e64 v5, s12, v1, v2, vcc_lo
-// W32: encoding: [0x05,0x0c,0x28,0xd5,0x01,0x05,0xaa,0x01]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_add_co_ci_u32_e64 v5, s12, v1, v2, vcc_lo ; encoding: [0x05,0x0c,0x28,0xd5,0x01,0x05,0xaa,0x01]
+// W64-ERR: :[[@LINE-2]]:25: error: invalid operand for instruction
 
 v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x06,0x06]
 
 v_add_co_ci_u32_sdwa v255, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0xfe,0x51,0x01,0x06,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_add_co_ci_u32_sdwa v255, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0xfe,0x51,0x01,0x06,0x06,0x06]
 
 v_add_co_ci_u32_sdwa v5, vcc, v255, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x50,0xff,0x06,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_add_co_ci_u32_sdwa v5, vcc, v255, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x50,0xff,0x06,0x06,0x06]
 
 v_add_co_ci_u32_sdwa v5, vcc, v1, v255, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0xfe,0x0b,0x50,0x01,0x06,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_add_co_ci_u32_sdwa v5, vcc, v1, v255, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0xfe,0x0b,0x50,0x01,0x06,0x06,0x06]
 
 v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x26,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x26,0x06,0x06]
 
 v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x06,0x06]
 
 v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x00,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x00,0x06,0x06]
 
 v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x01,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x01,0x06,0x06]
 
 v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x02,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x02,0x06,0x06]
 
 v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x03,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x03,0x06,0x06]
 
 v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x04,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x04,0x06,0x06]
 
 v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x05,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x05,0x06,0x06]
 
 v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x0e,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x0e,0x06,0x06]
 
 v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x16,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x16,0x06,0x06]
 
 v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x16,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x16,0x06,0x06]
 
 v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x06,0x06]
 
 v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x00,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x00,0x06]
 
 v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x01,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x01,0x06]
 
 v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x02,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x02,0x06]
 
 v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x03,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x03,0x06]
 
 v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x04,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x04,0x06]
 
 v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x05,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x05,0x06]
 
 v_add_co_ci_u32_sdwa v5, vcc, sext(v1), v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x0e,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_add_co_ci_u32_sdwa v5, vcc, sext(v1), v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x0e,0x06]
 
 v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x06,0x06]
 
 v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0
-// W64: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x06,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0 ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x06,0x00]
 
 v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1
-// W64: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x06,0x01]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1 ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x06,0x01]
 
 v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2
-// W64: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x06,0x02]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2 ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x06,0x02]
 
 v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3
-// W64: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x06,0x03]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3 ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x06,0x03]
 
 v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0
-// W64: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x06,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0 ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x06,0x04]
 
 v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1
-// W64: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x06,0x05]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_add_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1 ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x06,0x05]
 
 v_add_co_ci_u32_sdwa v5, vcc, v1, sext(v2), vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x06,0x0e]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_add_co_ci_u32_sdwa v5, vcc, v1, sext(v2), vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x06,0x0e]
 
 v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_add_co_ci_u32_sdwa v255, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0xfe,0x51,0x01,0x06,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_add_co_ci_u32_sdwa v255, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0xfe,0x51,0x01,0x06,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_add_co_ci_u32_sdwa v5, vcc_lo, v255, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x50,0xff,0x06,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_add_co_ci_u32_sdwa v5, vcc_lo, v255, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x50,0xff,0x06,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v255, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0xfe,0x0b,0x50,0x01,0x06,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v255, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0xfe,0x0b,0x50,0x01,0x06,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x26,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x26,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x00,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x00,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x01,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x01,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x02,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x02,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x03,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x03,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x04,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x04,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x05,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x05,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x0e,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x0e,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x16,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x16,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x16,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x16,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x00,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x00,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x01,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x01,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x02,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x02,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x03,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x03,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x04,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x04,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x05,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x05,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_add_co_ci_u32_sdwa v5, vcc_lo, sext(v1), v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x0e,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_add_co_ci_u32_sdwa v5, vcc_lo, sext(v1), v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x0e,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0
-// W32: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x06,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0 ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x06,0x00]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1
-// W32: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x06,0x01]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1 ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x06,0x01]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2
-// W32: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x06,0x02]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2 ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x06,0x02]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3
-// W32: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x06,0x03]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3 ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x06,0x03]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0
-// W32: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x06,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0 ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x06,0x04]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1
-// W32: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x06,0x05]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_add_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1 ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x06,0x05]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_add_co_ci_u32_sdwa v5, vcc_lo, v1, sext(v2), vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x06,0x0e]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_add_co_ci_u32_sdwa v5, vcc_lo, v1, sext(v2), vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x50,0x01,0x06,0x06,0x0e]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_sub_co_ci_u32_e32 v5, vcc, v1, v2, vcc
-// W64: encoding: [0x01,0x05,0x0a,0x52]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_sub_co_ci_u32_e32 v5, vcc, v1, v2, vcc ; encoding: [0x01,0x05,0x0a,0x52]
 
 v_sub_co_ci_u32_e32 v255, vcc, v1, v2, vcc
-// W64: encoding: [0x01,0x05,0xfe,0x53]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_sub_co_ci_u32_e32 v255, vcc, v1, v2, vcc ; encoding: [0x01,0x05,0xfe,0x53]
 
 v_sub_co_ci_u32_e32 v5, vcc, v255, v2, vcc
-// W64: encoding: [0xff,0x05,0x0a,0x52]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_sub_co_ci_u32_e32 v5, vcc, v255, v2, vcc ; encoding: [0xff,0x05,0x0a,0x52]
 
 v_sub_co_ci_u32_e32 v5, vcc, 0, v2, vcc
-// W64: encoding: [0x80,0x04,0x0a,0x52]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_sub_co_ci_u32_e32 v5, vcc, 0, v2, vcc ; encoding: [0x80,0x04,0x0a,0x52]
 
 v_sub_co_ci_u32_e32 v5, vcc, -1, v2, vcc
-// W64: encoding: [0xc1,0x04,0x0a,0x52]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_sub_co_ci_u32_e32 v5, vcc, -1, v2, vcc ; encoding: [0xc1,0x04,0x0a,0x52]
 
 v_sub_co_ci_u32_e32 v5, vcc, 0.5, v2, vcc
-// W64: encoding: [0xf0,0x04,0x0a,0x52]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_sub_co_ci_u32_e32 v5, vcc, 0.5, v2, vcc ; encoding: [0xf0,0x04,0x0a,0x52]
 
 v_sub_co_ci_u32_e32 v5, vcc, -4.0, v2, vcc
-// W64: encoding: [0xf7,0x04,0x0a,0x52]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_sub_co_ci_u32_e32 v5, vcc, -4.0, v2, vcc ; encoding: [0xf7,0x04,0x0a,0x52]
 
 v_sub_co_ci_u32_e32 v5, vcc, v1, v255, vcc
-// W64: encoding: [0x01,0xff,0x0b,0x52]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_sub_co_ci_u32_e32 v5, vcc, v1, v255, vcc ; encoding: [0x01,0xff,0x0b,0x52]
 
 v_sub_co_ci_u32_e64 v5, s[12:13], v1, v2, s[6:7]
-// W64: encoding: [0x05,0x0c,0x29,0xd5,0x01,0x05,0x1a,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:25: error: invalid operand for instruction
+// W64: v_sub_co_ci_u32_e64 v5, s[12:13], v1, v2, s[6:7] ; encoding: [0x05,0x0c,0x29,0xd5,0x01,0x05,0x1a,0x00]
 
 v_sub_co_ci_u32_e64 v255, s[12:13], v1, v2, s[6:7]
-// W64: encoding: [0xff,0x0c,0x29,0xd5,0x01,0x05,0x1a,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:27: error: invalid operand for instruction
+// W64: v_sub_co_ci_u32_e64 v255, s[12:13], v1, v2, s[6:7] ; encoding: [0xff,0x0c,0x29,0xd5,0x01,0x05,0x1a,0x00]
 
 v_sub_co_ci_u32_e64 v5, s[14:15], v1, v2, s[6:7]
-// W64: encoding: [0x05,0x0e,0x29,0xd5,0x01,0x05,0x1a,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:25: error: invalid operand for instruction
+// W64: v_sub_co_ci_u32_e64 v5, s[14:15], v1, v2, s[6:7] ; encoding: [0x05,0x0e,0x29,0xd5,0x01,0x05,0x1a,0x00]
 
 v_sub_co_ci_u32_e64 v5, s[102:103], v1, v2, s[6:7]
-// W64: encoding: [0x05,0x66,0x29,0xd5,0x01,0x05,0x1a,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:25: error: invalid operand for instruction
+// W64: v_sub_co_ci_u32_e64 v5, s[102:103], v1, v2, s[6:7] ; encoding: [0x05,0x66,0x29,0xd5,0x01,0x05,0x1a,0x00]
 
 v_sub_co_ci_u32_e64 v5, vcc, v1, v2, s[6:7]
-// W64: encoding: [0x05,0x6a,0x29,0xd5,0x01,0x05,0x1a,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:25: error: invalid operand for instruction
+// W64: v_sub_co_ci_u32_e64 v5, vcc, v1, v2, s[6:7] ; encoding: [0x05,0x6a,0x29,0xd5,0x01,0x05,0x1a,0x00]
 
 v_sub_co_ci_u32_e64 v5, s[12:13], v255, v2, s[6:7]
-// W64: encoding: [0x05,0x0c,0x29,0xd5,0xff,0x05,0x1a,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:25: error: invalid operand for instruction
+// W64: v_sub_co_ci_u32_e64 v5, s[12:13], v255, v2, s[6:7] ; encoding: [0x05,0x0c,0x29,0xd5,0xff,0x05,0x1a,0x00]
 
 v_sub_co_ci_u32_e64 v5, s[12:13], 0, v2, s[6:7]
-// W64: encoding: [0x05,0x0c,0x29,0xd5,0x80,0x04,0x1a,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:25: error: invalid operand for instruction
+// W64: v_sub_co_ci_u32_e64 v5, s[12:13], 0, v2, s[6:7] ; encoding: [0x05,0x0c,0x29,0xd5,0x80,0x04,0x1a,0x00]
 
 v_sub_co_ci_u32_e64 v5, s[12:13], -1, v2, s[6:7]
-// W64: encoding: [0x05,0x0c,0x29,0xd5,0xc1,0x04,0x1a,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:25: error: invalid operand for instruction
+// W64: v_sub_co_ci_u32_e64 v5, s[12:13], -1, v2, s[6:7] ; encoding: [0x05,0x0c,0x29,0xd5,0xc1,0x04,0x1a,0x00]
 
 v_sub_co_ci_u32_e64 v5, s[12:13], 0.5, v2, s[6:7]
-// W64: encoding: [0x05,0x0c,0x29,0xd5,0xf0,0x04,0x1a,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:25: error: invalid operand for instruction
+// W64: v_sub_co_ci_u32_e64 v5, s[12:13], 0.5, v2, s[6:7] ; encoding: [0x05,0x0c,0x29,0xd5,0xf0,0x04,0x1a,0x00]
 
 v_sub_co_ci_u32_e64 v5, s[12:13], -4.0, v2, s[6:7]
-// W64: encoding: [0x05,0x0c,0x29,0xd5,0xf7,0x04,0x1a,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:25: error: invalid operand for instruction
+// W64: v_sub_co_ci_u32_e64 v5, s[12:13], -4.0, v2, s[6:7] ; encoding: [0x05,0x0c,0x29,0xd5,0xf7,0x04,0x1a,0x00]
 
 v_sub_co_ci_u32_e64 v5, s[12:13], v1, v255, s[6:7]
-// W64: encoding: [0x05,0x0c,0x29,0xd5,0x01,0xff,0x1b,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:25: error: invalid operand for instruction
+// W64: v_sub_co_ci_u32_e64 v5, s[12:13], v1, v255, s[6:7] ; encoding: [0x05,0x0c,0x29,0xd5,0x01,0xff,0x1b,0x00]
 
 v_sub_co_ci_u32_e64 v5, s[12:13], v1, 0, s[6:7]
-// W64: encoding: [0x05,0x0c,0x29,0xd5,0x01,0x01,0x19,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:25: error: invalid operand for instruction
+// W64: v_sub_co_ci_u32_e64 v5, s[12:13], v1, 0, s[6:7] ; encoding: [0x05,0x0c,0x29,0xd5,0x01,0x01,0x19,0x00]
 
 v_sub_co_ci_u32_e64 v5, s[12:13], v1, -1, s[6:7]
-// W64: encoding: [0x05,0x0c,0x29,0xd5,0x01,0x83,0x19,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:25: error: invalid operand for instruction
+// W64: v_sub_co_ci_u32_e64 v5, s[12:13], v1, -1, s[6:7] ; encoding: [0x05,0x0c,0x29,0xd5,0x01,0x83,0x19,0x00]
 
 v_sub_co_ci_u32_e64 v5, s[12:13], v1, 0.5, s[6:7]
-// W64: encoding: [0x05,0x0c,0x29,0xd5,0x01,0xe1,0x19,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:25: error: invalid operand for instruction
+// W64: v_sub_co_ci_u32_e64 v5, s[12:13], v1, 0.5, s[6:7] ; encoding: [0x05,0x0c,0x29,0xd5,0x01,0xe1,0x19,0x00]
 
 v_sub_co_ci_u32_e64 v5, s[12:13], v1, -4.0, s[6:7]
-// W64: encoding: [0x05,0x0c,0x29,0xd5,0x01,0xef,0x19,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:25: error: invalid operand for instruction
+// W64: v_sub_co_ci_u32_e64 v5, s[12:13], v1, -4.0, s[6:7] ; encoding: [0x05,0x0c,0x29,0xd5,0x01,0xef,0x19,0x00]
 
 v_sub_co_ci_u32_e64 v5, s[12:13], v1, v2, s[8:9]
-// W64: encoding: [0x05,0x0c,0x29,0xd5,0x01,0x05,0x22,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:25: error: invalid operand for instruction
+// W64: v_sub_co_ci_u32_e64 v5, s[12:13], v1, v2, s[8:9] ; encoding: [0x05,0x0c,0x29,0xd5,0x01,0x05,0x22,0x00]
 
 v_sub_co_ci_u32_e64 v5, s[12:13], v1, v2, s[102:103]
-// W64: encoding: [0x05,0x0c,0x29,0xd5,0x01,0x05,0x9a,0x01]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:25: error: invalid operand for instruction
+// W64: v_sub_co_ci_u32_e64 v5, s[12:13], v1, v2, s[102:103] ; encoding: [0x05,0x0c,0x29,0xd5,0x01,0x05,0x9a,0x01]
 
 v_sub_co_ci_u32_e64 v5, s[12:13], v1, v2, vcc
-// W64: encoding: [0x05,0x0c,0x29,0xd5,0x01,0x05,0xaa,0x01]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:25: error: invalid operand for instruction
+// W64: v_sub_co_ci_u32_e64 v5, s[12:13], v1, v2, vcc ; encoding: [0x05,0x0c,0x29,0xd5,0x01,0x05,0xaa,0x01]
 
 v_sub_co_ci_u32_e32 v5, vcc_lo, v1, v2, vcc_lo
-// W32: encoding: [0x01,0x05,0x0a,0x52]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_sub_co_ci_u32_e32 v5, vcc_lo, v1, v2, vcc_lo ; encoding: [0x01,0x05,0x0a,0x52]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_sub_co_ci_u32_e32 v255, vcc_lo, v1, v2, vcc_lo
-// W32: encoding: [0x01,0x05,0xfe,0x53]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_sub_co_ci_u32_e32 v255, vcc_lo, v1, v2, vcc_lo ; encoding: [0x01,0x05,0xfe,0x53]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_sub_co_ci_u32_e32 v5, vcc_lo, v255, v2, vcc_lo
-// W32: encoding: [0xff,0x05,0x0a,0x52]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_sub_co_ci_u32_e32 v5, vcc_lo, v255, v2, vcc_lo ; encoding: [0xff,0x05,0x0a,0x52]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_sub_co_ci_u32_e32 v5, vcc_lo, 0, v2, vcc_lo
-// W32: encoding: [0x80,0x04,0x0a,0x52]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_sub_co_ci_u32_e32 v5, vcc_lo, 0, v2, vcc_lo ; encoding: [0x80,0x04,0x0a,0x52]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_sub_co_ci_u32_e32 v5, vcc_lo, -1, v2, vcc_lo
-// W32: encoding: [0xc1,0x04,0x0a,0x52]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_sub_co_ci_u32_e32 v5, vcc_lo, -1, v2, vcc_lo ; encoding: [0xc1,0x04,0x0a,0x52]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_sub_co_ci_u32_e32 v5, vcc_lo, 0.5, v2, vcc_lo
-// W32: encoding: [0xf0,0x04,0x0a,0x52]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_sub_co_ci_u32_e32 v5, vcc_lo, 0.5, v2, vcc_lo ; encoding: [0xf0,0x04,0x0a,0x52]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_sub_co_ci_u32_e32 v5, vcc_lo, -4.0, v2, vcc_lo
-// W32: encoding: [0xf7,0x04,0x0a,0x52]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_sub_co_ci_u32_e32 v5, vcc_lo, -4.0, v2, vcc_lo ; encoding: [0xf7,0x04,0x0a,0x52]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_sub_co_ci_u32_e32 v5, vcc_lo, v1, v255, vcc_lo
-// W32: encoding: [0x01,0xff,0x0b,0x52]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_sub_co_ci_u32_e32 v5, vcc_lo, v1, v255, vcc_lo ; encoding: [0x01,0xff,0x0b,0x52]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_sub_co_ci_u32_e64 v5, s12, v1, v2, s6
-// W32: encoding: [0x05,0x0c,0x29,0xd5,0x01,0x05,0x1a,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_sub_co_ci_u32_e64 v5, s12, v1, v2, s6 ; encoding: [0x05,0x0c,0x29,0xd5,0x01,0x05,0x1a,0x00]
+// W64-ERR: :[[@LINE-2]]:25: error: invalid operand for instruction
 
 v_sub_co_ci_u32_e64 v255, s12, v1, v2, s6
-// W32: encoding: [0xff,0x0c,0x29,0xd5,0x01,0x05,0x1a,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_sub_co_ci_u32_e64 v255, s12, v1, v2, s6 ; encoding: [0xff,0x0c,0x29,0xd5,0x01,0x05,0x1a,0x00]
+// W64-ERR: :[[@LINE-2]]:27: error: invalid operand for instruction
 
 v_sub_co_ci_u32_e64 v5, s14, v1, v2, s6
-// W32: encoding: [0x05,0x0e,0x29,0xd5,0x01,0x05,0x1a,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_sub_co_ci_u32_e64 v5, s14, v1, v2, s6 ; encoding: [0x05,0x0e,0x29,0xd5,0x01,0x05,0x1a,0x00]
+// W64-ERR: :[[@LINE-2]]:25: error: invalid operand for instruction
 
 v_sub_co_ci_u32_e64 v5, s102, v1, v2, s6
-// W32: encoding: [0x05,0x66,0x29,0xd5,0x01,0x05,0x1a,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_sub_co_ci_u32_e64 v5, s102, v1, v2, s6 ; encoding: [0x05,0x66,0x29,0xd5,0x01,0x05,0x1a,0x00]
+// W64-ERR: :[[@LINE-2]]:25: error: invalid operand for instruction
 
 v_sub_co_ci_u32_e64 v5, vcc_lo, v1, v2, s6
-// W32: encoding: [0x05,0x6a,0x29,0xd5,0x01,0x05,0x1a,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_sub_co_ci_u32_e64 v5, vcc_lo, v1, v2, s6 ; encoding: [0x05,0x6a,0x29,0xd5,0x01,0x05,0x1a,0x00]
+// W64-ERR: :[[@LINE-2]]:25: error: invalid operand for instruction
 
 v_sub_co_ci_u32_e64 v5, s12, v255, v2, s6
-// W32: encoding: [0x05,0x0c,0x29,0xd5,0xff,0x05,0x1a,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_sub_co_ci_u32_e64 v5, s12, v255, v2, s6 ; encoding: [0x05,0x0c,0x29,0xd5,0xff,0x05,0x1a,0x00]
+// W64-ERR: :[[@LINE-2]]:25: error: invalid operand for instruction
 
 v_sub_co_ci_u32_e64 v5, s12, 0, v2, s6
-// W32: encoding: [0x05,0x0c,0x29,0xd5,0x80,0x04,0x1a,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_sub_co_ci_u32_e64 v5, s12, 0, v2, s6  ; encoding: [0x05,0x0c,0x29,0xd5,0x80,0x04,0x1a,0x00]
+// W64-ERR: :[[@LINE-2]]:25: error: invalid operand for instruction
 
 v_sub_co_ci_u32_e64 v5, s12, -1, v2, s6
-// W32: encoding: [0x05,0x0c,0x29,0xd5,0xc1,0x04,0x1a,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_sub_co_ci_u32_e64 v5, s12, -1, v2, s6 ; encoding: [0x05,0x0c,0x29,0xd5,0xc1,0x04,0x1a,0x00]
+// W64-ERR: :[[@LINE-2]]:25: error: invalid operand for instruction
 
 v_sub_co_ci_u32_e64 v5, s12, 0.5, v2, s6
-// W32: encoding: [0x05,0x0c,0x29,0xd5,0xf0,0x04,0x1a,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_sub_co_ci_u32_e64 v5, s12, 0.5, v2, s6 ; encoding: [0x05,0x0c,0x29,0xd5,0xf0,0x04,0x1a,0x00]
+// W64-ERR: :[[@LINE-2]]:25: error: invalid operand for instruction
 
 v_sub_co_ci_u32_e64 v5, s12, -4.0, v2, s6
-// W32: encoding: [0x05,0x0c,0x29,0xd5,0xf7,0x04,0x1a,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_sub_co_ci_u32_e64 v5, s12, -4.0, v2, s6 ; encoding: [0x05,0x0c,0x29,0xd5,0xf7,0x04,0x1a,0x00]
+// W64-ERR: :[[@LINE-2]]:25: error: invalid operand for instruction
 
 v_sub_co_ci_u32_e64 v5, s12, v1, v255, s6
-// W32: encoding: [0x05,0x0c,0x29,0xd5,0x01,0xff,0x1b,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_sub_co_ci_u32_e64 v5, s12, v1, v255, s6 ; encoding: [0x05,0x0c,0x29,0xd5,0x01,0xff,0x1b,0x00]
+// W64-ERR: :[[@LINE-2]]:25: error: invalid operand for instruction
 
 v_sub_co_ci_u32_e64 v5, s12, v1, 0, s6
-// W32: encoding: [0x05,0x0c,0x29,0xd5,0x01,0x01,0x19,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_sub_co_ci_u32_e64 v5, s12, v1, 0, s6  ; encoding: [0x05,0x0c,0x29,0xd5,0x01,0x01,0x19,0x00]
+// W64-ERR: :[[@LINE-2]]:25: error: invalid operand for instruction
 
 v_sub_co_ci_u32_e64 v5, s12, v1, -1, s6
-// W32: encoding: [0x05,0x0c,0x29,0xd5,0x01,0x83,0x19,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_sub_co_ci_u32_e64 v5, s12, v1, -1, s6 ; encoding: [0x05,0x0c,0x29,0xd5,0x01,0x83,0x19,0x00]
+// W64-ERR: :[[@LINE-2]]:25: error: invalid operand for instruction
 
 v_sub_co_ci_u32_e64 v5, s12, v1, 0.5, s6
-// W32: encoding: [0x05,0x0c,0x29,0xd5,0x01,0xe1,0x19,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_sub_co_ci_u32_e64 v5, s12, v1, 0.5, s6 ; encoding: [0x05,0x0c,0x29,0xd5,0x01,0xe1,0x19,0x00]
+// W64-ERR: :[[@LINE-2]]:25: error: invalid operand for instruction
 
 v_sub_co_ci_u32_e64 v5, s12, v1, -4.0, s6
-// W32: encoding: [0x05,0x0c,0x29,0xd5,0x01,0xef,0x19,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_sub_co_ci_u32_e64 v5, s12, v1, -4.0, s6 ; encoding: [0x05,0x0c,0x29,0xd5,0x01,0xef,0x19,0x00]
+// W64-ERR: :[[@LINE-2]]:25: error: invalid operand for instruction
 
 v_sub_co_ci_u32_e64 v5, s12, v1, v2, s8
-// W32: encoding: [0x05,0x0c,0x29,0xd5,0x01,0x05,0x22,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_sub_co_ci_u32_e64 v5, s12, v1, v2, s8 ; encoding: [0x05,0x0c,0x29,0xd5,0x01,0x05,0x22,0x00]
+// W64-ERR: :[[@LINE-2]]:25: error: invalid operand for instruction
 
 v_sub_co_ci_u32_e64 v5, s12, v1, v2, s102
-// W32: encoding: [0x05,0x0c,0x29,0xd5,0x01,0x05,0x9a,0x01]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_sub_co_ci_u32_e64 v5, s12, v1, v2, s102 ; encoding: [0x05,0x0c,0x29,0xd5,0x01,0x05,0x9a,0x01]
+// W64-ERR: :[[@LINE-2]]:25: error: invalid operand for instruction
 
 v_sub_co_ci_u32_e64 v5, s12, v1, v2, vcc_lo
-// W32: encoding: [0x05,0x0c,0x29,0xd5,0x01,0x05,0xaa,0x01]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_sub_co_ci_u32_e64 v5, s12, v1, v2, vcc_lo ; encoding: [0x05,0x0c,0x29,0xd5,0x01,0x05,0xaa,0x01]
+// W64-ERR: :[[@LINE-2]]:25: error: invalid operand for instruction
 
 v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x06,0x06]
 
 v_sub_co_ci_u32_sdwa v255, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0xfe,0x53,0x01,0x06,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_sub_co_ci_u32_sdwa v255, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0xfe,0x53,0x01,0x06,0x06,0x06]
 
 v_sub_co_ci_u32_sdwa v5, vcc, v255, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x52,0xff,0x06,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_sub_co_ci_u32_sdwa v5, vcc, v255, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x52,0xff,0x06,0x06,0x06]
 
 v_sub_co_ci_u32_sdwa v5, vcc, v1, v255, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0xfe,0x0b,0x52,0x01,0x06,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_sub_co_ci_u32_sdwa v5, vcc, v1, v255, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0xfe,0x0b,0x52,0x01,0x06,0x06,0x06]
 
 v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x26,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x26,0x06,0x06]
 
 v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x06,0x06]
 
 v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x00,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x00,0x06,0x06]
 
 v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x01,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x01,0x06,0x06]
 
 v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x02,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x02,0x06,0x06]
 
 v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x03,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x03,0x06,0x06]
 
 v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x04,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x04,0x06,0x06]
 
 v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x05,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x05,0x06,0x06]
 
 v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x0e,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x0e,0x06,0x06]
 
 v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x16,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x16,0x06,0x06]
 
 v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x16,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x16,0x06,0x06]
 
 v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x06,0x06]
 
 v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x00,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x00,0x06]
 
 v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x01,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x01,0x06]
 
 v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x02,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x02,0x06]
 
 v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x03,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x03,0x06]
 
 v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x04,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x04,0x06]
 
 v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x05,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x05,0x06]
 
 v_sub_co_ci_u32_sdwa v5, vcc, sext(v1), v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x0e,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_sub_co_ci_u32_sdwa v5, vcc, sext(v1), v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x0e,0x06]
 
 v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x06,0x06]
 
 v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0
-// W64: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x06,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0 ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x06,0x00]
 
 v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1
-// W64: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x06,0x01]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1 ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x06,0x01]
 
 v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2
-// W64: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x06,0x02]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2 ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x06,0x02]
 
 v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3
-// W64: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x06,0x03]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3 ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x06,0x03]
 
 v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0
-// W64: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x06,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0 ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x06,0x04]
 
 v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1
-// W64: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x06,0x05]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_sub_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1 ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x06,0x05]
 
 v_sub_co_ci_u32_sdwa v5, vcc, v1, sext(v2), vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x06,0x0e]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_sub_co_ci_u32_sdwa v5, vcc, v1, sext(v2), vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x06,0x0e]
 
 v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_sub_co_ci_u32_sdwa v255, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0xfe,0x53,0x01,0x06,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_sub_co_ci_u32_sdwa v255, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0xfe,0x53,0x01,0x06,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_sub_co_ci_u32_sdwa v5, vcc_lo, v255, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x52,0xff,0x06,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_sub_co_ci_u32_sdwa v5, vcc_lo, v255, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x52,0xff,0x06,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v255, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0xfe,0x0b,0x52,0x01,0x06,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v255, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0xfe,0x0b,0x52,0x01,0x06,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x26,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x26,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x00,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x00,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x01,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x01,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x02,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x02,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x03,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x03,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x04,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x04,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x05,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x05,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x0e,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x0e,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x16,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x16,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x16,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x16,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x00,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x00,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x01,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x01,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x02,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x02,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x03,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x03,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x04,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x04,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x05,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x05,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_sub_co_ci_u32_sdwa v5, vcc_lo, sext(v1), v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x0e,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_sub_co_ci_u32_sdwa v5, vcc_lo, sext(v1), v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x0e,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0
-// W32: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x06,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0 ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x06,0x00]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1
-// W32: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x06,0x01]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1 ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x06,0x01]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2
-// W32: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x06,0x02]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2 ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x06,0x02]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3
-// W32: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x06,0x03]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3 ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x06,0x03]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0
-// W32: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x06,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0 ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x06,0x04]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1
-// W32: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x06,0x05]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1 ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x06,0x05]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, sext(v2), vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x06,0x0e]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_sub_co_ci_u32_sdwa v5, vcc_lo, v1, sext(v2), vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x52,0x01,0x06,0x06,0x0e]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_subrev_co_ci_u32_e32 v5, vcc, v1, v2, vcc
-// W64: encoding: [0x01,0x05,0x0a,0x54]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_subrev_co_ci_u32_e32 v5, vcc, v1, v2, vcc ; encoding: [0x01,0x05,0x0a,0x54]
 
 v_subrev_co_ci_u32_e32 v255, vcc, v1, v2, vcc
-// W64: encoding: [0x01,0x05,0xfe,0x55]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_subrev_co_ci_u32_e32 v255, vcc, v1, v2, vcc ; encoding: [0x01,0x05,0xfe,0x55]
 
 v_subrev_co_ci_u32_e32 v5, vcc, v255, v2, vcc
-// W64: encoding: [0xff,0x05,0x0a,0x54]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_subrev_co_ci_u32_e32 v5, vcc, v255, v2, vcc ; encoding: [0xff,0x05,0x0a,0x54]
 
 v_subrev_co_ci_u32_e32 v5, vcc, 0, v2, vcc
-// W64: encoding: [0x80,0x04,0x0a,0x54]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_subrev_co_ci_u32_e32 v5, vcc, 0, v2, vcc ; encoding: [0x80,0x04,0x0a,0x54]
 
 v_subrev_co_ci_u32_e32 v5, vcc, -1, v2, vcc
-// W64: encoding: [0xc1,0x04,0x0a,0x54]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_subrev_co_ci_u32_e32 v5, vcc, -1, v2, vcc ; encoding: [0xc1,0x04,0x0a,0x54]
 
 v_subrev_co_ci_u32_e32 v5, vcc, 0.5, v2, vcc
-// W64: encoding: [0xf0,0x04,0x0a,0x54]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_subrev_co_ci_u32_e32 v5, vcc, 0.5, v2, vcc ; encoding: [0xf0,0x04,0x0a,0x54]
 
 v_subrev_co_ci_u32_e32 v5, vcc, -4.0, v2, vcc
-// W64: encoding: [0xf7,0x04,0x0a,0x54]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_subrev_co_ci_u32_e32 v5, vcc, -4.0, v2, vcc ; encoding: [0xf7,0x04,0x0a,0x54]
 
 v_subrev_co_ci_u32_e32 v5, vcc, v1, v255, vcc
-// W64: encoding: [0x01,0xff,0x0b,0x54]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_subrev_co_ci_u32_e32 v5, vcc, v1, v255, vcc ; encoding: [0x01,0xff,0x0b,0x54]
 
 v_subrev_co_ci_u32_e64 v5, s[12:13], v1, v2, s[6:7]
-// W64: encoding: [0x05,0x0c,0x2a,0xd5,0x01,0x05,0x1a,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:28: error: invalid operand for instruction
+// W64: v_subrev_co_ci_u32_e64 v5, s[12:13], v1, v2, s[6:7] ; encoding: [0x05,0x0c,0x2a,0xd5,0x01,0x05,0x1a,0x00]
 
 v_subrev_co_ci_u32_e64 v255, s[12:13], v1, v2, s[6:7]
-// W64: encoding: [0xff,0x0c,0x2a,0xd5,0x01,0x05,0x1a,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:30: error: invalid operand for instruction
+// W64: v_subrev_co_ci_u32_e64 v255, s[12:13], v1, v2, s[6:7] ; encoding: [0xff,0x0c,0x2a,0xd5,0x01,0x05,0x1a,0x00]
 
 v_subrev_co_ci_u32_e64 v5, s[14:15], v1, v2, s[6:7]
-// W64: encoding: [0x05,0x0e,0x2a,0xd5,0x01,0x05,0x1a,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:28: error: invalid operand for instruction
+// W64: v_subrev_co_ci_u32_e64 v5, s[14:15], v1, v2, s[6:7] ; encoding: [0x05,0x0e,0x2a,0xd5,0x01,0x05,0x1a,0x00]
 
 v_subrev_co_ci_u32_e64 v5, s[102:103], v1, v2, s[6:7]
-// W64: encoding: [0x05,0x66,0x2a,0xd5,0x01,0x05,0x1a,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:28: error: invalid operand for instruction
+// W64: v_subrev_co_ci_u32_e64 v5, s[102:103], v1, v2, s[6:7] ; encoding: [0x05,0x66,0x2a,0xd5,0x01,0x05,0x1a,0x00]
 
 v_subrev_co_ci_u32_e64 v5, vcc, v1, v2, s[6:7]
-// W64: encoding: [0x05,0x6a,0x2a,0xd5,0x01,0x05,0x1a,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:28: error: invalid operand for instruction
+// W64: v_subrev_co_ci_u32_e64 v5, vcc, v1, v2, s[6:7] ; encoding: [0x05,0x6a,0x2a,0xd5,0x01,0x05,0x1a,0x00]
 
 v_subrev_co_ci_u32_e64 v5, s[12:13], v255, v2, s[6:7]
-// W64: encoding: [0x05,0x0c,0x2a,0xd5,0xff,0x05,0x1a,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:28: error: invalid operand for instruction
+// W64: v_subrev_co_ci_u32_e64 v5, s[12:13], v255, v2, s[6:7] ; encoding: [0x05,0x0c,0x2a,0xd5,0xff,0x05,0x1a,0x00]
 
 v_subrev_co_ci_u32_e64 v5, s[12:13], 0, v2, s[6:7]
-// W64: encoding: [0x05,0x0c,0x2a,0xd5,0x80,0x04,0x1a,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:28: error: invalid operand for instruction
+// W64: v_subrev_co_ci_u32_e64 v5, s[12:13], 0, v2, s[6:7] ; encoding: [0x05,0x0c,0x2a,0xd5,0x80,0x04,0x1a,0x00]
 
 v_subrev_co_ci_u32_e64 v5, s[12:13], -1, v2, s[6:7]
-// W64: encoding: [0x05,0x0c,0x2a,0xd5,0xc1,0x04,0x1a,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:28: error: invalid operand for instruction
+// W64: v_subrev_co_ci_u32_e64 v5, s[12:13], -1, v2, s[6:7] ; encoding: [0x05,0x0c,0x2a,0xd5,0xc1,0x04,0x1a,0x00]
 
 v_subrev_co_ci_u32_e64 v5, s[12:13], 0.5, v2, s[6:7]
-// W64: encoding: [0x05,0x0c,0x2a,0xd5,0xf0,0x04,0x1a,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:28: error: invalid operand for instruction
+// W64: v_subrev_co_ci_u32_e64 v5, s[12:13], 0.5, v2, s[6:7] ; encoding: [0x05,0x0c,0x2a,0xd5,0xf0,0x04,0x1a,0x00]
 
 v_subrev_co_ci_u32_e64 v5, s[12:13], -4.0, v2, s[6:7]
-// W64: encoding: [0x05,0x0c,0x2a,0xd5,0xf7,0x04,0x1a,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:28: error: invalid operand for instruction
+// W64: v_subrev_co_ci_u32_e64 v5, s[12:13], -4.0, v2, s[6:7] ; encoding: [0x05,0x0c,0x2a,0xd5,0xf7,0x04,0x1a,0x00]
 
 v_subrev_co_ci_u32_e64 v5, s[12:13], v1, v255, s[6:7]
-// W64: encoding: [0x05,0x0c,0x2a,0xd5,0x01,0xff,0x1b,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:28: error: invalid operand for instruction
+// W64: v_subrev_co_ci_u32_e64 v5, s[12:13], v1, v255, s[6:7] ; encoding: [0x05,0x0c,0x2a,0xd5,0x01,0xff,0x1b,0x00]
 
 v_subrev_co_ci_u32_e64 v5, s[12:13], v1, 0, s[6:7]
-// W64: encoding: [0x05,0x0c,0x2a,0xd5,0x01,0x01,0x19,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:28: error: invalid operand for instruction
+// W64: v_subrev_co_ci_u32_e64 v5, s[12:13], v1, 0, s[6:7] ; encoding: [0x05,0x0c,0x2a,0xd5,0x01,0x01,0x19,0x00]
 
 v_subrev_co_ci_u32_e64 v5, s[12:13], v1, -1, s[6:7]
-// W64: encoding: [0x05,0x0c,0x2a,0xd5,0x01,0x83,0x19,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:28: error: invalid operand for instruction
+// W64: v_subrev_co_ci_u32_e64 v5, s[12:13], v1, -1, s[6:7] ; encoding: [0x05,0x0c,0x2a,0xd5,0x01,0x83,0x19,0x00]
 
 v_subrev_co_ci_u32_e64 v5, s[12:13], v1, 0.5, s[6:7]
-// W64: encoding: [0x05,0x0c,0x2a,0xd5,0x01,0xe1,0x19,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:28: error: invalid operand for instruction
+// W64: v_subrev_co_ci_u32_e64 v5, s[12:13], v1, 0.5, s[6:7] ; encoding: [0x05,0x0c,0x2a,0xd5,0x01,0xe1,0x19,0x00]
 
 v_subrev_co_ci_u32_e64 v5, s[12:13], v1, -4.0, s[6:7]
-// W64: encoding: [0x05,0x0c,0x2a,0xd5,0x01,0xef,0x19,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:28: error: invalid operand for instruction
+// W64: v_subrev_co_ci_u32_e64 v5, s[12:13], v1, -4.0, s[6:7] ; encoding: [0x05,0x0c,0x2a,0xd5,0x01,0xef,0x19,0x00]
 
 v_subrev_co_ci_u32_e64 v5, s[12:13], v1, v2, s[8:9]
-// W64: encoding: [0x05,0x0c,0x2a,0xd5,0x01,0x05,0x22,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:28: error: invalid operand for instruction
+// W64: v_subrev_co_ci_u32_e64 v5, s[12:13], v1, v2, s[8:9] ; encoding: [0x05,0x0c,0x2a,0xd5,0x01,0x05,0x22,0x00]
 
 v_subrev_co_ci_u32_e64 v5, s[12:13], v1, v2, s[102:103]
-// W64: encoding: [0x05,0x0c,0x2a,0xd5,0x01,0x05,0x9a,0x01]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:28: error: invalid operand for instruction
+// W64: v_subrev_co_ci_u32_e64 v5, s[12:13], v1, v2, s[102:103] ; encoding: [0x05,0x0c,0x2a,0xd5,0x01,0x05,0x9a,0x01]
 
 v_subrev_co_ci_u32_e64 v5, s[12:13], v1, v2, vcc
-// W64: encoding: [0x05,0x0c,0x2a,0xd5,0x01,0x05,0xaa,0x01]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:28: error: invalid operand for instruction
+// W64: v_subrev_co_ci_u32_e64 v5, s[12:13], v1, v2, vcc ; encoding: [0x05,0x0c,0x2a,0xd5,0x01,0x05,0xaa,0x01]
 
 v_subrev_co_ci_u32_e32 v5, vcc_lo, v1, v2, vcc_lo
-// W32: encoding: [0x01,0x05,0x0a,0x54]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_subrev_co_ci_u32_e32 v5, vcc_lo, v1, v2, vcc_lo ; encoding: [0x01,0x05,0x0a,0x54]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_subrev_co_ci_u32_e32 v255, vcc_lo, v1, v2, vcc_lo
-// W32: encoding: [0x01,0x05,0xfe,0x55]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_subrev_co_ci_u32_e32 v255, vcc_lo, v1, v2, vcc_lo ; encoding: [0x01,0x05,0xfe,0x55]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_subrev_co_ci_u32_e32 v5, vcc_lo, v255, v2, vcc_lo
-// W32: encoding: [0xff,0x05,0x0a,0x54]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_subrev_co_ci_u32_e32 v5, vcc_lo, v255, v2, vcc_lo ; encoding: [0xff,0x05,0x0a,0x54]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_subrev_co_ci_u32_e32 v5, vcc_lo, 0, v2, vcc_lo
-// W32: encoding: [0x80,0x04,0x0a,0x54]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_subrev_co_ci_u32_e32 v5, vcc_lo, 0, v2, vcc_lo ; encoding: [0x80,0x04,0x0a,0x54]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_subrev_co_ci_u32_e32 v5, vcc_lo, -1, v2, vcc_lo
-// W32: encoding: [0xc1,0x04,0x0a,0x54]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_subrev_co_ci_u32_e32 v5, vcc_lo, -1, v2, vcc_lo ; encoding: [0xc1,0x04,0x0a,0x54]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_subrev_co_ci_u32_e32 v5, vcc_lo, 0.5, v2, vcc_lo
-// W32: encoding: [0xf0,0x04,0x0a,0x54]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_subrev_co_ci_u32_e32 v5, vcc_lo, 0.5, v2, vcc_lo ; encoding: [0xf0,0x04,0x0a,0x54]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_subrev_co_ci_u32_e32 v5, vcc_lo, -4.0, v2, vcc_lo
-// W32: encoding: [0xf7,0x04,0x0a,0x54]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_subrev_co_ci_u32_e32 v5, vcc_lo, -4.0, v2, vcc_lo ; encoding: [0xf7,0x04,0x0a,0x54]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_subrev_co_ci_u32_e32 v5, vcc_lo, v1, v255, vcc_lo
-// W32: encoding: [0x01,0xff,0x0b,0x54]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_subrev_co_ci_u32_e32 v5, vcc_lo, v1, v255, vcc_lo ; encoding: [0x01,0xff,0x0b,0x54]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_subrev_co_ci_u32_e64 v5, s12, v1, v2, s6
-// W32: encoding: [0x05,0x0c,0x2a,0xd5,0x01,0x05,0x1a,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_subrev_co_ci_u32_e64 v5, s12, v1, v2, s6 ; encoding: [0x05,0x0c,0x2a,0xd5,0x01,0x05,0x1a,0x00]
+// W64-ERR: :[[@LINE-2]]:28: error: invalid operand for instruction
 
 v_subrev_co_ci_u32_e64 v255, s12, v1, v2, s6
-// W32: encoding: [0xff,0x0c,0x2a,0xd5,0x01,0x05,0x1a,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_subrev_co_ci_u32_e64 v255, s12, v1, v2, s6 ; encoding: [0xff,0x0c,0x2a,0xd5,0x01,0x05,0x1a,0x00]
+// W64-ERR: :[[@LINE-2]]:30: error: invalid operand for instruction
 
 v_subrev_co_ci_u32_e64 v5, s14, v1, v2, s6
-// W32: encoding: [0x05,0x0e,0x2a,0xd5,0x01,0x05,0x1a,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_subrev_co_ci_u32_e64 v5, s14, v1, v2, s6 ; encoding: [0x05,0x0e,0x2a,0xd5,0x01,0x05,0x1a,0x00]
+// W64-ERR: :[[@LINE-2]]:28: error: invalid operand for instruction
 
 v_subrev_co_ci_u32_e64 v5, s102, v1, v2, s6
-// W32: encoding: [0x05,0x66,0x2a,0xd5,0x01,0x05,0x1a,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_subrev_co_ci_u32_e64 v5, s102, v1, v2, s6 ; encoding: [0x05,0x66,0x2a,0xd5,0x01,0x05,0x1a,0x00]
+// W64-ERR: :[[@LINE-2]]:28: error: invalid operand for instruction
 
 v_subrev_co_ci_u32_e64 v5, vcc_lo, v1, v2, s6
-// W32: encoding: [0x05,0x6a,0x2a,0xd5,0x01,0x05,0x1a,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_subrev_co_ci_u32_e64 v5, vcc_lo, v1, v2, s6 ; encoding: [0x05,0x6a,0x2a,0xd5,0x01,0x05,0x1a,0x00]
+// W64-ERR: :[[@LINE-2]]:28: error: invalid operand for instruction
 
 v_subrev_co_ci_u32_e64 v5, s12, v255, v2, s6
-// W32: encoding: [0x05,0x0c,0x2a,0xd5,0xff,0x05,0x1a,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_subrev_co_ci_u32_e64 v5, s12, v255, v2, s6 ; encoding: [0x05,0x0c,0x2a,0xd5,0xff,0x05,0x1a,0x00]
+// W64-ERR: :[[@LINE-2]]:28: error: invalid operand for instruction
 
 v_subrev_co_ci_u32_e64 v5, s12, 0, v2, s6
-// W32: encoding: [0x05,0x0c,0x2a,0xd5,0x80,0x04,0x1a,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_subrev_co_ci_u32_e64 v5, s12, 0, v2, s6 ; encoding: [0x05,0x0c,0x2a,0xd5,0x80,0x04,0x1a,0x00]
+// W64-ERR: :[[@LINE-2]]:28: error: invalid operand for instruction
 
 v_subrev_co_ci_u32_e64 v5, s12, -1, v2, s6
-// W32: encoding: [0x05,0x0c,0x2a,0xd5,0xc1,0x04,0x1a,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_subrev_co_ci_u32_e64 v5, s12, -1, v2, s6 ; encoding: [0x05,0x0c,0x2a,0xd5,0xc1,0x04,0x1a,0x00]
+// W64-ERR: :[[@LINE-2]]:28: error: invalid operand for instruction
 
 v_subrev_co_ci_u32_e64 v5, s12, 0.5, v2, s6
-// W32: encoding: [0x05,0x0c,0x2a,0xd5,0xf0,0x04,0x1a,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_subrev_co_ci_u32_e64 v5, s12, 0.5, v2, s6 ; encoding: [0x05,0x0c,0x2a,0xd5,0xf0,0x04,0x1a,0x00]
+// W64-ERR: :[[@LINE-2]]:28: error: invalid operand for instruction
 
 v_subrev_co_ci_u32_e64 v5, s12, -4.0, v2, s6
-// W32: encoding: [0x05,0x0c,0x2a,0xd5,0xf7,0x04,0x1a,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_subrev_co_ci_u32_e64 v5, s12, -4.0, v2, s6 ; encoding: [0x05,0x0c,0x2a,0xd5,0xf7,0x04,0x1a,0x00]
+// W64-ERR: :[[@LINE-2]]:28: error: invalid operand for instruction
 
 v_subrev_co_ci_u32_e64 v5, s12, v1, v255, s6
-// W32: encoding: [0x05,0x0c,0x2a,0xd5,0x01,0xff,0x1b,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_subrev_co_ci_u32_e64 v5, s12, v1, v255, s6 ; encoding: [0x05,0x0c,0x2a,0xd5,0x01,0xff,0x1b,0x00]
+// W64-ERR: :[[@LINE-2]]:28: error: invalid operand for instruction
 
 v_subrev_co_ci_u32_e64 v5, s12, v1, 0, s6
-// W32: encoding: [0x05,0x0c,0x2a,0xd5,0x01,0x01,0x19,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_subrev_co_ci_u32_e64 v5, s12, v1, 0, s6 ; encoding: [0x05,0x0c,0x2a,0xd5,0x01,0x01,0x19,0x00]
+// W64-ERR: :[[@LINE-2]]:28: error: invalid operand for instruction
 
 v_subrev_co_ci_u32_e64 v5, s12, v1, -1, s6
-// W32: encoding: [0x05,0x0c,0x2a,0xd5,0x01,0x83,0x19,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_subrev_co_ci_u32_e64 v5, s12, v1, -1, s6 ; encoding: [0x05,0x0c,0x2a,0xd5,0x01,0x83,0x19,0x00]
+// W64-ERR: :[[@LINE-2]]:28: error: invalid operand for instruction
 
 v_subrev_co_ci_u32_e64 v5, s12, v1, 0.5, s6
-// W32: encoding: [0x05,0x0c,0x2a,0xd5,0x01,0xe1,0x19,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_subrev_co_ci_u32_e64 v5, s12, v1, 0.5, s6 ; encoding: [0x05,0x0c,0x2a,0xd5,0x01,0xe1,0x19,0x00]
+// W64-ERR: :[[@LINE-2]]:28: error: invalid operand for instruction
 
 v_subrev_co_ci_u32_e64 v5, s12, v1, -4.0, s6
-// W32: encoding: [0x05,0x0c,0x2a,0xd5,0x01,0xef,0x19,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_subrev_co_ci_u32_e64 v5, s12, v1, -4.0, s6 ; encoding: [0x05,0x0c,0x2a,0xd5,0x01,0xef,0x19,0x00]
+// W64-ERR: :[[@LINE-2]]:28: error: invalid operand for instruction
 
 v_subrev_co_ci_u32_e64 v5, s12, v1, v2, s8
-// W32: encoding: [0x05,0x0c,0x2a,0xd5,0x01,0x05,0x22,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_subrev_co_ci_u32_e64 v5, s12, v1, v2, s8 ; encoding: [0x05,0x0c,0x2a,0xd5,0x01,0x05,0x22,0x00]
+// W64-ERR: :[[@LINE-2]]:28: error: invalid operand for instruction
 
 v_subrev_co_ci_u32_e64 v5, s12, v1, v2, s102
-// W32: encoding: [0x05,0x0c,0x2a,0xd5,0x01,0x05,0x9a,0x01]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_subrev_co_ci_u32_e64 v5, s12, v1, v2, s102 ; encoding: [0x05,0x0c,0x2a,0xd5,0x01,0x05,0x9a,0x01]
+// W64-ERR: :[[@LINE-2]]:28: error: invalid operand for instruction
 
 v_subrev_co_ci_u32_e64 v5, s12, v1, v2, vcc_lo
-// W32: encoding: [0x05,0x0c,0x2a,0xd5,0x01,0x05,0xaa,0x01]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_subrev_co_ci_u32_e64 v5, s12, v1, v2, vcc_lo ; encoding: [0x05,0x0c,0x2a,0xd5,0x01,0x05,0xaa,0x01]
+// W64-ERR: :[[@LINE-2]]:28: error: invalid operand for instruction
 
 v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x06,0x06]
 
 v_subrev_co_ci_u32_sdwa v255, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0xfe,0x55,0x01,0x06,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_subrev_co_ci_u32_sdwa v255, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0xfe,0x55,0x01,0x06,0x06,0x06]
 
 v_subrev_co_ci_u32_sdwa v5, vcc, v255, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x54,0xff,0x06,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_subrev_co_ci_u32_sdwa v5, vcc, v255, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x54,0xff,0x06,0x06,0x06]
 
 v_subrev_co_ci_u32_sdwa v5, vcc, v1, v255, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0xfe,0x0b,0x54,0x01,0x06,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_subrev_co_ci_u32_sdwa v5, vcc, v1, v255, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0xfe,0x0b,0x54,0x01,0x06,0x06,0x06]
 
 v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x26,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x26,0x06,0x06]
 
 v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x06,0x06]
 
 v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x00,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x00,0x06,0x06]
 
 v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x01,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x01,0x06,0x06]
 
 v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x02,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x02,0x06,0x06]
 
 v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x03,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x03,0x06,0x06]
 
 v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x04,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x04,0x06,0x06]
 
 v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x05,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x05,0x06,0x06]
 
 v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x0e,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x0e,0x06,0x06]
 
 v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x16,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x16,0x06,0x06]
 
 v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x16,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x16,0x06,0x06]
 
 v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x06,0x06]
 
 v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x00,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x00,0x06]
 
 v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x01,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x01,0x06]
 
 v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x02,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x02,0x06]
 
 v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x03,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x03,0x06]
 
 v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x04,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x04,0x06]
 
 v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x05,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x05,0x06]
 
 v_subrev_co_ci_u32_sdwa v5, vcc, sext(v1), v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x0e,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_subrev_co_ci_u32_sdwa v5, vcc, sext(v1), v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x0e,0x06]
 
 v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x06,0x06]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x06,0x06]
 
 v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0
-// W64: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x06,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0 ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x06,0x00]
 
 v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1
-// W64: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x06,0x01]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1 ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x06,0x01]
 
 v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2
-// W64: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x06,0x02]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2 ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x06,0x02]
 
 v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3
-// W64: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x06,0x03]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3 ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x06,0x03]
 
 v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0
-// W64: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x06,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0 ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x06,0x04]
 
 v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1
-// W64: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x06,0x05]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_subrev_co_ci_u32_sdwa v5, vcc, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1 ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x06,0x05]
 
 v_subrev_co_ci_u32_sdwa v5, vcc, v1, sext(v2), vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W64: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x06,0x0e]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
+// W64: v_subrev_co_ci_u32_sdwa v5, vcc, v1, sext(v2), vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x06,0x0e]
 
 v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_subrev_co_ci_u32_sdwa v255, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0xfe,0x55,0x01,0x06,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_subrev_co_ci_u32_sdwa v255, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0xfe,0x55,0x01,0x06,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_subrev_co_ci_u32_sdwa v5, vcc_lo, v255, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x54,0xff,0x06,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_subrev_co_ci_u32_sdwa v5, vcc_lo, v255, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x54,0xff,0x06,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v255, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0xfe,0x0b,0x54,0x01,0x06,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v255, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0xfe,0x0b,0x54,0x01,0x06,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x26,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x26,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x00,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x00,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x01,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x01,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x02,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x02,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x03,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x03,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x04,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x04,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x05,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x05,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x0e,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x0e,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x16,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x16,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x16,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x16,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x00,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x00,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x01,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x01,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x02,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x02,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x03,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x03,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x04,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x04,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x05,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x05,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_subrev_co_ci_u32_sdwa v5, vcc_lo, sext(v1), v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x0e,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_subrev_co_ci_u32_sdwa v5, vcc_lo, sext(v1), v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x0e,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x06,0x06]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x06,0x06]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0
-// W32: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x06,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0 ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x06,0x00]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1
-// W32: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x06,0x01]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1 ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x06,0x01]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2
-// W32: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x06,0x02]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2 ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x06,0x02]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3
-// W32: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x06,0x03]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3 ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x06,0x03]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0
-// W32: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x06,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0 ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x06,0x04]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1
-// W32: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x06,0x05]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1 ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x06,0x05]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, sext(v2), vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// W32: encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x06,0x0e]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: operands are not valid for this GPU or mode
+// W32: v_subrev_co_ci_u32_sdwa v5, vcc_lo, v1, sext(v2), vcc_lo dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x54,0x01,0x06,0x06,0x0e]
+// W64-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_fmac_f32_e32 v5, v1, v2
-// GFX10: encoding: [0x01,0x05,0x0a,0x56]
+// GFX10: v_fmac_f32_e32 v5, v1, v2               ; encoding: [0x01,0x05,0x0a,0x56]
 
 v_fmac_f32_e32 v255, v1, v2
-// GFX10: encoding: [0x01,0x05,0xfe,0x57]
+// GFX10: v_fmac_f32_e32 v255, v1, v2             ; encoding: [0x01,0x05,0xfe,0x57]
 
 v_fmac_f32_e32 v5, v255, v2
-// GFX10: encoding: [0xff,0x05,0x0a,0x56]
+// GFX10: v_fmac_f32_e32 v5, v255, v2             ; encoding: [0xff,0x05,0x0a,0x56]
 
 v_fmac_f32_e32 v5, s1, v2
-// GFX10: encoding: [0x01,0x04,0x0a,0x56]
+// GFX10: v_fmac_f32_e32 v5, s1, v2               ; encoding: [0x01,0x04,0x0a,0x56]
 
 v_fmac_f32_e32 v5, s103, v2
-// GFX10: encoding: [0x67,0x04,0x0a,0x56]
+// GFX10: v_fmac_f32_e32 v5, s103, v2             ; encoding: [0x67,0x04,0x0a,0x56]
 
 v_fmac_f32_e32 v5, vcc_lo, v2
-// GFX10: encoding: [0x6a,0x04,0x0a,0x56]
+// GFX10: v_fmac_f32_e32 v5, vcc_lo, v2           ; encoding: [0x6a,0x04,0x0a,0x56]
 
 v_fmac_f32_e32 v5, vcc_hi, v2
-// GFX10: encoding: [0x6b,0x04,0x0a,0x56]
+// GFX10: v_fmac_f32_e32 v5, vcc_hi, v2           ; encoding: [0x6b,0x04,0x0a,0x56]
 
 v_fmac_f32_e32 v5, ttmp11, v2
-// GFX10: encoding: [0x77,0x04,0x0a,0x56]
+// GFX10: v_fmac_f32_e32 v5, ttmp11, v2           ; encoding: [0x77,0x04,0x0a,0x56]
 
 v_fmac_f32_e32 v5, m0, v2
-// GFX10: encoding: [0x7c,0x04,0x0a,0x56]
+// GFX10: v_fmac_f32_e32 v5, m0, v2               ; encoding: [0x7c,0x04,0x0a,0x56]
 
 v_fmac_f32_e32 v5, exec_lo, v2
-// GFX10: encoding: [0x7e,0x04,0x0a,0x56]
+// GFX10: v_fmac_f32_e32 v5, exec_lo, v2          ; encoding: [0x7e,0x04,0x0a,0x56]
 
 v_fmac_f32_e32 v5, exec_hi, v2
-// GFX10: encoding: [0x7f,0x04,0x0a,0x56]
+// GFX10: v_fmac_f32_e32 v5, exec_hi, v2          ; encoding: [0x7f,0x04,0x0a,0x56]
 
 v_fmac_f32_e32 v5, 0, v2
-// GFX10: encoding: [0x80,0x04,0x0a,0x56]
+// GFX10: v_fmac_f32_e32 v5, 0, v2                ; encoding: [0x80,0x04,0x0a,0x56]
 
 v_fmac_f32_e32 v5, -1, v2
-// GFX10: encoding: [0xc1,0x04,0x0a,0x56]
+// GFX10: v_fmac_f32_e32 v5, -1, v2               ; encoding: [0xc1,0x04,0x0a,0x56]
 
 v_fmac_f32_e32 v5, 0.5, v2
-// GFX10: encoding: [0xf0,0x04,0x0a,0x56]
+// GFX10: v_fmac_f32_e32 v5, 0.5, v2              ; encoding: [0xf0,0x04,0x0a,0x56]
 
 v_fmac_f32_e32 v5, -4.0, v2
-// GFX10: encoding: [0xf7,0x04,0x0a,0x56]
+// GFX10: v_fmac_f32_e32 v5, -4.0, v2             ; encoding: [0xf7,0x04,0x0a,0x56]
 
 v_fmac_f32_e32 v5, 0xaf123456, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x56,0x56,0x34,0x12,0xaf]
+// GFX10: v_fmac_f32_e32 v5, 0xaf123456, v2       ; encoding: [0xff,0x04,0x0a,0x56,0x56,0x34,0x12,0xaf]
 
 v_fmac_f32_e32 v5, 0x3f717273, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x56,0x73,0x72,0x71,0x3f]
+// GFX10: v_fmac_f32_e32 v5, 0x3f717273, v2       ; encoding: [0xff,0x04,0x0a,0x56,0x73,0x72,0x71,0x3f]
 
 v_fmac_f32_e32 v5, v1, v255
-// GFX10: encoding: [0x01,0xff,0x0b,0x56]
+// GFX10: v_fmac_f32_e32 v5, v1, v255             ; encoding: [0x01,0xff,0x0b,0x56]
 
 v_fmac_f32_e64 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x2b,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_fmac_f32_e64 v5, v1, v2               ; encoding: [0x05,0x00,0x2b,0xd5,0x01,0x05,0x02,0x00]
 
 v_fmac_f32_e64 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x2b,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_fmac_f32_e64 v255, v1, v2             ; encoding: [0xff,0x00,0x2b,0xd5,0x01,0x05,0x02,0x00]
 
 v_fmac_f32_e64 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x2b,0xd5,0xff,0x05,0x02,0x00]
+// GFX10: v_fmac_f32_e64 v5, v255, v2             ; encoding: [0x05,0x00,0x2b,0xd5,0xff,0x05,0x02,0x00]
 
 v_fmac_f32_e64 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x2b,0xd5,0x01,0x04,0x02,0x00]
+// GFX10: v_fmac_f32_e64 v5, s1, v2               ; encoding: [0x05,0x00,0x2b,0xd5,0x01,0x04,0x02,0x00]
 
 v_fmac_f32_e64 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x2b,0xd5,0x65,0x04,0x02,0x00]
+// GFX10: v_fmac_f32_e64 v5, s101, v2             ; encoding: [0x05,0x00,0x2b,0xd5,0x65,0x04,0x02,0x00]
 
 v_fmac_f32_e64 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x2b,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_fmac_f32_e64 v5, vcc_lo, v2           ; encoding: [0x05,0x00,0x2b,0xd5,0x6a,0x04,0x02,0x00]
 
 v_fmac_f32_e64 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x2b,0xd5,0x6b,0x04,0x02,0x00]
+// GFX10: v_fmac_f32_e64 v5, vcc_hi, v2           ; encoding: [0x05,0x00,0x2b,0xd5,0x6b,0x04,0x02,0x00]
 
 v_fmac_f32_e64 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x2b,0xd5,0x7c,0x04,0x02,0x00]
+// GFX10: v_fmac_f32_e64 v5, m0, v2               ; encoding: [0x05,0x00,0x2b,0xd5,0x7c,0x04,0x02,0x00]
 
 v_fmac_f32_e64 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x2b,0xd5,0x7e,0x04,0x02,0x00]
+// GFX10: v_fmac_f32_e64 v5, exec_lo, v2          ; encoding: [0x05,0x00,0x2b,0xd5,0x7e,0x04,0x02,0x00]
 
 v_fmac_f32_e64 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x2b,0xd5,0x7f,0x04,0x02,0x00]
+// GFX10: v_fmac_f32_e64 v5, exec_hi, v2          ; encoding: [0x05,0x00,0x2b,0xd5,0x7f,0x04,0x02,0x00]
 
 v_fmac_f32_e64 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x2b,0xd5,0x80,0x04,0x02,0x00]
+// GFX10: v_fmac_f32_e64 v5, 0, v2                ; encoding: [0x05,0x00,0x2b,0xd5,0x80,0x04,0x02,0x00]
 
 v_fmac_f32_e64 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x2b,0xd5,0xc1,0x04,0x02,0x00]
+// GFX10: v_fmac_f32_e64 v5, -1, v2               ; encoding: [0x05,0x00,0x2b,0xd5,0xc1,0x04,0x02,0x00]
 
 v_fmac_f32_e64 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x2b,0xd5,0xf0,0x04,0x02,0x00]
+// GFX10: v_fmac_f32_e64 v5, 0.5, v2              ; encoding: [0x05,0x00,0x2b,0xd5,0xf0,0x04,0x02,0x00]
 
 v_fmac_f32_e64 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x2b,0xd5,0xf7,0x04,0x02,0x00]
+// GFX10: v_fmac_f32_e64 v5, -4.0, v2             ; encoding: [0x05,0x00,0x2b,0xd5,0xf7,0x04,0x02,0x00]
 
 v_fmac_f32_e64 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x2b,0xd5,0x01,0xff,0x03,0x00]
+// GFX10: v_fmac_f32_e64 v5, v1, v255             ; encoding: [0x05,0x00,0x2b,0xd5,0x01,0xff,0x03,0x00]
 
 v_fmac_f32_e64 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x2b,0xd5,0x01,0x05,0x00,0x00]
+// GFX10: v_fmac_f32_e64 v5, v1, s2               ; encoding: [0x05,0x00,0x2b,0xd5,0x01,0x05,0x00,0x00]
 
 v_fmac_f32_e64 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x2b,0xd5,0x01,0xcb,0x00,0x00]
+// GFX10: v_fmac_f32_e64 v5, v1, s101             ; encoding: [0x05,0x00,0x2b,0xd5,0x01,0xcb,0x00,0x00]
 
 v_fmac_f32_e64 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x2b,0xd5,0x01,0xd5,0x00,0x00]
+// GFX10: v_fmac_f32_e64 v5, v1, vcc_lo           ; encoding: [0x05,0x00,0x2b,0xd5,0x01,0xd5,0x00,0x00]
 
 v_fmac_f32_e64 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x2b,0xd5,0x01,0xd7,0x00,0x00]
+// GFX10: v_fmac_f32_e64 v5, v1, vcc_hi           ; encoding: [0x05,0x00,0x2b,0xd5,0x01,0xd7,0x00,0x00]
 
 v_fmac_f32_e64 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x2b,0xd5,0x01,0xf9,0x00,0x00]
+// GFX10: v_fmac_f32_e64 v5, v1, m0               ; encoding: [0x05,0x00,0x2b,0xd5,0x01,0xf9,0x00,0x00]
 
 v_fmac_f32_e64 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x2b,0xd5,0x01,0xfd,0x00,0x00]
+// GFX10: v_fmac_f32_e64 v5, v1, exec_lo          ; encoding: [0x05,0x00,0x2b,0xd5,0x01,0xfd,0x00,0x00]
 
 v_fmac_f32_e64 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x2b,0xd5,0x01,0xff,0x00,0x00]
+// GFX10: v_fmac_f32_e64 v5, v1, exec_hi          ; encoding: [0x05,0x00,0x2b,0xd5,0x01,0xff,0x00,0x00]
 
 v_fmac_f32_e64 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x2b,0xd5,0x01,0x01,0x01,0x00]
+// GFX10: v_fmac_f32_e64 v5, v1, 0                ; encoding: [0x05,0x00,0x2b,0xd5,0x01,0x01,0x01,0x00]
 
 v_fmac_f32_e64 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x2b,0xd5,0x01,0x83,0x01,0x00]
+// GFX10: v_fmac_f32_e64 v5, v1, -1               ; encoding: [0x05,0x00,0x2b,0xd5,0x01,0x83,0x01,0x00]
 
 v_fmac_f32_e64 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x2b,0xd5,0x01,0xe1,0x01,0x00]
+// GFX10: v_fmac_f32_e64 v5, v1, 0.5              ; encoding: [0x05,0x00,0x2b,0xd5,0x01,0xe1,0x01,0x00]
 
 v_fmac_f32_e64 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x2b,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_fmac_f32_e64 v5, v1, -4.0             ; encoding: [0x05,0x00,0x2b,0xd5,0x01,0xef,0x01,0x00]
 
 v_fmac_f32_e64 v5, -v1, v2
-// GFX10: encoding: [0x05,0x00,0x2b,0xd5,0x01,0x05,0x02,0x20]
+// GFX10: v_fmac_f32_e64 v5, -v1, v2              ; encoding: [0x05,0x00,0x2b,0xd5,0x01,0x05,0x02,0x20]
 
 v_fmac_f32_e64 v5, v1, -v2
-// GFX10: encoding: [0x05,0x00,0x2b,0xd5,0x01,0x05,0x02,0x40]
+// GFX10: v_fmac_f32_e64 v5, v1, -v2              ; encoding: [0x05,0x00,0x2b,0xd5,0x01,0x05,0x02,0x40]
 
 v_fmac_f32_e64 v5, -v1, -v2
-// GFX10: encoding: [0x05,0x00,0x2b,0xd5,0x01,0x05,0x02,0x60]
+// GFX10: v_fmac_f32_e64 v5, -v1, -v2             ; encoding: [0x05,0x00,0x2b,0xd5,0x01,0x05,0x02,0x60]
 
 v_fmac_f32_e64 v5, |v1|, v2
-// GFX10: encoding: [0x05,0x01,0x2b,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_fmac_f32_e64 v5, |v1|, v2             ; encoding: [0x05,0x01,0x2b,0xd5,0x01,0x05,0x02,0x00]
 
 v_fmac_f32_e64 v5, v1, |v2|
-// GFX10: encoding: [0x05,0x02,0x2b,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_fmac_f32_e64 v5, v1, |v2|             ; encoding: [0x05,0x02,0x2b,0xd5,0x01,0x05,0x02,0x00]
 
 v_fmac_f32_e64 v5, |v1|, |v2|
-// GFX10: encoding: [0x05,0x03,0x2b,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_fmac_f32_e64 v5, |v1|, |v2|           ; encoding: [0x05,0x03,0x2b,0xd5,0x01,0x05,0x02,0x00]
 
 v_fmac_f32_e64 v5, v1, v2 clamp
-// GFX10: encoding: [0x05,0x80,0x2b,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_fmac_f32_e64 v5, v1, v2 clamp         ; encoding: [0x05,0x80,0x2b,0xd5,0x01,0x05,0x02,0x00]
 
 v_fmac_f32_e64 v5, v1, v2 mul:2
-// GFX10: encoding: [0x05,0x00,0x2b,0xd5,0x01,0x05,0x02,0x08]
+// GFX10: v_fmac_f32_e64 v5, v1, v2 mul:2         ; encoding: [0x05,0x00,0x2b,0xd5,0x01,0x05,0x02,0x08]
 
 v_fmac_f32_e64 v5, v1, v2 mul:4
-// GFX10: encoding: [0x05,0x00,0x2b,0xd5,0x01,0x05,0x02,0x10]
+// GFX10: v_fmac_f32_e64 v5, v1, v2 mul:4         ; encoding: [0x05,0x00,0x2b,0xd5,0x01,0x05,0x02,0x10]
 
 v_fmac_f32_e64 v5, v1, v2 div:2
-// GFX10: encoding: [0x05,0x00,0x2b,0xd5,0x01,0x05,0x02,0x18]
+// GFX10: v_fmac_f32_e64 v5, v1, v2 div:2         ; encoding: [0x05,0x00,0x2b,0xd5,0x01,0x05,0x02,0x18]
 
 v_fmamk_f32 v5, v1, 0x11213141, v3
-// GFX10: encoding: [0x01,0x07,0x0a,0x58,0x41,0x31,0x21,0x11]
+// GFX10: v_fmamk_f32 v5, v1, 0x11213141, v3      ; encoding: [0x01,0x07,0x0a,0x58,0x41,0x31,0x21,0x11]
 
 v_fmamk_f32 v255, v1, 0x11213141, v3
-// GFX10: encoding: [0x01,0x07,0xfe,0x59,0x41,0x31,0x21,0x11]
+// GFX10: v_fmamk_f32 v255, v1, 0x11213141, v3    ; encoding: [0x01,0x07,0xfe,0x59,0x41,0x31,0x21,0x11]
 
 v_fmamk_f32 v5, v255, 0x11213141, v3
-// GFX10: encoding: [0xff,0x07,0x0a,0x58,0x41,0x31,0x21,0x11]
+// GFX10: v_fmamk_f32 v5, v255, 0x11213141, v3    ; encoding: [0xff,0x07,0x0a,0x58,0x41,0x31,0x21,0x11]
 
 v_fmamk_f32 v5, 0, 0x11213141, v3
-// GFX10: encoding: [0x80,0x06,0x0a,0x58,0x41,0x31,0x21,0x11]
+// GFX10: v_fmamk_f32 v5, 0, 0x11213141, v3       ; encoding: [0x80,0x06,0x0a,0x58,0x41,0x31,0x21,0x11]
 
 v_fmamk_f32 v5, -1, 0x11213141, v3
-// GFX10: encoding: [0xc1,0x06,0x0a,0x58,0x41,0x31,0x21,0x11]
+// GFX10: v_fmamk_f32 v5, -1, 0x11213141, v3      ; encoding: [0xc1,0x06,0x0a,0x58,0x41,0x31,0x21,0x11]
 
 v_fmamk_f32 v5, 0.5, 0x11213141, v3
-// GFX10: encoding: [0xf0,0x06,0x0a,0x58,0x41,0x31,0x21,0x11]
+// GFX10: v_fmamk_f32 v5, 0.5, 0x11213141, v3     ; encoding: [0xf0,0x06,0x0a,0x58,0x41,0x31,0x21,0x11]
 
 v_fmamk_f32 v5, -4.0, 0x11213141, v3
-// GFX10: encoding: [0xf7,0x06,0x0a,0x58,0x41,0x31,0x21,0x11]
+// GFX10: v_fmamk_f32 v5, -4.0, 0x11213141, v3    ; encoding: [0xf7,0x06,0x0a,0x58,0x41,0x31,0x21,0x11]
 
 v_fmamk_f32 v5, v1, 0xa1b1c1d1, v3
-// GFX10: encoding: [0x01,0x07,0x0a,0x58,0xd1,0xc1,0xb1,0xa1]
+// GFX10: v_fmamk_f32 v5, v1, 0xa1b1c1d1, v3      ; encoding: [0x01,0x07,0x0a,0x58,0xd1,0xc1,0xb1,0xa1]
 
 v_fmamk_f32 v5, v1, 0x11213141, v255
-// GFX10: encoding: [0x01,0xff,0x0b,0x58,0x41,0x31,0x21,0x11]
+// GFX10: v_fmamk_f32 v5, v1, 0x11213141, v255    ; encoding: [0x01,0xff,0x0b,0x58,0x41,0x31,0x21,0x11]
 
 v_fmamk_f32 v5, 0x11213141, 0x11213141, v255
-// GFX10: encoding: [0xff,0xfe,0x0b,0x58,0x41,0x31,0x21,0x11]
+// GFX10: v_fmamk_f32 v5, 0x11213141, 0x11213141, v255 ; encoding: [0xff,0xfe,0x0b,0x58,0x41,0x31,0x21,0x11]
 
 v_fmaak_f32 v5, v1, v2, 0x11213141
-// GFX10: encoding: [0x01,0x05,0x0a,0x5a,0x41,0x31,0x21,0x11]
+// GFX10: v_fmaak_f32 v5, v1, v2, 0x11213141      ; encoding: [0x01,0x05,0x0a,0x5a,0x41,0x31,0x21,0x11]
 
 v_fmaak_f32 v5, 0x11213141, v2, 0x11213141
-// GFX10: encoding: [0xff,0x04,0x0a,0x5a,0x41,0x31,0x21,0x11]
+// GFX10: v_fmaak_f32 v5, 0x11213141, v2, 0x11213141 ; encoding: [0xff,0x04,0x0a,0x5a,0x41,0x31,0x21,0x11]
 
 v_fmaak_f32 v255, v1, v2, 0x11213141
-// GFX10: encoding: [0x01,0x05,0xfe,0x5b,0x41,0x31,0x21,0x11]
+// GFX10: v_fmaak_f32 v255, v1, v2, 0x11213141    ; encoding: [0x01,0x05,0xfe,0x5b,0x41,0x31,0x21,0x11]
 
 v_fmaak_f32 v5, v255, v2, 0x11213141
-// GFX10: encoding: [0xff,0x05,0x0a,0x5a,0x41,0x31,0x21,0x11]
+// GFX10: v_fmaak_f32 v5, v255, v2, 0x11213141    ; encoding: [0xff,0x05,0x0a,0x5a,0x41,0x31,0x21,0x11]
 
 v_fmaak_f32 v5, 0, v2, 0x11213141
-// GFX10: encoding: [0x80,0x04,0x0a,0x5a,0x41,0x31,0x21,0x11]
+// GFX10: v_fmaak_f32 v5, 0, v2, 0x11213141       ; encoding: [0x80,0x04,0x0a,0x5a,0x41,0x31,0x21,0x11]
 
 v_fmaak_f32 v5, -1, v2, 0x11213141
-// GFX10: encoding: [0xc1,0x04,0x0a,0x5a,0x41,0x31,0x21,0x11]
+// GFX10: v_fmaak_f32 v5, -1, v2, 0x11213141      ; encoding: [0xc1,0x04,0x0a,0x5a,0x41,0x31,0x21,0x11]
 
 v_fmaak_f32 v5, 0.5, v2, 0x11213141
-// GFX10: encoding: [0xf0,0x04,0x0a,0x5a,0x41,0x31,0x21,0x11]
+// GFX10: v_fmaak_f32 v5, 0.5, v2, 0x11213141     ; encoding: [0xf0,0x04,0x0a,0x5a,0x41,0x31,0x21,0x11]
 
 v_fmaak_f32 v5, -4.0, v2, 0x11213141
-// GFX10: encoding: [0xf7,0x04,0x0a,0x5a,0x41,0x31,0x21,0x11]
+// GFX10: v_fmaak_f32 v5, -4.0, v2, 0x11213141    ; encoding: [0xf7,0x04,0x0a,0x5a,0x41,0x31,0x21,0x11]
 
 v_fmaak_f32 v5, v1, v255, 0x11213141
-// GFX10: encoding: [0x01,0xff,0x0b,0x5a,0x41,0x31,0x21,0x11]
+// GFX10: v_fmaak_f32 v5, v1, v255, 0x11213141    ; encoding: [0x01,0xff,0x0b,0x5a,0x41,0x31,0x21,0x11]
 
 v_fmaak_f32 v5, v1, v2, 0xa1b1c1d1
-// GFX10: encoding: [0x01,0x05,0x0a,0x5a,0xd1,0xc1,0xb1,0xa1]
+// GFX10: v_fmaak_f32 v5, v1, v2, 0xa1b1c1d1      ; encoding: [0x01,0x05,0x0a,0x5a,0xd1,0xc1,0xb1,0xa1]
 
 v_fmaak_f32 v5, v1, v2, -1
-// GFX10: encoding: [0x01,0x05,0x0a,0x5a,0xff,0xff,0xff,0xff]
+// GFX10: v_fmaak_f32 v5, v1, v2, 0xffffffff      ; encoding: [0x01,0x05,0x0a,0x5a,0xff,0xff,0xff,0xff]
 
 v_cvt_pkrtz_f16_f32_e32 v5, v1, v2
-// GFX10: encoding: [0x01,0x05,0x0a,0x5e]
+// GFX10: v_cvt_pkrtz_f16_f32_e32 v5, v1, v2      ; encoding: [0x01,0x05,0x0a,0x5e]
 
 v_cvt_pkrtz_f16_f32_e32 v255, v1, v2
-// GFX10: encoding: [0x01,0x05,0xfe,0x5f]
+// GFX10: v_cvt_pkrtz_f16_f32_e32 v255, v1, v2    ; encoding: [0x01,0x05,0xfe,0x5f]
 
 v_cvt_pkrtz_f16_f32_e32 v5, v255, v2
-// GFX10: encoding: [0xff,0x05,0x0a,0x5e]
+// GFX10: v_cvt_pkrtz_f16_f32_e32 v5, v255, v2    ; encoding: [0xff,0x05,0x0a,0x5e]
 
 v_cvt_pkrtz_f16_f32_e32 v5, s1, v2
-// GFX10: encoding: [0x01,0x04,0x0a,0x5e]
+// GFX10: v_cvt_pkrtz_f16_f32_e32 v5, s1, v2      ; encoding: [0x01,0x04,0x0a,0x5e]
 
 v_cvt_pkrtz_f16_f32_e32 v5, s103, v2
-// GFX10: encoding: [0x67,0x04,0x0a,0x5e]
+// GFX10: v_cvt_pkrtz_f16_f32_e32 v5, s103, v2    ; encoding: [0x67,0x04,0x0a,0x5e]
 
 v_cvt_pkrtz_f16_f32_e32 v5, vcc_lo, v2
-// GFX10: encoding: [0x6a,0x04,0x0a,0x5e]
+// GFX10: v_cvt_pkrtz_f16_f32_e32 v5, vcc_lo, v2  ; encoding: [0x6a,0x04,0x0a,0x5e]
 
 v_cvt_pkrtz_f16_f32_e32 v5, vcc_hi, v2
-// GFX10: encoding: [0x6b,0x04,0x0a,0x5e]
+// GFX10: v_cvt_pkrtz_f16_f32_e32 v5, vcc_hi, v2  ; encoding: [0x6b,0x04,0x0a,0x5e]
 
 v_cvt_pkrtz_f16_f32_e32 v5, ttmp11, v2
-// GFX10: encoding: [0x77,0x04,0x0a,0x5e]
+// GFX10: v_cvt_pkrtz_f16_f32_e32 v5, ttmp11, v2  ; encoding: [0x77,0x04,0x0a,0x5e]
 
 v_cvt_pkrtz_f16_f32_e32 v5, m0, v2
-// GFX10: encoding: [0x7c,0x04,0x0a,0x5e]
+// GFX10: v_cvt_pkrtz_f16_f32_e32 v5, m0, v2      ; encoding: [0x7c,0x04,0x0a,0x5e]
 
 v_cvt_pkrtz_f16_f32_e32 v5, exec_lo, v2
-// GFX10: encoding: [0x7e,0x04,0x0a,0x5e]
+// GFX10: v_cvt_pkrtz_f16_f32_e32 v5, exec_lo, v2 ; encoding: [0x7e,0x04,0x0a,0x5e]
 
 v_cvt_pkrtz_f16_f32_e32 v5, exec_hi, v2
-// GFX10: encoding: [0x7f,0x04,0x0a,0x5e]
+// GFX10: v_cvt_pkrtz_f16_f32_e32 v5, exec_hi, v2 ; encoding: [0x7f,0x04,0x0a,0x5e]
 
 v_cvt_pkrtz_f16_f32_e32 v5, 0, v2
-// GFX10: encoding: [0x80,0x04,0x0a,0x5e]
+// GFX10: v_cvt_pkrtz_f16_f32_e32 v5, 0, v2       ; encoding: [0x80,0x04,0x0a,0x5e]
 
 v_cvt_pkrtz_f16_f32_e32 v5, -1, v2
-// GFX10: encoding: [0xc1,0x04,0x0a,0x5e]
+// GFX10: v_cvt_pkrtz_f16_f32_e32 v5, -1, v2      ; encoding: [0xc1,0x04,0x0a,0x5e]
 
 v_cvt_pkrtz_f16_f32_e32 v5, 0.5, v2
-// GFX10: encoding: [0xf0,0x04,0x0a,0x5e]
+// GFX10: v_cvt_pkrtz_f16_f32_e32 v5, 0.5, v2     ; encoding: [0xf0,0x04,0x0a,0x5e]
 
 v_cvt_pkrtz_f16_f32_e32 v5, -4.0, v2
-// GFX10: encoding: [0xf7,0x04,0x0a,0x5e]
+// GFX10: v_cvt_pkrtz_f16_f32_e32 v5, -4.0, v2    ; encoding: [0xf7,0x04,0x0a,0x5e]
 
 v_cvt_pkrtz_f16_f32_e32 v5, 0xaf123456, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x5e,0x56,0x34,0x12,0xaf]
+// GFX10: v_cvt_pkrtz_f16_f32_e32 v5, 0xaf123456, v2 ; encoding: [0xff,0x04,0x0a,0x5e,0x56,0x34,0x12,0xaf]
 
 v_cvt_pkrtz_f16_f32_e32 v5, 0x3f717273, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x5e,0x73,0x72,0x71,0x3f]
+// GFX10: v_cvt_pkrtz_f16_f32_e32 v5, 0x3f717273, v2 ; encoding: [0xff,0x04,0x0a,0x5e,0x73,0x72,0x71,0x3f]
 
 v_cvt_pkrtz_f16_f32_e32 v5, v1, v255
-// GFX10: encoding: [0x01,0xff,0x0b,0x5e]
+// GFX10: v_cvt_pkrtz_f16_f32_e32 v5, v1, v255    ; encoding: [0x01,0xff,0x0b,0x5e]
 
 v_cvt_pkrtz_f16_f32_e64 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x2f,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_cvt_pkrtz_f16_f32_e64 v5, v1, v2      ; encoding: [0x05,0x00,0x2f,0xd5,0x01,0x05,0x02,0x00]
 
 v_cvt_pkrtz_f16_f32_e64 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x2f,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_cvt_pkrtz_f16_f32_e64 v255, v1, v2    ; encoding: [0xff,0x00,0x2f,0xd5,0x01,0x05,0x02,0x00]
 
 v_cvt_pkrtz_f16_f32_e64 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x2f,0xd5,0xff,0x05,0x02,0x00]
+// GFX10: v_cvt_pkrtz_f16_f32_e64 v5, v255, v2    ; encoding: [0x05,0x00,0x2f,0xd5,0xff,0x05,0x02,0x00]
 
 v_cvt_pkrtz_f16_f32_e64 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x2f,0xd5,0x01,0x04,0x02,0x00]
+// GFX10: v_cvt_pkrtz_f16_f32_e64 v5, s1, v2      ; encoding: [0x05,0x00,0x2f,0xd5,0x01,0x04,0x02,0x00]
 
 v_cvt_pkrtz_f16_f32_e64 v5, s103, v2
-// GFX10: encoding: [0x05,0x00,0x2f,0xd5,0x67,0x04,0x02,0x00]
+// GFX10: v_cvt_pkrtz_f16_f32_e64 v5, s103, v2    ; encoding: [0x05,0x00,0x2f,0xd5,0x67,0x04,0x02,0x00]
 
 v_cvt_pkrtz_f16_f32_e64 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x2f,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_cvt_pkrtz_f16_f32_e64 v5, vcc_lo, v2  ; encoding: [0x05,0x00,0x2f,0xd5,0x6a,0x04,0x02,0x00]
 
 v_cvt_pkrtz_f16_f32_e64 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x2f,0xd5,0x6b,0x04,0x02,0x00]
+// GFX10: v_cvt_pkrtz_f16_f32_e64 v5, vcc_hi, v2  ; encoding: [0x05,0x00,0x2f,0xd5,0x6b,0x04,0x02,0x00]
 
 v_cvt_pkrtz_f16_f32_e64 v5, ttmp11, v2
-// GFX10: encoding: [0x05,0x00,0x2f,0xd5,0x77,0x04,0x02,0x00]
+// GFX10: v_cvt_pkrtz_f16_f32_e64 v5, ttmp11, v2  ; encoding: [0x05,0x00,0x2f,0xd5,0x77,0x04,0x02,0x00]
 
 v_cvt_pkrtz_f16_f32_e64 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x2f,0xd5,0x7c,0x04,0x02,0x00]
+// GFX10: v_cvt_pkrtz_f16_f32_e64 v5, m0, v2      ; encoding: [0x05,0x00,0x2f,0xd5,0x7c,0x04,0x02,0x00]
 
 v_cvt_pkrtz_f16_f32_e64 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x2f,0xd5,0x7e,0x04,0x02,0x00]
+// GFX10: v_cvt_pkrtz_f16_f32_e64 v5, exec_lo, v2 ; encoding: [0x05,0x00,0x2f,0xd5,0x7e,0x04,0x02,0x00]
 
 v_cvt_pkrtz_f16_f32_e64 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x2f,0xd5,0x7f,0x04,0x02,0x00]
+// GFX10: v_cvt_pkrtz_f16_f32_e64 v5, exec_hi, v2 ; encoding: [0x05,0x00,0x2f,0xd5,0x7f,0x04,0x02,0x00]
 
 v_cvt_pkrtz_f16_f32_e64 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x2f,0xd5,0x80,0x04,0x02,0x00]
+// GFX10: v_cvt_pkrtz_f16_f32_e64 v5, 0, v2       ; encoding: [0x05,0x00,0x2f,0xd5,0x80,0x04,0x02,0x00]
 
 v_cvt_pkrtz_f16_f32_e64 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x2f,0xd5,0xc1,0x04,0x02,0x00]
+// GFX10: v_cvt_pkrtz_f16_f32_e64 v5, -1, v2      ; encoding: [0x05,0x00,0x2f,0xd5,0xc1,0x04,0x02,0x00]
 
 v_cvt_pkrtz_f16_f32_e64 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x2f,0xd5,0xf0,0x04,0x02,0x00]
+// GFX10: v_cvt_pkrtz_f16_f32_e64 v5, 0.5, v2     ; encoding: [0x05,0x00,0x2f,0xd5,0xf0,0x04,0x02,0x00]
 
 v_cvt_pkrtz_f16_f32_e64 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x2f,0xd5,0xf7,0x04,0x02,0x00]
+// GFX10: v_cvt_pkrtz_f16_f32_e64 v5, -4.0, v2    ; encoding: [0x05,0x00,0x2f,0xd5,0xf7,0x04,0x02,0x00]
 
 v_cvt_pkrtz_f16_f32_e64 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x2f,0xd5,0x01,0xff,0x03,0x00]
+// GFX10: v_cvt_pkrtz_f16_f32_e64 v5, v1, v255    ; encoding: [0x05,0x00,0x2f,0xd5,0x01,0xff,0x03,0x00]
 
 v_cvt_pkrtz_f16_f32_e64 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x2f,0xd5,0x01,0x05,0x00,0x00]
+// GFX10: v_cvt_pkrtz_f16_f32_e64 v5, v1, s2      ; encoding: [0x05,0x00,0x2f,0xd5,0x01,0x05,0x00,0x00]
 
 v_cvt_pkrtz_f16_f32_e64 v5, v1, s103
-// GFX10: encoding: [0x05,0x00,0x2f,0xd5,0x01,0xcf,0x00,0x00]
+// GFX10: v_cvt_pkrtz_f16_f32_e64 v5, v1, s103    ; encoding: [0x05,0x00,0x2f,0xd5,0x01,0xcf,0x00,0x00]
 
 v_cvt_pkrtz_f16_f32_e64 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x2f,0xd5,0x01,0xd5,0x00,0x00]
+// GFX10: v_cvt_pkrtz_f16_f32_e64 v5, v1, vcc_lo  ; encoding: [0x05,0x00,0x2f,0xd5,0x01,0xd5,0x00,0x00]
 
 v_cvt_pkrtz_f16_f32_e64 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x2f,0xd5,0x01,0xd7,0x00,0x00]
+// GFX10: v_cvt_pkrtz_f16_f32_e64 v5, v1, vcc_hi  ; encoding: [0x05,0x00,0x2f,0xd5,0x01,0xd7,0x00,0x00]
 
 v_cvt_pkrtz_f16_f32_e64 v5, v1, ttmp11
-// GFX10: encoding: [0x05,0x00,0x2f,0xd5,0x01,0xef,0x00,0x00]
+// GFX10: v_cvt_pkrtz_f16_f32_e64 v5, v1, ttmp11  ; encoding: [0x05,0x00,0x2f,0xd5,0x01,0xef,0x00,0x00]
 
 v_cvt_pkrtz_f16_f32_e64 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x2f,0xd5,0x01,0xf9,0x00,0x00]
+// GFX10: v_cvt_pkrtz_f16_f32_e64 v5, v1, m0      ; encoding: [0x05,0x00,0x2f,0xd5,0x01,0xf9,0x00,0x00]
 
 v_cvt_pkrtz_f16_f32_e64 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x2f,0xd5,0x01,0xfd,0x00,0x00]
+// GFX10: v_cvt_pkrtz_f16_f32_e64 v5, v1, exec_lo ; encoding: [0x05,0x00,0x2f,0xd5,0x01,0xfd,0x00,0x00]
 
 v_cvt_pkrtz_f16_f32_e64 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x2f,0xd5,0x01,0xff,0x00,0x00]
+// GFX10: v_cvt_pkrtz_f16_f32_e64 v5, v1, exec_hi ; encoding: [0x05,0x00,0x2f,0xd5,0x01,0xff,0x00,0x00]
 
 v_cvt_pkrtz_f16_f32_e64 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x2f,0xd5,0x01,0x01,0x01,0x00]
+// GFX10: v_cvt_pkrtz_f16_f32_e64 v5, v1, 0       ; encoding: [0x05,0x00,0x2f,0xd5,0x01,0x01,0x01,0x00]
 
 v_cvt_pkrtz_f16_f32_e64 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x2f,0xd5,0x01,0x83,0x01,0x00]
+// GFX10: v_cvt_pkrtz_f16_f32_e64 v5, v1, -1      ; encoding: [0x05,0x00,0x2f,0xd5,0x01,0x83,0x01,0x00]
 
 v_cvt_pkrtz_f16_f32_e64 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x2f,0xd5,0x01,0xe1,0x01,0x00]
+// GFX10: v_cvt_pkrtz_f16_f32_e64 v5, v1, 0.5     ; encoding: [0x05,0x00,0x2f,0xd5,0x01,0xe1,0x01,0x00]
 
 v_cvt_pkrtz_f16_f32_e64 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x2f,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_cvt_pkrtz_f16_f32_e64 v5, v1, -4.0    ; encoding: [0x05,0x00,0x2f,0xd5,0x01,0xef,0x01,0x00]
 
 v_cvt_pkrtz_f16_f32_e64 v5, -v1, v2
-// GFX10: encoding: [0x05,0x00,0x2f,0xd5,0x01,0x05,0x02,0x20]
+// GFX10: v_cvt_pkrtz_f16_f32_e64 v5, -v1, v2     ; encoding: [0x05,0x00,0x2f,0xd5,0x01,0x05,0x02,0x20]
 
 v_cvt_pkrtz_f16_f32_e64 v5, v1, -v2
-// GFX10: encoding: [0x05,0x00,0x2f,0xd5,0x01,0x05,0x02,0x40]
+// GFX10: v_cvt_pkrtz_f16_f32_e64 v5, v1, -v2     ; encoding: [0x05,0x00,0x2f,0xd5,0x01,0x05,0x02,0x40]
 
 v_cvt_pkrtz_f16_f32_e64 v5, -v1, -v2
-// GFX10: encoding: [0x05,0x00,0x2f,0xd5,0x01,0x05,0x02,0x60]
+// GFX10: v_cvt_pkrtz_f16_f32_e64 v5, -v1, -v2    ; encoding: [0x05,0x00,0x2f,0xd5,0x01,0x05,0x02,0x60]
 
 v_cvt_pkrtz_f16_f32_e64 v5, |v1|, v2
-// GFX10: encoding: [0x05,0x01,0x2f,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_cvt_pkrtz_f16_f32_e64 v5, |v1|, v2    ; encoding: [0x05,0x01,0x2f,0xd5,0x01,0x05,0x02,0x00]
 
 v_cvt_pkrtz_f16_f32_e64 v5, v1, |v2|
-// GFX10: encoding: [0x05,0x02,0x2f,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_cvt_pkrtz_f16_f32_e64 v5, v1, |v2|    ; encoding: [0x05,0x02,0x2f,0xd5,0x01,0x05,0x02,0x00]
 
 v_cvt_pkrtz_f16_f32_e64 v5, |v1|, |v2|
-// GFX10: encoding: [0x05,0x03,0x2f,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_cvt_pkrtz_f16_f32_e64 v5, |v1|, |v2|  ; encoding: [0x05,0x03,0x2f,0xd5,0x01,0x05,0x02,0x00]
 
 v_add_f16_e32 v5, v1, v2
-// GFX10: encoding: [0x01,0x05,0x0a,0x64]
+// GFX10: v_add_f16_e32 v5, v1, v2                ; encoding: [0x01,0x05,0x0a,0x64]
 
 v_add_f16_e32 v255, v1, v2
-// GFX10: encoding: [0x01,0x05,0xfe,0x65]
+// GFX10: v_add_f16_e32 v255, v1, v2              ; encoding: [0x01,0x05,0xfe,0x65]
 
 v_add_f16_e32 v5, v255, v2
-// GFX10: encoding: [0xff,0x05,0x0a,0x64]
+// GFX10: v_add_f16_e32 v5, v255, v2              ; encoding: [0xff,0x05,0x0a,0x64]
 
 v_add_f16_e32 v5, s1, v2
-// GFX10: encoding: [0x01,0x04,0x0a,0x64]
+// GFX10: v_add_f16_e32 v5, s1, v2                ; encoding: [0x01,0x04,0x0a,0x64]
 
 v_add_f16_e32 v5, s101, v2
-// GFX10: encoding: [0x65,0x04,0x0a,0x64]
+// GFX10: v_add_f16_e32 v5, s101, v2              ; encoding: [0x65,0x04,0x0a,0x64]
 
 v_add_f16_e32 v5, vcc_lo, v2
-// GFX10: encoding: [0x6a,0x04,0x0a,0x64]
+// GFX10: v_add_f16_e32 v5, vcc_lo, v2            ; encoding: [0x6a,0x04,0x0a,0x64]
 
 v_add_f16_e32 v5, vcc_hi, v2
-// GFX10: encoding: [0x6b,0x04,0x0a,0x64]
+// GFX10: v_add_f16_e32 v5, vcc_hi, v2            ; encoding: [0x6b,0x04,0x0a,0x64]
 
 v_add_f16_e32 v5, m0, v2
-// GFX10: encoding: [0x7c,0x04,0x0a,0x64]
+// GFX10: v_add_f16_e32 v5, m0, v2                ; encoding: [0x7c,0x04,0x0a,0x64]
 
 v_add_f16_e32 v5, exec_lo, v2
-// GFX10: encoding: [0x7e,0x04,0x0a,0x64]
+// GFX10: v_add_f16_e32 v5, exec_lo, v2           ; encoding: [0x7e,0x04,0x0a,0x64]
 
 v_add_f16_e32 v5, exec_hi, v2
-// GFX10: encoding: [0x7f,0x04,0x0a,0x64]
+// GFX10: v_add_f16_e32 v5, exec_hi, v2           ; encoding: [0x7f,0x04,0x0a,0x64]
 
 v_add_f16_e32 v5, 0, v2
-// GFX10: encoding: [0x80,0x04,0x0a,0x64]
+// GFX10: v_add_f16_e32 v5, 0, v2                 ; encoding: [0x80,0x04,0x0a,0x64]
 
 v_add_f16_e32 v5, -1, v2
-// GFX10: encoding: [0xc1,0x04,0x0a,0x64]
+// GFX10: v_add_f16_e32 v5, -1, v2                ; encoding: [0xc1,0x04,0x0a,0x64]
 
 v_add_f16_e32 v5, 0.5, v2
-// GFX10: encoding: [0xf0,0x04,0x0a,0x64]
+// GFX10: v_add_f16_e32 v5, 0.5, v2               ; encoding: [0xf0,0x04,0x0a,0x64]
 
 v_add_f16_e32 v5, -4.0, v2
-// GFX10: encoding: [0xf7,0x04,0x0a,0x64]
+// GFX10: v_add_f16_e32 v5, -4.0, v2              ; encoding: [0xf7,0x04,0x0a,0x64]
 
 v_add_f16_e32 v5, 0xfe0b, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x64,0x0b,0xfe,0x00,0x00]
+// GFX10: v_add_f16_e32 v5, 0xfe0b, v2            ; encoding: [0xff,0x04,0x0a,0x64,0x0b,0xfe,0x00,0x00]
 
 v_add_f16_e32 v5, 0x3456, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x64,0x56,0x34,0x00,0x00]
+// GFX10: v_add_f16_e32 v5, 0x3456, v2            ; encoding: [0xff,0x04,0x0a,0x64,0x56,0x34,0x00,0x00]
 
 v_add_f16_e32 v5, v1, v255
-// GFX10: encoding: [0x01,0xff,0x0b,0x64]
+// GFX10: v_add_f16_e32 v5, v1, v255              ; encoding: [0x01,0xff,0x0b,0x64]
 
 v_add_f16_e64 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x32,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_add_f16_e64 v5, v1, v2                ; encoding: [0x05,0x00,0x32,0xd5,0x01,0x05,0x02,0x00]
 
 v_add_f16_e64 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x32,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_add_f16_e64 v255, v1, v2              ; encoding: [0xff,0x00,0x32,0xd5,0x01,0x05,0x02,0x00]
 
 v_add_f16_e64 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x32,0xd5,0xff,0x05,0x02,0x00]
+// GFX10: v_add_f16_e64 v5, v255, v2              ; encoding: [0x05,0x00,0x32,0xd5,0xff,0x05,0x02,0x00]
 
 v_add_f16_e64 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x32,0xd5,0x01,0x04,0x02,0x00]
+// GFX10: v_add_f16_e64 v5, s1, v2                ; encoding: [0x05,0x00,0x32,0xd5,0x01,0x04,0x02,0x00]
 
 v_add_f16_e64 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x32,0xd5,0x65,0x04,0x02,0x00]
+// GFX10: v_add_f16_e64 v5, s101, v2              ; encoding: [0x05,0x00,0x32,0xd5,0x65,0x04,0x02,0x00]
 
 v_add_f16_e64 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x32,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_add_f16_e64 v5, vcc_lo, v2            ; encoding: [0x05,0x00,0x32,0xd5,0x6a,0x04,0x02,0x00]
 
 v_add_f16_e64 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x32,0xd5,0x6b,0x04,0x02,0x00]
+// GFX10: v_add_f16_e64 v5, vcc_hi, v2            ; encoding: [0x05,0x00,0x32,0xd5,0x6b,0x04,0x02,0x00]
 
 v_add_f16_e64 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x32,0xd5,0x7c,0x04,0x02,0x00]
+// GFX10: v_add_f16_e64 v5, m0, v2                ; encoding: [0x05,0x00,0x32,0xd5,0x7c,0x04,0x02,0x00]
 
 v_add_f16_e64 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x32,0xd5,0x7e,0x04,0x02,0x00]
+// GFX10: v_add_f16_e64 v5, exec_lo, v2           ; encoding: [0x05,0x00,0x32,0xd5,0x7e,0x04,0x02,0x00]
 
 v_add_f16_e64 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x32,0xd5,0x7f,0x04,0x02,0x00]
+// GFX10: v_add_f16_e64 v5, exec_hi, v2           ; encoding: [0x05,0x00,0x32,0xd5,0x7f,0x04,0x02,0x00]
 
 v_add_f16_e64 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x32,0xd5,0x80,0x04,0x02,0x00]
+// GFX10: v_add_f16_e64 v5, 0, v2                 ; encoding: [0x05,0x00,0x32,0xd5,0x80,0x04,0x02,0x00]
 
 v_add_f16_e64 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x32,0xd5,0xc1,0x04,0x02,0x00]
+// GFX10: v_add_f16_e64 v5, -1, v2                ; encoding: [0x05,0x00,0x32,0xd5,0xc1,0x04,0x02,0x00]
 
 v_add_f16_e64 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x32,0xd5,0xf0,0x04,0x02,0x00]
+// GFX10: v_add_f16_e64 v5, 0.5, v2               ; encoding: [0x05,0x00,0x32,0xd5,0xf0,0x04,0x02,0x00]
 
 v_add_f16_e64 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x32,0xd5,0xf7,0x04,0x02,0x00]
+// GFX10: v_add_f16_e64 v5, -4.0, v2              ; encoding: [0x05,0x00,0x32,0xd5,0xf7,0x04,0x02,0x00]
 
 v_add_f16_e64 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x32,0xd5,0x01,0xff,0x03,0x00]
+// GFX10: v_add_f16_e64 v5, v1, v255              ; encoding: [0x05,0x00,0x32,0xd5,0x01,0xff,0x03,0x00]
 
 v_add_f16_e64 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x32,0xd5,0x01,0x05,0x00,0x00]
+// GFX10: v_add_f16_e64 v5, v1, s2                ; encoding: [0x05,0x00,0x32,0xd5,0x01,0x05,0x00,0x00]
 
 v_add_f16_e64 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x32,0xd5,0x01,0xcb,0x00,0x00]
+// GFX10: v_add_f16_e64 v5, v1, s101              ; encoding: [0x05,0x00,0x32,0xd5,0x01,0xcb,0x00,0x00]
 
 v_add_f16_e64 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x32,0xd5,0x01,0xd5,0x00,0x00]
+// GFX10: v_add_f16_e64 v5, v1, vcc_lo            ; encoding: [0x05,0x00,0x32,0xd5,0x01,0xd5,0x00,0x00]
 
 v_add_f16_e64 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x32,0xd5,0x01,0xd7,0x00,0x00]
+// GFX10: v_add_f16_e64 v5, v1, vcc_hi            ; encoding: [0x05,0x00,0x32,0xd5,0x01,0xd7,0x00,0x00]
 
 v_add_f16_e64 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x32,0xd5,0x01,0xf9,0x00,0x00]
+// GFX10: v_add_f16_e64 v5, v1, m0                ; encoding: [0x05,0x00,0x32,0xd5,0x01,0xf9,0x00,0x00]
 
 v_add_f16_e64 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x32,0xd5,0x01,0xfd,0x00,0x00]
+// GFX10: v_add_f16_e64 v5, v1, exec_lo           ; encoding: [0x05,0x00,0x32,0xd5,0x01,0xfd,0x00,0x00]
 
 v_add_f16_e64 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x32,0xd5,0x01,0xff,0x00,0x00]
+// GFX10: v_add_f16_e64 v5, v1, exec_hi           ; encoding: [0x05,0x00,0x32,0xd5,0x01,0xff,0x00,0x00]
 
 v_add_f16_e64 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x32,0xd5,0x01,0x01,0x01,0x00]
+// GFX10: v_add_f16_e64 v5, v1, 0                 ; encoding: [0x05,0x00,0x32,0xd5,0x01,0x01,0x01,0x00]
 
 v_add_f16_e64 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x32,0xd5,0x01,0x83,0x01,0x00]
+// GFX10: v_add_f16_e64 v5, v1, -1                ; encoding: [0x05,0x00,0x32,0xd5,0x01,0x83,0x01,0x00]
 
 v_add_f16_e64 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x32,0xd5,0x01,0xe1,0x01,0x00]
+// GFX10: v_add_f16_e64 v5, v1, 0.5               ; encoding: [0x05,0x00,0x32,0xd5,0x01,0xe1,0x01,0x00]
 
 v_add_f16_e64 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x32,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_add_f16_e64 v5, v1, -4.0              ; encoding: [0x05,0x00,0x32,0xd5,0x01,0xef,0x01,0x00]
 
 v_add_f16_e64 v5, -v1, v2
-// GFX10: encoding: [0x05,0x00,0x32,0xd5,0x01,0x05,0x02,0x20]
+// GFX10: v_add_f16_e64 v5, -v1, v2               ; encoding: [0x05,0x00,0x32,0xd5,0x01,0x05,0x02,0x20]
 
 v_add_f16_e64 v5, v1, -v2
-// GFX10: encoding: [0x05,0x00,0x32,0xd5,0x01,0x05,0x02,0x40]
+// GFX10: v_add_f16_e64 v5, v1, -v2               ; encoding: [0x05,0x00,0x32,0xd5,0x01,0x05,0x02,0x40]
 
 v_add_f16_e64 v5, -v1, -v2
-// GFX10: encoding: [0x05,0x00,0x32,0xd5,0x01,0x05,0x02,0x60]
+// GFX10: v_add_f16_e64 v5, -v1, -v2              ; encoding: [0x05,0x00,0x32,0xd5,0x01,0x05,0x02,0x60]
 
 v_add_f16_e64 v5, |v1|, v2
-// GFX10: encoding: [0x05,0x01,0x32,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_add_f16_e64 v5, |v1|, v2              ; encoding: [0x05,0x01,0x32,0xd5,0x01,0x05,0x02,0x00]
 
 v_add_f16_e64 v5, v1, |v2|
-// GFX10: encoding: [0x05,0x02,0x32,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_add_f16_e64 v5, v1, |v2|              ; encoding: [0x05,0x02,0x32,0xd5,0x01,0x05,0x02,0x00]
 
 v_add_f16_e64 v5, |v1|, |v2|
-// GFX10: encoding: [0x05,0x03,0x32,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_add_f16_e64 v5, |v1|, |v2|            ; encoding: [0x05,0x03,0x32,0xd5,0x01,0x05,0x02,0x00]
 
 v_add_f16_e64 v5, v1, v2 clamp
-// GFX10: encoding: [0x05,0x80,0x32,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_add_f16_e64 v5, v1, v2 clamp          ; encoding: [0x05,0x80,0x32,0xd5,0x01,0x05,0x02,0x00]
 
 v_add_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x64,0x01,0x06,0x06,0x06]
+// GFX10: v_add_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x64,0x01,0x06,0x06,0x06]
 
 v_add_f16_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0xfe,0x65,0x01,0x06,0x06,0x06]
+// GFX10: v_add_f16_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0xfe,0x65,0x01,0x06,0x06,0x06]
 
 v_add_f16_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x64,0xff,0x06,0x06,0x06]
+// GFX10: v_add_f16_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x64,0xff,0x06,0x06,0x06]
 
 v_add_f16_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x64,0x01,0x06,0x86,0x06]
+// GFX10: v_add_f16_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x64,0x01,0x06,0x86,0x06]
 
 v_add_f16_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x64,0x65,0x06,0x86,0x06]
+// GFX10: v_add_f16_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x64,0x65,0x06,0x86,0x06]
 
 v_add_f16_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x64,0x6a,0x06,0x86,0x06]
+// GFX10: v_add_f16_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x64,0x6a,0x06,0x86,0x06]
 
 v_add_f16_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x64,0x6b,0x06,0x86,0x06]
+// GFX10: v_add_f16_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x64,0x6b,0x06,0x86,0x06]
 
 v_add_f16_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x64,0x7c,0x06,0x86,0x06]
+// GFX10: v_add_f16_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x64,0x7c,0x06,0x86,0x06]
 
 v_add_f16_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x64,0x7e,0x06,0x86,0x06]
+// GFX10: v_add_f16_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x64,0x7e,0x06,0x86,0x06]
 
 v_add_f16_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x64,0x7f,0x06,0x86,0x06]
+// GFX10: v_add_f16_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x64,0x7f,0x06,0x86,0x06]
 
 v_add_f16_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0xfe,0x0b,0x64,0x01,0x06,0x06,0x06]
+// GFX10: v_add_f16_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0xfe,0x0b,0x64,0x01,0x06,0x06,0x06]
 
 v_add_f16_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x64,0x01,0x26,0x06,0x06]
+// GFX10: v_add_f16_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x64,0x01,0x26,0x06,0x06]
 
 v_add_f16_sdwa v5, v1, v2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x64,0x01,0x06,0x06,0x06]
+// GFX10: v_add_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x64,0x01,0x06,0x06,0x06]
 
 v_add_f16_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x64,0x01,0x00,0x06,0x06]
+// GFX10: v_add_f16_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x64,0x01,0x00,0x06,0x06]
 
 v_add_f16_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x64,0x01,0x01,0x06,0x06]
+// GFX10: v_add_f16_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x64,0x01,0x01,0x06,0x06]
 
 v_add_f16_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x64,0x01,0x02,0x06,0x06]
+// GFX10: v_add_f16_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x64,0x01,0x02,0x06,0x06]
 
 v_add_f16_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x64,0x01,0x03,0x06,0x06]
+// GFX10: v_add_f16_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x64,0x01,0x03,0x06,0x06]
 
 v_add_f16_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x64,0x01,0x04,0x06,0x06]
+// GFX10: v_add_f16_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x64,0x01,0x04,0x06,0x06]
 
 v_add_f16_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x64,0x01,0x05,0x06,0x06]
+// GFX10: v_add_f16_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x64,0x01,0x05,0x06,0x06]
 
 v_add_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x64,0x01,0x0e,0x06,0x06]
+// GFX10: v_add_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x64,0x01,0x0e,0x06,0x06]
 
 v_add_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x64,0x01,0x16,0x06,0x06]
+// GFX10: v_add_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x64,0x01,0x16,0x06,0x06]
 
 v_add_f16_sdwa v5, v1, v2 dst_sel:DWORD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x64,0x01,0x16,0x06,0x06]
+// GFX10: v_add_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x64,0x01,0x16,0x06,0x06]
 
 v_add_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x64,0x01,0x06,0x06,0x06]
+// GFX10: v_add_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x64,0x01,0x06,0x06,0x06]
 
 v_add_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x64,0x01,0x06,0x00,0x06]
+// GFX10: v_add_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x64,0x01,0x06,0x00,0x06]
 
 v_add_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x64,0x01,0x06,0x01,0x06]
+// GFX10: v_add_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x64,0x01,0x06,0x01,0x06]
 
 v_add_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x64,0x01,0x06,0x02,0x06]
+// GFX10: v_add_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x64,0x01,0x06,0x02,0x06]
 
 v_add_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x64,0x01,0x06,0x03,0x06]
+// GFX10: v_add_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x64,0x01,0x06,0x03,0x06]
 
 v_add_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x64,0x01,0x06,0x04,0x06]
+// GFX10: v_add_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x64,0x01,0x06,0x04,0x06]
 
 v_add_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x64,0x01,0x06,0x05,0x06]
+// GFX10: v_add_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x64,0x01,0x06,0x05,0x06]
 
 v_add_f16_sdwa v5, -v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x64,0x01,0x06,0x16,0x06]
+// GFX10: v_add_f16_sdwa v5, -v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x64,0x01,0x06,0x16,0x06]
 
 v_add_f16_sdwa v5, |v1|, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x64,0x01,0x06,0x26,0x06]
+// GFX10: v_add_f16_sdwa v5, |v1|, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x64,0x01,0x06,0x26,0x06]
 
 v_add_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x64,0x01,0x06,0x06,0x06]
+// GFX10: v_add_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x64,0x01,0x06,0x06,0x06]
 
 v_add_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x64,0x01,0x06,0x06,0x00]
+// GFX10: v_add_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0 ; encoding: [0xf9,0x04,0x0a,0x64,0x01,0x06,0x06,0x00]
 
 v_add_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x64,0x01,0x06,0x06,0x01]
+// GFX10: v_add_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1 ; encoding: [0xf9,0x04,0x0a,0x64,0x01,0x06,0x06,0x01]
 
 v_add_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x04,0x0a,0x64,0x01,0x06,0x06,0x02]
+// GFX10: v_add_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2 ; encoding: [0xf9,0x04,0x0a,0x64,0x01,0x06,0x06,0x02]
 
 v_add_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x04,0x0a,0x64,0x01,0x06,0x06,0x03]
+// GFX10: v_add_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3 ; encoding: [0xf9,0x04,0x0a,0x64,0x01,0x06,0x06,0x03]
 
 v_add_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x64,0x01,0x06,0x06,0x04]
+// GFX10: v_add_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0 ; encoding: [0xf9,0x04,0x0a,0x64,0x01,0x06,0x06,0x04]
 
 v_add_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x64,0x01,0x06,0x06,0x05]
+// GFX10: v_add_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1 ; encoding: [0xf9,0x04,0x0a,0x64,0x01,0x06,0x06,0x05]
 
 v_add_f16_sdwa v5, v1, -v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x64,0x01,0x06,0x06,0x16]
+// GFX10: v_add_f16_sdwa v5, v1, -v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x64,0x01,0x06,0x06,0x16]
 
 v_add_f16_sdwa v5, v1, |v2| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x64,0x01,0x06,0x06,0x26]
+// GFX10: v_add_f16_sdwa v5, v1, |v2| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x64,0x01,0x06,0x06,0x26]
 
 v_add_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x64,0x01,0xe4,0x00,0x00]
+// GFX10: v_add_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x64,0x01,0xe4,0x00,0x00]
 
 v_add_f16_dpp v255, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0xfe,0x65,0x01,0xe4,0x00,0x00]
+// GFX10: v_add_f16_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0xfe,0x65,0x01,0xe4,0x00,0x00]
 
 v_add_f16_dpp v5, v255, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x64,0xff,0xe4,0x00,0x00]
+// GFX10: v_add_f16_dpp v5, v255, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x64,0xff,0xe4,0x00,0x00]
 
 v_add_f16_dpp v5, v1, v255  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xfe,0x0b,0x64,0x01,0xe4,0x00,0x00]
+// GFX10: v_add_f16_dpp v5, v1, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xfe,0x0b,0x64,0x01,0xe4,0x00,0x00]
 
 v_add_f16_dpp v5, v1, v2  quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x64,0x01,0x1b,0x00,0x00]
+// GFX10: v_add_f16_dpp v5, v1, v2 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x64,0x01,0x1b,0x00,0x00]
 
 v_add_f16_dpp v5, v1, v2  row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x64,0x01,0x40,0x01,0x00]
+// GFX10: v_add_f16_dpp v5, v1, v2 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x64,0x01,0x40,0x01,0x00]
 
 v_add_f16_dpp v5, v1, v2  row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x64,0x01,0x41,0x01,0x00]
+// GFX10: v_add_f16_dpp v5, v1, v2 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x64,0x01,0x41,0x01,0x00]
 
 v_add_f16_dpp v5, v1, v2  row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x64,0x01,0x01,0x01,0x00]
+// GFX10: v_add_f16_dpp v5, v1, v2 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x64,0x01,0x01,0x01,0x00]
 
 v_add_f16_dpp v5, v1, v2  row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x64,0x01,0x0f,0x01,0x00]
+// GFX10: v_add_f16_dpp v5, v1, v2 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x64,0x01,0x0f,0x01,0x00]
 
 v_add_f16_dpp v5, v1, v2  row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x64,0x01,0x11,0x01,0x00]
+// GFX10: v_add_f16_dpp v5, v1, v2 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x64,0x01,0x11,0x01,0x00]
 
 v_add_f16_dpp v5, v1, v2  row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x64,0x01,0x1f,0x01,0x00]
+// GFX10: v_add_f16_dpp v5, v1, v2 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x64,0x01,0x1f,0x01,0x00]
 
 v_add_f16_dpp v5, v1, v2  row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x64,0x01,0x21,0x01,0x00]
+// GFX10: v_add_f16_dpp v5, v1, v2 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x64,0x01,0x21,0x01,0x00]
 
 v_add_f16_dpp v5, v1, v2  row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x64,0x01,0x2f,0x01,0x00]
+// GFX10: v_add_f16_dpp v5, v1, v2 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x64,0x01,0x2f,0x01,0x00]
 
 v_add_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x64,0x01,0xe4,0x00,0x10]
+// GFX10: v_add_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x64,0x01,0xe4,0x00,0x10]
 
 v_add_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x64,0x01,0xe4,0x00,0x30]
+// GFX10: v_add_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x64,0x01,0xe4,0x00,0x30]
 
 v_add_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x64,0x01,0xe4,0x00,0xf0]
+// GFX10: v_add_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x64,0x01,0xe4,0x00,0xf0]
 
 v_add_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x04,0x0a,0x64,0x01,0xe4,0x00,0x01]
+// GFX10: v_add_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x04,0x0a,0x64,0x01,0xe4,0x00,0x01]
 
 v_add_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x04,0x0a,0x64,0x01,0xe4,0x00,0x03]
+// GFX10: v_add_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x04,0x0a,0x64,0x01,0xe4,0x00,0x03]
 
 v_add_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x04,0x0a,0x64,0x01,0xe4,0x00,0x0f]
+// GFX10: v_add_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x04,0x0a,0x64,0x01,0xe4,0x00,0x0f]
 
 v_add_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x64,0x01,0xe4,0x08,0x00]
+// GFX10: v_add_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x04,0x0a,0x64,0x01,0xe4,0x08,0x00]
 
 v_add_f16_dpp v5, -v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x64,0x01,0xe4,0x10,0x00]
+// GFX10: v_add_f16_dpp v5, -v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x64,0x01,0xe4,0x10,0x00]
 
 v_add_f16_dpp v5, |v1|, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x64,0x01,0xe4,0x20,0x00]
+// GFX10: v_add_f16_dpp v5, |v1|, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x64,0x01,0xe4,0x20,0x00]
 
 v_add_f16_dpp v5, v1, v2  row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x64,0x01,0x51,0x01,0x00]
+// GFX10: v_add_f16_dpp v5, v1, v2 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x64,0x01,0x51,0x01,0x00]
 
 v_add_f16_dpp v5, v1, v2  row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x64,0x01,0x5f,0x01,0x00]
+// GFX10: v_add_f16_dpp v5, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x64,0x01,0x5f,0x01,0x00]
 
 v_add_f16_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x64,0x01,0x61,0x01,0x00]
+// GFX10: v_add_f16_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x64,0x01,0x61,0x01,0x00]
 
 v_add_f16_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x64,0x01,0x6f,0x01,0x00]
+// GFX10: v_add_f16_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x64,0x01,0x6f,0x01,0x00]
 
 v_sub_f16_e32 v5, v1, v2
-// GFX10: encoding: [0x01,0x05,0x0a,0x66]
+// GFX10: v_sub_f16_e32 v5, v1, v2                ; encoding: [0x01,0x05,0x0a,0x66]
 
 v_sub_f16_e32 v255, v1, v2
-// GFX10: encoding: [0x01,0x05,0xfe,0x67]
+// GFX10: v_sub_f16_e32 v255, v1, v2              ; encoding: [0x01,0x05,0xfe,0x67]
 
 v_sub_f16_e32 v5, v255, v2
-// GFX10: encoding: [0xff,0x05,0x0a,0x66]
+// GFX10: v_sub_f16_e32 v5, v255, v2              ; encoding: [0xff,0x05,0x0a,0x66]
 
 v_sub_f16_e32 v5, s1, v2
-// GFX10: encoding: [0x01,0x04,0x0a,0x66]
+// GFX10: v_sub_f16_e32 v5, s1, v2                ; encoding: [0x01,0x04,0x0a,0x66]
 
 v_sub_f16_e32 v5, s101, v2
-// GFX10: encoding: [0x65,0x04,0x0a,0x66]
+// GFX10: v_sub_f16_e32 v5, s101, v2              ; encoding: [0x65,0x04,0x0a,0x66]
 
 v_sub_f16_e32 v5, vcc_lo, v2
-// GFX10: encoding: [0x6a,0x04,0x0a,0x66]
+// GFX10: v_sub_f16_e32 v5, vcc_lo, v2            ; encoding: [0x6a,0x04,0x0a,0x66]
 
 v_sub_f16_e32 v5, vcc_hi, v2
-// GFX10: encoding: [0x6b,0x04,0x0a,0x66]
+// GFX10: v_sub_f16_e32 v5, vcc_hi, v2            ; encoding: [0x6b,0x04,0x0a,0x66]
 
 v_sub_f16_e32 v5, m0, v2
-// GFX10: encoding: [0x7c,0x04,0x0a,0x66]
+// GFX10: v_sub_f16_e32 v5, m0, v2                ; encoding: [0x7c,0x04,0x0a,0x66]
 
 v_sub_f16_e32 v5, exec_lo, v2
-// GFX10: encoding: [0x7e,0x04,0x0a,0x66]
+// GFX10: v_sub_f16_e32 v5, exec_lo, v2           ; encoding: [0x7e,0x04,0x0a,0x66]
 
 v_sub_f16_e32 v5, exec_hi, v2
-// GFX10: encoding: [0x7f,0x04,0x0a,0x66]
+// GFX10: v_sub_f16_e32 v5, exec_hi, v2           ; encoding: [0x7f,0x04,0x0a,0x66]
 
 v_sub_f16_e32 v5, 0, v2
-// GFX10: encoding: [0x80,0x04,0x0a,0x66]
+// GFX10: v_sub_f16_e32 v5, 0, v2                 ; encoding: [0x80,0x04,0x0a,0x66]
 
 v_sub_f16_e32 v5, -1, v2
-// GFX10: encoding: [0xc1,0x04,0x0a,0x66]
+// GFX10: v_sub_f16_e32 v5, -1, v2                ; encoding: [0xc1,0x04,0x0a,0x66]
 
 v_sub_f16_e32 v5, 0.5, v2
-// GFX10: encoding: [0xf0,0x04,0x0a,0x66]
+// GFX10: v_sub_f16_e32 v5, 0.5, v2               ; encoding: [0xf0,0x04,0x0a,0x66]
 
 v_sub_f16_e32 v5, -4.0, v2
-// GFX10: encoding: [0xf7,0x04,0x0a,0x66]
+// GFX10: v_sub_f16_e32 v5, -4.0, v2              ; encoding: [0xf7,0x04,0x0a,0x66]
 
 v_sub_f16_e32 v5, 0xfe0b, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x66,0x0b,0xfe,0x00,0x00]
+// GFX10: v_sub_f16_e32 v5, 0xfe0b, v2            ; encoding: [0xff,0x04,0x0a,0x66,0x0b,0xfe,0x00,0x00]
 
 v_sub_f16_e32 v5, 0x3456, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x66,0x56,0x34,0x00,0x00]
+// GFX10: v_sub_f16_e32 v5, 0x3456, v2            ; encoding: [0xff,0x04,0x0a,0x66,0x56,0x34,0x00,0x00]
 
 v_sub_f16_e32 v5, v1, v255
-// GFX10: encoding: [0x01,0xff,0x0b,0x66]
+// GFX10: v_sub_f16_e32 v5, v1, v255              ; encoding: [0x01,0xff,0x0b,0x66]
 
 v_sub_f16_e64 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x33,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_sub_f16_e64 v5, v1, v2                ; encoding: [0x05,0x00,0x33,0xd5,0x01,0x05,0x02,0x00]
 
 v_sub_f16_e64 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x33,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_sub_f16_e64 v255, v1, v2              ; encoding: [0xff,0x00,0x33,0xd5,0x01,0x05,0x02,0x00]
 
 v_sub_f16_e64 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x33,0xd5,0xff,0x05,0x02,0x00]
+// GFX10: v_sub_f16_e64 v5, v255, v2              ; encoding: [0x05,0x00,0x33,0xd5,0xff,0x05,0x02,0x00]
 
 v_sub_f16_e64 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x33,0xd5,0x01,0x04,0x02,0x00]
+// GFX10: v_sub_f16_e64 v5, s1, v2                ; encoding: [0x05,0x00,0x33,0xd5,0x01,0x04,0x02,0x00]
 
 v_sub_f16_e64 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x33,0xd5,0x65,0x04,0x02,0x00]
+// GFX10: v_sub_f16_e64 v5, s101, v2              ; encoding: [0x05,0x00,0x33,0xd5,0x65,0x04,0x02,0x00]
 
 v_sub_f16_e64 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x33,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_sub_f16_e64 v5, vcc_lo, v2            ; encoding: [0x05,0x00,0x33,0xd5,0x6a,0x04,0x02,0x00]
 
 v_sub_f16_e64 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x33,0xd5,0x6b,0x04,0x02,0x00]
+// GFX10: v_sub_f16_e64 v5, vcc_hi, v2            ; encoding: [0x05,0x00,0x33,0xd5,0x6b,0x04,0x02,0x00]
 
 v_sub_f16_e64 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x33,0xd5,0x7c,0x04,0x02,0x00]
+// GFX10: v_sub_f16_e64 v5, m0, v2                ; encoding: [0x05,0x00,0x33,0xd5,0x7c,0x04,0x02,0x00]
 
 v_sub_f16_e64 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x33,0xd5,0x7e,0x04,0x02,0x00]
+// GFX10: v_sub_f16_e64 v5, exec_lo, v2           ; encoding: [0x05,0x00,0x33,0xd5,0x7e,0x04,0x02,0x00]
 
 v_sub_f16_e64 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x33,0xd5,0x7f,0x04,0x02,0x00]
+// GFX10: v_sub_f16_e64 v5, exec_hi, v2           ; encoding: [0x05,0x00,0x33,0xd5,0x7f,0x04,0x02,0x00]
 
 v_sub_f16_e64 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x33,0xd5,0x80,0x04,0x02,0x00]
+// GFX10: v_sub_f16_e64 v5, 0, v2                 ; encoding: [0x05,0x00,0x33,0xd5,0x80,0x04,0x02,0x00]
 
 v_sub_f16_e64 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x33,0xd5,0xc1,0x04,0x02,0x00]
+// GFX10: v_sub_f16_e64 v5, -1, v2                ; encoding: [0x05,0x00,0x33,0xd5,0xc1,0x04,0x02,0x00]
 
 v_sub_f16_e64 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x33,0xd5,0xf0,0x04,0x02,0x00]
+// GFX10: v_sub_f16_e64 v5, 0.5, v2               ; encoding: [0x05,0x00,0x33,0xd5,0xf0,0x04,0x02,0x00]
 
 v_sub_f16_e64 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x33,0xd5,0xf7,0x04,0x02,0x00]
+// GFX10: v_sub_f16_e64 v5, -4.0, v2              ; encoding: [0x05,0x00,0x33,0xd5,0xf7,0x04,0x02,0x00]
 
 v_sub_f16_e64 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x33,0xd5,0x01,0xff,0x03,0x00]
+// GFX10: v_sub_f16_e64 v5, v1, v255              ; encoding: [0x05,0x00,0x33,0xd5,0x01,0xff,0x03,0x00]
 
 v_sub_f16_e64 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x33,0xd5,0x01,0x05,0x00,0x00]
+// GFX10: v_sub_f16_e64 v5, v1, s2                ; encoding: [0x05,0x00,0x33,0xd5,0x01,0x05,0x00,0x00]
 
 v_sub_f16_e64 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x33,0xd5,0x01,0xcb,0x00,0x00]
+// GFX10: v_sub_f16_e64 v5, v1, s101              ; encoding: [0x05,0x00,0x33,0xd5,0x01,0xcb,0x00,0x00]
 
 v_sub_f16_e64 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x33,0xd5,0x01,0xd5,0x00,0x00]
+// GFX10: v_sub_f16_e64 v5, v1, vcc_lo            ; encoding: [0x05,0x00,0x33,0xd5,0x01,0xd5,0x00,0x00]
 
 v_sub_f16_e64 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x33,0xd5,0x01,0xd7,0x00,0x00]
+// GFX10: v_sub_f16_e64 v5, v1, vcc_hi            ; encoding: [0x05,0x00,0x33,0xd5,0x01,0xd7,0x00,0x00]
 
 v_sub_f16_e64 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x33,0xd5,0x01,0xf9,0x00,0x00]
+// GFX10: v_sub_f16_e64 v5, v1, m0                ; encoding: [0x05,0x00,0x33,0xd5,0x01,0xf9,0x00,0x00]
 
 v_sub_f16_e64 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x33,0xd5,0x01,0xfd,0x00,0x00]
+// GFX10: v_sub_f16_e64 v5, v1, exec_lo           ; encoding: [0x05,0x00,0x33,0xd5,0x01,0xfd,0x00,0x00]
 
 v_sub_f16_e64 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x33,0xd5,0x01,0xff,0x00,0x00]
+// GFX10: v_sub_f16_e64 v5, v1, exec_hi           ; encoding: [0x05,0x00,0x33,0xd5,0x01,0xff,0x00,0x00]
 
 v_sub_f16_e64 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x33,0xd5,0x01,0x01,0x01,0x00]
+// GFX10: v_sub_f16_e64 v5, v1, 0                 ; encoding: [0x05,0x00,0x33,0xd5,0x01,0x01,0x01,0x00]
 
 v_sub_f16_e64 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x33,0xd5,0x01,0x83,0x01,0x00]
+// GFX10: v_sub_f16_e64 v5, v1, -1                ; encoding: [0x05,0x00,0x33,0xd5,0x01,0x83,0x01,0x00]
 
 v_sub_f16_e64 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x33,0xd5,0x01,0xe1,0x01,0x00]
+// GFX10: v_sub_f16_e64 v5, v1, 0.5               ; encoding: [0x05,0x00,0x33,0xd5,0x01,0xe1,0x01,0x00]
 
 v_sub_f16_e64 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x33,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_sub_f16_e64 v5, v1, -4.0              ; encoding: [0x05,0x00,0x33,0xd5,0x01,0xef,0x01,0x00]
 
 v_sub_f16_e64 v5, -v1, v2
-// GFX10: encoding: [0x05,0x00,0x33,0xd5,0x01,0x05,0x02,0x20]
+// GFX10: v_sub_f16_e64 v5, -v1, v2               ; encoding: [0x05,0x00,0x33,0xd5,0x01,0x05,0x02,0x20]
 
 v_sub_f16_e64 v5, v1, -v2
-// GFX10: encoding: [0x05,0x00,0x33,0xd5,0x01,0x05,0x02,0x40]
+// GFX10: v_sub_f16_e64 v5, v1, -v2               ; encoding: [0x05,0x00,0x33,0xd5,0x01,0x05,0x02,0x40]
 
 v_sub_f16_e64 v5, -v1, -v2
-// GFX10: encoding: [0x05,0x00,0x33,0xd5,0x01,0x05,0x02,0x60]
+// GFX10: v_sub_f16_e64 v5, -v1, -v2              ; encoding: [0x05,0x00,0x33,0xd5,0x01,0x05,0x02,0x60]
 
 v_sub_f16_e64 v5, |v1|, v2
-// GFX10: encoding: [0x05,0x01,0x33,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_sub_f16_e64 v5, |v1|, v2              ; encoding: [0x05,0x01,0x33,0xd5,0x01,0x05,0x02,0x00]
 
 v_sub_f16_e64 v5, v1, |v2|
-// GFX10: encoding: [0x05,0x02,0x33,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_sub_f16_e64 v5, v1, |v2|              ; encoding: [0x05,0x02,0x33,0xd5,0x01,0x05,0x02,0x00]
 
 v_sub_f16_e64 v5, |v1|, |v2|
-// GFX10: encoding: [0x05,0x03,0x33,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_sub_f16_e64 v5, |v1|, |v2|            ; encoding: [0x05,0x03,0x33,0xd5,0x01,0x05,0x02,0x00]
 
 v_sub_f16_e64 v5, v1, v2 clamp
-// GFX10: encoding: [0x05,0x80,0x33,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_sub_f16_e64 v5, v1, v2 clamp          ; encoding: [0x05,0x80,0x33,0xd5,0x01,0x05,0x02,0x00]
 
 v_sub_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x66,0x01,0x06,0x06,0x06]
+// GFX10: v_sub_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x66,0x01,0x06,0x06,0x06]
 
 v_sub_f16_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0xfe,0x67,0x01,0x06,0x06,0x06]
+// GFX10: v_sub_f16_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0xfe,0x67,0x01,0x06,0x06,0x06]
 
 v_sub_f16_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x66,0xff,0x06,0x06,0x06]
+// GFX10: v_sub_f16_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x66,0xff,0x06,0x06,0x06]
 
 v_sub_f16_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x66,0x01,0x06,0x86,0x06]
+// GFX10: v_sub_f16_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x66,0x01,0x06,0x86,0x06]
 
 v_sub_f16_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x66,0x65,0x06,0x86,0x06]
+// GFX10: v_sub_f16_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x66,0x65,0x06,0x86,0x06]
 
 v_sub_f16_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x66,0x6a,0x06,0x86,0x06]
+// GFX10: v_sub_f16_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x66,0x6a,0x06,0x86,0x06]
 
 v_sub_f16_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x66,0x6b,0x06,0x86,0x06]
+// GFX10: v_sub_f16_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x66,0x6b,0x06,0x86,0x06]
 
 v_sub_f16_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x66,0x7c,0x06,0x86,0x06]
+// GFX10: v_sub_f16_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x66,0x7c,0x06,0x86,0x06]
 
 v_sub_f16_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x66,0x7e,0x06,0x86,0x06]
+// GFX10: v_sub_f16_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x66,0x7e,0x06,0x86,0x06]
 
 v_sub_f16_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x66,0x7f,0x06,0x86,0x06]
+// GFX10: v_sub_f16_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x66,0x7f,0x06,0x86,0x06]
 
 v_sub_f16_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0xfe,0x0b,0x66,0x01,0x06,0x06,0x06]
+// GFX10: v_sub_f16_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0xfe,0x0b,0x66,0x01,0x06,0x06,0x06]
 
 v_sub_f16_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x66,0x01,0x26,0x06,0x06]
+// GFX10: v_sub_f16_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x66,0x01,0x26,0x06,0x06]
 
 v_sub_f16_sdwa v5, v1, v2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x66,0x01,0x06,0x06,0x06]
+// GFX10: v_sub_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x66,0x01,0x06,0x06,0x06]
 
 v_sub_f16_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x66,0x01,0x00,0x06,0x06]
+// GFX10: v_sub_f16_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x66,0x01,0x00,0x06,0x06]
 
 v_sub_f16_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x66,0x01,0x01,0x06,0x06]
+// GFX10: v_sub_f16_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x66,0x01,0x01,0x06,0x06]
 
 v_sub_f16_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x66,0x01,0x02,0x06,0x06]
+// GFX10: v_sub_f16_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x66,0x01,0x02,0x06,0x06]
 
 v_sub_f16_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x66,0x01,0x03,0x06,0x06]
+// GFX10: v_sub_f16_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x66,0x01,0x03,0x06,0x06]
 
 v_sub_f16_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x66,0x01,0x04,0x06,0x06]
+// GFX10: v_sub_f16_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x66,0x01,0x04,0x06,0x06]
 
 v_sub_f16_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x66,0x01,0x05,0x06,0x06]
+// GFX10: v_sub_f16_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x66,0x01,0x05,0x06,0x06]
 
 v_sub_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x66,0x01,0x0e,0x06,0x06]
+// GFX10: v_sub_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x66,0x01,0x0e,0x06,0x06]
 
 v_sub_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x66,0x01,0x16,0x06,0x06]
+// GFX10: v_sub_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x66,0x01,0x16,0x06,0x06]
 
 v_sub_f16_sdwa v5, v1, v2 dst_sel:DWORD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x66,0x01,0x16,0x06,0x06]
+// GFX10: v_sub_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x66,0x01,0x16,0x06,0x06]
 
 v_sub_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x66,0x01,0x06,0x06,0x06]
+// GFX10: v_sub_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x66,0x01,0x06,0x06,0x06]
 
 v_sub_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x66,0x01,0x06,0x00,0x06]
+// GFX10: v_sub_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x66,0x01,0x06,0x00,0x06]
 
 v_sub_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x66,0x01,0x06,0x01,0x06]
+// GFX10: v_sub_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x66,0x01,0x06,0x01,0x06]
 
 v_sub_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x66,0x01,0x06,0x02,0x06]
+// GFX10: v_sub_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x66,0x01,0x06,0x02,0x06]
 
 v_sub_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x66,0x01,0x06,0x03,0x06]
+// GFX10: v_sub_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x66,0x01,0x06,0x03,0x06]
 
 v_sub_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x66,0x01,0x06,0x04,0x06]
+// GFX10: v_sub_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x66,0x01,0x06,0x04,0x06]
 
 v_sub_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x66,0x01,0x06,0x05,0x06]
+// GFX10: v_sub_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x66,0x01,0x06,0x05,0x06]
 
 v_sub_f16_sdwa v5, -v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x66,0x01,0x06,0x16,0x06]
+// GFX10: v_sub_f16_sdwa v5, -v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x66,0x01,0x06,0x16,0x06]
 
 v_sub_f16_sdwa v5, |v1|, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x66,0x01,0x06,0x26,0x06]
+// GFX10: v_sub_f16_sdwa v5, |v1|, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x66,0x01,0x06,0x26,0x06]
 
 v_sub_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x66,0x01,0x06,0x06,0x06]
+// GFX10: v_sub_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x66,0x01,0x06,0x06,0x06]
 
 v_sub_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x66,0x01,0x06,0x06,0x00]
+// GFX10: v_sub_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0 ; encoding: [0xf9,0x04,0x0a,0x66,0x01,0x06,0x06,0x00]
 
 v_sub_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x66,0x01,0x06,0x06,0x01]
+// GFX10: v_sub_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1 ; encoding: [0xf9,0x04,0x0a,0x66,0x01,0x06,0x06,0x01]
 
 v_sub_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x04,0x0a,0x66,0x01,0x06,0x06,0x02]
+// GFX10: v_sub_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2 ; encoding: [0xf9,0x04,0x0a,0x66,0x01,0x06,0x06,0x02]
 
 v_sub_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x04,0x0a,0x66,0x01,0x06,0x06,0x03]
+// GFX10: v_sub_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3 ; encoding: [0xf9,0x04,0x0a,0x66,0x01,0x06,0x06,0x03]
 
 v_sub_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x66,0x01,0x06,0x06,0x04]
+// GFX10: v_sub_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0 ; encoding: [0xf9,0x04,0x0a,0x66,0x01,0x06,0x06,0x04]
 
 v_sub_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x66,0x01,0x06,0x06,0x05]
+// GFX10: v_sub_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1 ; encoding: [0xf9,0x04,0x0a,0x66,0x01,0x06,0x06,0x05]
 
 v_sub_f16_sdwa v5, v1, -v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x66,0x01,0x06,0x06,0x16]
+// GFX10: v_sub_f16_sdwa v5, v1, -v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x66,0x01,0x06,0x06,0x16]
 
 v_sub_f16_sdwa v5, v1, |v2| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x66,0x01,0x06,0x06,0x26]
+// GFX10: v_sub_f16_sdwa v5, v1, |v2| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x66,0x01,0x06,0x06,0x26]
 
 v_sub_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x66,0x01,0xe4,0x00,0x00]
+// GFX10: v_sub_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x66,0x01,0xe4,0x00,0x00]
 
 v_sub_f16_dpp v255, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0xfe,0x67,0x01,0xe4,0x00,0x00]
+// GFX10: v_sub_f16_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0xfe,0x67,0x01,0xe4,0x00,0x00]
 
 v_sub_f16_dpp v5, v255, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x66,0xff,0xe4,0x00,0x00]
+// GFX10: v_sub_f16_dpp v5, v255, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x66,0xff,0xe4,0x00,0x00]
 
 v_sub_f16_dpp v5, v1, v255  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xfe,0x0b,0x66,0x01,0xe4,0x00,0x00]
+// GFX10: v_sub_f16_dpp v5, v1, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xfe,0x0b,0x66,0x01,0xe4,0x00,0x00]
 
 v_sub_f16_dpp v5, v1, v2  quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x66,0x01,0x1b,0x00,0x00]
+// GFX10: v_sub_f16_dpp v5, v1, v2 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x66,0x01,0x1b,0x00,0x00]
 
 v_sub_f16_dpp v5, v1, v2  row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x66,0x01,0x40,0x01,0x00]
+// GFX10: v_sub_f16_dpp v5, v1, v2 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x66,0x01,0x40,0x01,0x00]
 
 v_sub_f16_dpp v5, v1, v2  row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x66,0x01,0x41,0x01,0x00]
+// GFX10: v_sub_f16_dpp v5, v1, v2 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x66,0x01,0x41,0x01,0x00]
 
 v_sub_f16_dpp v5, v1, v2  row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x66,0x01,0x01,0x01,0x00]
+// GFX10: v_sub_f16_dpp v5, v1, v2 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x66,0x01,0x01,0x01,0x00]
 
 v_sub_f16_dpp v5, v1, v2  row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x66,0x01,0x0f,0x01,0x00]
+// GFX10: v_sub_f16_dpp v5, v1, v2 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x66,0x01,0x0f,0x01,0x00]
 
 v_sub_f16_dpp v5, v1, v2  row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x66,0x01,0x11,0x01,0x00]
+// GFX10: v_sub_f16_dpp v5, v1, v2 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x66,0x01,0x11,0x01,0x00]
 
 v_sub_f16_dpp v5, v1, v2  row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x66,0x01,0x1f,0x01,0x00]
+// GFX10: v_sub_f16_dpp v5, v1, v2 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x66,0x01,0x1f,0x01,0x00]
 
 v_sub_f16_dpp v5, v1, v2  row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x66,0x01,0x21,0x01,0x00]
+// GFX10: v_sub_f16_dpp v5, v1, v2 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x66,0x01,0x21,0x01,0x00]
 
 v_sub_f16_dpp v5, v1, v2  row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x66,0x01,0x2f,0x01,0x00]
+// GFX10: v_sub_f16_dpp v5, v1, v2 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x66,0x01,0x2f,0x01,0x00]
 
 v_sub_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x66,0x01,0xe4,0x00,0x10]
+// GFX10: v_sub_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x66,0x01,0xe4,0x00,0x10]
 
 v_sub_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x66,0x01,0xe4,0x00,0x30]
+// GFX10: v_sub_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x66,0x01,0xe4,0x00,0x30]
 
 v_sub_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x66,0x01,0xe4,0x00,0xf0]
+// GFX10: v_sub_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x66,0x01,0xe4,0x00,0xf0]
 
 v_sub_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x04,0x0a,0x66,0x01,0xe4,0x00,0x01]
+// GFX10: v_sub_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x04,0x0a,0x66,0x01,0xe4,0x00,0x01]
 
 v_sub_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x04,0x0a,0x66,0x01,0xe4,0x00,0x03]
+// GFX10: v_sub_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x04,0x0a,0x66,0x01,0xe4,0x00,0x03]
 
 v_sub_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x04,0x0a,0x66,0x01,0xe4,0x00,0x0f]
+// GFX10: v_sub_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x04,0x0a,0x66,0x01,0xe4,0x00,0x0f]
 
 v_sub_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x66,0x01,0xe4,0x08,0x00]
+// GFX10: v_sub_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x04,0x0a,0x66,0x01,0xe4,0x08,0x00]
 
 v_sub_f16_dpp v5, -v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x66,0x01,0xe4,0x10,0x00]
+// GFX10: v_sub_f16_dpp v5, -v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x66,0x01,0xe4,0x10,0x00]
 
 v_sub_f16_dpp v5, |v1|, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x66,0x01,0xe4,0x20,0x00]
+// GFX10: v_sub_f16_dpp v5, |v1|, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x66,0x01,0xe4,0x20,0x00]
 
 v_sub_f16_dpp v5, v1, v2  row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x66,0x01,0x51,0x01,0x00]
+// GFX10: v_sub_f16_dpp v5, v1, v2 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x66,0x01,0x51,0x01,0x00]
 
 v_sub_f16_dpp v5, v1, v2  row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x66,0x01,0x5f,0x01,0x00]
+// GFX10: v_sub_f16_dpp v5, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x66,0x01,0x5f,0x01,0x00]
 
 v_sub_f16_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x66,0x01,0x61,0x01,0x00]
+// GFX10: v_sub_f16_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x66,0x01,0x61,0x01,0x00]
 
 v_sub_f16_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x66,0x01,0x6f,0x01,0x00]
+// GFX10: v_sub_f16_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x66,0x01,0x6f,0x01,0x00]
 
 v_subrev_f16_e32 v5, v1, v2
-// GFX10: encoding: [0x01,0x05,0x0a,0x68]
+// GFX10: v_subrev_f16_e32 v5, v1, v2             ; encoding: [0x01,0x05,0x0a,0x68]
 
 v_subrev_f16_e32 v255, v1, v2
-// GFX10: encoding: [0x01,0x05,0xfe,0x69]
+// GFX10: v_subrev_f16_e32 v255, v1, v2           ; encoding: [0x01,0x05,0xfe,0x69]
 
 v_subrev_f16_e32 v5, v255, v2
-// GFX10: encoding: [0xff,0x05,0x0a,0x68]
+// GFX10: v_subrev_f16_e32 v5, v255, v2           ; encoding: [0xff,0x05,0x0a,0x68]
 
 v_subrev_f16_e32 v5, s1, v2
-// GFX10: encoding: [0x01,0x04,0x0a,0x68]
+// GFX10: v_subrev_f16_e32 v5, s1, v2             ; encoding: [0x01,0x04,0x0a,0x68]
 
 v_subrev_f16_e32 v5, s101, v2
-// GFX10: encoding: [0x65,0x04,0x0a,0x68]
+// GFX10: v_subrev_f16_e32 v5, s101, v2           ; encoding: [0x65,0x04,0x0a,0x68]
 
 v_subrev_f16_e32 v5, vcc_lo, v2
-// GFX10: encoding: [0x6a,0x04,0x0a,0x68]
+// GFX10: v_subrev_f16_e32 v5, vcc_lo, v2         ; encoding: [0x6a,0x04,0x0a,0x68]
 
 v_subrev_f16_e32 v5, vcc_hi, v2
-// GFX10: encoding: [0x6b,0x04,0x0a,0x68]
+// GFX10: v_subrev_f16_e32 v5, vcc_hi, v2         ; encoding: [0x6b,0x04,0x0a,0x68]
 
 v_subrev_f16_e32 v5, m0, v2
-// GFX10: encoding: [0x7c,0x04,0x0a,0x68]
+// GFX10: v_subrev_f16_e32 v5, m0, v2             ; encoding: [0x7c,0x04,0x0a,0x68]
 
 v_subrev_f16_e32 v5, exec_lo, v2
-// GFX10: encoding: [0x7e,0x04,0x0a,0x68]
+// GFX10: v_subrev_f16_e32 v5, exec_lo, v2        ; encoding: [0x7e,0x04,0x0a,0x68]
 
 v_subrev_f16_e32 v5, exec_hi, v2
-// GFX10: encoding: [0x7f,0x04,0x0a,0x68]
+// GFX10: v_subrev_f16_e32 v5, exec_hi, v2        ; encoding: [0x7f,0x04,0x0a,0x68]
 
 v_subrev_f16_e32 v5, 0, v2
-// GFX10: encoding: [0x80,0x04,0x0a,0x68]
+// GFX10: v_subrev_f16_e32 v5, 0, v2              ; encoding: [0x80,0x04,0x0a,0x68]
 
 v_subrev_f16_e32 v5, -1, v2
-// GFX10: encoding: [0xc1,0x04,0x0a,0x68]
+// GFX10: v_subrev_f16_e32 v5, -1, v2             ; encoding: [0xc1,0x04,0x0a,0x68]
 
 v_subrev_f16_e32 v5, 0.5, v2
-// GFX10: encoding: [0xf0,0x04,0x0a,0x68]
+// GFX10: v_subrev_f16_e32 v5, 0.5, v2            ; encoding: [0xf0,0x04,0x0a,0x68]
 
 v_subrev_f16_e32 v5, -4.0, v2
-// GFX10: encoding: [0xf7,0x04,0x0a,0x68]
+// GFX10: v_subrev_f16_e32 v5, -4.0, v2           ; encoding: [0xf7,0x04,0x0a,0x68]
 
 v_subrev_f16_e32 v5, 0xfe0b, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x68,0x0b,0xfe,0x00,0x00]
+// GFX10: v_subrev_f16_e32 v5, 0xfe0b, v2         ; encoding: [0xff,0x04,0x0a,0x68,0x0b,0xfe,0x00,0x00]
 
 v_subrev_f16_e32 v5, 0x3456, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x68,0x56,0x34,0x00,0x00]
+// GFX10: v_subrev_f16_e32 v5, 0x3456, v2         ; encoding: [0xff,0x04,0x0a,0x68,0x56,0x34,0x00,0x00]
 
 v_subrev_f16_e32 v5, v1, v255
-// GFX10: encoding: [0x01,0xff,0x0b,0x68]
+// GFX10: v_subrev_f16_e32 v5, v1, v255           ; encoding: [0x01,0xff,0x0b,0x68]
 
 v_subrev_f16_e64 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x34,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_subrev_f16_e64 v5, v1, v2             ; encoding: [0x05,0x00,0x34,0xd5,0x01,0x05,0x02,0x00]
 
 v_subrev_f16_e64 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x34,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_subrev_f16_e64 v255, v1, v2           ; encoding: [0xff,0x00,0x34,0xd5,0x01,0x05,0x02,0x00]
 
 v_subrev_f16_e64 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x34,0xd5,0xff,0x05,0x02,0x00]
+// GFX10: v_subrev_f16_e64 v5, v255, v2           ; encoding: [0x05,0x00,0x34,0xd5,0xff,0x05,0x02,0x00]
 
 v_subrev_f16_e64 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x34,0xd5,0x01,0x04,0x02,0x00]
+// GFX10: v_subrev_f16_e64 v5, s1, v2             ; encoding: [0x05,0x00,0x34,0xd5,0x01,0x04,0x02,0x00]
 
 v_subrev_f16_e64 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x34,0xd5,0x65,0x04,0x02,0x00]
+// GFX10: v_subrev_f16_e64 v5, s101, v2           ; encoding: [0x05,0x00,0x34,0xd5,0x65,0x04,0x02,0x00]
 
 v_subrev_f16_e64 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x34,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_subrev_f16_e64 v5, vcc_lo, v2         ; encoding: [0x05,0x00,0x34,0xd5,0x6a,0x04,0x02,0x00]
 
 v_subrev_f16_e64 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x34,0xd5,0x6b,0x04,0x02,0x00]
+// GFX10: v_subrev_f16_e64 v5, vcc_hi, v2         ; encoding: [0x05,0x00,0x34,0xd5,0x6b,0x04,0x02,0x00]
 
 v_subrev_f16_e64 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x34,0xd5,0x7c,0x04,0x02,0x00]
+// GFX10: v_subrev_f16_e64 v5, m0, v2             ; encoding: [0x05,0x00,0x34,0xd5,0x7c,0x04,0x02,0x00]
 
 v_subrev_f16_e64 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x34,0xd5,0x7e,0x04,0x02,0x00]
+// GFX10: v_subrev_f16_e64 v5, exec_lo, v2        ; encoding: [0x05,0x00,0x34,0xd5,0x7e,0x04,0x02,0x00]
 
 v_subrev_f16_e64 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x34,0xd5,0x7f,0x04,0x02,0x00]
+// GFX10: v_subrev_f16_e64 v5, exec_hi, v2        ; encoding: [0x05,0x00,0x34,0xd5,0x7f,0x04,0x02,0x00]
 
 v_subrev_f16_e64 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x34,0xd5,0x80,0x04,0x02,0x00]
+// GFX10: v_subrev_f16_e64 v5, 0, v2              ; encoding: [0x05,0x00,0x34,0xd5,0x80,0x04,0x02,0x00]
 
 v_subrev_f16_e64 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x34,0xd5,0xc1,0x04,0x02,0x00]
+// GFX10: v_subrev_f16_e64 v5, -1, v2             ; encoding: [0x05,0x00,0x34,0xd5,0xc1,0x04,0x02,0x00]
 
 v_subrev_f16_e64 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x34,0xd5,0xf0,0x04,0x02,0x00]
+// GFX10: v_subrev_f16_e64 v5, 0.5, v2            ; encoding: [0x05,0x00,0x34,0xd5,0xf0,0x04,0x02,0x00]
 
 v_subrev_f16_e64 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x34,0xd5,0xf7,0x04,0x02,0x00]
+// GFX10: v_subrev_f16_e64 v5, -4.0, v2           ; encoding: [0x05,0x00,0x34,0xd5,0xf7,0x04,0x02,0x00]
 
 v_subrev_f16_e64 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x34,0xd5,0x01,0xff,0x03,0x00]
+// GFX10: v_subrev_f16_e64 v5, v1, v255           ; encoding: [0x05,0x00,0x34,0xd5,0x01,0xff,0x03,0x00]
 
 v_subrev_f16_e64 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x34,0xd5,0x01,0x05,0x00,0x00]
+// GFX10: v_subrev_f16_e64 v5, v1, s2             ; encoding: [0x05,0x00,0x34,0xd5,0x01,0x05,0x00,0x00]
 
 v_subrev_f16_e64 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x34,0xd5,0x01,0xcb,0x00,0x00]
+// GFX10: v_subrev_f16_e64 v5, v1, s101           ; encoding: [0x05,0x00,0x34,0xd5,0x01,0xcb,0x00,0x00]
 
 v_subrev_f16_e64 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x34,0xd5,0x01,0xd5,0x00,0x00]
+// GFX10: v_subrev_f16_e64 v5, v1, vcc_lo         ; encoding: [0x05,0x00,0x34,0xd5,0x01,0xd5,0x00,0x00]
 
 v_subrev_f16_e64 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x34,0xd5,0x01,0xd7,0x00,0x00]
+// GFX10: v_subrev_f16_e64 v5, v1, vcc_hi         ; encoding: [0x05,0x00,0x34,0xd5,0x01,0xd7,0x00,0x00]
 
 v_subrev_f16_e64 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x34,0xd5,0x01,0xf9,0x00,0x00]
+// GFX10: v_subrev_f16_e64 v5, v1, m0             ; encoding: [0x05,0x00,0x34,0xd5,0x01,0xf9,0x00,0x00]
 
 v_subrev_f16_e64 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x34,0xd5,0x01,0xfd,0x00,0x00]
+// GFX10: v_subrev_f16_e64 v5, v1, exec_lo        ; encoding: [0x05,0x00,0x34,0xd5,0x01,0xfd,0x00,0x00]
 
 v_subrev_f16_e64 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x34,0xd5,0x01,0xff,0x00,0x00]
+// GFX10: v_subrev_f16_e64 v5, v1, exec_hi        ; encoding: [0x05,0x00,0x34,0xd5,0x01,0xff,0x00,0x00]
 
 v_subrev_f16_e64 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x34,0xd5,0x01,0x01,0x01,0x00]
+// GFX10: v_subrev_f16_e64 v5, v1, 0              ; encoding: [0x05,0x00,0x34,0xd5,0x01,0x01,0x01,0x00]
 
 v_subrev_f16_e64 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x34,0xd5,0x01,0x83,0x01,0x00]
+// GFX10: v_subrev_f16_e64 v5, v1, -1             ; encoding: [0x05,0x00,0x34,0xd5,0x01,0x83,0x01,0x00]
 
 v_subrev_f16_e64 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x34,0xd5,0x01,0xe1,0x01,0x00]
+// GFX10: v_subrev_f16_e64 v5, v1, 0.5            ; encoding: [0x05,0x00,0x34,0xd5,0x01,0xe1,0x01,0x00]
 
 v_subrev_f16_e64 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x34,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_subrev_f16_e64 v5, v1, -4.0           ; encoding: [0x05,0x00,0x34,0xd5,0x01,0xef,0x01,0x00]
 
 v_subrev_f16_e64 v5, -v1, v2
-// GFX10: encoding: [0x05,0x00,0x34,0xd5,0x01,0x05,0x02,0x20]
+// GFX10: v_subrev_f16_e64 v5, -v1, v2            ; encoding: [0x05,0x00,0x34,0xd5,0x01,0x05,0x02,0x20]
 
 v_subrev_f16_e64 v5, v1, -v2
-// GFX10: encoding: [0x05,0x00,0x34,0xd5,0x01,0x05,0x02,0x40]
+// GFX10: v_subrev_f16_e64 v5, v1, -v2            ; encoding: [0x05,0x00,0x34,0xd5,0x01,0x05,0x02,0x40]
 
 v_subrev_f16_e64 v5, -v1, -v2
-// GFX10: encoding: [0x05,0x00,0x34,0xd5,0x01,0x05,0x02,0x60]
+// GFX10: v_subrev_f16_e64 v5, -v1, -v2           ; encoding: [0x05,0x00,0x34,0xd5,0x01,0x05,0x02,0x60]
 
 v_subrev_f16_e64 v5, |v1|, v2
-// GFX10: encoding: [0x05,0x01,0x34,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_subrev_f16_e64 v5, |v1|, v2           ; encoding: [0x05,0x01,0x34,0xd5,0x01,0x05,0x02,0x00]
 
 v_subrev_f16_e64 v5, v1, |v2|
-// GFX10: encoding: [0x05,0x02,0x34,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_subrev_f16_e64 v5, v1, |v2|           ; encoding: [0x05,0x02,0x34,0xd5,0x01,0x05,0x02,0x00]
 
 v_subrev_f16_e64 v5, |v1|, |v2|
-// GFX10: encoding: [0x05,0x03,0x34,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_subrev_f16_e64 v5, |v1|, |v2|         ; encoding: [0x05,0x03,0x34,0xd5,0x01,0x05,0x02,0x00]
 
 v_subrev_f16_e64 v5, v1, v2 clamp
-// GFX10: encoding: [0x05,0x80,0x34,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_subrev_f16_e64 v5, v1, v2 clamp       ; encoding: [0x05,0x80,0x34,0xd5,0x01,0x05,0x02,0x00]
 
 v_subrev_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x68,0x01,0x06,0x06,0x06]
+// GFX10: v_subrev_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x68,0x01,0x06,0x06,0x06]
 
 v_subrev_f16_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0xfe,0x69,0x01,0x06,0x06,0x06]
+// GFX10: v_subrev_f16_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0xfe,0x69,0x01,0x06,0x06,0x06]
 
 v_subrev_f16_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x68,0xff,0x06,0x06,0x06]
+// GFX10: v_subrev_f16_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x68,0xff,0x06,0x06,0x06]
 
 v_subrev_f16_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x68,0x01,0x06,0x86,0x06]
+// GFX10: v_subrev_f16_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x68,0x01,0x06,0x86,0x06]
 
 v_subrev_f16_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x68,0x65,0x06,0x86,0x06]
+// GFX10: v_subrev_f16_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x68,0x65,0x06,0x86,0x06]
 
 v_subrev_f16_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x68,0x6a,0x06,0x86,0x06]
+// GFX10: v_subrev_f16_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x68,0x6a,0x06,0x86,0x06]
 
 v_subrev_f16_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x68,0x6b,0x06,0x86,0x06]
+// GFX10: v_subrev_f16_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x68,0x6b,0x06,0x86,0x06]
 
 v_subrev_f16_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x68,0x7c,0x06,0x86,0x06]
+// GFX10: v_subrev_f16_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x68,0x7c,0x06,0x86,0x06]
 
 v_subrev_f16_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x68,0x7e,0x06,0x86,0x06]
+// GFX10: v_subrev_f16_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x68,0x7e,0x06,0x86,0x06]
 
 v_subrev_f16_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x68,0x7f,0x06,0x86,0x06]
+// GFX10: v_subrev_f16_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x68,0x7f,0x06,0x86,0x06]
 
 v_subrev_f16_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0xfe,0x0b,0x68,0x01,0x06,0x06,0x06]
+// GFX10: v_subrev_f16_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0xfe,0x0b,0x68,0x01,0x06,0x06,0x06]
 
 v_subrev_f16_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x68,0x01,0x26,0x06,0x06]
+// GFX10: v_subrev_f16_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x68,0x01,0x26,0x06,0x06]
 
 v_subrev_f16_sdwa v5, v1, v2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x68,0x01,0x06,0x06,0x06]
+// GFX10: v_subrev_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x68,0x01,0x06,0x06,0x06]
 
 v_subrev_f16_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x68,0x01,0x00,0x06,0x06]
+// GFX10: v_subrev_f16_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x68,0x01,0x00,0x06,0x06]
 
 v_subrev_f16_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x68,0x01,0x01,0x06,0x06]
+// GFX10: v_subrev_f16_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x68,0x01,0x01,0x06,0x06]
 
 v_subrev_f16_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x68,0x01,0x02,0x06,0x06]
+// GFX10: v_subrev_f16_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x68,0x01,0x02,0x06,0x06]
 
 v_subrev_f16_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x68,0x01,0x03,0x06,0x06]
+// GFX10: v_subrev_f16_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x68,0x01,0x03,0x06,0x06]
 
 v_subrev_f16_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x68,0x01,0x04,0x06,0x06]
+// GFX10: v_subrev_f16_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x68,0x01,0x04,0x06,0x06]
 
 v_subrev_f16_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x68,0x01,0x05,0x06,0x06]
+// GFX10: v_subrev_f16_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x68,0x01,0x05,0x06,0x06]
 
 v_subrev_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x68,0x01,0x0e,0x06,0x06]
+// GFX10: v_subrev_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x68,0x01,0x0e,0x06,0x06]
 
 v_subrev_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x68,0x01,0x16,0x06,0x06]
+// GFX10: v_subrev_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x68,0x01,0x16,0x06,0x06]
 
 v_subrev_f16_sdwa v5, v1, v2 dst_sel:DWORD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x68,0x01,0x16,0x06,0x06]
+// GFX10: v_subrev_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x68,0x01,0x16,0x06,0x06]
 
 v_subrev_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x68,0x01,0x06,0x06,0x06]
+// GFX10: v_subrev_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x68,0x01,0x06,0x06,0x06]
 
 v_subrev_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x68,0x01,0x06,0x00,0x06]
+// GFX10: v_subrev_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x68,0x01,0x06,0x00,0x06]
 
 v_subrev_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x68,0x01,0x06,0x01,0x06]
+// GFX10: v_subrev_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x68,0x01,0x06,0x01,0x06]
 
 v_subrev_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x68,0x01,0x06,0x02,0x06]
+// GFX10: v_subrev_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x68,0x01,0x06,0x02,0x06]
 
 v_subrev_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x68,0x01,0x06,0x03,0x06]
+// GFX10: v_subrev_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x68,0x01,0x06,0x03,0x06]
 
 v_subrev_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x68,0x01,0x06,0x04,0x06]
+// GFX10: v_subrev_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x68,0x01,0x06,0x04,0x06]
 
 v_subrev_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x68,0x01,0x06,0x05,0x06]
+// GFX10: v_subrev_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x68,0x01,0x06,0x05,0x06]
 
 v_subrev_f16_sdwa v5, -v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x68,0x01,0x06,0x16,0x06]
+// GFX10: v_subrev_f16_sdwa v5, -v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x68,0x01,0x06,0x16,0x06]
 
 v_subrev_f16_sdwa v5, |v1|, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x68,0x01,0x06,0x26,0x06]
+// GFX10: v_subrev_f16_sdwa v5, |v1|, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x68,0x01,0x06,0x26,0x06]
 
 v_subrev_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x68,0x01,0x06,0x06,0x06]
+// GFX10: v_subrev_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x68,0x01,0x06,0x06,0x06]
 
 v_subrev_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x68,0x01,0x06,0x06,0x00]
+// GFX10: v_subrev_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0 ; encoding: [0xf9,0x04,0x0a,0x68,0x01,0x06,0x06,0x00]
 
 v_subrev_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x68,0x01,0x06,0x06,0x01]
+// GFX10: v_subrev_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1 ; encoding: [0xf9,0x04,0x0a,0x68,0x01,0x06,0x06,0x01]
 
 v_subrev_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x04,0x0a,0x68,0x01,0x06,0x06,0x02]
+// GFX10: v_subrev_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2 ; encoding: [0xf9,0x04,0x0a,0x68,0x01,0x06,0x06,0x02]
 
 v_subrev_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x04,0x0a,0x68,0x01,0x06,0x06,0x03]
+// GFX10: v_subrev_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3 ; encoding: [0xf9,0x04,0x0a,0x68,0x01,0x06,0x06,0x03]
 
 v_subrev_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x68,0x01,0x06,0x06,0x04]
+// GFX10: v_subrev_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0 ; encoding: [0xf9,0x04,0x0a,0x68,0x01,0x06,0x06,0x04]
 
 v_subrev_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x68,0x01,0x06,0x06,0x05]
+// GFX10: v_subrev_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1 ; encoding: [0xf9,0x04,0x0a,0x68,0x01,0x06,0x06,0x05]
 
 v_subrev_f16_sdwa v5, v1, -v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x68,0x01,0x06,0x06,0x16]
+// GFX10: v_subrev_f16_sdwa v5, v1, -v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x68,0x01,0x06,0x06,0x16]
 
 v_subrev_f16_sdwa v5, v1, |v2| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x68,0x01,0x06,0x06,0x26]
+// GFX10: v_subrev_f16_sdwa v5, v1, |v2| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x68,0x01,0x06,0x06,0x26]
 
 v_subrev_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x68,0x01,0xe4,0x00,0x00]
+// GFX10: v_subrev_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x68,0x01,0xe4,0x00,0x00]
 
 v_subrev_f16_dpp v255, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0xfe,0x69,0x01,0xe4,0x00,0x00]
+// GFX10: v_subrev_f16_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0xfe,0x69,0x01,0xe4,0x00,0x00]
 
 v_subrev_f16_dpp v5, v255, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x68,0xff,0xe4,0x00,0x00]
+// GFX10: v_subrev_f16_dpp v5, v255, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x68,0xff,0xe4,0x00,0x00]
 
 v_subrev_f16_dpp v5, v1, v255  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xfe,0x0b,0x68,0x01,0xe4,0x00,0x00]
+// GFX10: v_subrev_f16_dpp v5, v1, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xfe,0x0b,0x68,0x01,0xe4,0x00,0x00]
 
 v_subrev_f16_dpp v5, v1, v2  quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x68,0x01,0x1b,0x00,0x00]
+// GFX10: v_subrev_f16_dpp v5, v1, v2 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x68,0x01,0x1b,0x00,0x00]
 
 v_subrev_f16_dpp v5, v1, v2  row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x68,0x01,0x40,0x01,0x00]
+// GFX10: v_subrev_f16_dpp v5, v1, v2 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x68,0x01,0x40,0x01,0x00]
 
 v_subrev_f16_dpp v5, v1, v2  row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x68,0x01,0x41,0x01,0x00]
+// GFX10: v_subrev_f16_dpp v5, v1, v2 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x68,0x01,0x41,0x01,0x00]
 
 v_subrev_f16_dpp v5, v1, v2  row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x68,0x01,0x01,0x01,0x00]
+// GFX10: v_subrev_f16_dpp v5, v1, v2 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x68,0x01,0x01,0x01,0x00]
 
 v_subrev_f16_dpp v5, v1, v2  row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x68,0x01,0x0f,0x01,0x00]
+// GFX10: v_subrev_f16_dpp v5, v1, v2 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x68,0x01,0x0f,0x01,0x00]
 
 v_subrev_f16_dpp v5, v1, v2  row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x68,0x01,0x11,0x01,0x00]
+// GFX10: v_subrev_f16_dpp v5, v1, v2 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x68,0x01,0x11,0x01,0x00]
 
 v_subrev_f16_dpp v5, v1, v2  row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x68,0x01,0x1f,0x01,0x00]
+// GFX10: v_subrev_f16_dpp v5, v1, v2 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x68,0x01,0x1f,0x01,0x00]
 
 v_subrev_f16_dpp v5, v1, v2  row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x68,0x01,0x21,0x01,0x00]
+// GFX10: v_subrev_f16_dpp v5, v1, v2 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x68,0x01,0x21,0x01,0x00]
 
 v_subrev_f16_dpp v5, v1, v2  row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x68,0x01,0x2f,0x01,0x00]
+// GFX10: v_subrev_f16_dpp v5, v1, v2 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x68,0x01,0x2f,0x01,0x00]
 
 v_subrev_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x68,0x01,0xe4,0x00,0x10]
+// GFX10: v_subrev_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x68,0x01,0xe4,0x00,0x10]
 
 v_subrev_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x68,0x01,0xe4,0x00,0x30]
+// GFX10: v_subrev_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x68,0x01,0xe4,0x00,0x30]
 
 v_subrev_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x68,0x01,0xe4,0x00,0xf0]
+// GFX10: v_subrev_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x68,0x01,0xe4,0x00,0xf0]
 
 v_subrev_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x04,0x0a,0x68,0x01,0xe4,0x00,0x01]
+// GFX10: v_subrev_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x04,0x0a,0x68,0x01,0xe4,0x00,0x01]
 
 v_subrev_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x04,0x0a,0x68,0x01,0xe4,0x00,0x03]
+// GFX10: v_subrev_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x04,0x0a,0x68,0x01,0xe4,0x00,0x03]
 
 v_subrev_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x04,0x0a,0x68,0x01,0xe4,0x00,0x0f]
+// GFX10: v_subrev_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x04,0x0a,0x68,0x01,0xe4,0x00,0x0f]
 
 v_subrev_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x68,0x01,0xe4,0x08,0x00]
+// GFX10: v_subrev_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x04,0x0a,0x68,0x01,0xe4,0x08,0x00]
 
 v_subrev_f16_dpp v5, -v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x68,0x01,0xe4,0x10,0x00]
+// GFX10: v_subrev_f16_dpp v5, -v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x68,0x01,0xe4,0x10,0x00]
 
 v_subrev_f16_dpp v5, |v1|, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x68,0x01,0xe4,0x20,0x00]
+// GFX10: v_subrev_f16_dpp v5, |v1|, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x68,0x01,0xe4,0x20,0x00]
 
 v_subrev_f16_dpp v5, v1, v2  row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x68,0x01,0x51,0x01,0x00]
+// GFX10: v_subrev_f16_dpp v5, v1, v2 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x68,0x01,0x51,0x01,0x00]
 
 v_subrev_f16_dpp v5, v1, v2  row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x68,0x01,0x5f,0x01,0x00]
+// GFX10: v_subrev_f16_dpp v5, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x68,0x01,0x5f,0x01,0x00]
 
 v_subrev_f16_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x68,0x01,0x61,0x01,0x00]
+// GFX10: v_subrev_f16_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x68,0x01,0x61,0x01,0x00]
 
 v_subrev_f16_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x68,0x01,0x6f,0x01,0x00]
+// GFX10: v_subrev_f16_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x68,0x01,0x6f,0x01,0x00]
 
 v_mul_f16_e32 v5, v1, v2
-// GFX10: encoding: [0x01,0x05,0x0a,0x6a]
+// GFX10: v_mul_f16_e32 v5, v1, v2                ; encoding: [0x01,0x05,0x0a,0x6a]
 
 v_mul_f16_e32 v255, v1, v2
-// GFX10: encoding: [0x01,0x05,0xfe,0x6b]
+// GFX10: v_mul_f16_e32 v255, v1, v2              ; encoding: [0x01,0x05,0xfe,0x6b]
 
 v_mul_f16_e32 v5, v255, v2
-// GFX10: encoding: [0xff,0x05,0x0a,0x6a]
+// GFX10: v_mul_f16_e32 v5, v255, v2              ; encoding: [0xff,0x05,0x0a,0x6a]
 
 v_mul_f16_e32 v5, s1, v2
-// GFX10: encoding: [0x01,0x04,0x0a,0x6a]
+// GFX10: v_mul_f16_e32 v5, s1, v2                ; encoding: [0x01,0x04,0x0a,0x6a]
 
 v_mul_f16_e32 v5, s101, v2
-// GFX10: encoding: [0x65,0x04,0x0a,0x6a]
+// GFX10: v_mul_f16_e32 v5, s101, v2              ; encoding: [0x65,0x04,0x0a,0x6a]
 
 v_mul_f16_e32 v5, vcc_lo, v2
-// GFX10: encoding: [0x6a,0x04,0x0a,0x6a]
+// GFX10: v_mul_f16_e32 v5, vcc_lo, v2            ; encoding: [0x6a,0x04,0x0a,0x6a]
 
 v_mul_f16_e32 v5, vcc_hi, v2
-// GFX10: encoding: [0x6b,0x04,0x0a,0x6a]
+// GFX10: v_mul_f16_e32 v5, vcc_hi, v2            ; encoding: [0x6b,0x04,0x0a,0x6a]
 
 v_mul_f16_e32 v5, m0, v2
-// GFX10: encoding: [0x7c,0x04,0x0a,0x6a]
+// GFX10: v_mul_f16_e32 v5, m0, v2                ; encoding: [0x7c,0x04,0x0a,0x6a]
 
 v_mul_f16_e32 v5, exec_lo, v2
-// GFX10: encoding: [0x7e,0x04,0x0a,0x6a]
+// GFX10: v_mul_f16_e32 v5, exec_lo, v2           ; encoding: [0x7e,0x04,0x0a,0x6a]
 
 v_mul_f16_e32 v5, exec_hi, v2
-// GFX10: encoding: [0x7f,0x04,0x0a,0x6a]
+// GFX10: v_mul_f16_e32 v5, exec_hi, v2           ; encoding: [0x7f,0x04,0x0a,0x6a]
 
 v_mul_f16_e32 v5, 0, v2
-// GFX10: encoding: [0x80,0x04,0x0a,0x6a]
+// GFX10: v_mul_f16_e32 v5, 0, v2                 ; encoding: [0x80,0x04,0x0a,0x6a]
 
 v_mul_f16_e32 v5, -1, v2
-// GFX10: encoding: [0xc1,0x04,0x0a,0x6a]
+// GFX10: v_mul_f16_e32 v5, -1, v2                ; encoding: [0xc1,0x04,0x0a,0x6a]
 
 v_mul_f16_e32 v5, 0.5, v2
-// GFX10: encoding: [0xf0,0x04,0x0a,0x6a]
+// GFX10: v_mul_f16_e32 v5, 0.5, v2               ; encoding: [0xf0,0x04,0x0a,0x6a]
 
 v_mul_f16_e32 v5, -4.0, v2
-// GFX10: encoding: [0xf7,0x04,0x0a,0x6a]
+// GFX10: v_mul_f16_e32 v5, -4.0, v2              ; encoding: [0xf7,0x04,0x0a,0x6a]
 
 v_mul_f16_e32 v5, 0xfe0b, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x6a,0x0b,0xfe,0x00,0x00]
+// GFX10: v_mul_f16_e32 v5, 0xfe0b, v2            ; encoding: [0xff,0x04,0x0a,0x6a,0x0b,0xfe,0x00,0x00]
 
 v_mul_f16_e32 v5, 0x3456, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x6a,0x56,0x34,0x00,0x00]
+// GFX10: v_mul_f16_e32 v5, 0x3456, v2            ; encoding: [0xff,0x04,0x0a,0x6a,0x56,0x34,0x00,0x00]
 
 v_mul_f16_e32 v5, v1, v255
-// GFX10: encoding: [0x01,0xff,0x0b,0x6a]
+// GFX10: v_mul_f16_e32 v5, v1, v255              ; encoding: [0x01,0xff,0x0b,0x6a]
 
 v_mul_f16_e64 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x35,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mul_f16_e64 v5, v1, v2                ; encoding: [0x05,0x00,0x35,0xd5,0x01,0x05,0x02,0x00]
 
 v_mul_f16_e64 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x35,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mul_f16_e64 v255, v1, v2              ; encoding: [0xff,0x00,0x35,0xd5,0x01,0x05,0x02,0x00]
 
 v_mul_f16_e64 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x35,0xd5,0xff,0x05,0x02,0x00]
+// GFX10: v_mul_f16_e64 v5, v255, v2              ; encoding: [0x05,0x00,0x35,0xd5,0xff,0x05,0x02,0x00]
 
 v_mul_f16_e64 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x35,0xd5,0x01,0x04,0x02,0x00]
+// GFX10: v_mul_f16_e64 v5, s1, v2                ; encoding: [0x05,0x00,0x35,0xd5,0x01,0x04,0x02,0x00]
 
 v_mul_f16_e64 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x35,0xd5,0x65,0x04,0x02,0x00]
+// GFX10: v_mul_f16_e64 v5, s101, v2              ; encoding: [0x05,0x00,0x35,0xd5,0x65,0x04,0x02,0x00]
 
 v_mul_f16_e64 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x35,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_mul_f16_e64 v5, vcc_lo, v2            ; encoding: [0x05,0x00,0x35,0xd5,0x6a,0x04,0x02,0x00]
 
 v_mul_f16_e64 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x35,0xd5,0x6b,0x04,0x02,0x00]
+// GFX10: v_mul_f16_e64 v5, vcc_hi, v2            ; encoding: [0x05,0x00,0x35,0xd5,0x6b,0x04,0x02,0x00]
 
 v_mul_f16_e64 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x35,0xd5,0x7c,0x04,0x02,0x00]
+// GFX10: v_mul_f16_e64 v5, m0, v2                ; encoding: [0x05,0x00,0x35,0xd5,0x7c,0x04,0x02,0x00]
 
 v_mul_f16_e64 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x35,0xd5,0x7e,0x04,0x02,0x00]
+// GFX10: v_mul_f16_e64 v5, exec_lo, v2           ; encoding: [0x05,0x00,0x35,0xd5,0x7e,0x04,0x02,0x00]
 
 v_mul_f16_e64 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x35,0xd5,0x7f,0x04,0x02,0x00]
+// GFX10: v_mul_f16_e64 v5, exec_hi, v2           ; encoding: [0x05,0x00,0x35,0xd5,0x7f,0x04,0x02,0x00]
 
 v_mul_f16_e64 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x35,0xd5,0x80,0x04,0x02,0x00]
+// GFX10: v_mul_f16_e64 v5, 0, v2                 ; encoding: [0x05,0x00,0x35,0xd5,0x80,0x04,0x02,0x00]
 
 v_mul_f16_e64 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x35,0xd5,0xc1,0x04,0x02,0x00]
+// GFX10: v_mul_f16_e64 v5, -1, v2                ; encoding: [0x05,0x00,0x35,0xd5,0xc1,0x04,0x02,0x00]
 
 v_mul_f16_e64 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x35,0xd5,0xf0,0x04,0x02,0x00]
+// GFX10: v_mul_f16_e64 v5, 0.5, v2               ; encoding: [0x05,0x00,0x35,0xd5,0xf0,0x04,0x02,0x00]
 
 v_mul_f16_e64 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x35,0xd5,0xf7,0x04,0x02,0x00]
+// GFX10: v_mul_f16_e64 v5, -4.0, v2              ; encoding: [0x05,0x00,0x35,0xd5,0xf7,0x04,0x02,0x00]
 
 v_mul_f16_e64 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x35,0xd5,0x01,0xff,0x03,0x00]
+// GFX10: v_mul_f16_e64 v5, v1, v255              ; encoding: [0x05,0x00,0x35,0xd5,0x01,0xff,0x03,0x00]
 
 v_mul_f16_e64 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x35,0xd5,0x01,0x05,0x00,0x00]
+// GFX10: v_mul_f16_e64 v5, v1, s2                ; encoding: [0x05,0x00,0x35,0xd5,0x01,0x05,0x00,0x00]
 
 v_mul_f16_e64 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x35,0xd5,0x01,0xcb,0x00,0x00]
+// GFX10: v_mul_f16_e64 v5, v1, s101              ; encoding: [0x05,0x00,0x35,0xd5,0x01,0xcb,0x00,0x00]
 
 v_mul_f16_e64 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x35,0xd5,0x01,0xd5,0x00,0x00]
+// GFX10: v_mul_f16_e64 v5, v1, vcc_lo            ; encoding: [0x05,0x00,0x35,0xd5,0x01,0xd5,0x00,0x00]
 
 v_mul_f16_e64 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x35,0xd5,0x01,0xd7,0x00,0x00]
+// GFX10: v_mul_f16_e64 v5, v1, vcc_hi            ; encoding: [0x05,0x00,0x35,0xd5,0x01,0xd7,0x00,0x00]
 
 v_mul_f16_e64 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x35,0xd5,0x01,0xf9,0x00,0x00]
+// GFX10: v_mul_f16_e64 v5, v1, m0                ; encoding: [0x05,0x00,0x35,0xd5,0x01,0xf9,0x00,0x00]
 
 v_mul_f16_e64 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x35,0xd5,0x01,0xfd,0x00,0x00]
+// GFX10: v_mul_f16_e64 v5, v1, exec_lo           ; encoding: [0x05,0x00,0x35,0xd5,0x01,0xfd,0x00,0x00]
 
 v_mul_f16_e64 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x35,0xd5,0x01,0xff,0x00,0x00]
+// GFX10: v_mul_f16_e64 v5, v1, exec_hi           ; encoding: [0x05,0x00,0x35,0xd5,0x01,0xff,0x00,0x00]
 
 v_mul_f16_e64 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x35,0xd5,0x01,0x01,0x01,0x00]
+// GFX10: v_mul_f16_e64 v5, v1, 0                 ; encoding: [0x05,0x00,0x35,0xd5,0x01,0x01,0x01,0x00]
 
 v_mul_f16_e64 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x35,0xd5,0x01,0x83,0x01,0x00]
+// GFX10: v_mul_f16_e64 v5, v1, -1                ; encoding: [0x05,0x00,0x35,0xd5,0x01,0x83,0x01,0x00]
 
 v_mul_f16_e64 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x35,0xd5,0x01,0xe1,0x01,0x00]
+// GFX10: v_mul_f16_e64 v5, v1, 0.5               ; encoding: [0x05,0x00,0x35,0xd5,0x01,0xe1,0x01,0x00]
 
 v_mul_f16_e64 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x35,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_mul_f16_e64 v5, v1, -4.0              ; encoding: [0x05,0x00,0x35,0xd5,0x01,0xef,0x01,0x00]
 
 v_mul_f16_e64 v5, -v1, v2
-// GFX10: encoding: [0x05,0x00,0x35,0xd5,0x01,0x05,0x02,0x20]
+// GFX10: v_mul_f16_e64 v5, -v1, v2               ; encoding: [0x05,0x00,0x35,0xd5,0x01,0x05,0x02,0x20]
 
 v_mul_f16_e64 v5, v1, -v2
-// GFX10: encoding: [0x05,0x00,0x35,0xd5,0x01,0x05,0x02,0x40]
+// GFX10: v_mul_f16_e64 v5, v1, -v2               ; encoding: [0x05,0x00,0x35,0xd5,0x01,0x05,0x02,0x40]
 
 v_mul_f16_e64 v5, -v1, -v2
-// GFX10: encoding: [0x05,0x00,0x35,0xd5,0x01,0x05,0x02,0x60]
+// GFX10: v_mul_f16_e64 v5, -v1, -v2              ; encoding: [0x05,0x00,0x35,0xd5,0x01,0x05,0x02,0x60]
 
 v_mul_f16_e64 v5, |v1|, v2
-// GFX10: encoding: [0x05,0x01,0x35,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mul_f16_e64 v5, |v1|, v2              ; encoding: [0x05,0x01,0x35,0xd5,0x01,0x05,0x02,0x00]
 
 v_mul_f16_e64 v5, v1, |v2|
-// GFX10: encoding: [0x05,0x02,0x35,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mul_f16_e64 v5, v1, |v2|              ; encoding: [0x05,0x02,0x35,0xd5,0x01,0x05,0x02,0x00]
 
 v_mul_f16_e64 v5, |v1|, |v2|
-// GFX10: encoding: [0x05,0x03,0x35,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mul_f16_e64 v5, |v1|, |v2|            ; encoding: [0x05,0x03,0x35,0xd5,0x01,0x05,0x02,0x00]
 
 v_mul_f16_e64 v5, v1, v2 clamp
-// GFX10: encoding: [0x05,0x80,0x35,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mul_f16_e64 v5, v1, v2 clamp          ; encoding: [0x05,0x80,0x35,0xd5,0x01,0x05,0x02,0x00]
 
 v_mul_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x06,0x06,0x06]
+// GFX10: v_mul_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x06,0x06,0x06]
 
 v_mul_f16_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0xfe,0x6b,0x01,0x06,0x06,0x06]
+// GFX10: v_mul_f16_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0xfe,0x6b,0x01,0x06,0x06,0x06]
 
 v_mul_f16_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x6a,0xff,0x06,0x06,0x06]
+// GFX10: v_mul_f16_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x6a,0xff,0x06,0x06,0x06]
 
 v_mul_f16_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x06,0x86,0x06]
+// GFX10: v_mul_f16_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x06,0x86,0x06]
 
 v_mul_f16_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x6a,0x65,0x06,0x86,0x06]
+// GFX10: v_mul_f16_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x6a,0x65,0x06,0x86,0x06]
 
 v_mul_f16_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x6a,0x6a,0x06,0x86,0x06]
+// GFX10: v_mul_f16_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x6a,0x6a,0x06,0x86,0x06]
 
 v_mul_f16_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x6a,0x6b,0x06,0x86,0x06]
+// GFX10: v_mul_f16_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x6a,0x6b,0x06,0x86,0x06]
 
 v_mul_f16_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x6a,0x7c,0x06,0x86,0x06]
+// GFX10: v_mul_f16_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x6a,0x7c,0x06,0x86,0x06]
 
 v_mul_f16_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x6a,0x7e,0x06,0x86,0x06]
+// GFX10: v_mul_f16_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x6a,0x7e,0x06,0x86,0x06]
 
 v_mul_f16_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x6a,0x7f,0x06,0x86,0x06]
+// GFX10: v_mul_f16_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x6a,0x7f,0x06,0x86,0x06]
 
 v_mul_f16_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0xfe,0x0b,0x6a,0x01,0x06,0x06,0x06]
+// GFX10: v_mul_f16_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0xfe,0x0b,0x6a,0x01,0x06,0x06,0x06]
 
 v_mul_f16_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x26,0x06,0x06]
+// GFX10: v_mul_f16_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x26,0x06,0x06]
 
 v_mul_f16_sdwa v5, v1, v2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x06,0x06,0x06]
+// GFX10: v_mul_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x06,0x06,0x06]
 
 v_mul_f16_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x00,0x06,0x06]
+// GFX10: v_mul_f16_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x00,0x06,0x06]
 
 v_mul_f16_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x01,0x06,0x06]
+// GFX10: v_mul_f16_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x01,0x06,0x06]
 
 v_mul_f16_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x02,0x06,0x06]
+// GFX10: v_mul_f16_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x02,0x06,0x06]
 
 v_mul_f16_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x03,0x06,0x06]
+// GFX10: v_mul_f16_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x03,0x06,0x06]
 
 v_mul_f16_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x04,0x06,0x06]
+// GFX10: v_mul_f16_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x04,0x06,0x06]
 
 v_mul_f16_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x05,0x06,0x06]
+// GFX10: v_mul_f16_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x05,0x06,0x06]
 
 v_mul_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x0e,0x06,0x06]
+// GFX10: v_mul_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x0e,0x06,0x06]
 
 v_mul_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x16,0x06,0x06]
+// GFX10: v_mul_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x16,0x06,0x06]
 
 v_mul_f16_sdwa v5, v1, v2 dst_sel:DWORD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x16,0x06,0x06]
+// GFX10: v_mul_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x16,0x06,0x06]
 
 v_mul_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x06,0x06,0x06]
+// GFX10: v_mul_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x06,0x06,0x06]
 
 v_mul_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x06,0x00,0x06]
+// GFX10: v_mul_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x06,0x00,0x06]
 
 v_mul_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x06,0x01,0x06]
+// GFX10: v_mul_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x06,0x01,0x06]
 
 v_mul_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x06,0x02,0x06]
+// GFX10: v_mul_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x06,0x02,0x06]
 
 v_mul_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x06,0x03,0x06]
+// GFX10: v_mul_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x06,0x03,0x06]
 
 v_mul_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x06,0x04,0x06]
+// GFX10: v_mul_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x06,0x04,0x06]
 
 v_mul_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x06,0x05,0x06]
+// GFX10: v_mul_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x06,0x05,0x06]
 
 v_mul_f16_sdwa v5, -v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x06,0x16,0x06]
+// GFX10: v_mul_f16_sdwa v5, -v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x06,0x16,0x06]
 
 v_mul_f16_sdwa v5, |v1|, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x06,0x26,0x06]
+// GFX10: v_mul_f16_sdwa v5, |v1|, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x06,0x26,0x06]
 
 v_mul_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x06,0x06,0x06]
+// GFX10: v_mul_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x06,0x06,0x06]
 
 v_mul_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x06,0x06,0x00]
+// GFX10: v_mul_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0 ; encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x06,0x06,0x00]
 
 v_mul_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x06,0x06,0x01]
+// GFX10: v_mul_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1 ; encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x06,0x06,0x01]
 
 v_mul_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x06,0x06,0x02]
+// GFX10: v_mul_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2 ; encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x06,0x06,0x02]
 
 v_mul_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x06,0x06,0x03]
+// GFX10: v_mul_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3 ; encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x06,0x06,0x03]
 
 v_mul_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x06,0x06,0x04]
+// GFX10: v_mul_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0 ; encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x06,0x06,0x04]
 
 v_mul_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x06,0x06,0x05]
+// GFX10: v_mul_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1 ; encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x06,0x06,0x05]
 
 v_mul_f16_sdwa v5, v1, -v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x06,0x06,0x16]
+// GFX10: v_mul_f16_sdwa v5, v1, -v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x06,0x06,0x16]
 
 v_mul_f16_sdwa v5, v1, |v2| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x06,0x06,0x26]
+// GFX10: v_mul_f16_sdwa v5, v1, |v2| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x6a,0x01,0x06,0x06,0x26]
 
 v_mul_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x6a,0x01,0xe4,0x00,0x00]
+// GFX10: v_mul_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x6a,0x01,0xe4,0x00,0x00]
 
 v_mul_f16_dpp v255, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0xfe,0x6b,0x01,0xe4,0x00,0x00]
+// GFX10: v_mul_f16_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0xfe,0x6b,0x01,0xe4,0x00,0x00]
 
 v_mul_f16_dpp v5, v255, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x6a,0xff,0xe4,0x00,0x00]
+// GFX10: v_mul_f16_dpp v5, v255, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x6a,0xff,0xe4,0x00,0x00]
 
 v_mul_f16_dpp v5, v1, v255  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xfe,0x0b,0x6a,0x01,0xe4,0x00,0x00]
+// GFX10: v_mul_f16_dpp v5, v1, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xfe,0x0b,0x6a,0x01,0xe4,0x00,0x00]
 
 v_mul_f16_dpp v5, v1, v2  quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x6a,0x01,0x1b,0x00,0x00]
+// GFX10: v_mul_f16_dpp v5, v1, v2 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x6a,0x01,0x1b,0x00,0x00]
 
 v_mul_f16_dpp v5, v1, v2  row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x6a,0x01,0x40,0x01,0x00]
+// GFX10: v_mul_f16_dpp v5, v1, v2 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x6a,0x01,0x40,0x01,0x00]
 
 v_mul_f16_dpp v5, v1, v2  row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x6a,0x01,0x41,0x01,0x00]
+// GFX10: v_mul_f16_dpp v5, v1, v2 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x6a,0x01,0x41,0x01,0x00]
 
 v_mul_f16_dpp v5, v1, v2  row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x6a,0x01,0x01,0x01,0x00]
+// GFX10: v_mul_f16_dpp v5, v1, v2 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x6a,0x01,0x01,0x01,0x00]
 
 v_mul_f16_dpp v5, v1, v2  row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x6a,0x01,0x0f,0x01,0x00]
+// GFX10: v_mul_f16_dpp v5, v1, v2 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x6a,0x01,0x0f,0x01,0x00]
 
 v_mul_f16_dpp v5, v1, v2  row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x6a,0x01,0x11,0x01,0x00]
+// GFX10: v_mul_f16_dpp v5, v1, v2 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x6a,0x01,0x11,0x01,0x00]
 
 v_mul_f16_dpp v5, v1, v2  row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x6a,0x01,0x1f,0x01,0x00]
+// GFX10: v_mul_f16_dpp v5, v1, v2 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x6a,0x01,0x1f,0x01,0x00]
 
 v_mul_f16_dpp v5, v1, v2  row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x6a,0x01,0x21,0x01,0x00]
+// GFX10: v_mul_f16_dpp v5, v1, v2 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x6a,0x01,0x21,0x01,0x00]
 
 v_mul_f16_dpp v5, v1, v2  row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x6a,0x01,0x2f,0x01,0x00]
+// GFX10: v_mul_f16_dpp v5, v1, v2 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x6a,0x01,0x2f,0x01,0x00]
 
 v_mul_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x6a,0x01,0xe4,0x00,0x10]
+// GFX10: v_mul_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x6a,0x01,0xe4,0x00,0x10]
 
 v_mul_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x6a,0x01,0xe4,0x00,0x30]
+// GFX10: v_mul_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x6a,0x01,0xe4,0x00,0x30]
 
 v_mul_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x6a,0x01,0xe4,0x00,0xf0]
+// GFX10: v_mul_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x6a,0x01,0xe4,0x00,0xf0]
 
 v_mul_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x04,0x0a,0x6a,0x01,0xe4,0x00,0x01]
+// GFX10: v_mul_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x04,0x0a,0x6a,0x01,0xe4,0x00,0x01]
 
 v_mul_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x04,0x0a,0x6a,0x01,0xe4,0x00,0x03]
+// GFX10: v_mul_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x04,0x0a,0x6a,0x01,0xe4,0x00,0x03]
 
 v_mul_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x04,0x0a,0x6a,0x01,0xe4,0x00,0x0f]
+// GFX10: v_mul_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x04,0x0a,0x6a,0x01,0xe4,0x00,0x0f]
 
 v_mul_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x6a,0x01,0xe4,0x08,0x00]
+// GFX10: v_mul_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x04,0x0a,0x6a,0x01,0xe4,0x08,0x00]
 
 v_mul_f16_dpp v5, -v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x6a,0x01,0xe4,0x10,0x00]
+// GFX10: v_mul_f16_dpp v5, -v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x6a,0x01,0xe4,0x10,0x00]
 
 v_mul_f16_dpp v5, |v1|, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x6a,0x01,0xe4,0x20,0x00]
+// GFX10: v_mul_f16_dpp v5, |v1|, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x6a,0x01,0xe4,0x20,0x00]
 
 v_mul_f16_dpp v5, v1, v2  row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x6a,0x01,0x51,0x01,0x00]
+// GFX10: v_mul_f16_dpp v5, v1, v2 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x6a,0x01,0x51,0x01,0x00]
 
 v_mul_f16_dpp v5, v1, v2  row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x6a,0x01,0x5f,0x01,0x00]
+// GFX10: v_mul_f16_dpp v5, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x6a,0x01,0x5f,0x01,0x00]
 
 v_mul_f16_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x6a,0x01,0x61,0x01,0x00]
+// GFX10: v_mul_f16_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x6a,0x01,0x61,0x01,0x00]
 
 v_mul_f16_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x6a,0x01,0x6f,0x01,0x00]
+// GFX10: v_mul_f16_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x6a,0x01,0x6f,0x01,0x00]
 
 v_fmac_f16_e32 v5, v1, v2
-// GFX10: encoding: [0x01,0x05,0x0a,0x6c]
+// GFX10: v_fmac_f16_e32 v5, v1, v2               ; encoding: [0x01,0x05,0x0a,0x6c]
 
 v_fmac_f16_e32 v255, v1, v2
-// GFX10: encoding: [0x01,0x05,0xfe,0x6d]
+// GFX10: v_fmac_f16_e32 v255, v1, v2             ; encoding: [0x01,0x05,0xfe,0x6d]
 
 v_fmac_f16_e32 v5, v255, v2
-// GFX10: encoding: [0xff,0x05,0x0a,0x6c]
+// GFX10: v_fmac_f16_e32 v5, v255, v2             ; encoding: [0xff,0x05,0x0a,0x6c]
 
 v_fmac_f16_e32 v5, s1, v2
-// GFX10: encoding: [0x01,0x04,0x0a,0x6c]
+// GFX10: v_fmac_f16_e32 v5, s1, v2               ; encoding: [0x01,0x04,0x0a,0x6c]
 
 v_fmac_f16_e32 v5, s103, v2
-// GFX10: encoding: [0x67,0x04,0x0a,0x6c]
+// GFX10: v_fmac_f16_e32 v5, s103, v2             ; encoding: [0x67,0x04,0x0a,0x6c]
 
 v_fmac_f16_e32 v5, vcc_lo, v2
-// GFX10: encoding: [0x6a,0x04,0x0a,0x6c]
+// GFX10: v_fmac_f16_e32 v5, vcc_lo, v2           ; encoding: [0x6a,0x04,0x0a,0x6c]
 
 v_fmac_f16_e32 v5, vcc_hi, v2
-// GFX10: encoding: [0x6b,0x04,0x0a,0x6c]
+// GFX10: v_fmac_f16_e32 v5, vcc_hi, v2           ; encoding: [0x6b,0x04,0x0a,0x6c]
 
 v_fmac_f16_e32 v5, ttmp11, v2
-// GFX10: encoding: [0x77,0x04,0x0a,0x6c]
+// GFX10: v_fmac_f16_e32 v5, ttmp11, v2           ; encoding: [0x77,0x04,0x0a,0x6c]
 
 v_fmac_f16_e32 v5, m0, v2
-// GFX10: encoding: [0x7c,0x04,0x0a,0x6c]
+// GFX10: v_fmac_f16_e32 v5, m0, v2               ; encoding: [0x7c,0x04,0x0a,0x6c]
 
 v_fmac_f16_e32 v5, exec_lo, v2
-// GFX10: encoding: [0x7e,0x04,0x0a,0x6c]
+// GFX10: v_fmac_f16_e32 v5, exec_lo, v2          ; encoding: [0x7e,0x04,0x0a,0x6c]
 
 v_fmac_f16_e32 v5, exec_hi, v2
-// GFX10: encoding: [0x7f,0x04,0x0a,0x6c]
+// GFX10: v_fmac_f16_e32 v5, exec_hi, v2          ; encoding: [0x7f,0x04,0x0a,0x6c]
 
 v_fmac_f16_e32 v5, 0, v2
-// GFX10: encoding: [0x80,0x04,0x0a,0x6c]
+// GFX10: v_fmac_f16_e32 v5, 0, v2                ; encoding: [0x80,0x04,0x0a,0x6c]
 
 v_fmac_f16_e32 v5, -1, v2
-// GFX10: encoding: [0xc1,0x04,0x0a,0x6c]
+// GFX10: v_fmac_f16_e32 v5, -1, v2               ; encoding: [0xc1,0x04,0x0a,0x6c]
 
 v_fmac_f16_e32 v5, 0.5, v2
-// GFX10: encoding: [0xf0,0x04,0x0a,0x6c]
+// GFX10: v_fmac_f16_e32 v5, 0.5, v2              ; encoding: [0xf0,0x04,0x0a,0x6c]
 
 v_fmac_f16_e32 v5, -4.0, v2
-// GFX10: encoding: [0xf7,0x04,0x0a,0x6c]
+// GFX10: v_fmac_f16_e32 v5, -4.0, v2             ; encoding: [0xf7,0x04,0x0a,0x6c]
 
 v_fmac_f16 v5, 0x1234, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x6c,0x34,0x12,0x00,0x00]
+// GFX10: v_fmac_f16_e32 v5, 0x1234, v2           ; encoding: [0xff,0x04,0x0a,0x6c,0x34,0x12,0x00,0x00]
 
 v_fmac_f16_e32 v5, v1, v255
-// GFX10: encoding: [0x01,0xff,0x0b,0x6c]
+// GFX10: v_fmac_f16_e32 v5, v1, v255             ; encoding: [0x01,0xff,0x0b,0x6c]
 
 v_fmac_f16_e64 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x36,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_fmac_f16_e64 v5, v1, v2               ; encoding: [0x05,0x00,0x36,0xd5,0x01,0x05,0x02,0x00]
 
 v_fmac_f16_e64 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x36,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_fmac_f16_e64 v255, v1, v2             ; encoding: [0xff,0x00,0x36,0xd5,0x01,0x05,0x02,0x00]
 
 v_fmac_f16_e64 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x36,0xd5,0xff,0x05,0x02,0x00]
+// GFX10: v_fmac_f16_e64 v5, v255, v2             ; encoding: [0x05,0x00,0x36,0xd5,0xff,0x05,0x02,0x00]
 
 v_fmac_f16_e64 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x36,0xd5,0x01,0x04,0x02,0x00]
+// GFX10: v_fmac_f16_e64 v5, s1, v2               ; encoding: [0x05,0x00,0x36,0xd5,0x01,0x04,0x02,0x00]
 
 v_fmac_f16_e64 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x36,0xd5,0x65,0x04,0x02,0x00]
+// GFX10: v_fmac_f16_e64 v5, s101, v2             ; encoding: [0x05,0x00,0x36,0xd5,0x65,0x04,0x02,0x00]
 
 v_fmac_f16_e64 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x36,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_fmac_f16_e64 v5, vcc_lo, v2           ; encoding: [0x05,0x00,0x36,0xd5,0x6a,0x04,0x02,0x00]
 
 v_fmac_f16_e64 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x36,0xd5,0x6b,0x04,0x02,0x00]
+// GFX10: v_fmac_f16_e64 v5, vcc_hi, v2           ; encoding: [0x05,0x00,0x36,0xd5,0x6b,0x04,0x02,0x00]
 
 v_fmac_f16_e64 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x36,0xd5,0x7c,0x04,0x02,0x00]
+// GFX10: v_fmac_f16_e64 v5, m0, v2               ; encoding: [0x05,0x00,0x36,0xd5,0x7c,0x04,0x02,0x00]
 
 v_fmac_f16_e64 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x36,0xd5,0x7e,0x04,0x02,0x00]
+// GFX10: v_fmac_f16_e64 v5, exec_lo, v2          ; encoding: [0x05,0x00,0x36,0xd5,0x7e,0x04,0x02,0x00]
 
 v_fmac_f16_e64 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x36,0xd5,0x7f,0x04,0x02,0x00]
+// GFX10: v_fmac_f16_e64 v5, exec_hi, v2          ; encoding: [0x05,0x00,0x36,0xd5,0x7f,0x04,0x02,0x00]
 
 v_fmac_f16_e64 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x36,0xd5,0x80,0x04,0x02,0x00]
+// GFX10: v_fmac_f16_e64 v5, 0, v2                ; encoding: [0x05,0x00,0x36,0xd5,0x80,0x04,0x02,0x00]
 
 v_fmac_f16_e64 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x36,0xd5,0xc1,0x04,0x02,0x00]
+// GFX10: v_fmac_f16_e64 v5, -1, v2               ; encoding: [0x05,0x00,0x36,0xd5,0xc1,0x04,0x02,0x00]
 
 v_fmac_f16_e64 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x36,0xd5,0xf0,0x04,0x02,0x00]
+// GFX10: v_fmac_f16_e64 v5, 0.5, v2              ; encoding: [0x05,0x00,0x36,0xd5,0xf0,0x04,0x02,0x00]
 
 v_fmac_f16_e64 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x36,0xd5,0xf7,0x04,0x02,0x00]
+// GFX10: v_fmac_f16_e64 v5, -4.0, v2             ; encoding: [0x05,0x00,0x36,0xd5,0xf7,0x04,0x02,0x00]
 
 v_fmac_f16_e64 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x36,0xd5,0x01,0xff,0x03,0x00]
+// GFX10: v_fmac_f16_e64 v5, v1, v255             ; encoding: [0x05,0x00,0x36,0xd5,0x01,0xff,0x03,0x00]
 
 v_fmac_f16_e64 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x36,0xd5,0x01,0x05,0x00,0x00]
+// GFX10: v_fmac_f16_e64 v5, v1, s2               ; encoding: [0x05,0x00,0x36,0xd5,0x01,0x05,0x00,0x00]
 
 v_fmac_f16_e64 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x36,0xd5,0x01,0xcb,0x00,0x00]
+// GFX10: v_fmac_f16_e64 v5, v1, s101             ; encoding: [0x05,0x00,0x36,0xd5,0x01,0xcb,0x00,0x00]
 
 v_fmac_f16_e64 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x36,0xd5,0x01,0xd5,0x00,0x00]
+// GFX10: v_fmac_f16_e64 v5, v1, vcc_lo           ; encoding: [0x05,0x00,0x36,0xd5,0x01,0xd5,0x00,0x00]
 
 v_fmac_f16_e64 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x36,0xd5,0x01,0xd7,0x00,0x00]
+// GFX10: v_fmac_f16_e64 v5, v1, vcc_hi           ; encoding: [0x05,0x00,0x36,0xd5,0x01,0xd7,0x00,0x00]
 
 v_fmac_f16_e64 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x36,0xd5,0x01,0xf9,0x00,0x00]
+// GFX10: v_fmac_f16_e64 v5, v1, m0               ; encoding: [0x05,0x00,0x36,0xd5,0x01,0xf9,0x00,0x00]
 
 v_fmac_f16_e64 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x36,0xd5,0x01,0xfd,0x00,0x00]
+// GFX10: v_fmac_f16_e64 v5, v1, exec_lo          ; encoding: [0x05,0x00,0x36,0xd5,0x01,0xfd,0x00,0x00]
 
 v_fmac_f16_e64 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x36,0xd5,0x01,0xff,0x00,0x00]
+// GFX10: v_fmac_f16_e64 v5, v1, exec_hi          ; encoding: [0x05,0x00,0x36,0xd5,0x01,0xff,0x00,0x00]
 
 v_fmac_f16_e64 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x36,0xd5,0x01,0x01,0x01,0x00]
+// GFX10: v_fmac_f16_e64 v5, v1, 0                ; encoding: [0x05,0x00,0x36,0xd5,0x01,0x01,0x01,0x00]
 
 v_fmac_f16_e64 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x36,0xd5,0x01,0x83,0x01,0x00]
+// GFX10: v_fmac_f16_e64 v5, v1, -1               ; encoding: [0x05,0x00,0x36,0xd5,0x01,0x83,0x01,0x00]
 
 v_fmac_f16_e64 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x36,0xd5,0x01,0xe1,0x01,0x00]
+// GFX10: v_fmac_f16_e64 v5, v1, 0.5              ; encoding: [0x05,0x00,0x36,0xd5,0x01,0xe1,0x01,0x00]
 
 v_fmac_f16_e64 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x36,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_fmac_f16_e64 v5, v1, -4.0             ; encoding: [0x05,0x00,0x36,0xd5,0x01,0xef,0x01,0x00]
 
 v_fmac_f16_e64 v5, -v1, v2
-// GFX10: encoding: [0x05,0x00,0x36,0xd5,0x01,0x05,0x02,0x20]
+// GFX10: v_fmac_f16_e64 v5, -v1, v2              ; encoding: [0x05,0x00,0x36,0xd5,0x01,0x05,0x02,0x20]
 
 v_fmac_f16_e64 v5, v1, -v2
-// GFX10: encoding: [0x05,0x00,0x36,0xd5,0x01,0x05,0x02,0x40]
+// GFX10: v_fmac_f16_e64 v5, v1, -v2              ; encoding: [0x05,0x00,0x36,0xd5,0x01,0x05,0x02,0x40]
 
 v_fmac_f16_e64 v5, -v1, -v2
-// GFX10: encoding: [0x05,0x00,0x36,0xd5,0x01,0x05,0x02,0x60]
+// GFX10: v_fmac_f16_e64 v5, -v1, -v2             ; encoding: [0x05,0x00,0x36,0xd5,0x01,0x05,0x02,0x60]
 
 v_fmac_f16_e64 v5, |v1|, v2
-// GFX10: encoding: [0x05,0x01,0x36,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_fmac_f16_e64 v5, |v1|, v2             ; encoding: [0x05,0x01,0x36,0xd5,0x01,0x05,0x02,0x00]
 
 v_fmac_f16_e64 v5, v1, |v2|
-// GFX10: encoding: [0x05,0x02,0x36,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_fmac_f16_e64 v5, v1, |v2|             ; encoding: [0x05,0x02,0x36,0xd5,0x01,0x05,0x02,0x00]
 
 v_fmac_f16_e64 v5, |v1|, |v2|
-// GFX10: encoding: [0x05,0x03,0x36,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_fmac_f16_e64 v5, |v1|, |v2|           ; encoding: [0x05,0x03,0x36,0xd5,0x01,0x05,0x02,0x00]
 
 v_fmac_f16_e64 v5, v1, v2 clamp
-// GFX10: encoding: [0x05,0x80,0x36,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_fmac_f16_e64 v5, v1, v2 clamp         ; encoding: [0x05,0x80,0x36,0xd5,0x01,0x05,0x02,0x00]
 
 v_fmac_f16_e64 v5, v1, v2 mul:2
-// GFX10: encoding: [0x05,0x00,0x36,0xd5,0x01,0x05,0x02,0x08]
+// GFX10: v_fmac_f16_e64 v5, v1, v2 mul:2         ; encoding: [0x05,0x00,0x36,0xd5,0x01,0x05,0x02,0x08]
 
 v_fmac_f16_e64 v5, v1, v2 mul:4
-// GFX10: encoding: [0x05,0x00,0x36,0xd5,0x01,0x05,0x02,0x10]
+// GFX10: v_fmac_f16_e64 v5, v1, v2 mul:4         ; encoding: [0x05,0x00,0x36,0xd5,0x01,0x05,0x02,0x10]
 
 v_fmac_f16_e64 v5, v1, v2 div:2
-// GFX10: encoding: [0x05,0x00,0x36,0xd5,0x01,0x05,0x02,0x18]
+// GFX10: v_fmac_f16_e64 v5, v1, v2 div:2         ; encoding: [0x05,0x00,0x36,0xd5,0x01,0x05,0x02,0x18]
 
 v_fmamk_f16 v5, v1, 0x1121, v3
-// GFX10: encoding: [0x01,0x07,0x0a,0x6e,0x21,0x11,0x00,0x00]
+// GFX10: v_fmamk_f16 v5, v1, 0x1121, v3          ; encoding: [0x01,0x07,0x0a,0x6e,0x21,0x11,0x00,0x00]
 
 v_fmamk_f16 v255, v1, 0x1121, v3
-// GFX10: encoding: [0x01,0x07,0xfe,0x6f,0x21,0x11,0x00,0x00]
+// GFX10: v_fmamk_f16 v255, v1, 0x1121, v3        ; encoding: [0x01,0x07,0xfe,0x6f,0x21,0x11,0x00,0x00]
 
 v_fmamk_f16 v255, 0x1121, 0x1121, v3
-// GFX10: encoding: [0xff,0x06,0xfe,0x6f,0x21,0x11,0x00,0x00]
+// GFX10: v_fmamk_f16 v255, 0x1121, 0x1121, v3    ; encoding: [0xff,0x06,0xfe,0x6f,0x21,0x11,0x00,0x00]
 
 v_fmamk_f16 v5, v255, 0x1121, v3
-// GFX10: encoding: [0xff,0x07,0x0a,0x6e,0x21,0x11,0x00,0x00]
+// GFX10: v_fmamk_f16 v5, v255, 0x1121, v3        ; encoding: [0xff,0x07,0x0a,0x6e,0x21,0x11,0x00,0x00]
 
 v_fmamk_f16 v5, 0, 0x1121, v3
-// GFX10: encoding: [0x80,0x06,0x0a,0x6e,0x21,0x11,0x00,0x00]
+// GFX10: v_fmamk_f16 v5, 0, 0x1121, v3           ; encoding: [0x80,0x06,0x0a,0x6e,0x21,0x11,0x00,0x00]
 
 v_fmamk_f16 v5, -1, 0x1121, v3
-// GFX10: encoding: [0xc1,0x06,0x0a,0x6e,0x21,0x11,0x00,0x00]
+// GFX10: v_fmamk_f16 v5, -1, 0x1121, v3          ; encoding: [0xc1,0x06,0x0a,0x6e,0x21,0x11,0x00,0x00]
 
 v_fmamk_f16 v5, 0.5, 0x1121, v3
-// GFX10: encoding: [0xf0,0x06,0x0a,0x6e,0x21,0x11,0x00,0x00]
+// GFX10: v_fmamk_f16 v5, 0.5, 0x1121, v3         ; encoding: [0xf0,0x06,0x0a,0x6e,0x21,0x11,0x00,0x00]
 
 v_fmamk_f16 v5, -4.0, 0x1121, v3
-// GFX10: encoding: [0xf7,0x06,0x0a,0x6e,0x21,0x11,0x00,0x00]
+// GFX10: v_fmamk_f16 v5, -4.0, 0x1121, v3        ; encoding: [0xf7,0x06,0x0a,0x6e,0x21,0x11,0x00,0x00]
 
 v_fmamk_f16 v5, v1, 0xa1b1, v3
-// GFX10: encoding: [0x01,0x07,0x0a,0x6e,0xb1,0xa1,0x00,0x00]
+// GFX10: v_fmamk_f16 v5, v1, 0xa1b1, v3          ; encoding: [0x01,0x07,0x0a,0x6e,0xb1,0xa1,0x00,0x00]
 
 v_fmamk_f16 v5, v1, 0x1121, v255
-// GFX10: encoding: [0x01,0xff,0x0b,0x6e,0x21,0x11,0x00,0x00]
+// GFX10: v_fmamk_f16 v5, v1, 0x1121, v255        ; encoding: [0x01,0xff,0x0b,0x6e,0x21,0x11,0x00,0x00]
 
 v_fmaak_f16 v5, v1, v2, 0x1121
-// GFX10: encoding: [0x01,0x05,0x0a,0x70,0x21,0x11,0x00,0x00]
+// GFX10: v_fmaak_f16 v5, v1, v2, 0x1121          ; encoding: [0x01,0x05,0x0a,0x70,0x21,0x11,0x00,0x00]
 
 v_fmaak_f16 v255, v1, v2, 0x1121
-// GFX10: encoding: [0x01,0x05,0xfe,0x71,0x21,0x11,0x00,0x00]
+// GFX10: v_fmaak_f16 v255, v1, v2, 0x1121        ; encoding: [0x01,0x05,0xfe,0x71,0x21,0x11,0x00,0x00]
 
 v_fmaak_f16 v5, v255, v2, 0x1121
-// GFX10: encoding: [0xff,0x05,0x0a,0x70,0x21,0x11,0x00,0x00]
+// GFX10: v_fmaak_f16 v5, v255, v2, 0x1121        ; encoding: [0xff,0x05,0x0a,0x70,0x21,0x11,0x00,0x00]
 
 v_fmaak_f16 v5, 0, v2, 0x1121
-// GFX10: encoding: [0x80,0x04,0x0a,0x70,0x21,0x11,0x00,0x00]
+// GFX10: v_fmaak_f16 v5, 0, v2, 0x1121           ; encoding: [0x80,0x04,0x0a,0x70,0x21,0x11,0x00,0x00]
 
 v_fmaak_f16 v5, -1, v2, 0x1121
-// GFX10: encoding: [0xc1,0x04,0x0a,0x70,0x21,0x11,0x00,0x00]
+// GFX10: v_fmaak_f16 v5, -1, v2, 0x1121          ; encoding: [0xc1,0x04,0x0a,0x70,0x21,0x11,0x00,0x00]
 
 v_fmaak_f16 v5, 0.5, v2, 0x1121
-// GFX10: encoding: [0xf0,0x04,0x0a,0x70,0x21,0x11,0x00,0x00]
+// GFX10: v_fmaak_f16 v5, 0.5, v2, 0x1121         ; encoding: [0xf0,0x04,0x0a,0x70,0x21,0x11,0x00,0x00]
 
 v_fmaak_f16 v5, -4.0, v2, 0x1121
-// GFX10: encoding: [0xf7,0x04,0x0a,0x70,0x21,0x11,0x00,0x00]
+// GFX10: v_fmaak_f16 v5, -4.0, v2, 0x1121        ; encoding: [0xf7,0x04,0x0a,0x70,0x21,0x11,0x00,0x00]
 
 v_fmaak_f16 v5, v1, v255, 0x1121
-// GFX10: encoding: [0x01,0xff,0x0b,0x70,0x21,0x11,0x00,0x00]
+// GFX10: v_fmaak_f16 v5, v1, v255, 0x1121        ; encoding: [0x01,0xff,0x0b,0x70,0x21,0x11,0x00,0x00]
 
 v_fmaak_f16 v5, 0x1121, v255, 0x1121
-// GFX10: encoding: [0xff,0xfe,0x0b,0x70,0x21,0x11,0x00,0x00]
+// GFX10: v_fmaak_f16 v5, 0x1121, v255, 0x1121    ; encoding: [0xff,0xfe,0x0b,0x70,0x21,0x11,0x00,0x00]
 
 v_fmaak_f16 v5, v1, v2, 0xa1b1
-// GFX10: encoding: [0x01,0x05,0x0a,0x70,0xb1,0xa1,0x00,0x00]
+// GFX10: v_fmaak_f16 v5, v1, v2, 0xa1b1          ; encoding: [0x01,0x05,0x0a,0x70,0xb1,0xa1,0x00,0x00]
 
 v_max_f16_e32 v5, v1, v2
-// GFX10: encoding: [0x01,0x05,0x0a,0x72]
+// GFX10: v_max_f16_e32 v5, v1, v2                ; encoding: [0x01,0x05,0x0a,0x72]
 
 v_max_f16_e32 v255, v1, v2
-// GFX10: encoding: [0x01,0x05,0xfe,0x73]
+// GFX10: v_max_f16_e32 v255, v1, v2              ; encoding: [0x01,0x05,0xfe,0x73]
 
 v_max_f16_e32 v5, v255, v2
-// GFX10: encoding: [0xff,0x05,0x0a,0x72]
+// GFX10: v_max_f16_e32 v5, v255, v2              ; encoding: [0xff,0x05,0x0a,0x72]
 
 v_max_f16_e32 v5, s1, v2
-// GFX10: encoding: [0x01,0x04,0x0a,0x72]
+// GFX10: v_max_f16_e32 v5, s1, v2                ; encoding: [0x01,0x04,0x0a,0x72]
 
 v_max_f16_e32 v5, s101, v2
-// GFX10: encoding: [0x65,0x04,0x0a,0x72]
+// GFX10: v_max_f16_e32 v5, s101, v2              ; encoding: [0x65,0x04,0x0a,0x72]
 
 v_max_f16_e32 v5, vcc_lo, v2
-// GFX10: encoding: [0x6a,0x04,0x0a,0x72]
+// GFX10: v_max_f16_e32 v5, vcc_lo, v2            ; encoding: [0x6a,0x04,0x0a,0x72]
 
 v_max_f16_e32 v5, vcc_hi, v2
-// GFX10: encoding: [0x6b,0x04,0x0a,0x72]
+// GFX10: v_max_f16_e32 v5, vcc_hi, v2            ; encoding: [0x6b,0x04,0x0a,0x72]
 
 v_max_f16_e32 v5, m0, v2
-// GFX10: encoding: [0x7c,0x04,0x0a,0x72]
+// GFX10: v_max_f16_e32 v5, m0, v2                ; encoding: [0x7c,0x04,0x0a,0x72]
 
 v_max_f16_e32 v5, exec_lo, v2
-// GFX10: encoding: [0x7e,0x04,0x0a,0x72]
+// GFX10: v_max_f16_e32 v5, exec_lo, v2           ; encoding: [0x7e,0x04,0x0a,0x72]
 
 v_max_f16_e32 v5, exec_hi, v2
-// GFX10: encoding: [0x7f,0x04,0x0a,0x72]
+// GFX10: v_max_f16_e32 v5, exec_hi, v2           ; encoding: [0x7f,0x04,0x0a,0x72]
 
 v_max_f16_e32 v5, 0, v2
-// GFX10: encoding: [0x80,0x04,0x0a,0x72]
+// GFX10: v_max_f16_e32 v5, 0, v2                 ; encoding: [0x80,0x04,0x0a,0x72]
 
 v_max_f16_e32 v5, -1, v2
-// GFX10: encoding: [0xc1,0x04,0x0a,0x72]
+// GFX10: v_max_f16_e32 v5, -1, v2                ; encoding: [0xc1,0x04,0x0a,0x72]
 
 v_max_f16_e32 v5, 0.5, v2
-// GFX10: encoding: [0xf0,0x04,0x0a,0x72]
+// GFX10: v_max_f16_e32 v5, 0.5, v2               ; encoding: [0xf0,0x04,0x0a,0x72]
 
 v_max_f16_e32 v5, -4.0, v2
-// GFX10: encoding: [0xf7,0x04,0x0a,0x72]
+// GFX10: v_max_f16_e32 v5, -4.0, v2              ; encoding: [0xf7,0x04,0x0a,0x72]
 
 v_max_f16_e32 v5, 0xfe0b, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x72,0x0b,0xfe,0x00,0x00]
+// GFX10: v_max_f16_e32 v5, 0xfe0b, v2            ; encoding: [0xff,0x04,0x0a,0x72,0x0b,0xfe,0x00,0x00]
 
 v_max_f16_e32 v5, 0x3456, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x72,0x56,0x34,0x00,0x00]
+// GFX10: v_max_f16_e32 v5, 0x3456, v2            ; encoding: [0xff,0x04,0x0a,0x72,0x56,0x34,0x00,0x00]
 
 v_max_f16_e32 v5, v1, v255
-// GFX10: encoding: [0x01,0xff,0x0b,0x72]
+// GFX10: v_max_f16_e32 v5, v1, v255              ; encoding: [0x01,0xff,0x0b,0x72]
 
 v_max_f16_e64 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x39,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_max_f16_e64 v5, v1, v2                ; encoding: [0x05,0x00,0x39,0xd5,0x01,0x05,0x02,0x00]
 
 v_max_f16_e64 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x39,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_max_f16_e64 v255, v1, v2              ; encoding: [0xff,0x00,0x39,0xd5,0x01,0x05,0x02,0x00]
 
 v_max_f16_e64 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x39,0xd5,0xff,0x05,0x02,0x00]
+// GFX10: v_max_f16_e64 v5, v255, v2              ; encoding: [0x05,0x00,0x39,0xd5,0xff,0x05,0x02,0x00]
 
 v_max_f16_e64 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x39,0xd5,0x01,0x04,0x02,0x00]
+// GFX10: v_max_f16_e64 v5, s1, v2                ; encoding: [0x05,0x00,0x39,0xd5,0x01,0x04,0x02,0x00]
 
 v_max_f16_e64 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x39,0xd5,0x65,0x04,0x02,0x00]
+// GFX10: v_max_f16_e64 v5, s101, v2              ; encoding: [0x05,0x00,0x39,0xd5,0x65,0x04,0x02,0x00]
 
 v_max_f16_e64 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x39,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_max_f16_e64 v5, vcc_lo, v2            ; encoding: [0x05,0x00,0x39,0xd5,0x6a,0x04,0x02,0x00]
 
 v_max_f16_e64 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x39,0xd5,0x6b,0x04,0x02,0x00]
+// GFX10: v_max_f16_e64 v5, vcc_hi, v2            ; encoding: [0x05,0x00,0x39,0xd5,0x6b,0x04,0x02,0x00]
 
 v_max_f16_e64 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x39,0xd5,0x7c,0x04,0x02,0x00]
+// GFX10: v_max_f16_e64 v5, m0, v2                ; encoding: [0x05,0x00,0x39,0xd5,0x7c,0x04,0x02,0x00]
 
 v_max_f16_e64 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x39,0xd5,0x7e,0x04,0x02,0x00]
+// GFX10: v_max_f16_e64 v5, exec_lo, v2           ; encoding: [0x05,0x00,0x39,0xd5,0x7e,0x04,0x02,0x00]
 
 v_max_f16_e64 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x39,0xd5,0x7f,0x04,0x02,0x00]
+// GFX10: v_max_f16_e64 v5, exec_hi, v2           ; encoding: [0x05,0x00,0x39,0xd5,0x7f,0x04,0x02,0x00]
 
 v_max_f16_e64 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x39,0xd5,0x80,0x04,0x02,0x00]
+// GFX10: v_max_f16_e64 v5, 0, v2                 ; encoding: [0x05,0x00,0x39,0xd5,0x80,0x04,0x02,0x00]
 
 v_max_f16_e64 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x39,0xd5,0xc1,0x04,0x02,0x00]
+// GFX10: v_max_f16_e64 v5, -1, v2                ; encoding: [0x05,0x00,0x39,0xd5,0xc1,0x04,0x02,0x00]
 
 v_max_f16_e64 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x39,0xd5,0xf0,0x04,0x02,0x00]
+// GFX10: v_max_f16_e64 v5, 0.5, v2               ; encoding: [0x05,0x00,0x39,0xd5,0xf0,0x04,0x02,0x00]
 
 v_max_f16_e64 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x39,0xd5,0xf7,0x04,0x02,0x00]
+// GFX10: v_max_f16_e64 v5, -4.0, v2              ; encoding: [0x05,0x00,0x39,0xd5,0xf7,0x04,0x02,0x00]
 
 v_max_f16_e64 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x39,0xd5,0x01,0xff,0x03,0x00]
+// GFX10: v_max_f16_e64 v5, v1, v255              ; encoding: [0x05,0x00,0x39,0xd5,0x01,0xff,0x03,0x00]
 
 v_max_f16_e64 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x39,0xd5,0x01,0x05,0x00,0x00]
+// GFX10: v_max_f16_e64 v5, v1, s2                ; encoding: [0x05,0x00,0x39,0xd5,0x01,0x05,0x00,0x00]
 
 v_max_f16_e64 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x39,0xd5,0x01,0xcb,0x00,0x00]
+// GFX10: v_max_f16_e64 v5, v1, s101              ; encoding: [0x05,0x00,0x39,0xd5,0x01,0xcb,0x00,0x00]
 
 v_max_f16_e64 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x39,0xd5,0x01,0xd5,0x00,0x00]
+// GFX10: v_max_f16_e64 v5, v1, vcc_lo            ; encoding: [0x05,0x00,0x39,0xd5,0x01,0xd5,0x00,0x00]
 
 v_max_f16_e64 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x39,0xd5,0x01,0xd7,0x00,0x00]
+// GFX10: v_max_f16_e64 v5, v1, vcc_hi            ; encoding: [0x05,0x00,0x39,0xd5,0x01,0xd7,0x00,0x00]
 
 v_max_f16_e64 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x39,0xd5,0x01,0xf9,0x00,0x00]
+// GFX10: v_max_f16_e64 v5, v1, m0                ; encoding: [0x05,0x00,0x39,0xd5,0x01,0xf9,0x00,0x00]
 
 v_max_f16_e64 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x39,0xd5,0x01,0xfd,0x00,0x00]
+// GFX10: v_max_f16_e64 v5, v1, exec_lo           ; encoding: [0x05,0x00,0x39,0xd5,0x01,0xfd,0x00,0x00]
 
 v_max_f16_e64 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x39,0xd5,0x01,0xff,0x00,0x00]
+// GFX10: v_max_f16_e64 v5, v1, exec_hi           ; encoding: [0x05,0x00,0x39,0xd5,0x01,0xff,0x00,0x00]
 
 v_max_f16_e64 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x39,0xd5,0x01,0x01,0x01,0x00]
+// GFX10: v_max_f16_e64 v5, v1, 0                 ; encoding: [0x05,0x00,0x39,0xd5,0x01,0x01,0x01,0x00]
 
 v_max_f16_e64 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x39,0xd5,0x01,0x83,0x01,0x00]
+// GFX10: v_max_f16_e64 v5, v1, -1                ; encoding: [0x05,0x00,0x39,0xd5,0x01,0x83,0x01,0x00]
 
 v_max_f16_e64 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x39,0xd5,0x01,0xe1,0x01,0x00]
+// GFX10: v_max_f16_e64 v5, v1, 0.5               ; encoding: [0x05,0x00,0x39,0xd5,0x01,0xe1,0x01,0x00]
 
 v_max_f16_e64 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x39,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_max_f16_e64 v5, v1, -4.0              ; encoding: [0x05,0x00,0x39,0xd5,0x01,0xef,0x01,0x00]
 
 v_max_f16_e64 v5, -v1, v2
-// GFX10: encoding: [0x05,0x00,0x39,0xd5,0x01,0x05,0x02,0x20]
+// GFX10: v_max_f16_e64 v5, -v1, v2               ; encoding: [0x05,0x00,0x39,0xd5,0x01,0x05,0x02,0x20]
 
 v_max_f16_e64 v5, v1, -v2
-// GFX10: encoding: [0x05,0x00,0x39,0xd5,0x01,0x05,0x02,0x40]
+// GFX10: v_max_f16_e64 v5, v1, -v2               ; encoding: [0x05,0x00,0x39,0xd5,0x01,0x05,0x02,0x40]
 
 v_max_f16_e64 v5, -v1, -v2
-// GFX10: encoding: [0x05,0x00,0x39,0xd5,0x01,0x05,0x02,0x60]
+// GFX10: v_max_f16_e64 v5, -v1, -v2              ; encoding: [0x05,0x00,0x39,0xd5,0x01,0x05,0x02,0x60]
 
 v_max_f16_e64 v5, |v1|, v2
-// GFX10: encoding: [0x05,0x01,0x39,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_max_f16_e64 v5, |v1|, v2              ; encoding: [0x05,0x01,0x39,0xd5,0x01,0x05,0x02,0x00]
 
 v_max_f16_e64 v5, v1, |v2|
-// GFX10: encoding: [0x05,0x02,0x39,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_max_f16_e64 v5, v1, |v2|              ; encoding: [0x05,0x02,0x39,0xd5,0x01,0x05,0x02,0x00]
 
 v_max_f16_e64 v5, |v1|, |v2|
-// GFX10: encoding: [0x05,0x03,0x39,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_max_f16_e64 v5, |v1|, |v2|            ; encoding: [0x05,0x03,0x39,0xd5,0x01,0x05,0x02,0x00]
 
 v_max_f16_e64 v5, v1, v2 clamp
-// GFX10: encoding: [0x05,0x80,0x39,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_max_f16_e64 v5, v1, v2 clamp          ; encoding: [0x05,0x80,0x39,0xd5,0x01,0x05,0x02,0x00]
 
 v_max_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x72,0x01,0x06,0x06,0x06]
+// GFX10: v_max_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x72,0x01,0x06,0x06,0x06]
 
 v_max_f16_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0xfe,0x73,0x01,0x06,0x06,0x06]
+// GFX10: v_max_f16_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0xfe,0x73,0x01,0x06,0x06,0x06]
 
 v_max_f16_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x72,0xff,0x06,0x06,0x06]
+// GFX10: v_max_f16_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x72,0xff,0x06,0x06,0x06]
 
 v_max_f16_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x72,0x01,0x06,0x86,0x06]
+// GFX10: v_max_f16_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x72,0x01,0x06,0x86,0x06]
 
 v_max_f16_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x72,0x65,0x06,0x86,0x06]
+// GFX10: v_max_f16_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x72,0x65,0x06,0x86,0x06]
 
 v_max_f16_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x72,0x6a,0x06,0x86,0x06]
+// GFX10: v_max_f16_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x72,0x6a,0x06,0x86,0x06]
 
 v_max_f16_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x72,0x6b,0x06,0x86,0x06]
+// GFX10: v_max_f16_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x72,0x6b,0x06,0x86,0x06]
 
 v_max_f16_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x72,0x7c,0x06,0x86,0x06]
+// GFX10: v_max_f16_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x72,0x7c,0x06,0x86,0x06]
 
 v_max_f16_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x72,0x7e,0x06,0x86,0x06]
+// GFX10: v_max_f16_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x72,0x7e,0x06,0x86,0x06]
 
 v_max_f16_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x72,0x7f,0x06,0x86,0x06]
+// GFX10: v_max_f16_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x72,0x7f,0x06,0x86,0x06]
 
 v_max_f16_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0xfe,0x0b,0x72,0x01,0x06,0x06,0x06]
+// GFX10: v_max_f16_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0xfe,0x0b,0x72,0x01,0x06,0x06,0x06]
 
 v_max_f16_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x72,0x01,0x26,0x06,0x06]
+// GFX10: v_max_f16_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x72,0x01,0x26,0x06,0x06]
 
 v_max_f16_sdwa v5, v1, v2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x72,0x01,0x06,0x06,0x06]
+// GFX10: v_max_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x72,0x01,0x06,0x06,0x06]
 
 v_max_f16_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x72,0x01,0x00,0x06,0x06]
+// GFX10: v_max_f16_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x72,0x01,0x00,0x06,0x06]
 
 v_max_f16_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x72,0x01,0x01,0x06,0x06]
+// GFX10: v_max_f16_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x72,0x01,0x01,0x06,0x06]
 
 v_max_f16_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x72,0x01,0x02,0x06,0x06]
+// GFX10: v_max_f16_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x72,0x01,0x02,0x06,0x06]
 
 v_max_f16_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x72,0x01,0x03,0x06,0x06]
+// GFX10: v_max_f16_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x72,0x01,0x03,0x06,0x06]
 
 v_max_f16_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x72,0x01,0x04,0x06,0x06]
+// GFX10: v_max_f16_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x72,0x01,0x04,0x06,0x06]
 
 v_max_f16_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x72,0x01,0x05,0x06,0x06]
+// GFX10: v_max_f16_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x72,0x01,0x05,0x06,0x06]
 
 v_max_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x72,0x01,0x0e,0x06,0x06]
+// GFX10: v_max_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x72,0x01,0x0e,0x06,0x06]
 
 v_max_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x72,0x01,0x16,0x06,0x06]
+// GFX10: v_max_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x72,0x01,0x16,0x06,0x06]
 
 v_max_f16_sdwa v5, v1, v2 dst_sel:DWORD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x72,0x01,0x16,0x06,0x06]
+// GFX10: v_max_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x72,0x01,0x16,0x06,0x06]
 
 v_max_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x72,0x01,0x06,0x06,0x06]
+// GFX10: v_max_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x72,0x01,0x06,0x06,0x06]
 
 v_max_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x72,0x01,0x06,0x00,0x06]
+// GFX10: v_max_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x72,0x01,0x06,0x00,0x06]
 
 v_max_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x72,0x01,0x06,0x01,0x06]
+// GFX10: v_max_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x72,0x01,0x06,0x01,0x06]
 
 v_max_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x72,0x01,0x06,0x02,0x06]
+// GFX10: v_max_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x72,0x01,0x06,0x02,0x06]
 
 v_max_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x72,0x01,0x06,0x03,0x06]
+// GFX10: v_max_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x72,0x01,0x06,0x03,0x06]
 
 v_max_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x72,0x01,0x06,0x04,0x06]
+// GFX10: v_max_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x72,0x01,0x06,0x04,0x06]
 
 v_max_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x72,0x01,0x06,0x05,0x06]
+// GFX10: v_max_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x72,0x01,0x06,0x05,0x06]
 
 v_max_f16_sdwa v5, -v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x72,0x01,0x06,0x16,0x06]
+// GFX10: v_max_f16_sdwa v5, -v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x72,0x01,0x06,0x16,0x06]
 
 v_max_f16_sdwa v5, |v1|, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x72,0x01,0x06,0x26,0x06]
+// GFX10: v_max_f16_sdwa v5, |v1|, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x72,0x01,0x06,0x26,0x06]
 
 v_max_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x72,0x01,0x06,0x06,0x06]
+// GFX10: v_max_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x72,0x01,0x06,0x06,0x06]
 
 v_max_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x72,0x01,0x06,0x06,0x00]
+// GFX10: v_max_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0 ; encoding: [0xf9,0x04,0x0a,0x72,0x01,0x06,0x06,0x00]
 
 v_max_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x72,0x01,0x06,0x06,0x01]
+// GFX10: v_max_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1 ; encoding: [0xf9,0x04,0x0a,0x72,0x01,0x06,0x06,0x01]
 
 v_max_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x04,0x0a,0x72,0x01,0x06,0x06,0x02]
+// GFX10: v_max_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2 ; encoding: [0xf9,0x04,0x0a,0x72,0x01,0x06,0x06,0x02]
 
 v_max_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x04,0x0a,0x72,0x01,0x06,0x06,0x03]
+// GFX10: v_max_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3 ; encoding: [0xf9,0x04,0x0a,0x72,0x01,0x06,0x06,0x03]
 
 v_max_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x72,0x01,0x06,0x06,0x04]
+// GFX10: v_max_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0 ; encoding: [0xf9,0x04,0x0a,0x72,0x01,0x06,0x06,0x04]
 
 v_max_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x72,0x01,0x06,0x06,0x05]
+// GFX10: v_max_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1 ; encoding: [0xf9,0x04,0x0a,0x72,0x01,0x06,0x06,0x05]
 
 v_max_f16_sdwa v5, v1, -v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x72,0x01,0x06,0x06,0x16]
+// GFX10: v_max_f16_sdwa v5, v1, -v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x72,0x01,0x06,0x06,0x16]
 
 v_max_f16_sdwa v5, v1, |v2| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x72,0x01,0x06,0x06,0x26]
+// GFX10: v_max_f16_sdwa v5, v1, |v2| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x72,0x01,0x06,0x06,0x26]
 
 v_max_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x72,0x01,0xe4,0x00,0x00]
+// GFX10: v_max_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x72,0x01,0xe4,0x00,0x00]
 
 v_max_f16_dpp v255, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0xfe,0x73,0x01,0xe4,0x00,0x00]
+// GFX10: v_max_f16_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0xfe,0x73,0x01,0xe4,0x00,0x00]
 
 v_max_f16_dpp v5, v255, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x72,0xff,0xe4,0x00,0x00]
+// GFX10: v_max_f16_dpp v5, v255, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x72,0xff,0xe4,0x00,0x00]
 
 v_max_f16_dpp v5, v1, v255  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xfe,0x0b,0x72,0x01,0xe4,0x00,0x00]
+// GFX10: v_max_f16_dpp v5, v1, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xfe,0x0b,0x72,0x01,0xe4,0x00,0x00]
 
 v_max_f16_dpp v5, v1, v2  quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x72,0x01,0x1b,0x00,0x00]
+// GFX10: v_max_f16_dpp v5, v1, v2 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x72,0x01,0x1b,0x00,0x00]
 
 v_max_f16_dpp v5, v1, v2  row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x72,0x01,0x40,0x01,0x00]
+// GFX10: v_max_f16_dpp v5, v1, v2 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x72,0x01,0x40,0x01,0x00]
 
 v_max_f16_dpp v5, v1, v2  row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x72,0x01,0x41,0x01,0x00]
+// GFX10: v_max_f16_dpp v5, v1, v2 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x72,0x01,0x41,0x01,0x00]
 
 v_max_f16_dpp v5, v1, v2  row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x72,0x01,0x01,0x01,0x00]
+// GFX10: v_max_f16_dpp v5, v1, v2 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x72,0x01,0x01,0x01,0x00]
 
 v_max_f16_dpp v5, v1, v2  row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x72,0x01,0x0f,0x01,0x00]
+// GFX10: v_max_f16_dpp v5, v1, v2 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x72,0x01,0x0f,0x01,0x00]
 
 v_max_f16_dpp v5, v1, v2  row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x72,0x01,0x11,0x01,0x00]
+// GFX10: v_max_f16_dpp v5, v1, v2 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x72,0x01,0x11,0x01,0x00]
 
 v_max_f16_dpp v5, v1, v2  row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x72,0x01,0x1f,0x01,0x00]
+// GFX10: v_max_f16_dpp v5, v1, v2 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x72,0x01,0x1f,0x01,0x00]
 
 v_max_f16_dpp v5, v1, v2  row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x72,0x01,0x21,0x01,0x00]
+// GFX10: v_max_f16_dpp v5, v1, v2 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x72,0x01,0x21,0x01,0x00]
 
 v_max_f16_dpp v5, v1, v2  row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x72,0x01,0x2f,0x01,0x00]
+// GFX10: v_max_f16_dpp v5, v1, v2 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x72,0x01,0x2f,0x01,0x00]
 
 v_max_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x72,0x01,0xe4,0x00,0x10]
+// GFX10: v_max_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x72,0x01,0xe4,0x00,0x10]
 
 v_max_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x72,0x01,0xe4,0x00,0x30]
+// GFX10: v_max_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x72,0x01,0xe4,0x00,0x30]
 
 v_max_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x72,0x01,0xe4,0x00,0xf0]
+// GFX10: v_max_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x72,0x01,0xe4,0x00,0xf0]
 
 v_max_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x04,0x0a,0x72,0x01,0xe4,0x00,0x01]
+// GFX10: v_max_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x04,0x0a,0x72,0x01,0xe4,0x00,0x01]
 
 v_max_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x04,0x0a,0x72,0x01,0xe4,0x00,0x03]
+// GFX10: v_max_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x04,0x0a,0x72,0x01,0xe4,0x00,0x03]
 
 v_max_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x04,0x0a,0x72,0x01,0xe4,0x00,0x0f]
+// GFX10: v_max_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x04,0x0a,0x72,0x01,0xe4,0x00,0x0f]
 
 v_max_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x72,0x01,0xe4,0x08,0x00]
+// GFX10: v_max_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x04,0x0a,0x72,0x01,0xe4,0x08,0x00]
 
 v_max_f16_dpp v5, -v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x72,0x01,0xe4,0x10,0x00]
+// GFX10: v_max_f16_dpp v5, -v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x72,0x01,0xe4,0x10,0x00]
 
 v_max_f16_dpp v5, |v1|, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x72,0x01,0xe4,0x20,0x00]
+// GFX10: v_max_f16_dpp v5, |v1|, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x72,0x01,0xe4,0x20,0x00]
 
 v_max_f16_dpp v5, v1, v2  row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x72,0x01,0x51,0x01,0x00]
+// GFX10: v_max_f16_dpp v5, v1, v2 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x72,0x01,0x51,0x01,0x00]
 
 v_max_f16_dpp v5, v1, v2  row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x72,0x01,0x5f,0x01,0x00]
+// GFX10: v_max_f16_dpp v5, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x72,0x01,0x5f,0x01,0x00]
 
 v_max_f16_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x72,0x01,0x61,0x01,0x00]
+// GFX10: v_max_f16_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x72,0x01,0x61,0x01,0x00]
 
 v_max_f16_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x72,0x01,0x6f,0x01,0x00]
+// GFX10: v_max_f16_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x72,0x01,0x6f,0x01,0x00]
 
 v_min_f16_e32 v5, v1, v2
-// GFX10: encoding: [0x01,0x05,0x0a,0x74]
+// GFX10: v_min_f16_e32 v5, v1, v2                ; encoding: [0x01,0x05,0x0a,0x74]
 
 v_min_f16_e32 v255, v1, v2
-// GFX10: encoding: [0x01,0x05,0xfe,0x75]
+// GFX10: v_min_f16_e32 v255, v1, v2              ; encoding: [0x01,0x05,0xfe,0x75]
 
 v_min_f16_e32 v5, v255, v2
-// GFX10: encoding: [0xff,0x05,0x0a,0x74]
+// GFX10: v_min_f16_e32 v5, v255, v2              ; encoding: [0xff,0x05,0x0a,0x74]
 
 v_min_f16_e32 v5, s1, v2
-// GFX10: encoding: [0x01,0x04,0x0a,0x74]
+// GFX10: v_min_f16_e32 v5, s1, v2                ; encoding: [0x01,0x04,0x0a,0x74]
 
 v_min_f16_e32 v5, s101, v2
-// GFX10: encoding: [0x65,0x04,0x0a,0x74]
+// GFX10: v_min_f16_e32 v5, s101, v2              ; encoding: [0x65,0x04,0x0a,0x74]
 
 v_min_f16_e32 v5, vcc_lo, v2
-// GFX10: encoding: [0x6a,0x04,0x0a,0x74]
+// GFX10: v_min_f16_e32 v5, vcc_lo, v2            ; encoding: [0x6a,0x04,0x0a,0x74]
 
 v_min_f16_e32 v5, vcc_hi, v2
-// GFX10: encoding: [0x6b,0x04,0x0a,0x74]
+// GFX10: v_min_f16_e32 v5, vcc_hi, v2            ; encoding: [0x6b,0x04,0x0a,0x74]
 
 v_min_f16_e32 v5, m0, v2
-// GFX10: encoding: [0x7c,0x04,0x0a,0x74]
+// GFX10: v_min_f16_e32 v5, m0, v2                ; encoding: [0x7c,0x04,0x0a,0x74]
 
 v_min_f16_e32 v5, exec_lo, v2
-// GFX10: encoding: [0x7e,0x04,0x0a,0x74]
+// GFX10: v_min_f16_e32 v5, exec_lo, v2           ; encoding: [0x7e,0x04,0x0a,0x74]
 
 v_min_f16_e32 v5, exec_hi, v2
-// GFX10: encoding: [0x7f,0x04,0x0a,0x74]
+// GFX10: v_min_f16_e32 v5, exec_hi, v2           ; encoding: [0x7f,0x04,0x0a,0x74]
 
 v_min_f16_e32 v5, 0, v2
-// GFX10: encoding: [0x80,0x04,0x0a,0x74]
+// GFX10: v_min_f16_e32 v5, 0, v2                 ; encoding: [0x80,0x04,0x0a,0x74]
 
 v_min_f16_e32 v5, -1, v2
-// GFX10: encoding: [0xc1,0x04,0x0a,0x74]
+// GFX10: v_min_f16_e32 v5, -1, v2                ; encoding: [0xc1,0x04,0x0a,0x74]
 
 v_min_f16_e32 v5, 0.5, v2
-// GFX10: encoding: [0xf0,0x04,0x0a,0x74]
+// GFX10: v_min_f16_e32 v5, 0.5, v2               ; encoding: [0xf0,0x04,0x0a,0x74]
 
 v_min_f16_e32 v5, -4.0, v2
-// GFX10: encoding: [0xf7,0x04,0x0a,0x74]
+// GFX10: v_min_f16_e32 v5, -4.0, v2              ; encoding: [0xf7,0x04,0x0a,0x74]
 
 v_min_f16_e32 v5, 0xfe0b, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x74,0x0b,0xfe,0x00,0x00]
+// GFX10: v_min_f16_e32 v5, 0xfe0b, v2            ; encoding: [0xff,0x04,0x0a,0x74,0x0b,0xfe,0x00,0x00]
 
 v_min_f16_e32 v5, 0x3456, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x74,0x56,0x34,0x00,0x00]
+// GFX10: v_min_f16_e32 v5, 0x3456, v2            ; encoding: [0xff,0x04,0x0a,0x74,0x56,0x34,0x00,0x00]
 
 v_min_f16_e32 v5, v1, v255
-// GFX10: encoding: [0x01,0xff,0x0b,0x74]
+// GFX10: v_min_f16_e32 v5, v1, v255              ; encoding: [0x01,0xff,0x0b,0x74]
 
 v_min_f16_e64 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x3a,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_min_f16_e64 v5, v1, v2                ; encoding: [0x05,0x00,0x3a,0xd5,0x01,0x05,0x02,0x00]
 
 v_min_f16_e64 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x3a,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_min_f16_e64 v255, v1, v2              ; encoding: [0xff,0x00,0x3a,0xd5,0x01,0x05,0x02,0x00]
 
 v_min_f16_e64 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x3a,0xd5,0xff,0x05,0x02,0x00]
+// GFX10: v_min_f16_e64 v5, v255, v2              ; encoding: [0x05,0x00,0x3a,0xd5,0xff,0x05,0x02,0x00]
 
 v_min_f16_e64 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x3a,0xd5,0x01,0x04,0x02,0x00]
+// GFX10: v_min_f16_e64 v5, s1, v2                ; encoding: [0x05,0x00,0x3a,0xd5,0x01,0x04,0x02,0x00]
 
 v_min_f16_e64 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x3a,0xd5,0x65,0x04,0x02,0x00]
+// GFX10: v_min_f16_e64 v5, s101, v2              ; encoding: [0x05,0x00,0x3a,0xd5,0x65,0x04,0x02,0x00]
 
 v_min_f16_e64 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x3a,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_min_f16_e64 v5, vcc_lo, v2            ; encoding: [0x05,0x00,0x3a,0xd5,0x6a,0x04,0x02,0x00]
 
 v_min_f16_e64 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x3a,0xd5,0x6b,0x04,0x02,0x00]
+// GFX10: v_min_f16_e64 v5, vcc_hi, v2            ; encoding: [0x05,0x00,0x3a,0xd5,0x6b,0x04,0x02,0x00]
 
 v_min_f16_e64 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x3a,0xd5,0x7c,0x04,0x02,0x00]
+// GFX10: v_min_f16_e64 v5, m0, v2                ; encoding: [0x05,0x00,0x3a,0xd5,0x7c,0x04,0x02,0x00]
 
 v_min_f16_e64 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x3a,0xd5,0x7e,0x04,0x02,0x00]
+// GFX10: v_min_f16_e64 v5, exec_lo, v2           ; encoding: [0x05,0x00,0x3a,0xd5,0x7e,0x04,0x02,0x00]
 
 v_min_f16_e64 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x3a,0xd5,0x7f,0x04,0x02,0x00]
+// GFX10: v_min_f16_e64 v5, exec_hi, v2           ; encoding: [0x05,0x00,0x3a,0xd5,0x7f,0x04,0x02,0x00]
 
 v_min_f16_e64 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x3a,0xd5,0x80,0x04,0x02,0x00]
+// GFX10: v_min_f16_e64 v5, 0, v2                 ; encoding: [0x05,0x00,0x3a,0xd5,0x80,0x04,0x02,0x00]
 
 v_min_f16_e64 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x3a,0xd5,0xc1,0x04,0x02,0x00]
+// GFX10: v_min_f16_e64 v5, -1, v2                ; encoding: [0x05,0x00,0x3a,0xd5,0xc1,0x04,0x02,0x00]
 
 v_min_f16_e64 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x3a,0xd5,0xf0,0x04,0x02,0x00]
+// GFX10: v_min_f16_e64 v5, 0.5, v2               ; encoding: [0x05,0x00,0x3a,0xd5,0xf0,0x04,0x02,0x00]
 
 v_min_f16_e64 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x3a,0xd5,0xf7,0x04,0x02,0x00]
+// GFX10: v_min_f16_e64 v5, -4.0, v2              ; encoding: [0x05,0x00,0x3a,0xd5,0xf7,0x04,0x02,0x00]
 
 v_min_f16_e64 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x3a,0xd5,0x01,0xff,0x03,0x00]
+// GFX10: v_min_f16_e64 v5, v1, v255              ; encoding: [0x05,0x00,0x3a,0xd5,0x01,0xff,0x03,0x00]
 
 v_min_f16_e64 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x3a,0xd5,0x01,0x05,0x00,0x00]
+// GFX10: v_min_f16_e64 v5, v1, s2                ; encoding: [0x05,0x00,0x3a,0xd5,0x01,0x05,0x00,0x00]
 
 v_min_f16_e64 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x3a,0xd5,0x01,0xcb,0x00,0x00]
+// GFX10: v_min_f16_e64 v5, v1, s101              ; encoding: [0x05,0x00,0x3a,0xd5,0x01,0xcb,0x00,0x00]
 
 v_min_f16_e64 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x3a,0xd5,0x01,0xd5,0x00,0x00]
+// GFX10: v_min_f16_e64 v5, v1, vcc_lo            ; encoding: [0x05,0x00,0x3a,0xd5,0x01,0xd5,0x00,0x00]
 
 v_min_f16_e64 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x3a,0xd5,0x01,0xd7,0x00,0x00]
+// GFX10: v_min_f16_e64 v5, v1, vcc_hi            ; encoding: [0x05,0x00,0x3a,0xd5,0x01,0xd7,0x00,0x00]
 
 v_min_f16_e64 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x3a,0xd5,0x01,0xf9,0x00,0x00]
+// GFX10: v_min_f16_e64 v5, v1, m0                ; encoding: [0x05,0x00,0x3a,0xd5,0x01,0xf9,0x00,0x00]
 
 v_min_f16_e64 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x3a,0xd5,0x01,0xfd,0x00,0x00]
+// GFX10: v_min_f16_e64 v5, v1, exec_lo           ; encoding: [0x05,0x00,0x3a,0xd5,0x01,0xfd,0x00,0x00]
 
 v_min_f16_e64 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x3a,0xd5,0x01,0xff,0x00,0x00]
+// GFX10: v_min_f16_e64 v5, v1, exec_hi           ; encoding: [0x05,0x00,0x3a,0xd5,0x01,0xff,0x00,0x00]
 
 v_min_f16_e64 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x3a,0xd5,0x01,0x01,0x01,0x00]
+// GFX10: v_min_f16_e64 v5, v1, 0                 ; encoding: [0x05,0x00,0x3a,0xd5,0x01,0x01,0x01,0x00]
 
 v_min_f16_e64 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x3a,0xd5,0x01,0x83,0x01,0x00]
+// GFX10: v_min_f16_e64 v5, v1, -1                ; encoding: [0x05,0x00,0x3a,0xd5,0x01,0x83,0x01,0x00]
 
 v_min_f16_e64 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x3a,0xd5,0x01,0xe1,0x01,0x00]
+// GFX10: v_min_f16_e64 v5, v1, 0.5               ; encoding: [0x05,0x00,0x3a,0xd5,0x01,0xe1,0x01,0x00]
 
 v_min_f16_e64 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x3a,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_min_f16_e64 v5, v1, -4.0              ; encoding: [0x05,0x00,0x3a,0xd5,0x01,0xef,0x01,0x00]
 
 v_min_f16_e64 v5, -v1, v2
-// GFX10: encoding: [0x05,0x00,0x3a,0xd5,0x01,0x05,0x02,0x20]
+// GFX10: v_min_f16_e64 v5, -v1, v2               ; encoding: [0x05,0x00,0x3a,0xd5,0x01,0x05,0x02,0x20]
 
 v_min_f16_e64 v5, v1, -v2
-// GFX10: encoding: [0x05,0x00,0x3a,0xd5,0x01,0x05,0x02,0x40]
+// GFX10: v_min_f16_e64 v5, v1, -v2               ; encoding: [0x05,0x00,0x3a,0xd5,0x01,0x05,0x02,0x40]
 
 v_min_f16_e64 v5, -v1, -v2
-// GFX10: encoding: [0x05,0x00,0x3a,0xd5,0x01,0x05,0x02,0x60]
+// GFX10: v_min_f16_e64 v5, -v1, -v2              ; encoding: [0x05,0x00,0x3a,0xd5,0x01,0x05,0x02,0x60]
 
 v_min_f16_e64 v5, |v1|, v2
-// GFX10: encoding: [0x05,0x01,0x3a,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_min_f16_e64 v5, |v1|, v2              ; encoding: [0x05,0x01,0x3a,0xd5,0x01,0x05,0x02,0x00]
 
 v_min_f16_e64 v5, v1, |v2|
-// GFX10: encoding: [0x05,0x02,0x3a,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_min_f16_e64 v5, v1, |v2|              ; encoding: [0x05,0x02,0x3a,0xd5,0x01,0x05,0x02,0x00]
 
 v_min_f16_e64 v5, |v1|, |v2|
-// GFX10: encoding: [0x05,0x03,0x3a,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_min_f16_e64 v5, |v1|, |v2|            ; encoding: [0x05,0x03,0x3a,0xd5,0x01,0x05,0x02,0x00]
 
 v_min_f16_e64 v5, v1, v2 clamp
-// GFX10: encoding: [0x05,0x80,0x3a,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_min_f16_e64 v5, v1, v2 clamp          ; encoding: [0x05,0x80,0x3a,0xd5,0x01,0x05,0x02,0x00]
 
 v_min_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x74,0x01,0x06,0x06,0x06]
+// GFX10: v_min_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x74,0x01,0x06,0x06,0x06]
 
 v_min_f16_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0xfe,0x75,0x01,0x06,0x06,0x06]
+// GFX10: v_min_f16_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0xfe,0x75,0x01,0x06,0x06,0x06]
 
 v_min_f16_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x74,0xff,0x06,0x06,0x06]
+// GFX10: v_min_f16_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x74,0xff,0x06,0x06,0x06]
 
 v_min_f16_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x74,0x01,0x06,0x86,0x06]
+// GFX10: v_min_f16_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x74,0x01,0x06,0x86,0x06]
 
 v_min_f16_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x74,0x65,0x06,0x86,0x06]
+// GFX10: v_min_f16_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x74,0x65,0x06,0x86,0x06]
 
 v_min_f16_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x74,0x6a,0x06,0x86,0x06]
+// GFX10: v_min_f16_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x74,0x6a,0x06,0x86,0x06]
 
 v_min_f16_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x74,0x6b,0x06,0x86,0x06]
+// GFX10: v_min_f16_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x74,0x6b,0x06,0x86,0x06]
 
 v_min_f16_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x74,0x7c,0x06,0x86,0x06]
+// GFX10: v_min_f16_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x74,0x7c,0x06,0x86,0x06]
 
 v_min_f16_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x74,0x7e,0x06,0x86,0x06]
+// GFX10: v_min_f16_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x74,0x7e,0x06,0x86,0x06]
 
 v_min_f16_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x74,0x7f,0x06,0x86,0x06]
+// GFX10: v_min_f16_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x74,0x7f,0x06,0x86,0x06]
 
 v_min_f16_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0xfe,0x0b,0x74,0x01,0x06,0x06,0x06]
+// GFX10: v_min_f16_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0xfe,0x0b,0x74,0x01,0x06,0x06,0x06]
 
 v_min_f16_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x74,0x01,0x26,0x06,0x06]
+// GFX10: v_min_f16_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x74,0x01,0x26,0x06,0x06]
 
 v_min_f16_sdwa v5, v1, v2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x74,0x01,0x06,0x06,0x06]
+// GFX10: v_min_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x74,0x01,0x06,0x06,0x06]
 
 v_min_f16_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x74,0x01,0x00,0x06,0x06]
+// GFX10: v_min_f16_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x74,0x01,0x00,0x06,0x06]
 
 v_min_f16_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x74,0x01,0x01,0x06,0x06]
+// GFX10: v_min_f16_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x74,0x01,0x01,0x06,0x06]
 
 v_min_f16_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x74,0x01,0x02,0x06,0x06]
+// GFX10: v_min_f16_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x74,0x01,0x02,0x06,0x06]
 
 v_min_f16_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x74,0x01,0x03,0x06,0x06]
+// GFX10: v_min_f16_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x74,0x01,0x03,0x06,0x06]
 
 v_min_f16_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x74,0x01,0x04,0x06,0x06]
+// GFX10: v_min_f16_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x74,0x01,0x04,0x06,0x06]
 
 v_min_f16_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x74,0x01,0x05,0x06,0x06]
+// GFX10: v_min_f16_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x74,0x01,0x05,0x06,0x06]
 
 v_min_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x74,0x01,0x0e,0x06,0x06]
+// GFX10: v_min_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x74,0x01,0x0e,0x06,0x06]
 
 v_min_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x74,0x01,0x16,0x06,0x06]
+// GFX10: v_min_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x74,0x01,0x16,0x06,0x06]
 
 v_min_f16_sdwa v5, v1, v2 dst_sel:DWORD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x74,0x01,0x16,0x06,0x06]
+// GFX10: v_min_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x74,0x01,0x16,0x06,0x06]
 
 v_min_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x74,0x01,0x06,0x06,0x06]
+// GFX10: v_min_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x74,0x01,0x06,0x06,0x06]
 
 v_min_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x74,0x01,0x06,0x00,0x06]
+// GFX10: v_min_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x74,0x01,0x06,0x00,0x06]
 
 v_min_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x74,0x01,0x06,0x01,0x06]
+// GFX10: v_min_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x74,0x01,0x06,0x01,0x06]
 
 v_min_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x74,0x01,0x06,0x02,0x06]
+// GFX10: v_min_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x74,0x01,0x06,0x02,0x06]
 
 v_min_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x74,0x01,0x06,0x03,0x06]
+// GFX10: v_min_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x74,0x01,0x06,0x03,0x06]
 
 v_min_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x74,0x01,0x06,0x04,0x06]
+// GFX10: v_min_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x74,0x01,0x06,0x04,0x06]
 
 v_min_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x74,0x01,0x06,0x05,0x06]
+// GFX10: v_min_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x74,0x01,0x06,0x05,0x06]
 
 v_min_f16_sdwa v5, -v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x74,0x01,0x06,0x16,0x06]
+// GFX10: v_min_f16_sdwa v5, -v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x74,0x01,0x06,0x16,0x06]
 
 v_min_f16_sdwa v5, |v1|, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x74,0x01,0x06,0x26,0x06]
+// GFX10: v_min_f16_sdwa v5, |v1|, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x74,0x01,0x06,0x26,0x06]
 
 v_min_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x74,0x01,0x06,0x06,0x06]
+// GFX10: v_min_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x74,0x01,0x06,0x06,0x06]
 
 v_min_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x74,0x01,0x06,0x06,0x00]
+// GFX10: v_min_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0 ; encoding: [0xf9,0x04,0x0a,0x74,0x01,0x06,0x06,0x00]
 
 v_min_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x74,0x01,0x06,0x06,0x01]
+// GFX10: v_min_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1 ; encoding: [0xf9,0x04,0x0a,0x74,0x01,0x06,0x06,0x01]
 
 v_min_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x04,0x0a,0x74,0x01,0x06,0x06,0x02]
+// GFX10: v_min_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2 ; encoding: [0xf9,0x04,0x0a,0x74,0x01,0x06,0x06,0x02]
 
 v_min_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x04,0x0a,0x74,0x01,0x06,0x06,0x03]
+// GFX10: v_min_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3 ; encoding: [0xf9,0x04,0x0a,0x74,0x01,0x06,0x06,0x03]
 
 v_min_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x74,0x01,0x06,0x06,0x04]
+// GFX10: v_min_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0 ; encoding: [0xf9,0x04,0x0a,0x74,0x01,0x06,0x06,0x04]
 
 v_min_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x74,0x01,0x06,0x06,0x05]
+// GFX10: v_min_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1 ; encoding: [0xf9,0x04,0x0a,0x74,0x01,0x06,0x06,0x05]
 
 v_min_f16_sdwa v5, v1, -v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x74,0x01,0x06,0x06,0x16]
+// GFX10: v_min_f16_sdwa v5, v1, -v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x74,0x01,0x06,0x06,0x16]
 
 v_min_f16_sdwa v5, v1, |v2| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x74,0x01,0x06,0x06,0x26]
+// GFX10: v_min_f16_sdwa v5, v1, |v2| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x74,0x01,0x06,0x06,0x26]
 
 v_min_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x74,0x01,0xe4,0x00,0x00]
+// GFX10: v_min_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x74,0x01,0xe4,0x00,0x00]
 
 v_min_f16_dpp v255, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0xfe,0x75,0x01,0xe4,0x00,0x00]
+// GFX10: v_min_f16_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0xfe,0x75,0x01,0xe4,0x00,0x00]
 
 v_min_f16_dpp v5, v255, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x74,0xff,0xe4,0x00,0x00]
+// GFX10: v_min_f16_dpp v5, v255, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x74,0xff,0xe4,0x00,0x00]
 
 v_min_f16_dpp v5, v1, v255  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xfe,0x0b,0x74,0x01,0xe4,0x00,0x00]
+// GFX10: v_min_f16_dpp v5, v1, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xfe,0x0b,0x74,0x01,0xe4,0x00,0x00]
 
 v_min_f16_dpp v5, v1, v2  quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x74,0x01,0x1b,0x00,0x00]
+// GFX10: v_min_f16_dpp v5, v1, v2 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x74,0x01,0x1b,0x00,0x00]
 
 v_min_f16_dpp v5, v1, v2  row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x74,0x01,0x40,0x01,0x00]
+// GFX10: v_min_f16_dpp v5, v1, v2 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x74,0x01,0x40,0x01,0x00]
 
 v_min_f16_dpp v5, v1, v2  row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x74,0x01,0x41,0x01,0x00]
+// GFX10: v_min_f16_dpp v5, v1, v2 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x74,0x01,0x41,0x01,0x00]
 
 v_min_f16_dpp v5, v1, v2  row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x74,0x01,0x01,0x01,0x00]
+// GFX10: v_min_f16_dpp v5, v1, v2 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x74,0x01,0x01,0x01,0x00]
 
 v_min_f16_dpp v5, v1, v2  row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x74,0x01,0x0f,0x01,0x00]
+// GFX10: v_min_f16_dpp v5, v1, v2 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x74,0x01,0x0f,0x01,0x00]
 
 v_min_f16_dpp v5, v1, v2  row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x74,0x01,0x11,0x01,0x00]
+// GFX10: v_min_f16_dpp v5, v1, v2 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x74,0x01,0x11,0x01,0x00]
 
 v_min_f16_dpp v5, v1, v2  row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x74,0x01,0x1f,0x01,0x00]
+// GFX10: v_min_f16_dpp v5, v1, v2 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x74,0x01,0x1f,0x01,0x00]
 
 v_min_f16_dpp v5, v1, v2  row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x74,0x01,0x21,0x01,0x00]
+// GFX10: v_min_f16_dpp v5, v1, v2 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x74,0x01,0x21,0x01,0x00]
 
 v_min_f16_dpp v5, v1, v2  row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x74,0x01,0x2f,0x01,0x00]
+// GFX10: v_min_f16_dpp v5, v1, v2 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x74,0x01,0x2f,0x01,0x00]
 
 v_min_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x74,0x01,0xe4,0x00,0x10]
+// GFX10: v_min_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x74,0x01,0xe4,0x00,0x10]
 
 v_min_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x74,0x01,0xe4,0x00,0x30]
+// GFX10: v_min_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x74,0x01,0xe4,0x00,0x30]
 
 v_min_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x74,0x01,0xe4,0x00,0xf0]
+// GFX10: v_min_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x74,0x01,0xe4,0x00,0xf0]
 
 v_min_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x04,0x0a,0x74,0x01,0xe4,0x00,0x01]
+// GFX10: v_min_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x04,0x0a,0x74,0x01,0xe4,0x00,0x01]
 
 v_min_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x04,0x0a,0x74,0x01,0xe4,0x00,0x03]
+// GFX10: v_min_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x04,0x0a,0x74,0x01,0xe4,0x00,0x03]
 
 v_min_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x04,0x0a,0x74,0x01,0xe4,0x00,0x0f]
+// GFX10: v_min_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x04,0x0a,0x74,0x01,0xe4,0x00,0x0f]
 
 v_min_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x74,0x01,0xe4,0x08,0x00]
+// GFX10: v_min_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x04,0x0a,0x74,0x01,0xe4,0x08,0x00]
 
 v_min_f16_dpp v5, -v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x74,0x01,0xe4,0x10,0x00]
+// GFX10: v_min_f16_dpp v5, -v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x74,0x01,0xe4,0x10,0x00]
 
 v_min_f16_dpp v5, |v1|, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x74,0x01,0xe4,0x20,0x00]
+// GFX10: v_min_f16_dpp v5, |v1|, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x74,0x01,0xe4,0x20,0x00]
 
 v_min_f16_dpp v5, v1, v2  row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x74,0x01,0x51,0x01,0x00]
+// GFX10: v_min_f16_dpp v5, v1, v2 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x74,0x01,0x51,0x01,0x00]
 
 v_min_f16_dpp v5, v1, v2  row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x74,0x01,0x5f,0x01,0x00]
+// GFX10: v_min_f16_dpp v5, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x74,0x01,0x5f,0x01,0x00]
 
 v_min_f16_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x74,0x01,0x61,0x01,0x00]
+// GFX10: v_min_f16_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x74,0x01,0x61,0x01,0x00]
 
 v_min_f16_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x74,0x01,0x6f,0x01,0x00]
+// GFX10: v_min_f16_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x74,0x01,0x6f,0x01,0x00]
 
 v_ldexp_f16_e32 v5, v1, v2
-// GFX10: encoding: [0x01,0x05,0x0a,0x76]
+// GFX10: v_ldexp_f16_e32 v5, v1, v2              ; encoding: [0x01,0x05,0x0a,0x76]
 
 v_ldexp_f16_e32 v255, v1, v2
-// GFX10: encoding: [0x01,0x05,0xfe,0x77]
+// GFX10: v_ldexp_f16_e32 v255, v1, v2            ; encoding: [0x01,0x05,0xfe,0x77]
 
 v_ldexp_f16_e32 v5, v255, v2
-// GFX10: encoding: [0xff,0x05,0x0a,0x76]
+// GFX10: v_ldexp_f16_e32 v5, v255, v2            ; encoding: [0xff,0x05,0x0a,0x76]
 
 v_ldexp_f16_e32 v5, s1, v2
-// GFX10: encoding: [0x01,0x04,0x0a,0x76]
+// GFX10: v_ldexp_f16_e32 v5, s1, v2              ; encoding: [0x01,0x04,0x0a,0x76]
 
 v_ldexp_f16_e32 v5, s101, v2
-// GFX10: encoding: [0x65,0x04,0x0a,0x76]
+// GFX10: v_ldexp_f16_e32 v5, s101, v2            ; encoding: [0x65,0x04,0x0a,0x76]
 
 v_ldexp_f16_e32 v5, vcc_lo, v2
-// GFX10: encoding: [0x6a,0x04,0x0a,0x76]
+// GFX10: v_ldexp_f16_e32 v5, vcc_lo, v2          ; encoding: [0x6a,0x04,0x0a,0x76]
 
 v_ldexp_f16_e32 v5, vcc_hi, v2
-// GFX10: encoding: [0x6b,0x04,0x0a,0x76]
+// GFX10: v_ldexp_f16_e32 v5, vcc_hi, v2          ; encoding: [0x6b,0x04,0x0a,0x76]
 
 v_ldexp_f16_e32 v5, m0, v2
-// GFX10: encoding: [0x7c,0x04,0x0a,0x76]
+// GFX10: v_ldexp_f16_e32 v5, m0, v2              ; encoding: [0x7c,0x04,0x0a,0x76]
 
 v_ldexp_f16_e32 v5, exec_lo, v2
-// GFX10: encoding: [0x7e,0x04,0x0a,0x76]
+// GFX10: v_ldexp_f16_e32 v5, exec_lo, v2         ; encoding: [0x7e,0x04,0x0a,0x76]
 
 v_ldexp_f16_e32 v5, exec_hi, v2
-// GFX10: encoding: [0x7f,0x04,0x0a,0x76]
+// GFX10: v_ldexp_f16_e32 v5, exec_hi, v2         ; encoding: [0x7f,0x04,0x0a,0x76]
 
 v_ldexp_f16_e32 v5, 0, v2
-// GFX10: encoding: [0x80,0x04,0x0a,0x76]
+// GFX10: v_ldexp_f16_e32 v5, 0, v2               ; encoding: [0x80,0x04,0x0a,0x76]
 
 v_ldexp_f16_e32 v5, -1, v2
-// GFX10: encoding: [0xc1,0x04,0x0a,0x76]
+// GFX10: v_ldexp_f16_e32 v5, -1, v2              ; encoding: [0xc1,0x04,0x0a,0x76]
 
 v_ldexp_f16_e32 v5, 0.5, v2
-// GFX10: encoding: [0xf0,0x04,0x0a,0x76]
+// GFX10: v_ldexp_f16_e32 v5, 0.5, v2             ; encoding: [0xf0,0x04,0x0a,0x76]
 
 v_ldexp_f16_e32 v5, -4.0, v2
-// GFX10: encoding: [0xf7,0x04,0x0a,0x76]
+// GFX10: v_ldexp_f16_e32 v5, -4.0, v2            ; encoding: [0xf7,0x04,0x0a,0x76]
 
 v_ldexp_f16_e32 v5, 0xfe0b, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x76,0x0b,0xfe,0x00,0x00]
+// GFX10: v_ldexp_f16_e32 v5, 0xfe0b, v2          ; encoding: [0xff,0x04,0x0a,0x76,0x0b,0xfe,0x00,0x00]
 
 v_ldexp_f16_e32 v5, 0x3456, v2
-// GFX10: encoding: [0xff,0x04,0x0a,0x76,0x56,0x34,0x00,0x00]
+// GFX10: v_ldexp_f16_e32 v5, 0x3456, v2          ; encoding: [0xff,0x04,0x0a,0x76,0x56,0x34,0x00,0x00]
 
 v_ldexp_f16_e32 v5, v1, v255
-// GFX10: encoding: [0x01,0xff,0x0b,0x76]
+// GFX10: v_ldexp_f16_e32 v5, v1, v255            ; encoding: [0x01,0xff,0x0b,0x76]
 
 v_ldexp_f16_e64 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x3b,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_ldexp_f16_e64 v5, v1, v2              ; encoding: [0x05,0x00,0x3b,0xd5,0x01,0x05,0x02,0x00]
 
 v_ldexp_f16_e64 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x3b,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_ldexp_f16_e64 v255, v1, v2            ; encoding: [0xff,0x00,0x3b,0xd5,0x01,0x05,0x02,0x00]
 
 v_ldexp_f16_e64 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x3b,0xd5,0xff,0x05,0x02,0x00]
+// GFX10: v_ldexp_f16_e64 v5, v255, v2            ; encoding: [0x05,0x00,0x3b,0xd5,0xff,0x05,0x02,0x00]
 
 v_ldexp_f16_e64 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x3b,0xd5,0x01,0x04,0x02,0x00]
+// GFX10: v_ldexp_f16_e64 v5, s1, v2              ; encoding: [0x05,0x00,0x3b,0xd5,0x01,0x04,0x02,0x00]
 
 v_ldexp_f16_e64 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x3b,0xd5,0x65,0x04,0x02,0x00]
+// GFX10: v_ldexp_f16_e64 v5, s101, v2            ; encoding: [0x05,0x00,0x3b,0xd5,0x65,0x04,0x02,0x00]
 
 v_ldexp_f16_e64 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x3b,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_ldexp_f16_e64 v5, vcc_lo, v2          ; encoding: [0x05,0x00,0x3b,0xd5,0x6a,0x04,0x02,0x00]
 
 v_ldexp_f16_e64 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x3b,0xd5,0x6b,0x04,0x02,0x00]
+// GFX10: v_ldexp_f16_e64 v5, vcc_hi, v2          ; encoding: [0x05,0x00,0x3b,0xd5,0x6b,0x04,0x02,0x00]
 
 v_ldexp_f16_e64 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x3b,0xd5,0x7c,0x04,0x02,0x00]
+// GFX10: v_ldexp_f16_e64 v5, m0, v2              ; encoding: [0x05,0x00,0x3b,0xd5,0x7c,0x04,0x02,0x00]
 
 v_ldexp_f16_e64 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x3b,0xd5,0x7e,0x04,0x02,0x00]
+// GFX10: v_ldexp_f16_e64 v5, exec_lo, v2         ; encoding: [0x05,0x00,0x3b,0xd5,0x7e,0x04,0x02,0x00]
 
 v_ldexp_f16_e64 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x3b,0xd5,0x7f,0x04,0x02,0x00]
+// GFX10: v_ldexp_f16_e64 v5, exec_hi, v2         ; encoding: [0x05,0x00,0x3b,0xd5,0x7f,0x04,0x02,0x00]
 
 v_ldexp_f16_e64 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x3b,0xd5,0x80,0x04,0x02,0x00]
+// GFX10: v_ldexp_f16_e64 v5, 0, v2               ; encoding: [0x05,0x00,0x3b,0xd5,0x80,0x04,0x02,0x00]
 
 v_ldexp_f16_e64 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x3b,0xd5,0xc1,0x04,0x02,0x00]
+// GFX10: v_ldexp_f16_e64 v5, -1, v2              ; encoding: [0x05,0x00,0x3b,0xd5,0xc1,0x04,0x02,0x00]
 
 v_ldexp_f16_e64 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x3b,0xd5,0xf0,0x04,0x02,0x00]
+// GFX10: v_ldexp_f16_e64 v5, 0.5, v2             ; encoding: [0x05,0x00,0x3b,0xd5,0xf0,0x04,0x02,0x00]
 
 v_ldexp_f16_e64 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x3b,0xd5,0xf7,0x04,0x02,0x00]
+// GFX10: v_ldexp_f16_e64 v5, -4.0, v2            ; encoding: [0x05,0x00,0x3b,0xd5,0xf7,0x04,0x02,0x00]
 
 v_ldexp_f16_e64 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x3b,0xd5,0x01,0xff,0x03,0x00]
+// GFX10: v_ldexp_f16_e64 v5, v1, v255            ; encoding: [0x05,0x00,0x3b,0xd5,0x01,0xff,0x03,0x00]
 
 v_ldexp_f16_e64 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x3b,0xd5,0x01,0x05,0x00,0x00]
+// GFX10: v_ldexp_f16_e64 v5, v1, s2              ; encoding: [0x05,0x00,0x3b,0xd5,0x01,0x05,0x00,0x00]
 
 v_ldexp_f16_e64 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x3b,0xd5,0x01,0xcb,0x00,0x00]
+// GFX10: v_ldexp_f16_e64 v5, v1, s101            ; encoding: [0x05,0x00,0x3b,0xd5,0x01,0xcb,0x00,0x00]
 
 v_ldexp_f16_e64 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x3b,0xd5,0x01,0xd5,0x00,0x00]
+// GFX10: v_ldexp_f16_e64 v5, v1, vcc_lo          ; encoding: [0x05,0x00,0x3b,0xd5,0x01,0xd5,0x00,0x00]
 
 v_ldexp_f16_e64 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x3b,0xd5,0x01,0xd7,0x00,0x00]
+// GFX10: v_ldexp_f16_e64 v5, v1, vcc_hi          ; encoding: [0x05,0x00,0x3b,0xd5,0x01,0xd7,0x00,0x00]
 
 v_ldexp_f16_e64 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x3b,0xd5,0x01,0xf9,0x00,0x00]
+// GFX10: v_ldexp_f16_e64 v5, v1, m0              ; encoding: [0x05,0x00,0x3b,0xd5,0x01,0xf9,0x00,0x00]
 
 v_ldexp_f16_e64 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x3b,0xd5,0x01,0xfd,0x00,0x00]
+// GFX10: v_ldexp_f16_e64 v5, v1, exec_lo         ; encoding: [0x05,0x00,0x3b,0xd5,0x01,0xfd,0x00,0x00]
 
 v_ldexp_f16_e64 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x3b,0xd5,0x01,0xff,0x00,0x00]
+// GFX10: v_ldexp_f16_e64 v5, v1, exec_hi         ; encoding: [0x05,0x00,0x3b,0xd5,0x01,0xff,0x00,0x00]
 
 v_ldexp_f16_e64 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x3b,0xd5,0x01,0x01,0x01,0x00]
+// GFX10: v_ldexp_f16_e64 v5, v1, 0               ; encoding: [0x05,0x00,0x3b,0xd5,0x01,0x01,0x01,0x00]
 
 v_ldexp_f16_e64 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x3b,0xd5,0x01,0x83,0x01,0x00]
+// GFX10: v_ldexp_f16_e64 v5, v1, -1              ; encoding: [0x05,0x00,0x3b,0xd5,0x01,0x83,0x01,0x00]
 
 v_ldexp_f16_e64 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x3b,0xd5,0x01,0xe1,0x01,0x00]
+// GFX10: v_ldexp_f16_e64 v5, v1, 0.5             ; encoding: [0x05,0x00,0x3b,0xd5,0x01,0xe1,0x01,0x00]
 
 v_ldexp_f16_e64 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x3b,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_ldexp_f16_e64 v5, v1, -4.0            ; encoding: [0x05,0x00,0x3b,0xd5,0x01,0xef,0x01,0x00]
 
 v_ldexp_f16_e64 v5, -v1, v2
-// GFX10: encoding: [0x05,0x00,0x3b,0xd5,0x01,0x05,0x02,0x20]
+// GFX10: v_ldexp_f16_e64 v5, -v1, v2             ; encoding: [0x05,0x00,0x3b,0xd5,0x01,0x05,0x02,0x20]
 
 v_ldexp_f16_e64 v5, |v1|, v2
-// GFX10: encoding: [0x05,0x01,0x3b,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_ldexp_f16_e64 v5, |v1|, v2            ; encoding: [0x05,0x01,0x3b,0xd5,0x01,0x05,0x02,0x00]
 
 v_ldexp_f16_e64 v5, v1, v2 clamp
-// GFX10: encoding: [0x05,0x80,0x3b,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_ldexp_f16_e64 v5, v1, v2 clamp        ; encoding: [0x05,0x80,0x3b,0xd5,0x01,0x05,0x02,0x00]
 
 v_ldexp_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x76,0x01,0x06,0x06,0x06]
+// GFX10: v_ldexp_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x76,0x01,0x06,0x06,0x06]
 
 v_ldexp_f16_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0xfe,0x77,0x01,0x06,0x06,0x06]
+// GFX10: v_ldexp_f16_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0xfe,0x77,0x01,0x06,0x06,0x06]
 
 v_ldexp_f16_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x76,0xff,0x06,0x06,0x06]
+// GFX10: v_ldexp_f16_sdwa v5, v255, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x76,0xff,0x06,0x06,0x06]
 
 v_ldexp_f16_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x76,0x01,0x06,0x86,0x06]
+// GFX10: v_ldexp_f16_sdwa v5, s1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x76,0x01,0x06,0x86,0x06]
 
 v_ldexp_f16_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x76,0x65,0x06,0x86,0x06]
+// GFX10: v_ldexp_f16_sdwa v5, s101, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x76,0x65,0x06,0x86,0x06]
 
 v_ldexp_f16_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x76,0x6a,0x06,0x86,0x06]
+// GFX10: v_ldexp_f16_sdwa v5, vcc_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x76,0x6a,0x06,0x86,0x06]
 
 v_ldexp_f16_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x76,0x6b,0x06,0x86,0x06]
+// GFX10: v_ldexp_f16_sdwa v5, vcc_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x76,0x6b,0x06,0x86,0x06]
 
 v_ldexp_f16_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x76,0x7c,0x06,0x86,0x06]
+// GFX10: v_ldexp_f16_sdwa v5, m0, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x76,0x7c,0x06,0x86,0x06]
 
 v_ldexp_f16_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x76,0x7e,0x06,0x86,0x06]
+// GFX10: v_ldexp_f16_sdwa v5, exec_lo, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x76,0x7e,0x06,0x86,0x06]
 
 v_ldexp_f16_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x76,0x7f,0x06,0x86,0x06]
+// GFX10: v_ldexp_f16_sdwa v5, exec_hi, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x76,0x7f,0x06,0x86,0x06]
 
 v_ldexp_f16_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0xfe,0x0b,0x76,0x01,0x06,0x06,0x06]
+// GFX10: v_ldexp_f16_sdwa v5, v1, v255 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0xfe,0x0b,0x76,0x01,0x06,0x06,0x06]
 
 v_ldexp_f16_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x76,0x01,0x26,0x06,0x06]
+// GFX10: v_ldexp_f16_sdwa v5, v1, v2 clamp dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x76,0x01,0x26,0x06,0x06]
 
 v_ldexp_f16_sdwa v5, v1, v2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x76,0x01,0x06,0x06,0x06]
+// GFX10: v_ldexp_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x76,0x01,0x06,0x06,0x06]
 
 v_ldexp_f16_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x76,0x01,0x00,0x06,0x06]
+// GFX10: v_ldexp_f16_sdwa v5, v1, v2 dst_sel:BYTE_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x76,0x01,0x00,0x06,0x06]
 
 v_ldexp_f16_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x76,0x01,0x01,0x06,0x06]
+// GFX10: v_ldexp_f16_sdwa v5, v1, v2 dst_sel:BYTE_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x76,0x01,0x01,0x06,0x06]
 
 v_ldexp_f16_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x76,0x01,0x02,0x06,0x06]
+// GFX10: v_ldexp_f16_sdwa v5, v1, v2 dst_sel:BYTE_2 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x76,0x01,0x02,0x06,0x06]
 
 v_ldexp_f16_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x76,0x01,0x03,0x06,0x06]
+// GFX10: v_ldexp_f16_sdwa v5, v1, v2 dst_sel:BYTE_3 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x76,0x01,0x03,0x06,0x06]
 
 v_ldexp_f16_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x76,0x01,0x04,0x06,0x06]
+// GFX10: v_ldexp_f16_sdwa v5, v1, v2 dst_sel:WORD_0 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x76,0x01,0x04,0x06,0x06]
 
 v_ldexp_f16_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x76,0x01,0x05,0x06,0x06]
+// GFX10: v_ldexp_f16_sdwa v5, v1, v2 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x76,0x01,0x05,0x06,0x06]
 
 v_ldexp_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x76,0x01,0x0e,0x06,0x06]
+// GFX10: v_ldexp_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_SEXT src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x76,0x01,0x0e,0x06,0x06]
 
 v_ldexp_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x76,0x01,0x16,0x06,0x06]
+// GFX10: v_ldexp_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x76,0x01,0x16,0x06,0x06]
 
 v_ldexp_f16_sdwa v5, v1, v2 dst_sel:DWORD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x76,0x01,0x16,0x06,0x06]
+// GFX10: v_ldexp_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x76,0x01,0x16,0x06,0x06]
 
 v_ldexp_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x76,0x01,0x06,0x06,0x06]
+// GFX10: v_ldexp_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x76,0x01,0x06,0x06,0x06]
 
 v_ldexp_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x76,0x01,0x06,0x00,0x06]
+// GFX10: v_ldexp_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x76,0x01,0x06,0x00,0x06]
 
 v_ldexp_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x76,0x01,0x06,0x01,0x06]
+// GFX10: v_ldexp_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x76,0x01,0x06,0x01,0x06]
 
 v_ldexp_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x76,0x01,0x06,0x02,0x06]
+// GFX10: v_ldexp_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_2 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x76,0x01,0x06,0x02,0x06]
 
 v_ldexp_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x76,0x01,0x06,0x03,0x06]
+// GFX10: v_ldexp_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:BYTE_3 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x76,0x01,0x06,0x03,0x06]
 
 v_ldexp_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x76,0x01,0x06,0x04,0x06]
+// GFX10: v_ldexp_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_0 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x76,0x01,0x06,0x04,0x06]
 
 v_ldexp_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x76,0x01,0x06,0x05,0x06]
+// GFX10: v_ldexp_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x76,0x01,0x06,0x05,0x06]
 
 v_ldexp_f16_sdwa v5, -v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x76,0x01,0x06,0x16,0x06]
+// GFX10: v_ldexp_f16_sdwa v5, -v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x76,0x01,0x06,0x16,0x06]
 
 v_ldexp_f16_sdwa v5, |v1|, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x76,0x01,0x06,0x26,0x06]
+// GFX10: v_ldexp_f16_sdwa v5, |v1|, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x76,0x01,0x06,0x26,0x06]
 
 v_ldexp_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
-// GFX10: encoding: [0xf9,0x04,0x0a,0x76,0x01,0x06,0x06,0x06]
+// GFX10: v_ldexp_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x76,0x01,0x06,0x06,0x06]
 
 v_ldexp_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x76,0x01,0x06,0x06,0x00]
+// GFX10: v_ldexp_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_0 ; encoding: [0xf9,0x04,0x0a,0x76,0x01,0x06,0x06,0x00]
 
 v_ldexp_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x76,0x01,0x06,0x06,0x01]
+// GFX10: v_ldexp_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_1 ; encoding: [0xf9,0x04,0x0a,0x76,0x01,0x06,0x06,0x01]
 
 v_ldexp_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2
-// GFX10: encoding: [0xf9,0x04,0x0a,0x76,0x01,0x06,0x06,0x02]
+// GFX10: v_ldexp_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_2 ; encoding: [0xf9,0x04,0x0a,0x76,0x01,0x06,0x06,0x02]
 
 v_ldexp_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3
-// GFX10: encoding: [0xf9,0x04,0x0a,0x76,0x01,0x06,0x06,0x03]
+// GFX10: v_ldexp_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:BYTE_3 ; encoding: [0xf9,0x04,0x0a,0x76,0x01,0x06,0x06,0x03]
 
 v_ldexp_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0
-// GFX10: encoding: [0xf9,0x04,0x0a,0x76,0x01,0x06,0x06,0x04]
+// GFX10: v_ldexp_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_0 ; encoding: [0xf9,0x04,0x0a,0x76,0x01,0x06,0x06,0x04]
 
 v_ldexp_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1
-// GFX10: encoding: [0xf9,0x04,0x0a,0x76,0x01,0x06,0x06,0x05]
+// GFX10: v_ldexp_f16_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1 ; encoding: [0xf9,0x04,0x0a,0x76,0x01,0x06,0x06,0x05]
 
 v_ldexp_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x76,0x01,0xe4,0x00,0x00]
+// GFX10: v_ldexp_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x76,0x01,0xe4,0x00,0x00]
 
 v_ldexp_f16_dpp v255, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0xfe,0x77,0x01,0xe4,0x00,0x00]
+// GFX10: v_ldexp_f16_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0xfe,0x77,0x01,0xe4,0x00,0x00]
 
 v_ldexp_f16_dpp v5, v255, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x76,0xff,0xe4,0x00,0x00]
+// GFX10: v_ldexp_f16_dpp v5, v255, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x76,0xff,0xe4,0x00,0x00]
 
 v_ldexp_f16_dpp v5, v1, v255  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0xfe,0x0b,0x76,0x01,0xe4,0x00,0x00]
+// GFX10: v_ldexp_f16_dpp v5, v1, v255 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0xfe,0x0b,0x76,0x01,0xe4,0x00,0x00]
 
 v_ldexp_f16_dpp v5, v1, v2  quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x76,0x01,0x1b,0x00,0x00]
+// GFX10: v_ldexp_f16_dpp v5, v1, v2 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x76,0x01,0x1b,0x00,0x00]
 
 v_ldexp_f16_dpp v5, v1, v2  row_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x76,0x01,0x40,0x01,0x00]
+// GFX10: v_ldexp_f16_dpp v5, v1, v2 row_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x76,0x01,0x40,0x01,0x00]
 
 v_ldexp_f16_dpp v5, v1, v2  row_half_mirror row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x76,0x01,0x41,0x01,0x00]
+// GFX10: v_ldexp_f16_dpp v5, v1, v2 row_half_mirror row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x76,0x01,0x41,0x01,0x00]
 
 v_ldexp_f16_dpp v5, v1, v2  row_shl:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x76,0x01,0x01,0x01,0x00]
+// GFX10: v_ldexp_f16_dpp v5, v1, v2 row_shl:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x76,0x01,0x01,0x01,0x00]
 
 v_ldexp_f16_dpp v5, v1, v2  row_shl:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x76,0x01,0x0f,0x01,0x00]
+// GFX10: v_ldexp_f16_dpp v5, v1, v2 row_shl:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x76,0x01,0x0f,0x01,0x00]
 
 v_ldexp_f16_dpp v5, v1, v2  row_shr:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x76,0x01,0x11,0x01,0x00]
+// GFX10: v_ldexp_f16_dpp v5, v1, v2 row_shr:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x76,0x01,0x11,0x01,0x00]
 
 v_ldexp_f16_dpp v5, v1, v2  row_shr:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x76,0x01,0x1f,0x01,0x00]
+// GFX10: v_ldexp_f16_dpp v5, v1, v2 row_shr:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x76,0x01,0x1f,0x01,0x00]
 
 v_ldexp_f16_dpp v5, v1, v2  row_ror:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x76,0x01,0x21,0x01,0x00]
+// GFX10: v_ldexp_f16_dpp v5, v1, v2 row_ror:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x76,0x01,0x21,0x01,0x00]
 
 v_ldexp_f16_dpp v5, v1, v2  row_ror:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x76,0x01,0x2f,0x01,0x00]
+// GFX10: v_ldexp_f16_dpp v5, v1, v2 row_ror:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x76,0x01,0x2f,0x01,0x00]
 
 v_ldexp_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x76,0x01,0xe4,0x00,0x10]
+// GFX10: v_ldexp_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x1 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x76,0x01,0xe4,0x00,0x10]
 
 v_ldexp_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x76,0x01,0xe4,0x00,0x30]
+// GFX10: v_ldexp_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x3 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x76,0x01,0xe4,0x00,0x30]
 
 v_ldexp_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x76,0x01,0xe4,0x00,0xf0]
+// GFX10: v_ldexp_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x76,0x01,0xe4,0x00,0xf0]
 
 v_ldexp_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1
-// GFX10: encoding: [0xfa,0x04,0x0a,0x76,0x01,0xe4,0x00,0x01]
+// GFX10: v_ldexp_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x1 ; encoding: [0xfa,0x04,0x0a,0x76,0x01,0xe4,0x00,0x01]
 
 v_ldexp_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3
-// GFX10: encoding: [0xfa,0x04,0x0a,0x76,0x01,0xe4,0x00,0x03]
+// GFX10: v_ldexp_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x3 ; encoding: [0xfa,0x04,0x0a,0x76,0x01,0xe4,0x00,0x03]
 
 v_ldexp_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf
-// GFX10: encoding: [0xfa,0x04,0x0a,0x76,0x01,0xe4,0x00,0x0f]
+// GFX10: v_ldexp_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0xf ; encoding: [0xfa,0x04,0x0a,0x76,0x01,0xe4,0x00,0x0f]
 
 v_ldexp_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x76,0x01,0xe4,0x08,0x00]
+// GFX10: v_ldexp_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 bound_ctrl:1 ; encoding: [0xfa,0x04,0x0a,0x76,0x01,0xe4,0x08,0x00]
 
 v_ldexp_f16_dpp v5, -v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x76,0x01,0xe4,0x10,0x00]
+// GFX10: v_ldexp_f16_dpp v5, -v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x76,0x01,0xe4,0x10,0x00]
 
 v_ldexp_f16_dpp v5, |v1|, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x76,0x01,0xe4,0x20,0x00]
+// GFX10: v_ldexp_f16_dpp v5, |v1|, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x76,0x01,0xe4,0x20,0x00]
 
 v_ldexp_f16_dpp v5, v1, v2  row_share:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x76,0x01,0x51,0x01,0x00]
+// GFX10: v_ldexp_f16_dpp v5, v1, v2 row_share:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x76,0x01,0x51,0x01,0x00]
 
 v_ldexp_f16_dpp v5, v1, v2  row_share:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x76,0x01,0x5f,0x01,0x00]
+// GFX10: v_ldexp_f16_dpp v5, v1, v2 row_share:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x76,0x01,0x5f,0x01,0x00]
 
 v_ldexp_f16_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x76,0x01,0x61,0x01,0x00]
+// GFX10: v_ldexp_f16_dpp v5, v1, v2 row_xmask:1 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x76,0x01,0x61,0x01,0x00]
 
 v_ldexp_f16_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x76,0x01,0x6f,0x01,0x00]
+// GFX10: v_ldexp_f16_dpp v5, v1, v2 row_xmask:15 row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x76,0x01,0x6f,0x01,0x00]
 
 v_pk_fmac_f16 v5, v1, v2
-// GFX10: encoding: [0x01,0x05,0x0a,0x78]
+// GFX10: v_pk_fmac_f16 v5, v1, v2                ; encoding: [0x01,0x05,0x0a,0x78]
 
 v_pk_fmac_f16 v255, v1, v2
-// GFX10: encoding: [0x01,0x05,0xfe,0x79]
+// GFX10: v_pk_fmac_f16 v255, v1, v2              ; encoding: [0x01,0x05,0xfe,0x79]
 
 v_pk_fmac_f16 v5, v255, v2
-// GFX10: encoding: [0xff,0x05,0x0a,0x78]
+// GFX10: v_pk_fmac_f16 v5, v255, v2              ; encoding: [0xff,0x05,0x0a,0x78]
 
 v_pk_fmac_f16 v5, s1, v2
-// GFX10: encoding: [0x01,0x04,0x0a,0x78]
+// GFX10: v_pk_fmac_f16 v5, s1, v2                ; encoding: [0x01,0x04,0x0a,0x78]
 
 v_pk_fmac_f16 v5, s103, v2
-// GFX10: encoding: [0x67,0x04,0x0a,0x78]
+// GFX10: v_pk_fmac_f16 v5, s103, v2              ; encoding: [0x67,0x04,0x0a,0x78]
 
 v_pk_fmac_f16 v5, vcc_lo, v2
-// GFX10: encoding: [0x6a,0x04,0x0a,0x78]
+// GFX10: v_pk_fmac_f16 v5, vcc_lo, v2            ; encoding: [0x6a,0x04,0x0a,0x78]
 
 v_pk_fmac_f16 v5, vcc_hi, v2
-// GFX10: encoding: [0x6b,0x04,0x0a,0x78]
+// GFX10: v_pk_fmac_f16 v5, vcc_hi, v2            ; encoding: [0x6b,0x04,0x0a,0x78]
 
 v_pk_fmac_f16 v5, ttmp11, v2
-// GFX10: encoding: [0x77,0x04,0x0a,0x78]
+// GFX10: v_pk_fmac_f16 v5, ttmp11, v2            ; encoding: [0x77,0x04,0x0a,0x78]
 
 v_pk_fmac_f16 v5, m0, v2
-// GFX10: encoding: [0x7c,0x04,0x0a,0x78]
+// GFX10: v_pk_fmac_f16 v5, m0, v2                ; encoding: [0x7c,0x04,0x0a,0x78]
 
 v_pk_fmac_f16 v5, exec_lo, v2
-// GFX10: encoding: [0x7e,0x04,0x0a,0x78]
+// GFX10: v_pk_fmac_f16 v5, exec_lo, v2           ; encoding: [0x7e,0x04,0x0a,0x78]
 
 v_pk_fmac_f16 v5, exec_hi, v2
-// GFX10: encoding: [0x7f,0x04,0x0a,0x78]
+// GFX10: v_pk_fmac_f16 v5, exec_hi, v2           ; encoding: [0x7f,0x04,0x0a,0x78]
 
 v_pk_fmac_f16 v5, 0, v2
-// GFX10: encoding: [0x80,0x04,0x0a,0x78]
+// GFX10: v_pk_fmac_f16 v5, 0, v2                 ; encoding: [0x80,0x04,0x0a,0x78]
 
 v_pk_fmac_f16 v5, -1, v2
-// GFX10: encoding: [0xc1,0x04,0x0a,0x78]
+// GFX10: v_pk_fmac_f16 v5, -1, v2                ; encoding: [0xc1,0x04,0x0a,0x78]
 
 v_pk_fmac_f16 v5, 0.5, v2
-// GFX10: encoding: [0xf0,0x04,0x0a,0x78]
+// GFX10: v_pk_fmac_f16 v5, 0.5, v2               ; encoding: [0xf0,0x04,0x0a,0x78]
 
 v_pk_fmac_f16 v5, -4.0, v2
-// GFX10: encoding: [0xf7,0x04,0x0a,0x78]
+// GFX10: v_pk_fmac_f16 v5, -4.0, v2              ; encoding: [0xf7,0x04,0x0a,0x78]
 
 v_pk_fmac_f16 v5, v1, v255
-// GFX10: encoding: [0x01,0xff,0x0b,0x78]
+// GFX10: v_pk_fmac_f16 v5, v1, v255              ; encoding: [0x01,0xff,0x0b,0x78]
 
 v_pk_fmac_f16 v5, v1, v2
-// GFX10: encoding: [0x01,0x05,0x0a,0x78]
+// GFX10: v_pk_fmac_f16 v5, v1, v2                ; encoding: [0x01,0x05,0x0a,0x78]
 
 v_pk_fmac_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3]
-// GFX10: encoding: [0xfa,0x04,0x0a,0x78,0x01,0xe4,0x00,0xff]
+// GFX10: v_pk_fmac_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0xf ; encoding: [0xfa,0x04,0x0a,0x78,0x01,0xe4,0x00,0xff]
 
 v_pk_fmac_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX10: encoding: [0xfa,0x04,0x0a,0x78,0x01,0xe4,0x00,0x00]
+// GFX10: v_pk_fmac_f16_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x78,0x01,0xe4,0x00,0x00]
 
 v_pk_fmac_f16_dpp v5, v1, v2 dpp8:[7,6,5,4,3,2,1,0]
-// GFX10: encoding: [0xe9,0x04,0x0a,0x78,0x01,0x77,0x39,0x05]
+// GFX10: v_pk_fmac_f16_dpp v5, v1, v2 dpp8:[7,6,5,4,3,2,1,0] ; encoding: [0xe9,0x04,0x0a,0x78,0x01,0x77,0x39,0x05]

diff  --git a/llvm/test/MC/AMDGPU/gfx10_asm_vop3.s b/llvm/test/MC/AMDGPU/gfx10_asm_vop3.s
index fc85c1cf3ab1f..1854f23a5fe01 100644
--- a/llvm/test/MC/AMDGPU/gfx10_asm_vop3.s
+++ b/llvm/test/MC/AMDGPU/gfx10_asm_vop3.s
@@ -1,3 +1,4 @@
+// NOTE: Assertions have been autogenerated by utils/update_mc_test_checks.py UTC_ARGS: --version 6
 // RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize32 -show-encoding %s | FileCheck --check-prefixes=GFX10,W32 %s
 // RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize64 -show-encoding %s | FileCheck --check-prefixes=GFX10,W64 %s
 // RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize32 %s -filetype=null 2>&1 | FileCheck --check-prefixes=GFX10-ERR,W32-ERR --implicit-check-not=error: %s
@@ -8,3625 +9,3625 @@
 //===----------------------------------------------------------------------===//
 
 v_readlane_b32 s5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x60,0xd7,0x01,0x05,0x00,0x00]
+// GFX10: v_readlane_b32 s5, v1, s2               ; encoding: [0x05,0x00,0x60,0xd7,0x01,0x05,0x00,0x00]
 
 v_readlane_b32 s101, v1, s2
-// GFX10: encoding: [0x65,0x00,0x60,0xd7,0x01,0x05,0x00,0x00]
+// GFX10: v_readlane_b32 s101, v1, s2             ; encoding: [0x65,0x00,0x60,0xd7,0x01,0x05,0x00,0x00]
 
 v_readlane_b32 s5, v255, s2
-// GFX10: encoding: [0x05,0x00,0x60,0xd7,0xff,0x05,0x00,0x00]
+// GFX10: v_readlane_b32 s5, v255, s2             ; encoding: [0x05,0x00,0x60,0xd7,0xff,0x05,0x00,0x00]
 
 v_readlane_b32 s5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x60,0xd7,0x01,0xcb,0x00,0x00]
+// GFX10: v_readlane_b32 s5, v1, s101             ; encoding: [0x05,0x00,0x60,0xd7,0x01,0xcb,0x00,0x00]
 
 v_readlane_b32 s5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x60,0xd7,0x01,0xd5,0x00,0x00]
+// GFX10: v_readlane_b32 s5, v1, vcc_lo           ; encoding: [0x05,0x00,0x60,0xd7,0x01,0xd5,0x00,0x00]
 
 v_readlane_b32 s5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x60,0xd7,0x01,0xd7,0x00,0x00]
+// GFX10: v_readlane_b32 s5, v1, vcc_hi           ; encoding: [0x05,0x00,0x60,0xd7,0x01,0xd7,0x00,0x00]
 
 v_readlane_b32 s5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x60,0xd7,0x01,0xf9,0x00,0x00]
+// GFX10: v_readlane_b32 s5, v1, m0               ; encoding: [0x05,0x00,0x60,0xd7,0x01,0xf9,0x00,0x00]
 
 v_readlane_b32 s5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x60,0xd7,0x01,0x01,0x01,0x00]
+// GFX10: v_readlane_b32 s5, v1, 0                ; encoding: [0x05,0x00,0x60,0xd7,0x01,0x01,0x01,0x00]
 
 v_writelane_b32 v5, 0, s2
-// GFX10: encoding: [0x05,0x00,0x61,0xd7,0x80,0x04,0x00,0x00]
+// GFX10: v_writelane_b32 v5, 0, s2               ; encoding: [0x05,0x00,0x61,0xd7,0x80,0x04,0x00,0x00]
 
 v_writelane_b32 v255, 0, s2
-// GFX10: encoding: [0xff,0x00,0x61,0xd7,0x80,0x04,0x00,0x00]
+// GFX10: v_writelane_b32 v255, 0, s2             ; encoding: [0xff,0x00,0x61,0xd7,0x80,0x04,0x00,0x00]
 
 v_writelane_b32 v5, -1, s2
-// GFX10: encoding: [0x05,0x00,0x61,0xd7,0xc1,0x04,0x00,0x00]
+// GFX10: v_writelane_b32 v5, -1, s2              ; encoding: [0x05,0x00,0x61,0xd7,0xc1,0x04,0x00,0x00]
 
 v_writelane_b32 v5, 0.5, s2
-// GFX10: encoding: [0x05,0x00,0x61,0xd7,0xf0,0x04,0x00,0x00]
+// GFX10: v_writelane_b32 v5, 0.5, s2             ; encoding: [0x05,0x00,0x61,0xd7,0xf0,0x04,0x00,0x00]
 
 v_writelane_b32 v5, -4.0, s2
-// GFX10: encoding: [0x05,0x00,0x61,0xd7,0xf7,0x04,0x00,0x00]
+// GFX10: v_writelane_b32 v5, -4.0, s2            ; encoding: [0x05,0x00,0x61,0xd7,0xf7,0x04,0x00,0x00]
 
 v_writelane_b32 v5, 0, s101
-// GFX10: encoding: [0x05,0x00,0x61,0xd7,0x80,0xca,0x00,0x00]
+// GFX10: v_writelane_b32 v5, 0, s101             ; encoding: [0x05,0x00,0x61,0xd7,0x80,0xca,0x00,0x00]
 
 v_writelane_b32 v5, 0, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x61,0xd7,0x80,0xd4,0x00,0x00]
+// GFX10: v_writelane_b32 v5, 0, vcc_lo           ; encoding: [0x05,0x00,0x61,0xd7,0x80,0xd4,0x00,0x00]
 
 v_writelane_b32 v5, 0, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x61,0xd7,0x80,0xd6,0x00,0x00]
+// GFX10: v_writelane_b32 v5, 0, vcc_hi           ; encoding: [0x05,0x00,0x61,0xd7,0x80,0xd6,0x00,0x00]
 
 v_writelane_b32 v5, 0, m0
-// GFX10: encoding: [0x05,0x00,0x61,0xd7,0x80,0xf8,0x00,0x00]
+// GFX10: v_writelane_b32 v5, 0, m0               ; encoding: [0x05,0x00,0x61,0xd7,0x80,0xf8,0x00,0x00]
 
 v_writelane_b32 v5, 0, 0
-// GFX10: encoding: [0x05,0x00,0x61,0xd7,0x80,0x00,0x01,0x00]
+// GFX10: v_writelane_b32 v5, 0, 0                ; encoding: [0x05,0x00,0x61,0xd7,0x80,0x00,0x01,0x00]
 
 v_bfm_b32 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x63,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_bfm_b32 v5, v1, v2                    ; encoding: [0x05,0x00,0x63,0xd7,0x01,0x05,0x02,0x00]
 
 v_bfm_b32 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x63,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_bfm_b32 v255, v1, v2                  ; encoding: [0xff,0x00,0x63,0xd7,0x01,0x05,0x02,0x00]
 
 v_bfm_b32 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x63,0xd7,0xff,0x05,0x02,0x00]
+// GFX10: v_bfm_b32 v5, v255, v2                  ; encoding: [0x05,0x00,0x63,0xd7,0xff,0x05,0x02,0x00]
 
 v_bfm_b32 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x63,0xd7,0x01,0x04,0x02,0x00]
+// GFX10: v_bfm_b32 v5, s1, v2                    ; encoding: [0x05,0x00,0x63,0xd7,0x01,0x04,0x02,0x00]
 
 v_bfm_b32 v5, s103, v2
-// GFX10: encoding: [0x05,0x00,0x63,0xd7,0x67,0x04,0x02,0x00]
+// GFX10: v_bfm_b32 v5, s103, v2                  ; encoding: [0x05,0x00,0x63,0xd7,0x67,0x04,0x02,0x00]
 
 v_bfm_b32 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x63,0xd7,0x6a,0x04,0x02,0x00]
+// GFX10: v_bfm_b32 v5, vcc_lo, v2                ; encoding: [0x05,0x00,0x63,0xd7,0x6a,0x04,0x02,0x00]
 
 v_bfm_b32 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x63,0xd7,0x6b,0x04,0x02,0x00]
+// GFX10: v_bfm_b32 v5, vcc_hi, v2                ; encoding: [0x05,0x00,0x63,0xd7,0x6b,0x04,0x02,0x00]
 
 v_bfm_b32 v5, ttmp11, v2
-// GFX10: encoding: [0x05,0x00,0x63,0xd7,0x77,0x04,0x02,0x00]
+// GFX10: v_bfm_b32 v5, ttmp11, v2                ; encoding: [0x05,0x00,0x63,0xd7,0x77,0x04,0x02,0x00]
 
 v_bfm_b32 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x63,0xd7,0x7c,0x04,0x02,0x00]
+// GFX10: v_bfm_b32 v5, m0, v2                    ; encoding: [0x05,0x00,0x63,0xd7,0x7c,0x04,0x02,0x00]
 
 v_bfm_b32 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x63,0xd7,0x7e,0x04,0x02,0x00]
+// GFX10: v_bfm_b32 v5, exec_lo, v2               ; encoding: [0x05,0x00,0x63,0xd7,0x7e,0x04,0x02,0x00]
 
 v_bfm_b32 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x63,0xd7,0x7f,0x04,0x02,0x00]
+// GFX10: v_bfm_b32 v5, exec_hi, v2               ; encoding: [0x05,0x00,0x63,0xd7,0x7f,0x04,0x02,0x00]
 
 v_bfm_b32 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x63,0xd7,0x80,0x04,0x02,0x00]
+// GFX10: v_bfm_b32 v5, 0, v2                     ; encoding: [0x05,0x00,0x63,0xd7,0x80,0x04,0x02,0x00]
 
 v_bfm_b32 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x63,0xd7,0xc1,0x04,0x02,0x00]
+// GFX10: v_bfm_b32 v5, -1, v2                    ; encoding: [0x05,0x00,0x63,0xd7,0xc1,0x04,0x02,0x00]
 
 v_bfm_b32 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x63,0xd7,0xf0,0x04,0x02,0x00]
+// GFX10: v_bfm_b32 v5, 0.5, v2                   ; encoding: [0x05,0x00,0x63,0xd7,0xf0,0x04,0x02,0x00]
 
 v_bfm_b32 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x63,0xd7,0xf7,0x04,0x02,0x00]
+// GFX10: v_bfm_b32 v5, -4.0, v2                  ; encoding: [0x05,0x00,0x63,0xd7,0xf7,0x04,0x02,0x00]
 
 v_bfm_b32 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x63,0xd7,0x01,0xff,0x03,0x00]
+// GFX10: v_bfm_b32 v5, v1, v255                  ; encoding: [0x05,0x00,0x63,0xd7,0x01,0xff,0x03,0x00]
 
 v_bfm_b32 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x63,0xd7,0x01,0x05,0x00,0x00]
+// GFX10: v_bfm_b32 v5, v1, s2                    ; encoding: [0x05,0x00,0x63,0xd7,0x01,0x05,0x00,0x00]
 
 v_bfm_b32 v5, v1, s103
-// GFX10: encoding: [0x05,0x00,0x63,0xd7,0x01,0xcf,0x00,0x00]
+// GFX10: v_bfm_b32 v5, v1, s103                  ; encoding: [0x05,0x00,0x63,0xd7,0x01,0xcf,0x00,0x00]
 
 v_bfm_b32 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x63,0xd7,0x01,0xd5,0x00,0x00]
+// GFX10: v_bfm_b32 v5, v1, vcc_lo                ; encoding: [0x05,0x00,0x63,0xd7,0x01,0xd5,0x00,0x00]
 
 v_bfm_b32 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x63,0xd7,0x01,0xd7,0x00,0x00]
+// GFX10: v_bfm_b32 v5, v1, vcc_hi                ; encoding: [0x05,0x00,0x63,0xd7,0x01,0xd7,0x00,0x00]
 
 v_bfm_b32 v5, v1, ttmp11
-// GFX10: encoding: [0x05,0x00,0x63,0xd7,0x01,0xef,0x00,0x00]
+// GFX10: v_bfm_b32 v5, v1, ttmp11                ; encoding: [0x05,0x00,0x63,0xd7,0x01,0xef,0x00,0x00]
 
 v_bfm_b32 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x63,0xd7,0x01,0xf9,0x00,0x00]
+// GFX10: v_bfm_b32 v5, v1, m0                    ; encoding: [0x05,0x00,0x63,0xd7,0x01,0xf9,0x00,0x00]
 
 v_bfm_b32 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x63,0xd7,0x01,0xfd,0x00,0x00]
+// GFX10: v_bfm_b32 v5, v1, exec_lo               ; encoding: [0x05,0x00,0x63,0xd7,0x01,0xfd,0x00,0x00]
 
 v_bfm_b32 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x63,0xd7,0x01,0xff,0x00,0x00]
+// GFX10: v_bfm_b32 v5, v1, exec_hi               ; encoding: [0x05,0x00,0x63,0xd7,0x01,0xff,0x00,0x00]
 
 v_bfm_b32 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x63,0xd7,0x01,0x01,0x01,0x00]
+// GFX10: v_bfm_b32 v5, v1, 0                     ; encoding: [0x05,0x00,0x63,0xd7,0x01,0x01,0x01,0x00]
 
 v_bfm_b32 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x63,0xd7,0x01,0x83,0x01,0x00]
+// GFX10: v_bfm_b32 v5, v1, -1                    ; encoding: [0x05,0x00,0x63,0xd7,0x01,0x83,0x01,0x00]
 
 v_bfm_b32 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x63,0xd7,0x01,0xe1,0x01,0x00]
+// GFX10: v_bfm_b32 v5, v1, 0.5                   ; encoding: [0x05,0x00,0x63,0xd7,0x01,0xe1,0x01,0x00]
 
 v_bfm_b32 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x63,0xd7,0x01,0xef,0x01,0x00]
+// GFX10: v_bfm_b32 v5, v1, -4.0                  ; encoding: [0x05,0x00,0x63,0xd7,0x01,0xef,0x01,0x00]
 
 v_bcnt_u32_b32 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x64,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_bcnt_u32_b32 v5, v1, v2               ; encoding: [0x05,0x00,0x64,0xd7,0x01,0x05,0x02,0x00]
 
 v_bcnt_u32_b32 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x64,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_bcnt_u32_b32 v255, v1, v2             ; encoding: [0xff,0x00,0x64,0xd7,0x01,0x05,0x02,0x00]
 
 v_bcnt_u32_b32 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x64,0xd7,0xff,0x05,0x02,0x00]
+// GFX10: v_bcnt_u32_b32 v5, v255, v2             ; encoding: [0x05,0x00,0x64,0xd7,0xff,0x05,0x02,0x00]
 
 v_bcnt_u32_b32 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x64,0xd7,0x01,0x04,0x02,0x00]
+// GFX10: v_bcnt_u32_b32 v5, s1, v2               ; encoding: [0x05,0x00,0x64,0xd7,0x01,0x04,0x02,0x00]
 
 v_bcnt_u32_b32 v5, s103, v2
-// GFX10: encoding: [0x05,0x00,0x64,0xd7,0x67,0x04,0x02,0x00]
+// GFX10: v_bcnt_u32_b32 v5, s103, v2             ; encoding: [0x05,0x00,0x64,0xd7,0x67,0x04,0x02,0x00]
 
 v_bcnt_u32_b32 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x64,0xd7,0x6a,0x04,0x02,0x00]
+// GFX10: v_bcnt_u32_b32 v5, vcc_lo, v2           ; encoding: [0x05,0x00,0x64,0xd7,0x6a,0x04,0x02,0x00]
 
 v_bcnt_u32_b32 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x64,0xd7,0x6b,0x04,0x02,0x00]
+// GFX10: v_bcnt_u32_b32 v5, vcc_hi, v2           ; encoding: [0x05,0x00,0x64,0xd7,0x6b,0x04,0x02,0x00]
 
 v_bcnt_u32_b32 v5, ttmp11, v2
-// GFX10: encoding: [0x05,0x00,0x64,0xd7,0x77,0x04,0x02,0x00]
+// GFX10: v_bcnt_u32_b32 v5, ttmp11, v2           ; encoding: [0x05,0x00,0x64,0xd7,0x77,0x04,0x02,0x00]
 
 v_bcnt_u32_b32 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x64,0xd7,0x7c,0x04,0x02,0x00]
+// GFX10: v_bcnt_u32_b32 v5, m0, v2               ; encoding: [0x05,0x00,0x64,0xd7,0x7c,0x04,0x02,0x00]
 
 v_bcnt_u32_b32 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x64,0xd7,0x7e,0x04,0x02,0x00]
+// GFX10: v_bcnt_u32_b32 v5, exec_lo, v2          ; encoding: [0x05,0x00,0x64,0xd7,0x7e,0x04,0x02,0x00]
 
 v_bcnt_u32_b32 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x64,0xd7,0x7f,0x04,0x02,0x00]
+// GFX10: v_bcnt_u32_b32 v5, exec_hi, v2          ; encoding: [0x05,0x00,0x64,0xd7,0x7f,0x04,0x02,0x00]
 
 v_bcnt_u32_b32 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x64,0xd7,0x80,0x04,0x02,0x00]
+// GFX10: v_bcnt_u32_b32 v5, 0, v2                ; encoding: [0x05,0x00,0x64,0xd7,0x80,0x04,0x02,0x00]
 
 v_bcnt_u32_b32 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x64,0xd7,0xc1,0x04,0x02,0x00]
+// GFX10: v_bcnt_u32_b32 v5, -1, v2               ; encoding: [0x05,0x00,0x64,0xd7,0xc1,0x04,0x02,0x00]
 
 v_bcnt_u32_b32 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x64,0xd7,0xf0,0x04,0x02,0x00]
+// GFX10: v_bcnt_u32_b32 v5, 0.5, v2              ; encoding: [0x05,0x00,0x64,0xd7,0xf0,0x04,0x02,0x00]
 
 v_bcnt_u32_b32 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x64,0xd7,0xf7,0x04,0x02,0x00]
+// GFX10: v_bcnt_u32_b32 v5, -4.0, v2             ; encoding: [0x05,0x00,0x64,0xd7,0xf7,0x04,0x02,0x00]
 
 v_bcnt_u32_b32 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x64,0xd7,0x01,0xff,0x03,0x00]
+// GFX10: v_bcnt_u32_b32 v5, v1, v255             ; encoding: [0x05,0x00,0x64,0xd7,0x01,0xff,0x03,0x00]
 
 v_bcnt_u32_b32 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x64,0xd7,0x01,0x05,0x00,0x00]
+// GFX10: v_bcnt_u32_b32 v5, v1, s2               ; encoding: [0x05,0x00,0x64,0xd7,0x01,0x05,0x00,0x00]
 
 v_bcnt_u32_b32 v5, v1, s103
-// GFX10: encoding: [0x05,0x00,0x64,0xd7,0x01,0xcf,0x00,0x00]
+// GFX10: v_bcnt_u32_b32 v5, v1, s103             ; encoding: [0x05,0x00,0x64,0xd7,0x01,0xcf,0x00,0x00]
 
 v_bcnt_u32_b32 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x64,0xd7,0x01,0xd5,0x00,0x00]
+// GFX10: v_bcnt_u32_b32 v5, v1, vcc_lo           ; encoding: [0x05,0x00,0x64,0xd7,0x01,0xd5,0x00,0x00]
 
 v_bcnt_u32_b32 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x64,0xd7,0x01,0xd7,0x00,0x00]
+// GFX10: v_bcnt_u32_b32 v5, v1, vcc_hi           ; encoding: [0x05,0x00,0x64,0xd7,0x01,0xd7,0x00,0x00]
 
 v_bcnt_u32_b32 v5, v1, ttmp11
-// GFX10: encoding: [0x05,0x00,0x64,0xd7,0x01,0xef,0x00,0x00]
+// GFX10: v_bcnt_u32_b32 v5, v1, ttmp11           ; encoding: [0x05,0x00,0x64,0xd7,0x01,0xef,0x00,0x00]
 
 v_bcnt_u32_b32 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x64,0xd7,0x01,0xf9,0x00,0x00]
+// GFX10: v_bcnt_u32_b32 v5, v1, m0               ; encoding: [0x05,0x00,0x64,0xd7,0x01,0xf9,0x00,0x00]
 
 v_bcnt_u32_b32 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x64,0xd7,0x01,0xfd,0x00,0x00]
+// GFX10: v_bcnt_u32_b32 v5, v1, exec_lo          ; encoding: [0x05,0x00,0x64,0xd7,0x01,0xfd,0x00,0x00]
 
 v_bcnt_u32_b32 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x64,0xd7,0x01,0xff,0x00,0x00]
+// GFX10: v_bcnt_u32_b32 v5, v1, exec_hi          ; encoding: [0x05,0x00,0x64,0xd7,0x01,0xff,0x00,0x00]
 
 v_bcnt_u32_b32 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x64,0xd7,0x01,0x01,0x01,0x00]
+// GFX10: v_bcnt_u32_b32 v5, v1, 0                ; encoding: [0x05,0x00,0x64,0xd7,0x01,0x01,0x01,0x00]
 
 v_bcnt_u32_b32 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x64,0xd7,0x01,0x83,0x01,0x00]
+// GFX10: v_bcnt_u32_b32 v5, v1, -1               ; encoding: [0x05,0x00,0x64,0xd7,0x01,0x83,0x01,0x00]
 
 v_bcnt_u32_b32 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x64,0xd7,0x01,0xe1,0x01,0x00]
+// GFX10: v_bcnt_u32_b32 v5, v1, 0.5              ; encoding: [0x05,0x00,0x64,0xd7,0x01,0xe1,0x01,0x00]
 
 v_bcnt_u32_b32 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x64,0xd7,0x01,0xef,0x01,0x00]
+// GFX10: v_bcnt_u32_b32 v5, v1, -4.0             ; encoding: [0x05,0x00,0x64,0xd7,0x01,0xef,0x01,0x00]
 
 v_mbcnt_lo_u32_b32 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x65,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_mbcnt_lo_u32_b32 v5, v1, v2           ; encoding: [0x05,0x00,0x65,0xd7,0x01,0x05,0x02,0x00]
 
 v_mbcnt_lo_u32_b32 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x65,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_mbcnt_lo_u32_b32 v255, v1, v2         ; encoding: [0xff,0x00,0x65,0xd7,0x01,0x05,0x02,0x00]
 
 v_mbcnt_lo_u32_b32 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x65,0xd7,0xff,0x05,0x02,0x00]
+// GFX10: v_mbcnt_lo_u32_b32 v5, v255, v2         ; encoding: [0x05,0x00,0x65,0xd7,0xff,0x05,0x02,0x00]
 
 v_mbcnt_lo_u32_b32 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x65,0xd7,0x01,0x04,0x02,0x00]
+// GFX10: v_mbcnt_lo_u32_b32 v5, s1, v2           ; encoding: [0x05,0x00,0x65,0xd7,0x01,0x04,0x02,0x00]
 
 v_mbcnt_lo_u32_b32 v5, s103, v2
-// GFX10: encoding: [0x05,0x00,0x65,0xd7,0x67,0x04,0x02,0x00]
+// GFX10: v_mbcnt_lo_u32_b32 v5, s103, v2         ; encoding: [0x05,0x00,0x65,0xd7,0x67,0x04,0x02,0x00]
 
 v_mbcnt_lo_u32_b32 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x65,0xd7,0x6a,0x04,0x02,0x00]
+// GFX10: v_mbcnt_lo_u32_b32 v5, vcc_lo, v2       ; encoding: [0x05,0x00,0x65,0xd7,0x6a,0x04,0x02,0x00]
 
 v_mbcnt_lo_u32_b32 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x65,0xd7,0x6b,0x04,0x02,0x00]
+// GFX10: v_mbcnt_lo_u32_b32 v5, vcc_hi, v2       ; encoding: [0x05,0x00,0x65,0xd7,0x6b,0x04,0x02,0x00]
 
 v_mbcnt_lo_u32_b32 v5, ttmp11, v2
-// GFX10: encoding: [0x05,0x00,0x65,0xd7,0x77,0x04,0x02,0x00]
+// GFX10: v_mbcnt_lo_u32_b32 v5, ttmp11, v2       ; encoding: [0x05,0x00,0x65,0xd7,0x77,0x04,0x02,0x00]
 
 v_mbcnt_lo_u32_b32 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x65,0xd7,0x7c,0x04,0x02,0x00]
+// GFX10: v_mbcnt_lo_u32_b32 v5, m0, v2           ; encoding: [0x05,0x00,0x65,0xd7,0x7c,0x04,0x02,0x00]
 
 v_mbcnt_lo_u32_b32 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x65,0xd7,0x7e,0x04,0x02,0x00]
+// GFX10: v_mbcnt_lo_u32_b32 v5, exec_lo, v2      ; encoding: [0x05,0x00,0x65,0xd7,0x7e,0x04,0x02,0x00]
 
 v_mbcnt_lo_u32_b32 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x65,0xd7,0x7f,0x04,0x02,0x00]
+// GFX10: v_mbcnt_lo_u32_b32 v5, exec_hi, v2      ; encoding: [0x05,0x00,0x65,0xd7,0x7f,0x04,0x02,0x00]
 
 v_mbcnt_lo_u32_b32 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x65,0xd7,0x80,0x04,0x02,0x00]
+// GFX10: v_mbcnt_lo_u32_b32 v5, 0, v2            ; encoding: [0x05,0x00,0x65,0xd7,0x80,0x04,0x02,0x00]
 
 v_mbcnt_lo_u32_b32 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x65,0xd7,0xc1,0x04,0x02,0x00]
+// GFX10: v_mbcnt_lo_u32_b32 v5, -1, v2           ; encoding: [0x05,0x00,0x65,0xd7,0xc1,0x04,0x02,0x00]
 
 v_mbcnt_lo_u32_b32 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x65,0xd7,0xf0,0x04,0x02,0x00]
+// GFX10: v_mbcnt_lo_u32_b32 v5, 0.5, v2          ; encoding: [0x05,0x00,0x65,0xd7,0xf0,0x04,0x02,0x00]
 
 v_mbcnt_lo_u32_b32 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x65,0xd7,0xf7,0x04,0x02,0x00]
+// GFX10: v_mbcnt_lo_u32_b32 v5, -4.0, v2         ; encoding: [0x05,0x00,0x65,0xd7,0xf7,0x04,0x02,0x00]
 
 v_mbcnt_lo_u32_b32 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x65,0xd7,0x01,0xff,0x03,0x00]
+// GFX10: v_mbcnt_lo_u32_b32 v5, v1, v255         ; encoding: [0x05,0x00,0x65,0xd7,0x01,0xff,0x03,0x00]
 
 v_mbcnt_lo_u32_b32 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x65,0xd7,0x01,0x05,0x00,0x00]
+// GFX10: v_mbcnt_lo_u32_b32 v5, v1, s2           ; encoding: [0x05,0x00,0x65,0xd7,0x01,0x05,0x00,0x00]
 
 v_mbcnt_lo_u32_b32 v5, v1, s103
-// GFX10: encoding: [0x05,0x00,0x65,0xd7,0x01,0xcf,0x00,0x00]
+// GFX10: v_mbcnt_lo_u32_b32 v5, v1, s103         ; encoding: [0x05,0x00,0x65,0xd7,0x01,0xcf,0x00,0x00]
 
 v_mbcnt_lo_u32_b32 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x65,0xd7,0x01,0xd5,0x00,0x00]
+// GFX10: v_mbcnt_lo_u32_b32 v5, v1, vcc_lo       ; encoding: [0x05,0x00,0x65,0xd7,0x01,0xd5,0x00,0x00]
 
 v_mbcnt_lo_u32_b32 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x65,0xd7,0x01,0xd7,0x00,0x00]
+// GFX10: v_mbcnt_lo_u32_b32 v5, v1, vcc_hi       ; encoding: [0x05,0x00,0x65,0xd7,0x01,0xd7,0x00,0x00]
 
 v_mbcnt_lo_u32_b32 v5, v1, ttmp11
-// GFX10: encoding: [0x05,0x00,0x65,0xd7,0x01,0xef,0x00,0x00]
+// GFX10: v_mbcnt_lo_u32_b32 v5, v1, ttmp11       ; encoding: [0x05,0x00,0x65,0xd7,0x01,0xef,0x00,0x00]
 
 v_mbcnt_lo_u32_b32 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x65,0xd7,0x01,0xf9,0x00,0x00]
+// GFX10: v_mbcnt_lo_u32_b32 v5, v1, m0           ; encoding: [0x05,0x00,0x65,0xd7,0x01,0xf9,0x00,0x00]
 
 v_mbcnt_lo_u32_b32 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x65,0xd7,0x01,0xfd,0x00,0x00]
+// GFX10: v_mbcnt_lo_u32_b32 v5, v1, exec_lo      ; encoding: [0x05,0x00,0x65,0xd7,0x01,0xfd,0x00,0x00]
 
 v_mbcnt_lo_u32_b32 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x65,0xd7,0x01,0xff,0x00,0x00]
+// GFX10: v_mbcnt_lo_u32_b32 v5, v1, exec_hi      ; encoding: [0x05,0x00,0x65,0xd7,0x01,0xff,0x00,0x00]
 
 v_mbcnt_lo_u32_b32 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x65,0xd7,0x01,0x01,0x01,0x00]
+// GFX10: v_mbcnt_lo_u32_b32 v5, v1, 0            ; encoding: [0x05,0x00,0x65,0xd7,0x01,0x01,0x01,0x00]
 
 v_mbcnt_lo_u32_b32 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x65,0xd7,0x01,0x83,0x01,0x00]
+// GFX10: v_mbcnt_lo_u32_b32 v5, v1, -1           ; encoding: [0x05,0x00,0x65,0xd7,0x01,0x83,0x01,0x00]
 
 v_mbcnt_lo_u32_b32 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x65,0xd7,0x01,0xe1,0x01,0x00]
+// GFX10: v_mbcnt_lo_u32_b32 v5, v1, 0.5          ; encoding: [0x05,0x00,0x65,0xd7,0x01,0xe1,0x01,0x00]
 
 v_mbcnt_lo_u32_b32 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x65,0xd7,0x01,0xef,0x01,0x00]
+// GFX10: v_mbcnt_lo_u32_b32 v5, v1, -4.0         ; encoding: [0x05,0x00,0x65,0xd7,0x01,0xef,0x01,0x00]
 
 v_mbcnt_hi_u32_b32 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x66,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_mbcnt_hi_u32_b32 v5, v1, v2           ; encoding: [0x05,0x00,0x66,0xd7,0x01,0x05,0x02,0x00]
 
 v_mbcnt_hi_u32_b32 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x66,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_mbcnt_hi_u32_b32 v255, v1, v2         ; encoding: [0xff,0x00,0x66,0xd7,0x01,0x05,0x02,0x00]
 
 v_mbcnt_hi_u32_b32 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x66,0xd7,0xff,0x05,0x02,0x00]
+// GFX10: v_mbcnt_hi_u32_b32 v5, v255, v2         ; encoding: [0x05,0x00,0x66,0xd7,0xff,0x05,0x02,0x00]
 
 v_mbcnt_hi_u32_b32 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x66,0xd7,0x01,0x04,0x02,0x00]
+// GFX10: v_mbcnt_hi_u32_b32 v5, s1, v2           ; encoding: [0x05,0x00,0x66,0xd7,0x01,0x04,0x02,0x00]
 
 v_mbcnt_hi_u32_b32 v5, s103, v2
-// GFX10: encoding: [0x05,0x00,0x66,0xd7,0x67,0x04,0x02,0x00]
+// GFX10: v_mbcnt_hi_u32_b32 v5, s103, v2         ; encoding: [0x05,0x00,0x66,0xd7,0x67,0x04,0x02,0x00]
 
 v_mbcnt_hi_u32_b32 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x66,0xd7,0x6a,0x04,0x02,0x00]
+// GFX10: v_mbcnt_hi_u32_b32 v5, vcc_lo, v2       ; encoding: [0x05,0x00,0x66,0xd7,0x6a,0x04,0x02,0x00]
 
 v_mbcnt_hi_u32_b32 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x66,0xd7,0x6b,0x04,0x02,0x00]
+// GFX10: v_mbcnt_hi_u32_b32 v5, vcc_hi, v2       ; encoding: [0x05,0x00,0x66,0xd7,0x6b,0x04,0x02,0x00]
 
 v_mbcnt_hi_u32_b32 v5, ttmp11, v2
-// GFX10: encoding: [0x05,0x00,0x66,0xd7,0x77,0x04,0x02,0x00]
+// GFX10: v_mbcnt_hi_u32_b32 v5, ttmp11, v2       ; encoding: [0x05,0x00,0x66,0xd7,0x77,0x04,0x02,0x00]
 
 v_mbcnt_hi_u32_b32 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x66,0xd7,0x7c,0x04,0x02,0x00]
+// GFX10: v_mbcnt_hi_u32_b32 v5, m0, v2           ; encoding: [0x05,0x00,0x66,0xd7,0x7c,0x04,0x02,0x00]
 
 v_mbcnt_hi_u32_b32 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x66,0xd7,0x7e,0x04,0x02,0x00]
+// GFX10: v_mbcnt_hi_u32_b32 v5, exec_lo, v2      ; encoding: [0x05,0x00,0x66,0xd7,0x7e,0x04,0x02,0x00]
 
 v_mbcnt_hi_u32_b32 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x66,0xd7,0x7f,0x04,0x02,0x00]
+// GFX10: v_mbcnt_hi_u32_b32 v5, exec_hi, v2      ; encoding: [0x05,0x00,0x66,0xd7,0x7f,0x04,0x02,0x00]
 
 v_mbcnt_hi_u32_b32 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x66,0xd7,0x80,0x04,0x02,0x00]
+// GFX10: v_mbcnt_hi_u32_b32 v5, 0, v2            ; encoding: [0x05,0x00,0x66,0xd7,0x80,0x04,0x02,0x00]
 
 v_mbcnt_hi_u32_b32 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x66,0xd7,0xc1,0x04,0x02,0x00]
+// GFX10: v_mbcnt_hi_u32_b32 v5, -1, v2           ; encoding: [0x05,0x00,0x66,0xd7,0xc1,0x04,0x02,0x00]
 
 v_mbcnt_hi_u32_b32 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x66,0xd7,0xf0,0x04,0x02,0x00]
+// GFX10: v_mbcnt_hi_u32_b32 v5, 0.5, v2          ; encoding: [0x05,0x00,0x66,0xd7,0xf0,0x04,0x02,0x00]
 
 v_mbcnt_hi_u32_b32 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x66,0xd7,0xf7,0x04,0x02,0x00]
+// GFX10: v_mbcnt_hi_u32_b32 v5, -4.0, v2         ; encoding: [0x05,0x00,0x66,0xd7,0xf7,0x04,0x02,0x00]
 
 v_mbcnt_hi_u32_b32 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x66,0xd7,0x01,0xff,0x03,0x00]
+// GFX10: v_mbcnt_hi_u32_b32 v5, v1, v255         ; encoding: [0x05,0x00,0x66,0xd7,0x01,0xff,0x03,0x00]
 
 v_mbcnt_hi_u32_b32 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x66,0xd7,0x01,0x05,0x00,0x00]
+// GFX10: v_mbcnt_hi_u32_b32 v5, v1, s2           ; encoding: [0x05,0x00,0x66,0xd7,0x01,0x05,0x00,0x00]
 
 v_mbcnt_hi_u32_b32 v5, v1, s103
-// GFX10: encoding: [0x05,0x00,0x66,0xd7,0x01,0xcf,0x00,0x00]
+// GFX10: v_mbcnt_hi_u32_b32 v5, v1, s103         ; encoding: [0x05,0x00,0x66,0xd7,0x01,0xcf,0x00,0x00]
 
 v_mbcnt_hi_u32_b32 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x66,0xd7,0x01,0xd5,0x00,0x00]
+// GFX10: v_mbcnt_hi_u32_b32 v5, v1, vcc_lo       ; encoding: [0x05,0x00,0x66,0xd7,0x01,0xd5,0x00,0x00]
 
 v_mbcnt_hi_u32_b32 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x66,0xd7,0x01,0xd7,0x00,0x00]
+// GFX10: v_mbcnt_hi_u32_b32 v5, v1, vcc_hi       ; encoding: [0x05,0x00,0x66,0xd7,0x01,0xd7,0x00,0x00]
 
 v_mbcnt_hi_u32_b32 v5, v1, ttmp11
-// GFX10: encoding: [0x05,0x00,0x66,0xd7,0x01,0xef,0x00,0x00]
+// GFX10: v_mbcnt_hi_u32_b32 v5, v1, ttmp11       ; encoding: [0x05,0x00,0x66,0xd7,0x01,0xef,0x00,0x00]
 
 v_mbcnt_hi_u32_b32 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x66,0xd7,0x01,0xf9,0x00,0x00]
+// GFX10: v_mbcnt_hi_u32_b32 v5, v1, m0           ; encoding: [0x05,0x00,0x66,0xd7,0x01,0xf9,0x00,0x00]
 
 v_mbcnt_hi_u32_b32 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x66,0xd7,0x01,0xfd,0x00,0x00]
+// GFX10: v_mbcnt_hi_u32_b32 v5, v1, exec_lo      ; encoding: [0x05,0x00,0x66,0xd7,0x01,0xfd,0x00,0x00]
 
 v_mbcnt_hi_u32_b32 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x66,0xd7,0x01,0xff,0x00,0x00]
+// GFX10: v_mbcnt_hi_u32_b32 v5, v1, exec_hi      ; encoding: [0x05,0x00,0x66,0xd7,0x01,0xff,0x00,0x00]
 
 v_mbcnt_hi_u32_b32 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x66,0xd7,0x01,0x01,0x01,0x00]
+// GFX10: v_mbcnt_hi_u32_b32 v5, v1, 0            ; encoding: [0x05,0x00,0x66,0xd7,0x01,0x01,0x01,0x00]
 
 v_mbcnt_hi_u32_b32 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x66,0xd7,0x01,0x83,0x01,0x00]
+// GFX10: v_mbcnt_hi_u32_b32 v5, v1, -1           ; encoding: [0x05,0x00,0x66,0xd7,0x01,0x83,0x01,0x00]
 
 v_mbcnt_hi_u32_b32 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x66,0xd7,0x01,0xe1,0x01,0x00]
+// GFX10: v_mbcnt_hi_u32_b32 v5, v1, 0.5          ; encoding: [0x05,0x00,0x66,0xd7,0x01,0xe1,0x01,0x00]
 
 v_mbcnt_hi_u32_b32 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x66,0xd7,0x01,0xef,0x01,0x00]
+// GFX10: v_mbcnt_hi_u32_b32 v5, v1, -4.0         ; encoding: [0x05,0x00,0x66,0xd7,0x01,0xef,0x01,0x00]
 
 v_add_co_u32 v5, s0, v1, v2
-// W32: encoding: [0x05,0x00,0x0f,0xd7,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_add_co_u32 v5, s0, v1, v2             ; encoding: [0x05,0x00,0x0f,0xd7,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_add_co_u32 v255, s0, v1, v2
-// W32: encoding: [0xff,0x00,0x0f,0xd7,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_add_co_u32 v255, s0, v1, v2           ; encoding: [0xff,0x00,0x0f,0xd7,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:20: error: invalid operand for instruction
 
 v_add_co_u32 v5, s0, v255, v2
-// W32: encoding: [0x05,0x00,0x0f,0xd7,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_add_co_u32 v5, s0, v255, v2           ; encoding: [0x05,0x00,0x0f,0xd7,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_add_co_u32 v5, s0, s1, v2
-// W32: encoding: [0x05,0x00,0x0f,0xd7,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_add_co_u32 v5, s0, s1, v2             ; encoding: [0x05,0x00,0x0f,0xd7,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_add_co_u32 v5, s0, s103, v2
-// W32: encoding: [0x05,0x00,0x0f,0xd7,0x67,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_add_co_u32 v5, s0, s103, v2           ; encoding: [0x05,0x00,0x0f,0xd7,0x67,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_add_co_u32 v5, s0, vcc_lo, v2
-// W32: encoding: [0x05,0x00,0x0f,0xd7,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_add_co_u32 v5, s0, vcc_lo, v2         ; encoding: [0x05,0x00,0x0f,0xd7,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_add_co_u32 v5, s0, vcc_hi, v2
-// W32: encoding: [0x05,0x00,0x0f,0xd7,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_add_co_u32 v5, s0, vcc_hi, v2         ; encoding: [0x05,0x00,0x0f,0xd7,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_add_co_u32 v5, s0, ttmp11, v2
-// W32: encoding: [0x05,0x00,0x0f,0xd7,0x77,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_add_co_u32 v5, s0, ttmp11, v2         ; encoding: [0x05,0x00,0x0f,0xd7,0x77,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_add_co_u32 v5, s0, m0, v2
-// W32: encoding: [0x05,0x00,0x0f,0xd7,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_add_co_u32 v5, s0, m0, v2             ; encoding: [0x05,0x00,0x0f,0xd7,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_add_co_u32 v5, s0, exec_lo, v2
-// W32: encoding: [0x05,0x00,0x0f,0xd7,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_add_co_u32 v5, s0, exec_lo, v2        ; encoding: [0x05,0x00,0x0f,0xd7,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_add_co_u32 v5, s0, exec_hi, v2
-// W32: encoding: [0x05,0x00,0x0f,0xd7,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_add_co_u32 v5, s0, exec_hi, v2        ; encoding: [0x05,0x00,0x0f,0xd7,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_add_co_u32 v5, s0, 0, v2
-// W32: encoding: [0x05,0x00,0x0f,0xd7,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_add_co_u32 v5, s0, 0, v2              ; encoding: [0x05,0x00,0x0f,0xd7,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_add_co_u32 v5, s0, -1, v2
-// W32: encoding: [0x05,0x00,0x0f,0xd7,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_add_co_u32 v5, s0, -1, v2             ; encoding: [0x05,0x00,0x0f,0xd7,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_add_co_u32 v5, s0, 0.5, v2
-// W32: encoding: [0x05,0x00,0x0f,0xd7,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_add_co_u32 v5, s0, 0.5, v2            ; encoding: [0x05,0x00,0x0f,0xd7,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_add_co_u32 v5, s0, -4.0, v2
-// W32: encoding: [0x05,0x00,0x0f,0xd7,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_add_co_u32 v5, s0, -4.0, v2           ; encoding: [0x05,0x00,0x0f,0xd7,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_add_co_u32 v5, s0, v1, v255
-// W32: encoding: [0x05,0x00,0x0f,0xd7,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_add_co_u32 v5, s0, v1, v255           ; encoding: [0x05,0x00,0x0f,0xd7,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_add_co_u32 v5, s0, v1, s2
-// W32: encoding: [0x05,0x00,0x0f,0xd7,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_add_co_u32 v5, s0, v1, s2             ; encoding: [0x05,0x00,0x0f,0xd7,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_add_co_u32 v5, s0, v1, s103
-// W32: encoding: [0x05,0x00,0x0f,0xd7,0x01,0xcf,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_add_co_u32 v5, s0, v1, s103           ; encoding: [0x05,0x00,0x0f,0xd7,0x01,0xcf,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_add_co_u32 v5, s0, v1, vcc_lo
-// W32: encoding: [0x05,0x00,0x0f,0xd7,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_add_co_u32 v5, s0, v1, vcc_lo         ; encoding: [0x05,0x00,0x0f,0xd7,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_add_co_u32 v5, s0, v1, vcc_hi
-// W32: encoding: [0x05,0x00,0x0f,0xd7,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_add_co_u32 v5, s0, v1, vcc_hi         ; encoding: [0x05,0x00,0x0f,0xd7,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_add_co_u32 v5, s0, v1, ttmp11
-// W32: encoding: [0x05,0x00,0x0f,0xd7,0x01,0xef,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_add_co_u32 v5, s0, v1, ttmp11         ; encoding: [0x05,0x00,0x0f,0xd7,0x01,0xef,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_add_co_u32 v5, s0, v1, m0
-// W32: encoding: [0x05,0x00,0x0f,0xd7,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_add_co_u32 v5, s0, v1, m0             ; encoding: [0x05,0x00,0x0f,0xd7,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_add_co_u32 v5, s0, v1, exec_lo
-// W32: encoding: [0x05,0x00,0x0f,0xd7,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_add_co_u32 v5, s0, v1, exec_lo        ; encoding: [0x05,0x00,0x0f,0xd7,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_add_co_u32 v5, s0, v1, exec_hi
-// W32: encoding: [0x05,0x00,0x0f,0xd7,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_add_co_u32 v5, s0, v1, exec_hi        ; encoding: [0x05,0x00,0x0f,0xd7,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_add_co_u32 v5, s0, v1, 0
-// W32: encoding: [0x05,0x00,0x0f,0xd7,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_add_co_u32 v5, s0, v1, 0              ; encoding: [0x05,0x00,0x0f,0xd7,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_add_co_u32 v5, s0, v1, -1
-// W32: encoding: [0x05,0x00,0x0f,0xd7,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_add_co_u32 v5, s0, v1, -1             ; encoding: [0x05,0x00,0x0f,0xd7,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_add_co_u32 v5, s0, v1, 0.5
-// W32: encoding: [0x05,0x00,0x0f,0xd7,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_add_co_u32 v5, s0, v1, 0.5            ; encoding: [0x05,0x00,0x0f,0xd7,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_add_co_u32 v5, s0, v1, -4.0
-// W32: encoding: [0x05,0x00,0x0f,0xd7,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_add_co_u32 v5, s0, v1, -4.0           ; encoding: [0x05,0x00,0x0f,0xd7,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_add_co_u32 v5, s[0:1], v1, v2
-// W64: encoding: [0x05,0x00,0x0f,0xd7,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_add_co_u32 v5, s[0:1], v1, v2         ; encoding: [0x05,0x00,0x0f,0xd7,0x01,0x05,0x02,0x00]
 
 v_add_co_u32 v255, s[0:1], v1, v2
-// W64: encoding: [0xff,0x00,0x0f,0xd7,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:20: error: invalid operand for instruction
+// W64: v_add_co_u32 v255, s[0:1], v1, v2       ; encoding: [0xff,0x00,0x0f,0xd7,0x01,0x05,0x02,0x00]
 
 v_add_co_u32 v5, s[0:1], v255, v2
-// W64: encoding: [0x05,0x00,0x0f,0xd7,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_add_co_u32 v5, s[0:1], v255, v2       ; encoding: [0x05,0x00,0x0f,0xd7,0xff,0x05,0x02,0x00]
 
 v_add_co_u32 v5, s[0:1], s1, v2
-// W64: encoding: [0x05,0x00,0x0f,0xd7,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_add_co_u32 v5, s[0:1], s1, v2         ; encoding: [0x05,0x00,0x0f,0xd7,0x01,0x04,0x02,0x00]
 
 v_add_co_u32 v5, s[0:1], s103, v2
-// W64: encoding: [0x05,0x00,0x0f,0xd7,0x67,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_add_co_u32 v5, s[0:1], s103, v2       ; encoding: [0x05,0x00,0x0f,0xd7,0x67,0x04,0x02,0x00]
 
 v_add_co_u32 v5, s[0:1], vcc_lo, v2
-// W64: encoding: [0x05,0x00,0x0f,0xd7,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_add_co_u32 v5, s[0:1], vcc_lo, v2     ; encoding: [0x05,0x00,0x0f,0xd7,0x6a,0x04,0x02,0x00]
 
 v_add_co_u32 v5, s[0:1], vcc_hi, v2
-// W64: encoding: [0x05,0x00,0x0f,0xd7,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_add_co_u32 v5, s[0:1], vcc_hi, v2     ; encoding: [0x05,0x00,0x0f,0xd7,0x6b,0x04,0x02,0x00]
 
 v_add_co_u32 v5, s[0:1], ttmp11, v2
-// W64: encoding: [0x05,0x00,0x0f,0xd7,0x77,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_add_co_u32 v5, s[0:1], ttmp11, v2     ; encoding: [0x05,0x00,0x0f,0xd7,0x77,0x04,0x02,0x00]
 
 v_add_co_u32 v5, s[0:1], m0, v2
-// W64: encoding: [0x05,0x00,0x0f,0xd7,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_add_co_u32 v5, s[0:1], m0, v2         ; encoding: [0x05,0x00,0x0f,0xd7,0x7c,0x04,0x02,0x00]
 
 v_add_co_u32 v5, s[0:1], exec_lo, v2
-// W64: encoding: [0x05,0x00,0x0f,0xd7,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_add_co_u32 v5, s[0:1], exec_lo, v2    ; encoding: [0x05,0x00,0x0f,0xd7,0x7e,0x04,0x02,0x00]
 
 v_add_co_u32 v5, s[0:1], exec_hi, v2
-// W64: encoding: [0x05,0x00,0x0f,0xd7,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_add_co_u32 v5, s[0:1], exec_hi, v2    ; encoding: [0x05,0x00,0x0f,0xd7,0x7f,0x04,0x02,0x00]
 
 v_add_co_u32 v5, s[0:1], 0, v2
-// W64: encoding: [0x05,0x00,0x0f,0xd7,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_add_co_u32 v5, s[0:1], 0, v2          ; encoding: [0x05,0x00,0x0f,0xd7,0x80,0x04,0x02,0x00]
 
 v_add_co_u32 v5, s[0:1], -1, v2
-// W64: encoding: [0x05,0x00,0x0f,0xd7,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_add_co_u32 v5, s[0:1], -1, v2         ; encoding: [0x05,0x00,0x0f,0xd7,0xc1,0x04,0x02,0x00]
 
 v_add_co_u32 v5, s[0:1], 0.5, v2
-// W64: encoding: [0x05,0x00,0x0f,0xd7,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_add_co_u32 v5, s[0:1], 0.5, v2        ; encoding: [0x05,0x00,0x0f,0xd7,0xf0,0x04,0x02,0x00]
 
 v_add_co_u32 v5, s[0:1], -4.0, v2
-// W64: encoding: [0x05,0x00,0x0f,0xd7,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_add_co_u32 v5, s[0:1], -4.0, v2       ; encoding: [0x05,0x00,0x0f,0xd7,0xf7,0x04,0x02,0x00]
 
 v_add_co_u32 v5, s[0:1], v1, v255
-// W64: encoding: [0x05,0x00,0x0f,0xd7,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_add_co_u32 v5, s[0:1], v1, v255       ; encoding: [0x05,0x00,0x0f,0xd7,0x01,0xff,0x03,0x00]
 
 v_add_co_u32 v5, s[0:1], v1, s2
-// W64: encoding: [0x05,0x00,0x0f,0xd7,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_add_co_u32 v5, s[0:1], v1, s2         ; encoding: [0x05,0x00,0x0f,0xd7,0x01,0x05,0x00,0x00]
 
 v_add_co_u32 v5, s[0:1], v1, s103
-// W64: encoding: [0x05,0x00,0x0f,0xd7,0x01,0xcf,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_add_co_u32 v5, s[0:1], v1, s103       ; encoding: [0x05,0x00,0x0f,0xd7,0x01,0xcf,0x00,0x00]
 
 v_add_co_u32 v5, s[0:1], v1, vcc_lo
-// W64: encoding: [0x05,0x00,0x0f,0xd7,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_add_co_u32 v5, s[0:1], v1, vcc_lo     ; encoding: [0x05,0x00,0x0f,0xd7,0x01,0xd5,0x00,0x00]
 
 v_add_co_u32 v5, s[0:1], v1, vcc_hi
-// W64: encoding: [0x05,0x00,0x0f,0xd7,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_add_co_u32 v5, s[0:1], v1, vcc_hi     ; encoding: [0x05,0x00,0x0f,0xd7,0x01,0xd7,0x00,0x00]
 
 v_add_co_u32 v5, s[0:1], v1, ttmp11
-// W64: encoding: [0x05,0x00,0x0f,0xd7,0x01,0xef,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_add_co_u32 v5, s[0:1], v1, ttmp11     ; encoding: [0x05,0x00,0x0f,0xd7,0x01,0xef,0x00,0x00]
 
 v_add_co_u32 v5, s[0:1], v1, m0
-// W64: encoding: [0x05,0x00,0x0f,0xd7,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_add_co_u32 v5, s[0:1], v1, m0         ; encoding: [0x05,0x00,0x0f,0xd7,0x01,0xf9,0x00,0x00]
 
 v_add_co_u32 v5, s[0:1], v1, exec_lo
-// W64: encoding: [0x05,0x00,0x0f,0xd7,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_add_co_u32 v5, s[0:1], v1, exec_lo    ; encoding: [0x05,0x00,0x0f,0xd7,0x01,0xfd,0x00,0x00]
 
 v_add_co_u32 v5, s[0:1], v1, exec_hi
-// W64: encoding: [0x05,0x00,0x0f,0xd7,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_add_co_u32 v5, s[0:1], v1, exec_hi    ; encoding: [0x05,0x00,0x0f,0xd7,0x01,0xff,0x00,0x00]
 
 v_add_co_u32 v5, s[0:1], v1, 0
-// W64: encoding: [0x05,0x00,0x0f,0xd7,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_add_co_u32 v5, s[0:1], v1, 0          ; encoding: [0x05,0x00,0x0f,0xd7,0x01,0x01,0x01,0x00]
 
 v_add_co_u32 v5, s[0:1], v1, -1
-// W64: encoding: [0x05,0x00,0x0f,0xd7,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_add_co_u32 v5, s[0:1], v1, -1         ; encoding: [0x05,0x00,0x0f,0xd7,0x01,0x83,0x01,0x00]
 
 v_add_co_u32 v5, s[0:1], v1, 0.5
-// W64: encoding: [0x05,0x00,0x0f,0xd7,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_add_co_u32 v5, s[0:1], v1, 0.5        ; encoding: [0x05,0x00,0x0f,0xd7,0x01,0xe1,0x01,0x00]
 
 v_add_co_u32 v5, s[0:1], v1, -4.0
-// W64: encoding: [0x05,0x00,0x0f,0xd7,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_add_co_u32 v5, s[0:1], v1, -4.0       ; encoding: [0x05,0x00,0x0f,0xd7,0x01,0xef,0x01,0x00]
 
 v_sub_co_u32 v5, s0, v1, v2
-// W32: encoding: [0x05,0x00,0x10,0xd7,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_sub_co_u32 v5, s0, v1, v2             ; encoding: [0x05,0x00,0x10,0xd7,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_sub_co_u32 v255, s0, v1, v2
-// W32: encoding: [0xff,0x00,0x10,0xd7,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_sub_co_u32 v255, s0, v1, v2           ; encoding: [0xff,0x00,0x10,0xd7,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:20: error: invalid operand for instruction
 
 v_sub_co_u32 v5, s0, v255, v2
-// W32: encoding: [0x05,0x00,0x10,0xd7,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_sub_co_u32 v5, s0, v255, v2           ; encoding: [0x05,0x00,0x10,0xd7,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_sub_co_u32 v5, s0, s1, v2
-// W32: encoding: [0x05,0x00,0x10,0xd7,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_sub_co_u32 v5, s0, s1, v2             ; encoding: [0x05,0x00,0x10,0xd7,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_sub_co_u32 v5, s0, s103, v2
-// W32: encoding: [0x05,0x00,0x10,0xd7,0x67,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_sub_co_u32 v5, s0, s103, v2           ; encoding: [0x05,0x00,0x10,0xd7,0x67,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_sub_co_u32 v5, s0, vcc_lo, v2
-// W32: encoding: [0x05,0x00,0x10,0xd7,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_sub_co_u32 v5, s0, vcc_lo, v2         ; encoding: [0x05,0x00,0x10,0xd7,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_sub_co_u32 v5, s0, vcc_hi, v2
-// W32: encoding: [0x05,0x00,0x10,0xd7,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_sub_co_u32 v5, s0, vcc_hi, v2         ; encoding: [0x05,0x00,0x10,0xd7,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_sub_co_u32 v5, s0, ttmp11, v2
-// W32: encoding: [0x05,0x00,0x10,0xd7,0x77,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_sub_co_u32 v5, s0, ttmp11, v2         ; encoding: [0x05,0x00,0x10,0xd7,0x77,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_sub_co_u32 v5, s0, m0, v2
-// W32: encoding: [0x05,0x00,0x10,0xd7,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_sub_co_u32 v5, s0, m0, v2             ; encoding: [0x05,0x00,0x10,0xd7,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_sub_co_u32 v5, s0, exec_lo, v2
-// W32: encoding: [0x05,0x00,0x10,0xd7,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_sub_co_u32 v5, s0, exec_lo, v2        ; encoding: [0x05,0x00,0x10,0xd7,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_sub_co_u32 v5, s0, exec_hi, v2
-// W32: encoding: [0x05,0x00,0x10,0xd7,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_sub_co_u32 v5, s0, exec_hi, v2        ; encoding: [0x05,0x00,0x10,0xd7,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_sub_co_u32 v5, s0, 0, v2
-// W32: encoding: [0x05,0x00,0x10,0xd7,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_sub_co_u32 v5, s0, 0, v2              ; encoding: [0x05,0x00,0x10,0xd7,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_sub_co_u32 v5, s0, -1, v2
-// W32: encoding: [0x05,0x00,0x10,0xd7,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_sub_co_u32 v5, s0, -1, v2             ; encoding: [0x05,0x00,0x10,0xd7,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_sub_co_u32 v5, s0, 0.5, v2
-// W32: encoding: [0x05,0x00,0x10,0xd7,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_sub_co_u32 v5, s0, 0.5, v2            ; encoding: [0x05,0x00,0x10,0xd7,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_sub_co_u32 v5, s0, -4.0, v2
-// W32: encoding: [0x05,0x00,0x10,0xd7,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_sub_co_u32 v5, s0, -4.0, v2           ; encoding: [0x05,0x00,0x10,0xd7,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_sub_co_u32 v5, s0, v1, v255
-// W32: encoding: [0x05,0x00,0x10,0xd7,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_sub_co_u32 v5, s0, v1, v255           ; encoding: [0x05,0x00,0x10,0xd7,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_sub_co_u32 v5, s0, v1, s2
-// W32: encoding: [0x05,0x00,0x10,0xd7,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_sub_co_u32 v5, s0, v1, s2             ; encoding: [0x05,0x00,0x10,0xd7,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_sub_co_u32 v5, s0, v1, s103
-// W32: encoding: [0x05,0x00,0x10,0xd7,0x01,0xcf,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_sub_co_u32 v5, s0, v1, s103           ; encoding: [0x05,0x00,0x10,0xd7,0x01,0xcf,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_sub_co_u32 v5, s0, v1, vcc_lo
-// W32: encoding: [0x05,0x00,0x10,0xd7,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_sub_co_u32 v5, s0, v1, vcc_lo         ; encoding: [0x05,0x00,0x10,0xd7,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_sub_co_u32 v5, s0, v1, vcc_hi
-// W32: encoding: [0x05,0x00,0x10,0xd7,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_sub_co_u32 v5, s0, v1, vcc_hi         ; encoding: [0x05,0x00,0x10,0xd7,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_sub_co_u32 v5, s0, v1, ttmp11
-// W32: encoding: [0x05,0x00,0x10,0xd7,0x01,0xef,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_sub_co_u32 v5, s0, v1, ttmp11         ; encoding: [0x05,0x00,0x10,0xd7,0x01,0xef,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_sub_co_u32 v5, s0, v1, m0
-// W32: encoding: [0x05,0x00,0x10,0xd7,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_sub_co_u32 v5, s0, v1, m0             ; encoding: [0x05,0x00,0x10,0xd7,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_sub_co_u32 v5, s0, v1, exec_lo
-// W32: encoding: [0x05,0x00,0x10,0xd7,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_sub_co_u32 v5, s0, v1, exec_lo        ; encoding: [0x05,0x00,0x10,0xd7,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_sub_co_u32 v5, s0, v1, exec_hi
-// W32: encoding: [0x05,0x00,0x10,0xd7,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_sub_co_u32 v5, s0, v1, exec_hi        ; encoding: [0x05,0x00,0x10,0xd7,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_sub_co_u32 v5, s0, v1, 0
-// W32: encoding: [0x05,0x00,0x10,0xd7,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_sub_co_u32 v5, s0, v1, 0              ; encoding: [0x05,0x00,0x10,0xd7,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_sub_co_u32 v5, s0, v1, -1
-// W32: encoding: [0x05,0x00,0x10,0xd7,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_sub_co_u32 v5, s0, v1, -1             ; encoding: [0x05,0x00,0x10,0xd7,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_sub_co_u32 v5, s0, v1, 0.5
-// W32: encoding: [0x05,0x00,0x10,0xd7,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_sub_co_u32 v5, s0, v1, 0.5            ; encoding: [0x05,0x00,0x10,0xd7,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_sub_co_u32 v5, s0, v1, -4.0
-// W32: encoding: [0x05,0x00,0x10,0xd7,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_sub_co_u32 v5, s0, v1, -4.0           ; encoding: [0x05,0x00,0x10,0xd7,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_sub_co_u32 v5, s[0:1], v1, v2
-// W64: encoding: [0x05,0x00,0x10,0xd7,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_sub_co_u32 v5, s[0:1], v1, v2         ; encoding: [0x05,0x00,0x10,0xd7,0x01,0x05,0x02,0x00]
 
 v_sub_co_u32 v255, s[0:1], v1, v2
-// W64: encoding: [0xff,0x00,0x10,0xd7,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:20: error: invalid operand for instruction
+// W64: v_sub_co_u32 v255, s[0:1], v1, v2       ; encoding: [0xff,0x00,0x10,0xd7,0x01,0x05,0x02,0x00]
 
 v_sub_co_u32 v5, s[0:1], v255, v2
-// W64: encoding: [0x05,0x00,0x10,0xd7,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_sub_co_u32 v5, s[0:1], v255, v2       ; encoding: [0x05,0x00,0x10,0xd7,0xff,0x05,0x02,0x00]
 
 v_sub_co_u32 v5, s[0:1], s1, v2
-// W64: encoding: [0x05,0x00,0x10,0xd7,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_sub_co_u32 v5, s[0:1], s1, v2         ; encoding: [0x05,0x00,0x10,0xd7,0x01,0x04,0x02,0x00]
 
 v_sub_co_u32 v5, s[0:1], s103, v2
-// W64: encoding: [0x05,0x00,0x10,0xd7,0x67,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_sub_co_u32 v5, s[0:1], s103, v2       ; encoding: [0x05,0x00,0x10,0xd7,0x67,0x04,0x02,0x00]
 
 v_sub_co_u32 v5, s[0:1], vcc_lo, v2
-// W64: encoding: [0x05,0x00,0x10,0xd7,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_sub_co_u32 v5, s[0:1], vcc_lo, v2     ; encoding: [0x05,0x00,0x10,0xd7,0x6a,0x04,0x02,0x00]
 
 v_sub_co_u32 v5, s[0:1], vcc_hi, v2
-// W64: encoding: [0x05,0x00,0x10,0xd7,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_sub_co_u32 v5, s[0:1], vcc_hi, v2     ; encoding: [0x05,0x00,0x10,0xd7,0x6b,0x04,0x02,0x00]
 
 v_sub_co_u32 v5, s[0:1], ttmp11, v2
-// W64: encoding: [0x05,0x00,0x10,0xd7,0x77,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_sub_co_u32 v5, s[0:1], ttmp11, v2     ; encoding: [0x05,0x00,0x10,0xd7,0x77,0x04,0x02,0x00]
 
 v_sub_co_u32 v5, s[0:1], m0, v2
-// W64: encoding: [0x05,0x00,0x10,0xd7,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_sub_co_u32 v5, s[0:1], m0, v2         ; encoding: [0x05,0x00,0x10,0xd7,0x7c,0x04,0x02,0x00]
 
 v_sub_co_u32 v5, s[0:1], exec_lo, v2
-// W64: encoding: [0x05,0x00,0x10,0xd7,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_sub_co_u32 v5, s[0:1], exec_lo, v2    ; encoding: [0x05,0x00,0x10,0xd7,0x7e,0x04,0x02,0x00]
 
 v_sub_co_u32 v5, s[0:1], exec_hi, v2
-// W64: encoding: [0x05,0x00,0x10,0xd7,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_sub_co_u32 v5, s[0:1], exec_hi, v2    ; encoding: [0x05,0x00,0x10,0xd7,0x7f,0x04,0x02,0x00]
 
 v_sub_co_u32 v5, s[0:1], 0, v2
-// W64: encoding: [0x05,0x00,0x10,0xd7,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_sub_co_u32 v5, s[0:1], 0, v2          ; encoding: [0x05,0x00,0x10,0xd7,0x80,0x04,0x02,0x00]
 
 v_sub_co_u32 v5, s[0:1], -1, v2
-// W64: encoding: [0x05,0x00,0x10,0xd7,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_sub_co_u32 v5, s[0:1], -1, v2         ; encoding: [0x05,0x00,0x10,0xd7,0xc1,0x04,0x02,0x00]
 
 v_sub_co_u32 v5, s[0:1], 0.5, v2
-// W64: encoding: [0x05,0x00,0x10,0xd7,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_sub_co_u32 v5, s[0:1], 0.5, v2        ; encoding: [0x05,0x00,0x10,0xd7,0xf0,0x04,0x02,0x00]
 
 v_sub_co_u32 v5, s[0:1], -4.0, v2
-// W64: encoding: [0x05,0x00,0x10,0xd7,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_sub_co_u32 v5, s[0:1], -4.0, v2       ; encoding: [0x05,0x00,0x10,0xd7,0xf7,0x04,0x02,0x00]
 
 v_sub_co_u32 v5, s[0:1], v1, v255
-// W64: encoding: [0x05,0x00,0x10,0xd7,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_sub_co_u32 v5, s[0:1], v1, v255       ; encoding: [0x05,0x00,0x10,0xd7,0x01,0xff,0x03,0x00]
 
 v_sub_co_u32 v5, s[0:1], v1, s2
-// W64: encoding: [0x05,0x00,0x10,0xd7,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_sub_co_u32 v5, s[0:1], v1, s2         ; encoding: [0x05,0x00,0x10,0xd7,0x01,0x05,0x00,0x00]
 
 v_sub_co_u32 v5, s[0:1], v1, s103
-// W64: encoding: [0x05,0x00,0x10,0xd7,0x01,0xcf,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_sub_co_u32 v5, s[0:1], v1, s103       ; encoding: [0x05,0x00,0x10,0xd7,0x01,0xcf,0x00,0x00]
 
 v_sub_co_u32 v5, s[0:1], v1, vcc_lo
-// W64: encoding: [0x05,0x00,0x10,0xd7,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_sub_co_u32 v5, s[0:1], v1, vcc_lo     ; encoding: [0x05,0x00,0x10,0xd7,0x01,0xd5,0x00,0x00]
 
 v_sub_co_u32 v5, s[0:1], v1, vcc_hi
-// W64: encoding: [0x05,0x00,0x10,0xd7,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_sub_co_u32 v5, s[0:1], v1, vcc_hi     ; encoding: [0x05,0x00,0x10,0xd7,0x01,0xd7,0x00,0x00]
 
 v_sub_co_u32 v5, s[0:1], v1, ttmp11
-// W64: encoding: [0x05,0x00,0x10,0xd7,0x01,0xef,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_sub_co_u32 v5, s[0:1], v1, ttmp11     ; encoding: [0x05,0x00,0x10,0xd7,0x01,0xef,0x00,0x00]
 
 v_sub_co_u32 v5, s[0:1], v1, m0
-// W64: encoding: [0x05,0x00,0x10,0xd7,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_sub_co_u32 v5, s[0:1], v1, m0         ; encoding: [0x05,0x00,0x10,0xd7,0x01,0xf9,0x00,0x00]
 
 v_sub_co_u32 v5, s[0:1], v1, exec_lo
-// W64: encoding: [0x05,0x00,0x10,0xd7,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_sub_co_u32 v5, s[0:1], v1, exec_lo    ; encoding: [0x05,0x00,0x10,0xd7,0x01,0xfd,0x00,0x00]
 
 v_sub_co_u32 v5, s[0:1], v1, exec_hi
-// W64: encoding: [0x05,0x00,0x10,0xd7,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_sub_co_u32 v5, s[0:1], v1, exec_hi    ; encoding: [0x05,0x00,0x10,0xd7,0x01,0xff,0x00,0x00]
 
 v_sub_co_u32 v5, s[0:1], v1, 0
-// W64: encoding: [0x05,0x00,0x10,0xd7,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_sub_co_u32 v5, s[0:1], v1, 0          ; encoding: [0x05,0x00,0x10,0xd7,0x01,0x01,0x01,0x00]
 
 v_sub_co_u32 v5, s[0:1], v1, -1
-// W64: encoding: [0x05,0x00,0x10,0xd7,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_sub_co_u32 v5, s[0:1], v1, -1         ; encoding: [0x05,0x00,0x10,0xd7,0x01,0x83,0x01,0x00]
 
 v_sub_co_u32 v5, s[0:1], v1, 0.5
-// W64: encoding: [0x05,0x00,0x10,0xd7,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_sub_co_u32 v5, s[0:1], v1, 0.5        ; encoding: [0x05,0x00,0x10,0xd7,0x01,0xe1,0x01,0x00]
 
 v_sub_co_u32 v5, s[0:1], v1, -4.0
-// W64: encoding: [0x05,0x00,0x10,0xd7,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_sub_co_u32 v5, s[0:1], v1, -4.0       ; encoding: [0x05,0x00,0x10,0xd7,0x01,0xef,0x01,0x00]
 
 v_subrev_co_u32 v5, s0, v1, v2
-// W32: encoding: [0x05,0x00,0x19,0xd7,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_subrev_co_u32 v5, s0, v1, v2          ; encoding: [0x05,0x00,0x19,0xd7,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_subrev_co_u32 v255, s0, v1, v2
-// W32: encoding: [0xff,0x00,0x19,0xd7,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_subrev_co_u32 v255, s0, v1, v2        ; encoding: [0xff,0x00,0x19,0xd7,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_subrev_co_u32 v5, s0, v255, v2
-// W32: encoding: [0x05,0x00,0x19,0xd7,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_subrev_co_u32 v5, s0, v255, v2        ; encoding: [0x05,0x00,0x19,0xd7,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_subrev_co_u32 v5, s0, s1, v2
-// W32: encoding: [0x05,0x00,0x19,0xd7,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_subrev_co_u32 v5, s0, s1, v2          ; encoding: [0x05,0x00,0x19,0xd7,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_subrev_co_u32 v5, s0, s103, v2
-// W32: encoding: [0x05,0x00,0x19,0xd7,0x67,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_subrev_co_u32 v5, s0, s103, v2        ; encoding: [0x05,0x00,0x19,0xd7,0x67,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_subrev_co_u32 v5, s0, vcc_lo, v2
-// W32: encoding: [0x05,0x00,0x19,0xd7,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_subrev_co_u32 v5, s0, vcc_lo, v2      ; encoding: [0x05,0x00,0x19,0xd7,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_subrev_co_u32 v5, s0, vcc_hi, v2
-// W32: encoding: [0x05,0x00,0x19,0xd7,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_subrev_co_u32 v5, s0, vcc_hi, v2      ; encoding: [0x05,0x00,0x19,0xd7,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_subrev_co_u32 v5, s0, ttmp11, v2
-// W32: encoding: [0x05,0x00,0x19,0xd7,0x77,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_subrev_co_u32 v5, s0, ttmp11, v2      ; encoding: [0x05,0x00,0x19,0xd7,0x77,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_subrev_co_u32 v5, s0, m0, v2
-// W32: encoding: [0x05,0x00,0x19,0xd7,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_subrev_co_u32 v5, s0, m0, v2          ; encoding: [0x05,0x00,0x19,0xd7,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_subrev_co_u32 v5, s0, exec_lo, v2
-// W32: encoding: [0x05,0x00,0x19,0xd7,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_subrev_co_u32 v5, s0, exec_lo, v2     ; encoding: [0x05,0x00,0x19,0xd7,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_subrev_co_u32 v5, s0, exec_hi, v2
-// W32: encoding: [0x05,0x00,0x19,0xd7,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_subrev_co_u32 v5, s0, exec_hi, v2     ; encoding: [0x05,0x00,0x19,0xd7,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_subrev_co_u32 v5, s0, 0, v2
-// W32: encoding: [0x05,0x00,0x19,0xd7,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_subrev_co_u32 v5, s0, 0, v2           ; encoding: [0x05,0x00,0x19,0xd7,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_subrev_co_u32 v5, s0, -1, v2
-// W32: encoding: [0x05,0x00,0x19,0xd7,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_subrev_co_u32 v5, s0, -1, v2          ; encoding: [0x05,0x00,0x19,0xd7,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_subrev_co_u32 v5, s0, 0.5, v2
-// W32: encoding: [0x05,0x00,0x19,0xd7,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_subrev_co_u32 v5, s0, 0.5, v2         ; encoding: [0x05,0x00,0x19,0xd7,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_subrev_co_u32 v5, s0, -4.0, v2
-// W32: encoding: [0x05,0x00,0x19,0xd7,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_subrev_co_u32 v5, s0, -4.0, v2        ; encoding: [0x05,0x00,0x19,0xd7,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_subrev_co_u32 v5, s0, v1, v255
-// W32: encoding: [0x05,0x00,0x19,0xd7,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_subrev_co_u32 v5, s0, v1, v255        ; encoding: [0x05,0x00,0x19,0xd7,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_subrev_co_u32 v5, s0, v1, s2
-// W32: encoding: [0x05,0x00,0x19,0xd7,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_subrev_co_u32 v5, s0, v1, s2          ; encoding: [0x05,0x00,0x19,0xd7,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_subrev_co_u32 v5, s0, v1, s103
-// W32: encoding: [0x05,0x00,0x19,0xd7,0x01,0xcf,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_subrev_co_u32 v5, s0, v1, s103        ; encoding: [0x05,0x00,0x19,0xd7,0x01,0xcf,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_subrev_co_u32 v5, s0, v1, vcc_lo
-// W32: encoding: [0x05,0x00,0x19,0xd7,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_subrev_co_u32 v5, s0, v1, vcc_lo      ; encoding: [0x05,0x00,0x19,0xd7,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_subrev_co_u32 v5, s0, v1, vcc_hi
-// W32: encoding: [0x05,0x00,0x19,0xd7,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_subrev_co_u32 v5, s0, v1, vcc_hi      ; encoding: [0x05,0x00,0x19,0xd7,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_subrev_co_u32 v5, s0, v1, ttmp11
-// W32: encoding: [0x05,0x00,0x19,0xd7,0x01,0xef,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_subrev_co_u32 v5, s0, v1, ttmp11      ; encoding: [0x05,0x00,0x19,0xd7,0x01,0xef,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_subrev_co_u32 v5, s0, v1, m0
-// W32: encoding: [0x05,0x00,0x19,0xd7,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_subrev_co_u32 v5, s0, v1, m0          ; encoding: [0x05,0x00,0x19,0xd7,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_subrev_co_u32 v5, s0, v1, exec_lo
-// W32: encoding: [0x05,0x00,0x19,0xd7,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_subrev_co_u32 v5, s0, v1, exec_lo     ; encoding: [0x05,0x00,0x19,0xd7,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_subrev_co_u32 v5, s0, v1, exec_hi
-// W32: encoding: [0x05,0x00,0x19,0xd7,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_subrev_co_u32 v5, s0, v1, exec_hi     ; encoding: [0x05,0x00,0x19,0xd7,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_subrev_co_u32 v5, s0, v1, 0
-// W32: encoding: [0x05,0x00,0x19,0xd7,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_subrev_co_u32 v5, s0, v1, 0           ; encoding: [0x05,0x00,0x19,0xd7,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_subrev_co_u32 v5, s0, v1, -1
-// W32: encoding: [0x05,0x00,0x19,0xd7,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_subrev_co_u32 v5, s0, v1, -1          ; encoding: [0x05,0x00,0x19,0xd7,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_subrev_co_u32 v5, s0, v1, 0.5
-// W32: encoding: [0x05,0x00,0x19,0xd7,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_subrev_co_u32 v5, s0, v1, 0.5         ; encoding: [0x05,0x00,0x19,0xd7,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_subrev_co_u32 v5, s0, v1, -4.0
-// W32: encoding: [0x05,0x00,0x19,0xd7,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_subrev_co_u32 v5, s0, v1, -4.0        ; encoding: [0x05,0x00,0x19,0xd7,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_subrev_co_u32 v5, s[0:1], v1, v2
-// W64: encoding: [0x05,0x00,0x19,0xd7,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_subrev_co_u32 v5, s[0:1], v1, v2      ; encoding: [0x05,0x00,0x19,0xd7,0x01,0x05,0x02,0x00]
 
 v_subrev_co_u32 v255, s[0:1], v1, v2
-// W64: encoding: [0xff,0x00,0x19,0xd7,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_subrev_co_u32 v255, s[0:1], v1, v2    ; encoding: [0xff,0x00,0x19,0xd7,0x01,0x05,0x02,0x00]
 
 v_subrev_co_u32 v5, s[0:1], v255, v2
-// W64: encoding: [0x05,0x00,0x19,0xd7,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_subrev_co_u32 v5, s[0:1], v255, v2    ; encoding: [0x05,0x00,0x19,0xd7,0xff,0x05,0x02,0x00]
 
 v_subrev_co_u32 v5, s[0:1], s1, v2
-// W64: encoding: [0x05,0x00,0x19,0xd7,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_subrev_co_u32 v5, s[0:1], s1, v2      ; encoding: [0x05,0x00,0x19,0xd7,0x01,0x04,0x02,0x00]
 
 v_subrev_co_u32 v5, s[0:1], s103, v2
-// W64: encoding: [0x05,0x00,0x19,0xd7,0x67,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_subrev_co_u32 v5, s[0:1], s103, v2    ; encoding: [0x05,0x00,0x19,0xd7,0x67,0x04,0x02,0x00]
 
 v_subrev_co_u32 v5, s[0:1], vcc_lo, v2
-// W64: encoding: [0x05,0x00,0x19,0xd7,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_subrev_co_u32 v5, s[0:1], vcc_lo, v2  ; encoding: [0x05,0x00,0x19,0xd7,0x6a,0x04,0x02,0x00]
 
 v_subrev_co_u32 v5, s[0:1], vcc_hi, v2
-// W64: encoding: [0x05,0x00,0x19,0xd7,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_subrev_co_u32 v5, s[0:1], vcc_hi, v2  ; encoding: [0x05,0x00,0x19,0xd7,0x6b,0x04,0x02,0x00]
 
 v_subrev_co_u32 v5, s[0:1], ttmp11, v2
-// W64: encoding: [0x05,0x00,0x19,0xd7,0x77,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_subrev_co_u32 v5, s[0:1], ttmp11, v2  ; encoding: [0x05,0x00,0x19,0xd7,0x77,0x04,0x02,0x00]
 
 v_subrev_co_u32 v5, s[0:1], m0, v2
-// W64: encoding: [0x05,0x00,0x19,0xd7,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_subrev_co_u32 v5, s[0:1], m0, v2      ; encoding: [0x05,0x00,0x19,0xd7,0x7c,0x04,0x02,0x00]
 
 v_subrev_co_u32 v5, s[0:1], exec_lo, v2
-// W64: encoding: [0x05,0x00,0x19,0xd7,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_subrev_co_u32 v5, s[0:1], exec_lo, v2 ; encoding: [0x05,0x00,0x19,0xd7,0x7e,0x04,0x02,0x00]
 
 v_subrev_co_u32 v5, s[0:1], exec_hi, v2
-// W64: encoding: [0x05,0x00,0x19,0xd7,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_subrev_co_u32 v5, s[0:1], exec_hi, v2 ; encoding: [0x05,0x00,0x19,0xd7,0x7f,0x04,0x02,0x00]
 
 v_subrev_co_u32 v5, s[0:1], 0, v2
-// W64: encoding: [0x05,0x00,0x19,0xd7,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_subrev_co_u32 v5, s[0:1], 0, v2       ; encoding: [0x05,0x00,0x19,0xd7,0x80,0x04,0x02,0x00]
 
 v_subrev_co_u32 v5, s[0:1], -1, v2
-// W64: encoding: [0x05,0x00,0x19,0xd7,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_subrev_co_u32 v5, s[0:1], -1, v2      ; encoding: [0x05,0x00,0x19,0xd7,0xc1,0x04,0x02,0x00]
 
 v_subrev_co_u32 v5, s[0:1], 0.5, v2
-// W64: encoding: [0x05,0x00,0x19,0xd7,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_subrev_co_u32 v5, s[0:1], 0.5, v2     ; encoding: [0x05,0x00,0x19,0xd7,0xf0,0x04,0x02,0x00]
 
 v_subrev_co_u32 v5, s[0:1], -4.0, v2
-// W64: encoding: [0x05,0x00,0x19,0xd7,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_subrev_co_u32 v5, s[0:1], -4.0, v2    ; encoding: [0x05,0x00,0x19,0xd7,0xf7,0x04,0x02,0x00]
 
 v_subrev_co_u32 v5, s[0:1], v1, v255
-// W64: encoding: [0x05,0x00,0x19,0xd7,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_subrev_co_u32 v5, s[0:1], v1, v255    ; encoding: [0x05,0x00,0x19,0xd7,0x01,0xff,0x03,0x00]
 
 v_subrev_co_u32 v5, s[0:1], v1, s2
-// W64: encoding: [0x05,0x00,0x19,0xd7,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_subrev_co_u32 v5, s[0:1], v1, s2      ; encoding: [0x05,0x00,0x19,0xd7,0x01,0x05,0x00,0x00]
 
 v_subrev_co_u32 v5, s[0:1], v1, s103
-// W64: encoding: [0x05,0x00,0x19,0xd7,0x01,0xcf,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_subrev_co_u32 v5, s[0:1], v1, s103    ; encoding: [0x05,0x00,0x19,0xd7,0x01,0xcf,0x00,0x00]
 
 v_subrev_co_u32 v5, s[0:1], v1, vcc_lo
-// W64: encoding: [0x05,0x00,0x19,0xd7,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_subrev_co_u32 v5, s[0:1], v1, vcc_lo  ; encoding: [0x05,0x00,0x19,0xd7,0x01,0xd5,0x00,0x00]
 
 v_subrev_co_u32 v5, s[0:1], v1, vcc_hi
-// W64: encoding: [0x05,0x00,0x19,0xd7,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_subrev_co_u32 v5, s[0:1], v1, vcc_hi  ; encoding: [0x05,0x00,0x19,0xd7,0x01,0xd7,0x00,0x00]
 
 v_subrev_co_u32 v5, s[0:1], v1, ttmp11
-// W64: encoding: [0x05,0x00,0x19,0xd7,0x01,0xef,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_subrev_co_u32 v5, s[0:1], v1, ttmp11  ; encoding: [0x05,0x00,0x19,0xd7,0x01,0xef,0x00,0x00]
 
 v_subrev_co_u32 v5, s[0:1], v1, m0
-// W64: encoding: [0x05,0x00,0x19,0xd7,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_subrev_co_u32 v5, s[0:1], v1, m0      ; encoding: [0x05,0x00,0x19,0xd7,0x01,0xf9,0x00,0x00]
 
 v_subrev_co_u32 v5, s[0:1], v1, exec_lo
-// W64: encoding: [0x05,0x00,0x19,0xd7,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_subrev_co_u32 v5, s[0:1], v1, exec_lo ; encoding: [0x05,0x00,0x19,0xd7,0x01,0xfd,0x00,0x00]
 
 v_subrev_co_u32 v5, s[0:1], v1, exec_hi
-// W64: encoding: [0x05,0x00,0x19,0xd7,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_subrev_co_u32 v5, s[0:1], v1, exec_hi ; encoding: [0x05,0x00,0x19,0xd7,0x01,0xff,0x00,0x00]
 
 v_subrev_co_u32 v5, s[0:1], v1, 0
-// W64: encoding: [0x05,0x00,0x19,0xd7,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_subrev_co_u32 v5, s[0:1], v1, 0       ; encoding: [0x05,0x00,0x19,0xd7,0x01,0x01,0x01,0x00]
 
 v_subrev_co_u32 v5, s[0:1], v1, -1
-// W64: encoding: [0x05,0x00,0x19,0xd7,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_subrev_co_u32 v5, s[0:1], v1, -1      ; encoding: [0x05,0x00,0x19,0xd7,0x01,0x83,0x01,0x00]
 
 v_subrev_co_u32 v5, s[0:1], v1, 0.5
-// W64: encoding: [0x05,0x00,0x19,0xd7,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_subrev_co_u32 v5, s[0:1], v1, 0.5     ; encoding: [0x05,0x00,0x19,0xd7,0x01,0xe1,0x01,0x00]
 
 v_subrev_co_u32 v5, s[0:1], v1, -4.0
-// W64: encoding: [0x05,0x00,0x19,0xd7,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_subrev_co_u32 v5, s[0:1], v1, -4.0    ; encoding: [0x05,0x00,0x19,0xd7,0x01,0xef,0x01,0x00]
 
 v_ldexp_f32 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x62,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_ldexp_f32 v5, v1, v2                  ; encoding: [0x05,0x00,0x62,0xd7,0x01,0x05,0x02,0x00]
 
 v_ldexp_f32 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x62,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_ldexp_f32 v255, v1, v2                ; encoding: [0xff,0x00,0x62,0xd7,0x01,0x05,0x02,0x00]
 
 v_ldexp_f32 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x62,0xd7,0xff,0x05,0x02,0x00]
+// GFX10: v_ldexp_f32 v5, v255, v2                ; encoding: [0x05,0x00,0x62,0xd7,0xff,0x05,0x02,0x00]
 
 v_ldexp_f32 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x62,0xd7,0x01,0x04,0x02,0x00]
+// GFX10: v_ldexp_f32 v5, s1, v2                  ; encoding: [0x05,0x00,0x62,0xd7,0x01,0x04,0x02,0x00]
 
 v_ldexp_f32 v5, s103, v2
-// GFX10: encoding: [0x05,0x00,0x62,0xd7,0x67,0x04,0x02,0x00]
+// GFX10: v_ldexp_f32 v5, s103, v2                ; encoding: [0x05,0x00,0x62,0xd7,0x67,0x04,0x02,0x00]
 
 v_ldexp_f32 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x62,0xd7,0x6a,0x04,0x02,0x00]
+// GFX10: v_ldexp_f32 v5, vcc_lo, v2              ; encoding: [0x05,0x00,0x62,0xd7,0x6a,0x04,0x02,0x00]
 
 v_ldexp_f32 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x62,0xd7,0x6b,0x04,0x02,0x00]
+// GFX10: v_ldexp_f32 v5, vcc_hi, v2              ; encoding: [0x05,0x00,0x62,0xd7,0x6b,0x04,0x02,0x00]
 
 v_ldexp_f32 v5, ttmp11, v2
-// GFX10: encoding: [0x05,0x00,0x62,0xd7,0x77,0x04,0x02,0x00]
+// GFX10: v_ldexp_f32 v5, ttmp11, v2              ; encoding: [0x05,0x00,0x62,0xd7,0x77,0x04,0x02,0x00]
 
 v_ldexp_f32 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x62,0xd7,0x7c,0x04,0x02,0x00]
+// GFX10: v_ldexp_f32 v5, m0, v2                  ; encoding: [0x05,0x00,0x62,0xd7,0x7c,0x04,0x02,0x00]
 
 v_ldexp_f32 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x62,0xd7,0x7e,0x04,0x02,0x00]
+// GFX10: v_ldexp_f32 v5, exec_lo, v2             ; encoding: [0x05,0x00,0x62,0xd7,0x7e,0x04,0x02,0x00]
 
 v_ldexp_f32 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x62,0xd7,0x7f,0x04,0x02,0x00]
+// GFX10: v_ldexp_f32 v5, exec_hi, v2             ; encoding: [0x05,0x00,0x62,0xd7,0x7f,0x04,0x02,0x00]
 
 v_ldexp_f32 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x62,0xd7,0x80,0x04,0x02,0x00]
+// GFX10: v_ldexp_f32 v5, 0, v2                   ; encoding: [0x05,0x00,0x62,0xd7,0x80,0x04,0x02,0x00]
 
 v_ldexp_f32 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x62,0xd7,0xc1,0x04,0x02,0x00]
+// GFX10: v_ldexp_f32 v5, -1, v2                  ; encoding: [0x05,0x00,0x62,0xd7,0xc1,0x04,0x02,0x00]
 
 v_ldexp_f32 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x62,0xd7,0xf0,0x04,0x02,0x00]
+// GFX10: v_ldexp_f32 v5, 0.5, v2                 ; encoding: [0x05,0x00,0x62,0xd7,0xf0,0x04,0x02,0x00]
 
 v_ldexp_f32 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x62,0xd7,0xf7,0x04,0x02,0x00]
+// GFX10: v_ldexp_f32 v5, -4.0, v2                ; encoding: [0x05,0x00,0x62,0xd7,0xf7,0x04,0x02,0x00]
 
 v_ldexp_f32 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x62,0xd7,0x01,0xff,0x03,0x00]
+// GFX10: v_ldexp_f32 v5, v1, v255                ; encoding: [0x05,0x00,0x62,0xd7,0x01,0xff,0x03,0x00]
 
 v_ldexp_f32 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x62,0xd7,0x01,0x05,0x00,0x00]
+// GFX10: v_ldexp_f32 v5, v1, s2                  ; encoding: [0x05,0x00,0x62,0xd7,0x01,0x05,0x00,0x00]
 
 v_ldexp_f32 v5, v1, s103
-// GFX10: encoding: [0x05,0x00,0x62,0xd7,0x01,0xcf,0x00,0x00]
+// GFX10: v_ldexp_f32 v5, v1, s103                ; encoding: [0x05,0x00,0x62,0xd7,0x01,0xcf,0x00,0x00]
 
 v_ldexp_f32 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x62,0xd7,0x01,0xd5,0x00,0x00]
+// GFX10: v_ldexp_f32 v5, v1, vcc_lo              ; encoding: [0x05,0x00,0x62,0xd7,0x01,0xd5,0x00,0x00]
 
 v_ldexp_f32 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x62,0xd7,0x01,0xd7,0x00,0x00]
+// GFX10: v_ldexp_f32 v5, v1, vcc_hi              ; encoding: [0x05,0x00,0x62,0xd7,0x01,0xd7,0x00,0x00]
 
 v_ldexp_f32 v5, v1, ttmp11
-// GFX10: encoding: [0x05,0x00,0x62,0xd7,0x01,0xef,0x00,0x00]
+// GFX10: v_ldexp_f32 v5, v1, ttmp11              ; encoding: [0x05,0x00,0x62,0xd7,0x01,0xef,0x00,0x00]
 
 v_ldexp_f32 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x62,0xd7,0x01,0xf9,0x00,0x00]
+// GFX10: v_ldexp_f32 v5, v1, m0                  ; encoding: [0x05,0x00,0x62,0xd7,0x01,0xf9,0x00,0x00]
 
 v_ldexp_f32 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x62,0xd7,0x01,0xfd,0x00,0x00]
+// GFX10: v_ldexp_f32 v5, v1, exec_lo             ; encoding: [0x05,0x00,0x62,0xd7,0x01,0xfd,0x00,0x00]
 
 v_ldexp_f32 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x62,0xd7,0x01,0xff,0x00,0x00]
+// GFX10: v_ldexp_f32 v5, v1, exec_hi             ; encoding: [0x05,0x00,0x62,0xd7,0x01,0xff,0x00,0x00]
 
 v_ldexp_f32 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x62,0xd7,0x01,0x01,0x01,0x00]
+// GFX10: v_ldexp_f32 v5, v1, 0                   ; encoding: [0x05,0x00,0x62,0xd7,0x01,0x01,0x01,0x00]
 
 v_ldexp_f32 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x62,0xd7,0x01,0x83,0x01,0x00]
+// GFX10: v_ldexp_f32 v5, v1, -1                  ; encoding: [0x05,0x00,0x62,0xd7,0x01,0x83,0x01,0x00]
 
 v_ldexp_f32 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x62,0xd7,0x01,0xe1,0x01,0x00]
+// GFX10: v_ldexp_f32 v5, v1, 0.5                 ; encoding: [0x05,0x00,0x62,0xd7,0x01,0xe1,0x01,0x00]
 
 v_ldexp_f32 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x62,0xd7,0x01,0xef,0x01,0x00]
+// GFX10: v_ldexp_f32 v5, v1, -4.0                ; encoding: [0x05,0x00,0x62,0xd7,0x01,0xef,0x01,0x00]
 
 v_ldexp_f32 v5, -v1, v2
-// GFX10: encoding: [0x05,0x00,0x62,0xd7,0x01,0x05,0x02,0x20]
+// GFX10: v_ldexp_f32 v5, -v1, v2                 ; encoding: [0x05,0x00,0x62,0xd7,0x01,0x05,0x02,0x20]
 
 v_ldexp_f32 v5, |v1|, v2
-// GFX10: encoding: [0x05,0x01,0x62,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_ldexp_f32 v5, |v1|, v2                ; encoding: [0x05,0x01,0x62,0xd7,0x01,0x05,0x02,0x00]
 
 v_ldexp_f32 v5, v1, v2 clamp
-// GFX10: encoding: [0x05,0x80,0x62,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_ldexp_f32 v5, v1, v2 clamp            ; encoding: [0x05,0x80,0x62,0xd7,0x01,0x05,0x02,0x00]
 
 v_ldexp_f32 v5, v1, v2 mul:2
-// GFX10: encoding: [0x05,0x00,0x62,0xd7,0x01,0x05,0x02,0x08]
+// GFX10: v_ldexp_f32 v5, v1, v2 mul:2            ; encoding: [0x05,0x00,0x62,0xd7,0x01,0x05,0x02,0x08]
 
 v_ldexp_f32 v5, v1, v2 mul:4
-// GFX10: encoding: [0x05,0x00,0x62,0xd7,0x01,0x05,0x02,0x10]
+// GFX10: v_ldexp_f32 v5, v1, v2 mul:4            ; encoding: [0x05,0x00,0x62,0xd7,0x01,0x05,0x02,0x10]
 
 v_ldexp_f32 v5, v1, v2 div:2
-// GFX10: encoding: [0x05,0x00,0x62,0xd7,0x01,0x05,0x02,0x18]
+// GFX10: v_ldexp_f32 v5, v1, v2 div:2            ; encoding: [0x05,0x00,0x62,0xd7,0x01,0x05,0x02,0x18]
 
 v_cvt_pknorm_i16_f32 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x68,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_cvt_pknorm_i16_f32 v5, v1, v2         ; encoding: [0x05,0x00,0x68,0xd7,0x01,0x05,0x02,0x00]
 
 v_cvt_pknorm_i16_f32 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x68,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_cvt_pknorm_i16_f32 v255, v1, v2       ; encoding: [0xff,0x00,0x68,0xd7,0x01,0x05,0x02,0x00]
 
 v_cvt_pknorm_i16_f32 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x68,0xd7,0xff,0x05,0x02,0x00]
+// GFX10: v_cvt_pknorm_i16_f32 v5, v255, v2       ; encoding: [0x05,0x00,0x68,0xd7,0xff,0x05,0x02,0x00]
 
 v_cvt_pknorm_i16_f32 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x68,0xd7,0x01,0x04,0x02,0x00]
+// GFX10: v_cvt_pknorm_i16_f32 v5, s1, v2         ; encoding: [0x05,0x00,0x68,0xd7,0x01,0x04,0x02,0x00]
 
 v_cvt_pknorm_i16_f32 v5, s103, v2
-// GFX10: encoding: [0x05,0x00,0x68,0xd7,0x67,0x04,0x02,0x00]
+// GFX10: v_cvt_pknorm_i16_f32 v5, s103, v2       ; encoding: [0x05,0x00,0x68,0xd7,0x67,0x04,0x02,0x00]
 
 v_cvt_pknorm_i16_f32 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x68,0xd7,0x6a,0x04,0x02,0x00]
+// GFX10: v_cvt_pknorm_i16_f32 v5, vcc_lo, v2     ; encoding: [0x05,0x00,0x68,0xd7,0x6a,0x04,0x02,0x00]
 
 v_cvt_pknorm_i16_f32 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x68,0xd7,0x6b,0x04,0x02,0x00]
+// GFX10: v_cvt_pknorm_i16_f32 v5, vcc_hi, v2     ; encoding: [0x05,0x00,0x68,0xd7,0x6b,0x04,0x02,0x00]
 
 v_cvt_pknorm_i16_f32 v5, ttmp11, v2
-// GFX10: encoding: [0x05,0x00,0x68,0xd7,0x77,0x04,0x02,0x00]
+// GFX10: v_cvt_pknorm_i16_f32 v5, ttmp11, v2     ; encoding: [0x05,0x00,0x68,0xd7,0x77,0x04,0x02,0x00]
 
 v_cvt_pknorm_i16_f32 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x68,0xd7,0x7c,0x04,0x02,0x00]
+// GFX10: v_cvt_pknorm_i16_f32 v5, m0, v2         ; encoding: [0x05,0x00,0x68,0xd7,0x7c,0x04,0x02,0x00]
 
 v_cvt_pknorm_i16_f32 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x68,0xd7,0x7e,0x04,0x02,0x00]
+// GFX10: v_cvt_pknorm_i16_f32 v5, exec_lo, v2    ; encoding: [0x05,0x00,0x68,0xd7,0x7e,0x04,0x02,0x00]
 
 v_cvt_pknorm_i16_f32 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x68,0xd7,0x7f,0x04,0x02,0x00]
+// GFX10: v_cvt_pknorm_i16_f32 v5, exec_hi, v2    ; encoding: [0x05,0x00,0x68,0xd7,0x7f,0x04,0x02,0x00]
 
 v_cvt_pknorm_i16_f32 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x68,0xd7,0x80,0x04,0x02,0x00]
+// GFX10: v_cvt_pknorm_i16_f32 v5, 0, v2          ; encoding: [0x05,0x00,0x68,0xd7,0x80,0x04,0x02,0x00]
 
 v_cvt_pknorm_i16_f32 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x68,0xd7,0xc1,0x04,0x02,0x00]
+// GFX10: v_cvt_pknorm_i16_f32 v5, -1, v2         ; encoding: [0x05,0x00,0x68,0xd7,0xc1,0x04,0x02,0x00]
 
 v_cvt_pknorm_i16_f32 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x68,0xd7,0xf0,0x04,0x02,0x00]
+// GFX10: v_cvt_pknorm_i16_f32 v5, 0.5, v2        ; encoding: [0x05,0x00,0x68,0xd7,0xf0,0x04,0x02,0x00]
 
 v_cvt_pknorm_i16_f32 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x68,0xd7,0xf7,0x04,0x02,0x00]
+// GFX10: v_cvt_pknorm_i16_f32 v5, -4.0, v2       ; encoding: [0x05,0x00,0x68,0xd7,0xf7,0x04,0x02,0x00]
 
 v_cvt_pknorm_i16_f32 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x68,0xd7,0x01,0xff,0x03,0x00]
+// GFX10: v_cvt_pknorm_i16_f32 v5, v1, v255       ; encoding: [0x05,0x00,0x68,0xd7,0x01,0xff,0x03,0x00]
 
 v_cvt_pknorm_i16_f32 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x68,0xd7,0x01,0x05,0x00,0x00]
+// GFX10: v_cvt_pknorm_i16_f32 v5, v1, s2         ; encoding: [0x05,0x00,0x68,0xd7,0x01,0x05,0x00,0x00]
 
 v_cvt_pknorm_i16_f32 v5, v1, s103
-// GFX10: encoding: [0x05,0x00,0x68,0xd7,0x01,0xcf,0x00,0x00]
+// GFX10: v_cvt_pknorm_i16_f32 v5, v1, s103       ; encoding: [0x05,0x00,0x68,0xd7,0x01,0xcf,0x00,0x00]
 
 v_cvt_pknorm_i16_f32 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x68,0xd7,0x01,0xd5,0x00,0x00]
+// GFX10: v_cvt_pknorm_i16_f32 v5, v1, vcc_lo     ; encoding: [0x05,0x00,0x68,0xd7,0x01,0xd5,0x00,0x00]
 
 v_cvt_pknorm_i16_f32 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x68,0xd7,0x01,0xd7,0x00,0x00]
+// GFX10: v_cvt_pknorm_i16_f32 v5, v1, vcc_hi     ; encoding: [0x05,0x00,0x68,0xd7,0x01,0xd7,0x00,0x00]
 
 v_cvt_pknorm_i16_f32 v5, v1, ttmp11
-// GFX10: encoding: [0x05,0x00,0x68,0xd7,0x01,0xef,0x00,0x00]
+// GFX10: v_cvt_pknorm_i16_f32 v5, v1, ttmp11     ; encoding: [0x05,0x00,0x68,0xd7,0x01,0xef,0x00,0x00]
 
 v_cvt_pknorm_i16_f32 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x68,0xd7,0x01,0xf9,0x00,0x00]
+// GFX10: v_cvt_pknorm_i16_f32 v5, v1, m0         ; encoding: [0x05,0x00,0x68,0xd7,0x01,0xf9,0x00,0x00]
 
 v_cvt_pknorm_i16_f32 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x68,0xd7,0x01,0xfd,0x00,0x00]
+// GFX10: v_cvt_pknorm_i16_f32 v5, v1, exec_lo    ; encoding: [0x05,0x00,0x68,0xd7,0x01,0xfd,0x00,0x00]
 
 v_cvt_pknorm_i16_f32 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x68,0xd7,0x01,0xff,0x00,0x00]
+// GFX10: v_cvt_pknorm_i16_f32 v5, v1, exec_hi    ; encoding: [0x05,0x00,0x68,0xd7,0x01,0xff,0x00,0x00]
 
 v_cvt_pknorm_i16_f32 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x68,0xd7,0x01,0x01,0x01,0x00]
+// GFX10: v_cvt_pknorm_i16_f32 v5, v1, 0          ; encoding: [0x05,0x00,0x68,0xd7,0x01,0x01,0x01,0x00]
 
 v_cvt_pknorm_i16_f32 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x68,0xd7,0x01,0x83,0x01,0x00]
+// GFX10: v_cvt_pknorm_i16_f32 v5, v1, -1         ; encoding: [0x05,0x00,0x68,0xd7,0x01,0x83,0x01,0x00]
 
 v_cvt_pknorm_i16_f32 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x68,0xd7,0x01,0xe1,0x01,0x00]
+// GFX10: v_cvt_pknorm_i16_f32 v5, v1, 0.5        ; encoding: [0x05,0x00,0x68,0xd7,0x01,0xe1,0x01,0x00]
 
 v_cvt_pknorm_i16_f32 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x68,0xd7,0x01,0xef,0x01,0x00]
+// GFX10: v_cvt_pknorm_i16_f32 v5, v1, -4.0       ; encoding: [0x05,0x00,0x68,0xd7,0x01,0xef,0x01,0x00]
 
 v_cvt_pknorm_i16_f32 v5, -v1, v2
-// GFX10: encoding: [0x05,0x00,0x68,0xd7,0x01,0x05,0x02,0x20]
+// GFX10: v_cvt_pknorm_i16_f32 v5, -v1, v2        ; encoding: [0x05,0x00,0x68,0xd7,0x01,0x05,0x02,0x20]
 
 v_cvt_pknorm_i16_f32 v5, v1, -v2
-// GFX10: encoding: [0x05,0x00,0x68,0xd7,0x01,0x05,0x02,0x40]
+// GFX10: v_cvt_pknorm_i16_f32 v5, v1, -v2        ; encoding: [0x05,0x00,0x68,0xd7,0x01,0x05,0x02,0x40]
 
 v_cvt_pknorm_i16_f32 v5, -v1, -v2
-// GFX10: encoding: [0x05,0x00,0x68,0xd7,0x01,0x05,0x02,0x60]
+// GFX10: v_cvt_pknorm_i16_f32 v5, -v1, -v2       ; encoding: [0x05,0x00,0x68,0xd7,0x01,0x05,0x02,0x60]
 
 v_cvt_pknorm_i16_f32 v5, |v1|, v2
-// GFX10: encoding: [0x05,0x01,0x68,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_cvt_pknorm_i16_f32 v5, |v1|, v2       ; encoding: [0x05,0x01,0x68,0xd7,0x01,0x05,0x02,0x00]
 
 v_cvt_pknorm_i16_f32 v5, v1, |v2|
-// GFX10: encoding: [0x05,0x02,0x68,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_cvt_pknorm_i16_f32 v5, v1, |v2|       ; encoding: [0x05,0x02,0x68,0xd7,0x01,0x05,0x02,0x00]
 
 v_cvt_pknorm_i16_f32 v5, |v1|, |v2|
-// GFX10: encoding: [0x05,0x03,0x68,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_cvt_pknorm_i16_f32 v5, |v1|, |v2|     ; encoding: [0x05,0x03,0x68,0xd7,0x01,0x05,0x02,0x00]
 
 v_cvt_pknorm_i16_f32 v5, v1, v2 clamp
-// GFX10: encoding: [0x05,0x80,0x68,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_cvt_pknorm_i16_f32 v5, v1, v2 clamp   ; encoding: [0x05,0x80,0x68,0xd7,0x01,0x05,0x02,0x00]
 
 v_cvt_pknorm_u16_f32 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x69,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_cvt_pknorm_u16_f32 v5, v1, v2         ; encoding: [0x05,0x00,0x69,0xd7,0x01,0x05,0x02,0x00]
 
 v_cvt_pknorm_u16_f32 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x69,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_cvt_pknorm_u16_f32 v255, v1, v2       ; encoding: [0xff,0x00,0x69,0xd7,0x01,0x05,0x02,0x00]
 
 v_cvt_pknorm_u16_f32 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x69,0xd7,0xff,0x05,0x02,0x00]
+// GFX10: v_cvt_pknorm_u16_f32 v5, v255, v2       ; encoding: [0x05,0x00,0x69,0xd7,0xff,0x05,0x02,0x00]
 
 v_cvt_pknorm_u16_f32 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x69,0xd7,0x01,0x04,0x02,0x00]
+// GFX10: v_cvt_pknorm_u16_f32 v5, s1, v2         ; encoding: [0x05,0x00,0x69,0xd7,0x01,0x04,0x02,0x00]
 
 v_cvt_pknorm_u16_f32 v5, s103, v2
-// GFX10: encoding: [0x05,0x00,0x69,0xd7,0x67,0x04,0x02,0x00]
+// GFX10: v_cvt_pknorm_u16_f32 v5, s103, v2       ; encoding: [0x05,0x00,0x69,0xd7,0x67,0x04,0x02,0x00]
 
 v_cvt_pknorm_u16_f32 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x69,0xd7,0x6a,0x04,0x02,0x00]
+// GFX10: v_cvt_pknorm_u16_f32 v5, vcc_lo, v2     ; encoding: [0x05,0x00,0x69,0xd7,0x6a,0x04,0x02,0x00]
 
 v_cvt_pknorm_u16_f32 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x69,0xd7,0x6b,0x04,0x02,0x00]
+// GFX10: v_cvt_pknorm_u16_f32 v5, vcc_hi, v2     ; encoding: [0x05,0x00,0x69,0xd7,0x6b,0x04,0x02,0x00]
 
 v_cvt_pknorm_u16_f32 v5, ttmp11, v2
-// GFX10: encoding: [0x05,0x00,0x69,0xd7,0x77,0x04,0x02,0x00]
+// GFX10: v_cvt_pknorm_u16_f32 v5, ttmp11, v2     ; encoding: [0x05,0x00,0x69,0xd7,0x77,0x04,0x02,0x00]
 
 v_cvt_pknorm_u16_f32 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x69,0xd7,0x7c,0x04,0x02,0x00]
+// GFX10: v_cvt_pknorm_u16_f32 v5, m0, v2         ; encoding: [0x05,0x00,0x69,0xd7,0x7c,0x04,0x02,0x00]
 
 v_cvt_pknorm_u16_f32 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x69,0xd7,0x7e,0x04,0x02,0x00]
+// GFX10: v_cvt_pknorm_u16_f32 v5, exec_lo, v2    ; encoding: [0x05,0x00,0x69,0xd7,0x7e,0x04,0x02,0x00]
 
 v_cvt_pknorm_u16_f32 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x69,0xd7,0x7f,0x04,0x02,0x00]
+// GFX10: v_cvt_pknorm_u16_f32 v5, exec_hi, v2    ; encoding: [0x05,0x00,0x69,0xd7,0x7f,0x04,0x02,0x00]
 
 v_cvt_pknorm_u16_f32 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x69,0xd7,0x80,0x04,0x02,0x00]
+// GFX10: v_cvt_pknorm_u16_f32 v5, 0, v2          ; encoding: [0x05,0x00,0x69,0xd7,0x80,0x04,0x02,0x00]
 
 v_cvt_pknorm_u16_f32 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x69,0xd7,0xc1,0x04,0x02,0x00]
+// GFX10: v_cvt_pknorm_u16_f32 v5, -1, v2         ; encoding: [0x05,0x00,0x69,0xd7,0xc1,0x04,0x02,0x00]
 
 v_cvt_pknorm_u16_f32 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x69,0xd7,0xf0,0x04,0x02,0x00]
+// GFX10: v_cvt_pknorm_u16_f32 v5, 0.5, v2        ; encoding: [0x05,0x00,0x69,0xd7,0xf0,0x04,0x02,0x00]
 
 v_cvt_pknorm_u16_f32 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x69,0xd7,0xf7,0x04,0x02,0x00]
+// GFX10: v_cvt_pknorm_u16_f32 v5, -4.0, v2       ; encoding: [0x05,0x00,0x69,0xd7,0xf7,0x04,0x02,0x00]
 
 v_cvt_pknorm_u16_f32 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x69,0xd7,0x01,0xff,0x03,0x00]
+// GFX10: v_cvt_pknorm_u16_f32 v5, v1, v255       ; encoding: [0x05,0x00,0x69,0xd7,0x01,0xff,0x03,0x00]
 
 v_cvt_pknorm_u16_f32 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x69,0xd7,0x01,0x05,0x00,0x00]
+// GFX10: v_cvt_pknorm_u16_f32 v5, v1, s2         ; encoding: [0x05,0x00,0x69,0xd7,0x01,0x05,0x00,0x00]
 
 v_cvt_pknorm_u16_f32 v5, v1, s103
-// GFX10: encoding: [0x05,0x00,0x69,0xd7,0x01,0xcf,0x00,0x00]
+// GFX10: v_cvt_pknorm_u16_f32 v5, v1, s103       ; encoding: [0x05,0x00,0x69,0xd7,0x01,0xcf,0x00,0x00]
 
 v_cvt_pknorm_u16_f32 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x69,0xd7,0x01,0xd5,0x00,0x00]
+// GFX10: v_cvt_pknorm_u16_f32 v5, v1, vcc_lo     ; encoding: [0x05,0x00,0x69,0xd7,0x01,0xd5,0x00,0x00]
 
 v_cvt_pknorm_u16_f32 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x69,0xd7,0x01,0xd7,0x00,0x00]
+// GFX10: v_cvt_pknorm_u16_f32 v5, v1, vcc_hi     ; encoding: [0x05,0x00,0x69,0xd7,0x01,0xd7,0x00,0x00]
 
 v_cvt_pknorm_u16_f32 v5, v1, ttmp11
-// GFX10: encoding: [0x05,0x00,0x69,0xd7,0x01,0xef,0x00,0x00]
+// GFX10: v_cvt_pknorm_u16_f32 v5, v1, ttmp11     ; encoding: [0x05,0x00,0x69,0xd7,0x01,0xef,0x00,0x00]
 
 v_cvt_pknorm_u16_f32 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x69,0xd7,0x01,0xf9,0x00,0x00]
+// GFX10: v_cvt_pknorm_u16_f32 v5, v1, m0         ; encoding: [0x05,0x00,0x69,0xd7,0x01,0xf9,0x00,0x00]
 
 v_cvt_pknorm_u16_f32 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x69,0xd7,0x01,0xfd,0x00,0x00]
+// GFX10: v_cvt_pknorm_u16_f32 v5, v1, exec_lo    ; encoding: [0x05,0x00,0x69,0xd7,0x01,0xfd,0x00,0x00]
 
 v_cvt_pknorm_u16_f32 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x69,0xd7,0x01,0xff,0x00,0x00]
+// GFX10: v_cvt_pknorm_u16_f32 v5, v1, exec_hi    ; encoding: [0x05,0x00,0x69,0xd7,0x01,0xff,0x00,0x00]
 
 v_cvt_pknorm_u16_f32 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x69,0xd7,0x01,0x01,0x01,0x00]
+// GFX10: v_cvt_pknorm_u16_f32 v5, v1, 0          ; encoding: [0x05,0x00,0x69,0xd7,0x01,0x01,0x01,0x00]
 
 v_cvt_pknorm_u16_f32 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x69,0xd7,0x01,0x83,0x01,0x00]
+// GFX10: v_cvt_pknorm_u16_f32 v5, v1, -1         ; encoding: [0x05,0x00,0x69,0xd7,0x01,0x83,0x01,0x00]
 
 v_cvt_pknorm_u16_f32 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x69,0xd7,0x01,0xe1,0x01,0x00]
+// GFX10: v_cvt_pknorm_u16_f32 v5, v1, 0.5        ; encoding: [0x05,0x00,0x69,0xd7,0x01,0xe1,0x01,0x00]
 
 v_cvt_pknorm_u16_f32 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x69,0xd7,0x01,0xef,0x01,0x00]
+// GFX10: v_cvt_pknorm_u16_f32 v5, v1, -4.0       ; encoding: [0x05,0x00,0x69,0xd7,0x01,0xef,0x01,0x00]
 
 v_cvt_pknorm_u16_f32 v5, -v1, v2
-// GFX10: encoding: [0x05,0x00,0x69,0xd7,0x01,0x05,0x02,0x20]
+// GFX10: v_cvt_pknorm_u16_f32 v5, -v1, v2        ; encoding: [0x05,0x00,0x69,0xd7,0x01,0x05,0x02,0x20]
 
 v_cvt_pknorm_u16_f32 v5, v1, -v2
-// GFX10: encoding: [0x05,0x00,0x69,0xd7,0x01,0x05,0x02,0x40]
+// GFX10: v_cvt_pknorm_u16_f32 v5, v1, -v2        ; encoding: [0x05,0x00,0x69,0xd7,0x01,0x05,0x02,0x40]
 
 v_cvt_pknorm_u16_f32 v5, -v1, -v2
-// GFX10: encoding: [0x05,0x00,0x69,0xd7,0x01,0x05,0x02,0x60]
+// GFX10: v_cvt_pknorm_u16_f32 v5, -v1, -v2       ; encoding: [0x05,0x00,0x69,0xd7,0x01,0x05,0x02,0x60]
 
 v_cvt_pknorm_u16_f32 v5, |v1|, v2
-// GFX10: encoding: [0x05,0x01,0x69,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_cvt_pknorm_u16_f32 v5, |v1|, v2       ; encoding: [0x05,0x01,0x69,0xd7,0x01,0x05,0x02,0x00]
 
 v_cvt_pknorm_u16_f32 v5, v1, |v2|
-// GFX10: encoding: [0x05,0x02,0x69,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_cvt_pknorm_u16_f32 v5, v1, |v2|       ; encoding: [0x05,0x02,0x69,0xd7,0x01,0x05,0x02,0x00]
 
 v_cvt_pknorm_u16_f32 v5, |v1|, |v2|
-// GFX10: encoding: [0x05,0x03,0x69,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_cvt_pknorm_u16_f32 v5, |v1|, |v2|     ; encoding: [0x05,0x03,0x69,0xd7,0x01,0x05,0x02,0x00]
 
 v_cvt_pknorm_u16_f32 v5, v1, v2 clamp
-// GFX10: encoding: [0x05,0x80,0x69,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_cvt_pknorm_u16_f32 v5, v1, v2 clamp   ; encoding: [0x05,0x80,0x69,0xd7,0x01,0x05,0x02,0x00]
 
 v_cvt_pk_u16_u32 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x6a,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_cvt_pk_u16_u32 v5, v1, v2             ; encoding: [0x05,0x00,0x6a,0xd7,0x01,0x05,0x02,0x00]
 
 v_cvt_pk_u16_u32 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x6a,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_cvt_pk_u16_u32 v255, v1, v2           ; encoding: [0xff,0x00,0x6a,0xd7,0x01,0x05,0x02,0x00]
 
 v_cvt_pk_u16_u32 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x6a,0xd7,0xff,0x05,0x02,0x00]
+// GFX10: v_cvt_pk_u16_u32 v5, v255, v2           ; encoding: [0x05,0x00,0x6a,0xd7,0xff,0x05,0x02,0x00]
 
 v_cvt_pk_u16_u32 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x6a,0xd7,0x01,0x04,0x02,0x00]
+// GFX10: v_cvt_pk_u16_u32 v5, s1, v2             ; encoding: [0x05,0x00,0x6a,0xd7,0x01,0x04,0x02,0x00]
 
 v_cvt_pk_u16_u32 v5, s103, v2
-// GFX10: encoding: [0x05,0x00,0x6a,0xd7,0x67,0x04,0x02,0x00]
+// GFX10: v_cvt_pk_u16_u32 v5, s103, v2           ; encoding: [0x05,0x00,0x6a,0xd7,0x67,0x04,0x02,0x00]
 
 v_cvt_pk_u16_u32 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x6a,0xd7,0x6a,0x04,0x02,0x00]
+// GFX10: v_cvt_pk_u16_u32 v5, vcc_lo, v2         ; encoding: [0x05,0x00,0x6a,0xd7,0x6a,0x04,0x02,0x00]
 
 v_cvt_pk_u16_u32 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x6a,0xd7,0x6b,0x04,0x02,0x00]
+// GFX10: v_cvt_pk_u16_u32 v5, vcc_hi, v2         ; encoding: [0x05,0x00,0x6a,0xd7,0x6b,0x04,0x02,0x00]
 
 v_cvt_pk_u16_u32 v5, ttmp11, v2
-// GFX10: encoding: [0x05,0x00,0x6a,0xd7,0x77,0x04,0x02,0x00]
+// GFX10: v_cvt_pk_u16_u32 v5, ttmp11, v2         ; encoding: [0x05,0x00,0x6a,0xd7,0x77,0x04,0x02,0x00]
 
 v_cvt_pk_u16_u32 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x6a,0xd7,0x7c,0x04,0x02,0x00]
+// GFX10: v_cvt_pk_u16_u32 v5, m0, v2             ; encoding: [0x05,0x00,0x6a,0xd7,0x7c,0x04,0x02,0x00]
 
 v_cvt_pk_u16_u32 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x6a,0xd7,0x7e,0x04,0x02,0x00]
+// GFX10: v_cvt_pk_u16_u32 v5, exec_lo, v2        ; encoding: [0x05,0x00,0x6a,0xd7,0x7e,0x04,0x02,0x00]
 
 v_cvt_pk_u16_u32 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x6a,0xd7,0x7f,0x04,0x02,0x00]
+// GFX10: v_cvt_pk_u16_u32 v5, exec_hi, v2        ; encoding: [0x05,0x00,0x6a,0xd7,0x7f,0x04,0x02,0x00]
 
 v_cvt_pk_u16_u32 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x6a,0xd7,0x80,0x04,0x02,0x00]
+// GFX10: v_cvt_pk_u16_u32 v5, 0, v2              ; encoding: [0x05,0x00,0x6a,0xd7,0x80,0x04,0x02,0x00]
 
 v_cvt_pk_u16_u32 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x6a,0xd7,0xc1,0x04,0x02,0x00]
+// GFX10: v_cvt_pk_u16_u32 v5, -1, v2             ; encoding: [0x05,0x00,0x6a,0xd7,0xc1,0x04,0x02,0x00]
 
 v_cvt_pk_u16_u32 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x6a,0xd7,0xf0,0x04,0x02,0x00]
+// GFX10: v_cvt_pk_u16_u32 v5, 0.5, v2            ; encoding: [0x05,0x00,0x6a,0xd7,0xf0,0x04,0x02,0x00]
 
 v_cvt_pk_u16_u32 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x6a,0xd7,0xf7,0x04,0x02,0x00]
+// GFX10: v_cvt_pk_u16_u32 v5, -4.0, v2           ; encoding: [0x05,0x00,0x6a,0xd7,0xf7,0x04,0x02,0x00]
 
 v_cvt_pk_u16_u32 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x6a,0xd7,0x01,0xff,0x03,0x00]
+// GFX10: v_cvt_pk_u16_u32 v5, v1, v255           ; encoding: [0x05,0x00,0x6a,0xd7,0x01,0xff,0x03,0x00]
 
 v_cvt_pk_u16_u32 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x6a,0xd7,0x01,0x05,0x00,0x00]
+// GFX10: v_cvt_pk_u16_u32 v5, v1, s2             ; encoding: [0x05,0x00,0x6a,0xd7,0x01,0x05,0x00,0x00]
 
 v_cvt_pk_u16_u32 v5, v1, s103
-// GFX10: encoding: [0x05,0x00,0x6a,0xd7,0x01,0xcf,0x00,0x00]
+// GFX10: v_cvt_pk_u16_u32 v5, v1, s103           ; encoding: [0x05,0x00,0x6a,0xd7,0x01,0xcf,0x00,0x00]
 
 v_cvt_pk_u16_u32 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x6a,0xd7,0x01,0xd5,0x00,0x00]
+// GFX10: v_cvt_pk_u16_u32 v5, v1, vcc_lo         ; encoding: [0x05,0x00,0x6a,0xd7,0x01,0xd5,0x00,0x00]
 
 v_cvt_pk_u16_u32 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x6a,0xd7,0x01,0xd7,0x00,0x00]
+// GFX10: v_cvt_pk_u16_u32 v5, v1, vcc_hi         ; encoding: [0x05,0x00,0x6a,0xd7,0x01,0xd7,0x00,0x00]
 
 v_cvt_pk_u16_u32 v5, v1, ttmp11
-// GFX10: encoding: [0x05,0x00,0x6a,0xd7,0x01,0xef,0x00,0x00]
+// GFX10: v_cvt_pk_u16_u32 v5, v1, ttmp11         ; encoding: [0x05,0x00,0x6a,0xd7,0x01,0xef,0x00,0x00]
 
 v_cvt_pk_u16_u32 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x6a,0xd7,0x01,0xf9,0x00,0x00]
+// GFX10: v_cvt_pk_u16_u32 v5, v1, m0             ; encoding: [0x05,0x00,0x6a,0xd7,0x01,0xf9,0x00,0x00]
 
 v_cvt_pk_u16_u32 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x6a,0xd7,0x01,0xfd,0x00,0x00]
+// GFX10: v_cvt_pk_u16_u32 v5, v1, exec_lo        ; encoding: [0x05,0x00,0x6a,0xd7,0x01,0xfd,0x00,0x00]
 
 v_cvt_pk_u16_u32 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x6a,0xd7,0x01,0xff,0x00,0x00]
+// GFX10: v_cvt_pk_u16_u32 v5, v1, exec_hi        ; encoding: [0x05,0x00,0x6a,0xd7,0x01,0xff,0x00,0x00]
 
 v_cvt_pk_u16_u32 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x6a,0xd7,0x01,0x01,0x01,0x00]
+// GFX10: v_cvt_pk_u16_u32 v5, v1, 0              ; encoding: [0x05,0x00,0x6a,0xd7,0x01,0x01,0x01,0x00]
 
 v_cvt_pk_u16_u32 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x6a,0xd7,0x01,0x83,0x01,0x00]
+// GFX10: v_cvt_pk_u16_u32 v5, v1, -1             ; encoding: [0x05,0x00,0x6a,0xd7,0x01,0x83,0x01,0x00]
 
 v_cvt_pk_u16_u32 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x6a,0xd7,0x01,0xe1,0x01,0x00]
+// GFX10: v_cvt_pk_u16_u32 v5, v1, 0.5            ; encoding: [0x05,0x00,0x6a,0xd7,0x01,0xe1,0x01,0x00]
 
 v_cvt_pk_u16_u32 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x6a,0xd7,0x01,0xef,0x01,0x00]
+// GFX10: v_cvt_pk_u16_u32 v5, v1, -4.0           ; encoding: [0x05,0x00,0x6a,0xd7,0x01,0xef,0x01,0x00]
 
 v_cvt_pk_i16_i32 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x6b,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_cvt_pk_i16_i32 v5, v1, v2             ; encoding: [0x05,0x00,0x6b,0xd7,0x01,0x05,0x02,0x00]
 
 v_cvt_pk_i16_i32 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x6b,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_cvt_pk_i16_i32 v255, v1, v2           ; encoding: [0xff,0x00,0x6b,0xd7,0x01,0x05,0x02,0x00]
 
 v_cvt_pk_i16_i32 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x6b,0xd7,0xff,0x05,0x02,0x00]
+// GFX10: v_cvt_pk_i16_i32 v5, v255, v2           ; encoding: [0x05,0x00,0x6b,0xd7,0xff,0x05,0x02,0x00]
 
 v_cvt_pk_i16_i32 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x6b,0xd7,0x01,0x04,0x02,0x00]
+// GFX10: v_cvt_pk_i16_i32 v5, s1, v2             ; encoding: [0x05,0x00,0x6b,0xd7,0x01,0x04,0x02,0x00]
 
 v_cvt_pk_i16_i32 v5, s103, v2
-// GFX10: encoding: [0x05,0x00,0x6b,0xd7,0x67,0x04,0x02,0x00]
+// GFX10: v_cvt_pk_i16_i32 v5, s103, v2           ; encoding: [0x05,0x00,0x6b,0xd7,0x67,0x04,0x02,0x00]
 
 v_cvt_pk_i16_i32 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x6b,0xd7,0x6a,0x04,0x02,0x00]
+// GFX10: v_cvt_pk_i16_i32 v5, vcc_lo, v2         ; encoding: [0x05,0x00,0x6b,0xd7,0x6a,0x04,0x02,0x00]
 
 v_cvt_pk_i16_i32 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x6b,0xd7,0x6b,0x04,0x02,0x00]
+// GFX10: v_cvt_pk_i16_i32 v5, vcc_hi, v2         ; encoding: [0x05,0x00,0x6b,0xd7,0x6b,0x04,0x02,0x00]
 
 v_cvt_pk_i16_i32 v5, ttmp11, v2
-// GFX10: encoding: [0x05,0x00,0x6b,0xd7,0x77,0x04,0x02,0x00]
+// GFX10: v_cvt_pk_i16_i32 v5, ttmp11, v2         ; encoding: [0x05,0x00,0x6b,0xd7,0x77,0x04,0x02,0x00]
 
 v_cvt_pk_i16_i32 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x6b,0xd7,0x7c,0x04,0x02,0x00]
+// GFX10: v_cvt_pk_i16_i32 v5, m0, v2             ; encoding: [0x05,0x00,0x6b,0xd7,0x7c,0x04,0x02,0x00]
 
 v_cvt_pk_i16_i32 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x6b,0xd7,0x7e,0x04,0x02,0x00]
+// GFX10: v_cvt_pk_i16_i32 v5, exec_lo, v2        ; encoding: [0x05,0x00,0x6b,0xd7,0x7e,0x04,0x02,0x00]
 
 v_cvt_pk_i16_i32 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x6b,0xd7,0x7f,0x04,0x02,0x00]
+// GFX10: v_cvt_pk_i16_i32 v5, exec_hi, v2        ; encoding: [0x05,0x00,0x6b,0xd7,0x7f,0x04,0x02,0x00]
 
 v_cvt_pk_i16_i32 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x6b,0xd7,0x80,0x04,0x02,0x00]
+// GFX10: v_cvt_pk_i16_i32 v5, 0, v2              ; encoding: [0x05,0x00,0x6b,0xd7,0x80,0x04,0x02,0x00]
 
 v_cvt_pk_i16_i32 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x6b,0xd7,0xc1,0x04,0x02,0x00]
+// GFX10: v_cvt_pk_i16_i32 v5, -1, v2             ; encoding: [0x05,0x00,0x6b,0xd7,0xc1,0x04,0x02,0x00]
 
 v_cvt_pk_i16_i32 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x6b,0xd7,0xf0,0x04,0x02,0x00]
+// GFX10: v_cvt_pk_i16_i32 v5, 0.5, v2            ; encoding: [0x05,0x00,0x6b,0xd7,0xf0,0x04,0x02,0x00]
 
 v_cvt_pk_i16_i32 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x6b,0xd7,0xf7,0x04,0x02,0x00]
+// GFX10: v_cvt_pk_i16_i32 v5, -4.0, v2           ; encoding: [0x05,0x00,0x6b,0xd7,0xf7,0x04,0x02,0x00]
 
 v_cvt_pk_i16_i32 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x6b,0xd7,0x01,0xff,0x03,0x00]
+// GFX10: v_cvt_pk_i16_i32 v5, v1, v255           ; encoding: [0x05,0x00,0x6b,0xd7,0x01,0xff,0x03,0x00]
 
 v_cvt_pk_i16_i32 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x6b,0xd7,0x01,0x05,0x00,0x00]
+// GFX10: v_cvt_pk_i16_i32 v5, v1, s2             ; encoding: [0x05,0x00,0x6b,0xd7,0x01,0x05,0x00,0x00]
 
 v_cvt_pk_i16_i32 v5, v1, s103
-// GFX10: encoding: [0x05,0x00,0x6b,0xd7,0x01,0xcf,0x00,0x00]
+// GFX10: v_cvt_pk_i16_i32 v5, v1, s103           ; encoding: [0x05,0x00,0x6b,0xd7,0x01,0xcf,0x00,0x00]
 
 v_cvt_pk_i16_i32 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x6b,0xd7,0x01,0xd5,0x00,0x00]
+// GFX10: v_cvt_pk_i16_i32 v5, v1, vcc_lo         ; encoding: [0x05,0x00,0x6b,0xd7,0x01,0xd5,0x00,0x00]
 
 v_cvt_pk_i16_i32 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x6b,0xd7,0x01,0xd7,0x00,0x00]
+// GFX10: v_cvt_pk_i16_i32 v5, v1, vcc_hi         ; encoding: [0x05,0x00,0x6b,0xd7,0x01,0xd7,0x00,0x00]
 
 v_cvt_pk_i16_i32 v5, v1, ttmp11
-// GFX10: encoding: [0x05,0x00,0x6b,0xd7,0x01,0xef,0x00,0x00]
+// GFX10: v_cvt_pk_i16_i32 v5, v1, ttmp11         ; encoding: [0x05,0x00,0x6b,0xd7,0x01,0xef,0x00,0x00]
 
 v_cvt_pk_i16_i32 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x6b,0xd7,0x01,0xf9,0x00,0x00]
+// GFX10: v_cvt_pk_i16_i32 v5, v1, m0             ; encoding: [0x05,0x00,0x6b,0xd7,0x01,0xf9,0x00,0x00]
 
 v_cvt_pk_i16_i32 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x6b,0xd7,0x01,0xfd,0x00,0x00]
+// GFX10: v_cvt_pk_i16_i32 v5, v1, exec_lo        ; encoding: [0x05,0x00,0x6b,0xd7,0x01,0xfd,0x00,0x00]
 
 v_cvt_pk_i16_i32 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x6b,0xd7,0x01,0xff,0x00,0x00]
+// GFX10: v_cvt_pk_i16_i32 v5, v1, exec_hi        ; encoding: [0x05,0x00,0x6b,0xd7,0x01,0xff,0x00,0x00]
 
 v_cvt_pk_i16_i32 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x6b,0xd7,0x01,0x01,0x01,0x00]
+// GFX10: v_cvt_pk_i16_i32 v5, v1, 0              ; encoding: [0x05,0x00,0x6b,0xd7,0x01,0x01,0x01,0x00]
 
 v_cvt_pk_i16_i32 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x6b,0xd7,0x01,0x83,0x01,0x00]
+// GFX10: v_cvt_pk_i16_i32 v5, v1, -1             ; encoding: [0x05,0x00,0x6b,0xd7,0x01,0x83,0x01,0x00]
 
 v_cvt_pk_i16_i32 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x6b,0xd7,0x01,0xe1,0x01,0x00]
+// GFX10: v_cvt_pk_i16_i32 v5, v1, 0.5            ; encoding: [0x05,0x00,0x6b,0xd7,0x01,0xe1,0x01,0x00]
 
 v_cvt_pk_i16_i32 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x6b,0xd7,0x01,0xef,0x01,0x00]
+// GFX10: v_cvt_pk_i16_i32 v5, v1, -4.0           ; encoding: [0x05,0x00,0x6b,0xd7,0x01,0xef,0x01,0x00]
 
 v_mad_legacy_f32 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_mad_legacy_f32 v5, v1, v2, v3         ; encoding: [0x05,0x00,0x40,0xd5,0x01,0x05,0x0e,0x04]
 
 v_mad_legacy_f32 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x40,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_mad_legacy_f32 v255, v1, v2, v3       ; encoding: [0xff,0x00,0x40,0xd5,0x01,0x05,0x0e,0x04]
 
 v_mad_legacy_f32 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0xff,0x05,0x0e,0x04]
+// GFX10: v_mad_legacy_f32 v5, v255, v2, v3       ; encoding: [0x05,0x00,0x40,0xd5,0xff,0x05,0x0e,0x04]
 
 v_mad_legacy_f32 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0x01,0x04,0x0e,0x04]
+// GFX10: v_mad_legacy_f32 v5, s1, v2, v3         ; encoding: [0x05,0x00,0x40,0xd5,0x01,0x04,0x0e,0x04]
 
 v_mad_legacy_f32 v5, s103, v2, v3
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0x67,0x04,0x0e,0x04]
+// GFX10: v_mad_legacy_f32 v5, s103, v2, v3       ; encoding: [0x05,0x00,0x40,0xd5,0x67,0x04,0x0e,0x04]
 
 v_mad_legacy_f32 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0x6a,0x04,0x0e,0x04]
+// GFX10: v_mad_legacy_f32 v5, vcc_lo, v2, v3     ; encoding: [0x05,0x00,0x40,0xd5,0x6a,0x04,0x0e,0x04]
 
 v_mad_legacy_f32 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0x6b,0x04,0x0e,0x04]
+// GFX10: v_mad_legacy_f32 v5, vcc_hi, v2, v3     ; encoding: [0x05,0x00,0x40,0xd5,0x6b,0x04,0x0e,0x04]
 
 v_mad_legacy_f32 v5, ttmp11, v2, v3
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0x77,0x04,0x0e,0x04]
+// GFX10: v_mad_legacy_f32 v5, ttmp11, v2, v3     ; encoding: [0x05,0x00,0x40,0xd5,0x77,0x04,0x0e,0x04]
 
 v_mad_legacy_f32 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0x7c,0x04,0x0e,0x04]
+// GFX10: v_mad_legacy_f32 v5, m0, v2, v3         ; encoding: [0x05,0x00,0x40,0xd5,0x7c,0x04,0x0e,0x04]
 
 v_mad_legacy_f32 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0x7e,0x04,0x0e,0x04]
+// GFX10: v_mad_legacy_f32 v5, exec_lo, v2, v3    ; encoding: [0x05,0x00,0x40,0xd5,0x7e,0x04,0x0e,0x04]
 
 v_mad_legacy_f32 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0x7f,0x04,0x0e,0x04]
+// GFX10: v_mad_legacy_f32 v5, exec_hi, v2, v3    ; encoding: [0x05,0x00,0x40,0xd5,0x7f,0x04,0x0e,0x04]
 
 v_mad_legacy_f32 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0x80,0x04,0x0e,0x04]
+// GFX10: v_mad_legacy_f32 v5, 0, v2, v3          ; encoding: [0x05,0x00,0x40,0xd5,0x80,0x04,0x0e,0x04]
 
 v_mad_legacy_f32 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0xc1,0x04,0x0e,0x04]
+// GFX10: v_mad_legacy_f32 v5, -1, v2, v3         ; encoding: [0x05,0x00,0x40,0xd5,0xc1,0x04,0x0e,0x04]
 
 v_mad_legacy_f32 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0xf0,0x04,0x0e,0x04]
+// GFX10: v_mad_legacy_f32 v5, 0.5, v2, v3        ; encoding: [0x05,0x00,0x40,0xd5,0xf0,0x04,0x0e,0x04]
 
 v_mad_legacy_f32 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0xf7,0x04,0x0e,0x04]
+// GFX10: v_mad_legacy_f32 v5, -4.0, v2, v3       ; encoding: [0x05,0x00,0x40,0xd5,0xf7,0x04,0x0e,0x04]
 
 v_mad_legacy_f32 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0x01,0xff,0x0f,0x04]
+// GFX10: v_mad_legacy_f32 v5, v1, v255, v3       ; encoding: [0x05,0x00,0x40,0xd5,0x01,0xff,0x0f,0x04]
 
 v_mad_legacy_f32 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0x01,0x05,0x0c,0x04]
+// GFX10: v_mad_legacy_f32 v5, v1, s2, v3         ; encoding: [0x05,0x00,0x40,0xd5,0x01,0x05,0x0c,0x04]
 
 v_mad_legacy_f32 v5, v1, s103, v3
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0x01,0xcf,0x0c,0x04]
+// GFX10: v_mad_legacy_f32 v5, v1, s103, v3       ; encoding: [0x05,0x00,0x40,0xd5,0x01,0xcf,0x0c,0x04]
 
 v_mad_legacy_f32 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0x01,0xd5,0x0c,0x04]
+// GFX10: v_mad_legacy_f32 v5, v1, vcc_lo, v3     ; encoding: [0x05,0x00,0x40,0xd5,0x01,0xd5,0x0c,0x04]
 
 v_mad_legacy_f32 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0x01,0xd7,0x0c,0x04]
+// GFX10: v_mad_legacy_f32 v5, v1, vcc_hi, v3     ; encoding: [0x05,0x00,0x40,0xd5,0x01,0xd7,0x0c,0x04]
 
 v_mad_legacy_f32 v5, v1, ttmp11, v3
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0x01,0xef,0x0c,0x04]
+// GFX10: v_mad_legacy_f32 v5, v1, ttmp11, v3     ; encoding: [0x05,0x00,0x40,0xd5,0x01,0xef,0x0c,0x04]
 
 v_mad_legacy_f32 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0x01,0xf9,0x0c,0x04]
+// GFX10: v_mad_legacy_f32 v5, v1, m0, v3         ; encoding: [0x05,0x00,0x40,0xd5,0x01,0xf9,0x0c,0x04]
 
 v_mad_legacy_f32 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0x01,0xfd,0x0c,0x04]
+// GFX10: v_mad_legacy_f32 v5, v1, exec_lo, v3    ; encoding: [0x05,0x00,0x40,0xd5,0x01,0xfd,0x0c,0x04]
 
 v_mad_legacy_f32 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0x01,0xff,0x0c,0x04]
+// GFX10: v_mad_legacy_f32 v5, v1, exec_hi, v3    ; encoding: [0x05,0x00,0x40,0xd5,0x01,0xff,0x0c,0x04]
 
 v_mad_legacy_f32 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0x01,0x01,0x0d,0x04]
+// GFX10: v_mad_legacy_f32 v5, v1, 0, v3          ; encoding: [0x05,0x00,0x40,0xd5,0x01,0x01,0x0d,0x04]
 
 v_mad_legacy_f32 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0x01,0x83,0x0d,0x04]
+// GFX10: v_mad_legacy_f32 v5, v1, -1, v3         ; encoding: [0x05,0x00,0x40,0xd5,0x01,0x83,0x0d,0x04]
 
 v_mad_legacy_f32 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0x01,0xe1,0x0d,0x04]
+// GFX10: v_mad_legacy_f32 v5, v1, 0.5, v3        ; encoding: [0x05,0x00,0x40,0xd5,0x01,0xe1,0x0d,0x04]
 
 v_mad_legacy_f32 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0x01,0xef,0x0d,0x04]
+// GFX10: v_mad_legacy_f32 v5, v1, -4.0, v3       ; encoding: [0x05,0x00,0x40,0xd5,0x01,0xef,0x0d,0x04]
 
 v_mad_legacy_f32 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0x01,0x05,0xfe,0x07]
+// GFX10: v_mad_legacy_f32 v5, v1, v2, v255       ; encoding: [0x05,0x00,0x40,0xd5,0x01,0x05,0xfe,0x07]
 
 v_mad_legacy_f32 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0x01,0x05,0x0e,0x00]
+// GFX10: v_mad_legacy_f32 v5, v1, v2, s3         ; encoding: [0x05,0x00,0x40,0xd5,0x01,0x05,0x0e,0x00]
 
 v_mad_legacy_f32 v5, v1, v2, s103
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0x01,0x05,0x9e,0x01]
+// GFX10: v_mad_legacy_f32 v5, v1, v2, s103       ; encoding: [0x05,0x00,0x40,0xd5,0x01,0x05,0x9e,0x01]
 
 v_mad_legacy_f32 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0x01,0x05,0xaa,0x01]
+// GFX10: v_mad_legacy_f32 v5, v1, v2, vcc_lo     ; encoding: [0x05,0x00,0x40,0xd5,0x01,0x05,0xaa,0x01]
 
 v_mad_legacy_f32 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0x01,0x05,0xae,0x01]
+// GFX10: v_mad_legacy_f32 v5, v1, v2, vcc_hi     ; encoding: [0x05,0x00,0x40,0xd5,0x01,0x05,0xae,0x01]
 
 v_mad_legacy_f32 v5, v1, v2, ttmp11
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0x01,0x05,0xde,0x01]
+// GFX10: v_mad_legacy_f32 v5, v1, v2, ttmp11     ; encoding: [0x05,0x00,0x40,0xd5,0x01,0x05,0xde,0x01]
 
 v_mad_legacy_f32 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0x01,0x05,0xf2,0x01]
+// GFX10: v_mad_legacy_f32 v5, v1, v2, m0         ; encoding: [0x05,0x00,0x40,0xd5,0x01,0x05,0xf2,0x01]
 
 v_mad_legacy_f32 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0x01,0x05,0xfa,0x01]
+// GFX10: v_mad_legacy_f32 v5, v1, v2, exec_lo    ; encoding: [0x05,0x00,0x40,0xd5,0x01,0x05,0xfa,0x01]
 
 v_mad_legacy_f32 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0x01,0x05,0xfe,0x01]
+// GFX10: v_mad_legacy_f32 v5, v1, v2, exec_hi    ; encoding: [0x05,0x00,0x40,0xd5,0x01,0x05,0xfe,0x01]
 
 v_mad_legacy_f32 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0x01,0x05,0x02,0x02]
+// GFX10: v_mad_legacy_f32 v5, v1, v2, 0          ; encoding: [0x05,0x00,0x40,0xd5,0x01,0x05,0x02,0x02]
 
 v_mad_legacy_f32 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0x01,0x05,0x06,0x03]
+// GFX10: v_mad_legacy_f32 v5, v1, v2, -1         ; encoding: [0x05,0x00,0x40,0xd5,0x01,0x05,0x06,0x03]
 
 v_mad_legacy_f32 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0x01,0x05,0xc2,0x03]
+// GFX10: v_mad_legacy_f32 v5, v1, v2, 0.5        ; encoding: [0x05,0x00,0x40,0xd5,0x01,0x05,0xc2,0x03]
 
 v_mad_legacy_f32 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0x01,0x05,0xde,0x03]
+// GFX10: v_mad_legacy_f32 v5, v1, v2, -4.0       ; encoding: [0x05,0x00,0x40,0xd5,0x01,0x05,0xde,0x03]
 
 v_mad_legacy_f32 v5, -v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0x01,0x05,0x0e,0x24]
+// GFX10: v_mad_legacy_f32 v5, -v1, v2, v3        ; encoding: [0x05,0x00,0x40,0xd5,0x01,0x05,0x0e,0x24]
 
 v_mad_legacy_f32 v5, v1, -v2, v3
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0x01,0x05,0x0e,0x44]
+// GFX10: v_mad_legacy_f32 v5, v1, -v2, v3        ; encoding: [0x05,0x00,0x40,0xd5,0x01,0x05,0x0e,0x44]
 
 v_mad_legacy_f32 v5, v1, v2, -v3
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0x01,0x05,0x0e,0x84]
+// GFX10: v_mad_legacy_f32 v5, v1, v2, -v3        ; encoding: [0x05,0x00,0x40,0xd5,0x01,0x05,0x0e,0x84]
 
 v_mad_legacy_f32 v5, -v1, -v2, -v3
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0x01,0x05,0x0e,0xe4]
+// GFX10: v_mad_legacy_f32 v5, -v1, -v2, -v3      ; encoding: [0x05,0x00,0x40,0xd5,0x01,0x05,0x0e,0xe4]
 
 v_mad_legacy_f32 v5, |v1|, v2, v3
-// GFX10: encoding: [0x05,0x01,0x40,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_mad_legacy_f32 v5, |v1|, v2, v3       ; encoding: [0x05,0x01,0x40,0xd5,0x01,0x05,0x0e,0x04]
 
 v_mad_legacy_f32 v5, v1, |v2|, v3
-// GFX10: encoding: [0x05,0x02,0x40,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_mad_legacy_f32 v5, v1, |v2|, v3       ; encoding: [0x05,0x02,0x40,0xd5,0x01,0x05,0x0e,0x04]
 
 v_mad_legacy_f32 v5, v1, v2, |v3|
-// GFX10: encoding: [0x05,0x04,0x40,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_mad_legacy_f32 v5, v1, v2, |v3|       ; encoding: [0x05,0x04,0x40,0xd5,0x01,0x05,0x0e,0x04]
 
 v_mad_legacy_f32 v5, |v1|, |v2|, |v3|
-// GFX10: encoding: [0x05,0x07,0x40,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_mad_legacy_f32 v5, |v1|, |v2|, |v3|   ; encoding: [0x05,0x07,0x40,0xd5,0x01,0x05,0x0e,0x04]
 
 v_mad_legacy_f32 v5, v1, v2, v3 clamp
-// GFX10: encoding: [0x05,0x80,0x40,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_mad_legacy_f32 v5, v1, v2, v3 clamp   ; encoding: [0x05,0x80,0x40,0xd5,0x01,0x05,0x0e,0x04]
 
 v_mad_legacy_f32 v5, v1, v2, v3 mul:2
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0x01,0x05,0x0e,0x0c]
+// GFX10: v_mad_legacy_f32 v5, v1, v2, v3 mul:2   ; encoding: [0x05,0x00,0x40,0xd5,0x01,0x05,0x0e,0x0c]
 
 v_mad_legacy_f32 v5, v1, v2, v3 mul:4
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0x01,0x05,0x0e,0x14]
+// GFX10: v_mad_legacy_f32 v5, v1, v2, v3 mul:4   ; encoding: [0x05,0x00,0x40,0xd5,0x01,0x05,0x0e,0x14]
 
 v_mad_legacy_f32 v5, v1, v2, v3 div:2
-// GFX10: encoding: [0x05,0x00,0x40,0xd5,0x01,0x05,0x0e,0x1c]
+// GFX10: v_mad_legacy_f32 v5, v1, v2, v3 div:2   ; encoding: [0x05,0x00,0x40,0xd5,0x01,0x05,0x0e,0x1c]
 
 v_mad_f32 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_mad_f32 v5, v1, v2, v3                ; encoding: [0x05,0x00,0x41,0xd5,0x01,0x05,0x0e,0x04]
 
 v_mad_f32 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x41,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_mad_f32 v255, v1, v2, v3              ; encoding: [0xff,0x00,0x41,0xd5,0x01,0x05,0x0e,0x04]
 
 v_mad_f32 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0xff,0x05,0x0e,0x04]
+// GFX10: v_mad_f32 v5, v255, v2, v3              ; encoding: [0x05,0x00,0x41,0xd5,0xff,0x05,0x0e,0x04]
 
 v_mad_f32 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0x01,0x04,0x0e,0x04]
+// GFX10: v_mad_f32 v5, s1, v2, v3                ; encoding: [0x05,0x00,0x41,0xd5,0x01,0x04,0x0e,0x04]
 
 v_mad_f32 v5, s103, v2, v3
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0x67,0x04,0x0e,0x04]
+// GFX10: v_mad_f32 v5, s103, v2, v3              ; encoding: [0x05,0x00,0x41,0xd5,0x67,0x04,0x0e,0x04]
 
 v_mad_f32 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0x6a,0x04,0x0e,0x04]
+// GFX10: v_mad_f32 v5, vcc_lo, v2, v3            ; encoding: [0x05,0x00,0x41,0xd5,0x6a,0x04,0x0e,0x04]
 
 v_mad_f32 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0x6b,0x04,0x0e,0x04]
+// GFX10: v_mad_f32 v5, vcc_hi, v2, v3            ; encoding: [0x05,0x00,0x41,0xd5,0x6b,0x04,0x0e,0x04]
 
 v_mad_f32 v5, ttmp11, v2, v3
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0x77,0x04,0x0e,0x04]
+// GFX10: v_mad_f32 v5, ttmp11, v2, v3            ; encoding: [0x05,0x00,0x41,0xd5,0x77,0x04,0x0e,0x04]
 
 v_mad_f32 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0x7c,0x04,0x0e,0x04]
+// GFX10: v_mad_f32 v5, m0, v2, v3                ; encoding: [0x05,0x00,0x41,0xd5,0x7c,0x04,0x0e,0x04]
 
 v_mad_f32 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0x7e,0x04,0x0e,0x04]
+// GFX10: v_mad_f32 v5, exec_lo, v2, v3           ; encoding: [0x05,0x00,0x41,0xd5,0x7e,0x04,0x0e,0x04]
 
 v_mad_f32 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0x7f,0x04,0x0e,0x04]
+// GFX10: v_mad_f32 v5, exec_hi, v2, v3           ; encoding: [0x05,0x00,0x41,0xd5,0x7f,0x04,0x0e,0x04]
 
 v_mad_f32 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0x80,0x04,0x0e,0x04]
+// GFX10: v_mad_f32 v5, 0, v2, v3                 ; encoding: [0x05,0x00,0x41,0xd5,0x80,0x04,0x0e,0x04]
 
 v_mad_f32 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0xc1,0x04,0x0e,0x04]
+// GFX10: v_mad_f32 v5, -1, v2, v3                ; encoding: [0x05,0x00,0x41,0xd5,0xc1,0x04,0x0e,0x04]
 
 v_mad_f32 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0xf0,0x04,0x0e,0x04]
+// GFX10: v_mad_f32 v5, 0.5, v2, v3               ; encoding: [0x05,0x00,0x41,0xd5,0xf0,0x04,0x0e,0x04]
 
 v_mad_f32 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0xf7,0x04,0x0e,0x04]
+// GFX10: v_mad_f32 v5, -4.0, v2, v3              ; encoding: [0x05,0x00,0x41,0xd5,0xf7,0x04,0x0e,0x04]
 
 v_mad_f32 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0x01,0xff,0x0f,0x04]
+// GFX10: v_mad_f32 v5, v1, v255, v3              ; encoding: [0x05,0x00,0x41,0xd5,0x01,0xff,0x0f,0x04]
 
 v_mad_f32 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0x01,0x05,0x0c,0x04]
+// GFX10: v_mad_f32 v5, v1, s2, v3                ; encoding: [0x05,0x00,0x41,0xd5,0x01,0x05,0x0c,0x04]
 
 v_mad_f32 v5, v1, s103, v3
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0x01,0xcf,0x0c,0x04]
+// GFX10: v_mad_f32 v5, v1, s103, v3              ; encoding: [0x05,0x00,0x41,0xd5,0x01,0xcf,0x0c,0x04]
 
 v_mad_f32 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0x01,0xd5,0x0c,0x04]
+// GFX10: v_mad_f32 v5, v1, vcc_lo, v3            ; encoding: [0x05,0x00,0x41,0xd5,0x01,0xd5,0x0c,0x04]
 
 v_mad_f32 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0x01,0xd7,0x0c,0x04]
+// GFX10: v_mad_f32 v5, v1, vcc_hi, v3            ; encoding: [0x05,0x00,0x41,0xd5,0x01,0xd7,0x0c,0x04]
 
 v_mad_f32 v5, v1, ttmp11, v3
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0x01,0xef,0x0c,0x04]
+// GFX10: v_mad_f32 v5, v1, ttmp11, v3            ; encoding: [0x05,0x00,0x41,0xd5,0x01,0xef,0x0c,0x04]
 
 v_mad_f32 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0x01,0xf9,0x0c,0x04]
+// GFX10: v_mad_f32 v5, v1, m0, v3                ; encoding: [0x05,0x00,0x41,0xd5,0x01,0xf9,0x0c,0x04]
 
 v_mad_f32 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0x01,0xfd,0x0c,0x04]
+// GFX10: v_mad_f32 v5, v1, exec_lo, v3           ; encoding: [0x05,0x00,0x41,0xd5,0x01,0xfd,0x0c,0x04]
 
 v_mad_f32 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0x01,0xff,0x0c,0x04]
+// GFX10: v_mad_f32 v5, v1, exec_hi, v3           ; encoding: [0x05,0x00,0x41,0xd5,0x01,0xff,0x0c,0x04]
 
 v_mad_f32 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0x01,0x01,0x0d,0x04]
+// GFX10: v_mad_f32 v5, v1, 0, v3                 ; encoding: [0x05,0x00,0x41,0xd5,0x01,0x01,0x0d,0x04]
 
 v_mad_f32 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0x01,0x83,0x0d,0x04]
+// GFX10: v_mad_f32 v5, v1, -1, v3                ; encoding: [0x05,0x00,0x41,0xd5,0x01,0x83,0x0d,0x04]
 
 v_mad_f32 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0x01,0xe1,0x0d,0x04]
+// GFX10: v_mad_f32 v5, v1, 0.5, v3               ; encoding: [0x05,0x00,0x41,0xd5,0x01,0xe1,0x0d,0x04]
 
 v_mad_f32 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0x01,0xef,0x0d,0x04]
+// GFX10: v_mad_f32 v5, v1, -4.0, v3              ; encoding: [0x05,0x00,0x41,0xd5,0x01,0xef,0x0d,0x04]
 
 v_mad_f32 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0x01,0x05,0xfe,0x07]
+// GFX10: v_mad_f32 v5, v1, v2, v255              ; encoding: [0x05,0x00,0x41,0xd5,0x01,0x05,0xfe,0x07]
 
 v_mad_f32 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0x01,0x05,0x0e,0x00]
+// GFX10: v_mad_f32 v5, v1, v2, s3                ; encoding: [0x05,0x00,0x41,0xd5,0x01,0x05,0x0e,0x00]
 
 v_mad_f32 v5, v1, v2, s103
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0x01,0x05,0x9e,0x01]
+// GFX10: v_mad_f32 v5, v1, v2, s103              ; encoding: [0x05,0x00,0x41,0xd5,0x01,0x05,0x9e,0x01]
 
 v_mad_f32 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0x01,0x05,0xaa,0x01]
+// GFX10: v_mad_f32 v5, v1, v2, vcc_lo            ; encoding: [0x05,0x00,0x41,0xd5,0x01,0x05,0xaa,0x01]
 
 v_mad_f32 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0x01,0x05,0xae,0x01]
+// GFX10: v_mad_f32 v5, v1, v2, vcc_hi            ; encoding: [0x05,0x00,0x41,0xd5,0x01,0x05,0xae,0x01]
 
 v_mad_f32 v5, v1, v2, ttmp11
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0x01,0x05,0xde,0x01]
+// GFX10: v_mad_f32 v5, v1, v2, ttmp11            ; encoding: [0x05,0x00,0x41,0xd5,0x01,0x05,0xde,0x01]
 
 v_mad_f32 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0x01,0x05,0xf2,0x01]
+// GFX10: v_mad_f32 v5, v1, v2, m0                ; encoding: [0x05,0x00,0x41,0xd5,0x01,0x05,0xf2,0x01]
 
 v_mad_f32 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0x01,0x05,0xfa,0x01]
+// GFX10: v_mad_f32 v5, v1, v2, exec_lo           ; encoding: [0x05,0x00,0x41,0xd5,0x01,0x05,0xfa,0x01]
 
 v_mad_f32 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0x01,0x05,0xfe,0x01]
+// GFX10: v_mad_f32 v5, v1, v2, exec_hi           ; encoding: [0x05,0x00,0x41,0xd5,0x01,0x05,0xfe,0x01]
 
 v_mad_f32 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0x01,0x05,0x02,0x02]
+// GFX10: v_mad_f32 v5, v1, v2, 0                 ; encoding: [0x05,0x00,0x41,0xd5,0x01,0x05,0x02,0x02]
 
 v_mad_f32 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0x01,0x05,0x06,0x03]
+// GFX10: v_mad_f32 v5, v1, v2, -1                ; encoding: [0x05,0x00,0x41,0xd5,0x01,0x05,0x06,0x03]
 
 v_mad_f32 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0x01,0x05,0xc2,0x03]
+// GFX10: v_mad_f32 v5, v1, v2, 0.5               ; encoding: [0x05,0x00,0x41,0xd5,0x01,0x05,0xc2,0x03]
 
 v_mad_f32 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0x01,0x05,0xde,0x03]
+// GFX10: v_mad_f32 v5, v1, v2, -4.0              ; encoding: [0x05,0x00,0x41,0xd5,0x01,0x05,0xde,0x03]
 
 v_mad_f32 v5, -v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0x01,0x05,0x0e,0x24]
+// GFX10: v_mad_f32 v5, -v1, v2, v3               ; encoding: [0x05,0x00,0x41,0xd5,0x01,0x05,0x0e,0x24]
 
 v_mad_f32 v5, v1, -v2, v3
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0x01,0x05,0x0e,0x44]
+// GFX10: v_mad_f32 v5, v1, -v2, v3               ; encoding: [0x05,0x00,0x41,0xd5,0x01,0x05,0x0e,0x44]
 
 v_mad_f32 v5, v1, v2, -v3
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0x01,0x05,0x0e,0x84]
+// GFX10: v_mad_f32 v5, v1, v2, -v3               ; encoding: [0x05,0x00,0x41,0xd5,0x01,0x05,0x0e,0x84]
 
 v_mad_f32 v5, -v1, -v2, -v3
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0x01,0x05,0x0e,0xe4]
+// GFX10: v_mad_f32 v5, -v1, -v2, -v3             ; encoding: [0x05,0x00,0x41,0xd5,0x01,0x05,0x0e,0xe4]
 
 v_mad_f32 v5, |v1|, v2, v3
-// GFX10: encoding: [0x05,0x01,0x41,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_mad_f32 v5, |v1|, v2, v3              ; encoding: [0x05,0x01,0x41,0xd5,0x01,0x05,0x0e,0x04]
 
 v_mad_f32 v5, v1, |v2|, v3
-// GFX10: encoding: [0x05,0x02,0x41,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_mad_f32 v5, v1, |v2|, v3              ; encoding: [0x05,0x02,0x41,0xd5,0x01,0x05,0x0e,0x04]
 
 v_mad_f32 v5, v1, v2, |v3|
-// GFX10: encoding: [0x05,0x04,0x41,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_mad_f32 v5, v1, v2, |v3|              ; encoding: [0x05,0x04,0x41,0xd5,0x01,0x05,0x0e,0x04]
 
 v_mad_f32 v5, |v1|, |v2|, |v3|
-// GFX10: encoding: [0x05,0x07,0x41,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_mad_f32 v5, |v1|, |v2|, |v3|          ; encoding: [0x05,0x07,0x41,0xd5,0x01,0x05,0x0e,0x04]
 
 v_mad_f32 v5, v1, v2, v3 clamp
-// GFX10: encoding: [0x05,0x80,0x41,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_mad_f32 v5, v1, v2, v3 clamp          ; encoding: [0x05,0x80,0x41,0xd5,0x01,0x05,0x0e,0x04]
 
 v_mad_f32 v5, v1, v2, v3 mul:2
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0x01,0x05,0x0e,0x0c]
+// GFX10: v_mad_f32 v5, v1, v2, v3 mul:2          ; encoding: [0x05,0x00,0x41,0xd5,0x01,0x05,0x0e,0x0c]
 
 v_mad_f32 v5, v1, v2, v3 mul:4
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0x01,0x05,0x0e,0x14]
+// GFX10: v_mad_f32 v5, v1, v2, v3 mul:4          ; encoding: [0x05,0x00,0x41,0xd5,0x01,0x05,0x0e,0x14]
 
 v_mad_f32 v5, v1, v2, v3 div:2
-// GFX10: encoding: [0x05,0x00,0x41,0xd5,0x01,0x05,0x0e,0x1c]
+// GFX10: v_mad_f32 v5, v1, v2, v3 div:2          ; encoding: [0x05,0x00,0x41,0xd5,0x01,0x05,0x0e,0x1c]
 
 v_mad_i32_i24 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x42,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_mad_i32_i24 v5, v1, v2, v3            ; encoding: [0x05,0x00,0x42,0xd5,0x01,0x05,0x0e,0x04]
 
 v_mad_i32_i24 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x42,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_mad_i32_i24 v255, v1, v2, v3          ; encoding: [0xff,0x00,0x42,0xd5,0x01,0x05,0x0e,0x04]
 
 v_mad_i32_i24 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x42,0xd5,0xff,0x05,0x0e,0x04]
+// GFX10: v_mad_i32_i24 v5, v255, v2, v3          ; encoding: [0x05,0x00,0x42,0xd5,0xff,0x05,0x0e,0x04]
 
 v_mad_i32_i24 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x42,0xd5,0x01,0x04,0x0e,0x04]
+// GFX10: v_mad_i32_i24 v5, s1, v2, v3            ; encoding: [0x05,0x00,0x42,0xd5,0x01,0x04,0x0e,0x04]
 
 v_mad_i32_i24 v5, s103, v2, v3
-// GFX10: encoding: [0x05,0x00,0x42,0xd5,0x67,0x04,0x0e,0x04]
+// GFX10: v_mad_i32_i24 v5, s103, v2, v3          ; encoding: [0x05,0x00,0x42,0xd5,0x67,0x04,0x0e,0x04]
 
 v_mad_i32_i24 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x42,0xd5,0x6a,0x04,0x0e,0x04]
+// GFX10: v_mad_i32_i24 v5, vcc_lo, v2, v3        ; encoding: [0x05,0x00,0x42,0xd5,0x6a,0x04,0x0e,0x04]
 
 v_mad_i32_i24 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x42,0xd5,0x6b,0x04,0x0e,0x04]
+// GFX10: v_mad_i32_i24 v5, vcc_hi, v2, v3        ; encoding: [0x05,0x00,0x42,0xd5,0x6b,0x04,0x0e,0x04]
 
 v_mad_i32_i24 v5, ttmp11, v2, v3
-// GFX10: encoding: [0x05,0x00,0x42,0xd5,0x77,0x04,0x0e,0x04]
+// GFX10: v_mad_i32_i24 v5, ttmp11, v2, v3        ; encoding: [0x05,0x00,0x42,0xd5,0x77,0x04,0x0e,0x04]
 
 v_mad_i32_i24 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x42,0xd5,0x7c,0x04,0x0e,0x04]
+// GFX10: v_mad_i32_i24 v5, m0, v2, v3            ; encoding: [0x05,0x00,0x42,0xd5,0x7c,0x04,0x0e,0x04]
 
 v_mad_i32_i24 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x42,0xd5,0x7e,0x04,0x0e,0x04]
+// GFX10: v_mad_i32_i24 v5, exec_lo, v2, v3       ; encoding: [0x05,0x00,0x42,0xd5,0x7e,0x04,0x0e,0x04]
 
 v_mad_i32_i24 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x42,0xd5,0x7f,0x04,0x0e,0x04]
+// GFX10: v_mad_i32_i24 v5, exec_hi, v2, v3       ; encoding: [0x05,0x00,0x42,0xd5,0x7f,0x04,0x0e,0x04]
 
 v_mad_i32_i24 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x42,0xd5,0x80,0x04,0x0e,0x04]
+// GFX10: v_mad_i32_i24 v5, 0, v2, v3             ; encoding: [0x05,0x00,0x42,0xd5,0x80,0x04,0x0e,0x04]
 
 v_mad_i32_i24 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x42,0xd5,0xc1,0x04,0x0e,0x04]
+// GFX10: v_mad_i32_i24 v5, -1, v2, v3            ; encoding: [0x05,0x00,0x42,0xd5,0xc1,0x04,0x0e,0x04]
 
 v_mad_i32_i24 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x42,0xd5,0xf0,0x04,0x0e,0x04]
+// GFX10: v_mad_i32_i24 v5, 0.5, v2, v3           ; encoding: [0x05,0x00,0x42,0xd5,0xf0,0x04,0x0e,0x04]
 
 v_mad_i32_i24 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x42,0xd5,0xf7,0x04,0x0e,0x04]
+// GFX10: v_mad_i32_i24 v5, -4.0, v2, v3          ; encoding: [0x05,0x00,0x42,0xd5,0xf7,0x04,0x0e,0x04]
 
 v_mad_i32_i24 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x42,0xd5,0x01,0xff,0x0f,0x04]
+// GFX10: v_mad_i32_i24 v5, v1, v255, v3          ; encoding: [0x05,0x00,0x42,0xd5,0x01,0xff,0x0f,0x04]
 
 v_mad_i32_i24 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x42,0xd5,0x01,0x05,0x0c,0x04]
+// GFX10: v_mad_i32_i24 v5, v1, s2, v3            ; encoding: [0x05,0x00,0x42,0xd5,0x01,0x05,0x0c,0x04]
 
 v_mad_i32_i24 v5, v1, s103, v3
-// GFX10: encoding: [0x05,0x00,0x42,0xd5,0x01,0xcf,0x0c,0x04]
+// GFX10: v_mad_i32_i24 v5, v1, s103, v3          ; encoding: [0x05,0x00,0x42,0xd5,0x01,0xcf,0x0c,0x04]
 
 v_mad_i32_i24 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x42,0xd5,0x01,0xd5,0x0c,0x04]
+// GFX10: v_mad_i32_i24 v5, v1, vcc_lo, v3        ; encoding: [0x05,0x00,0x42,0xd5,0x01,0xd5,0x0c,0x04]
 
 v_mad_i32_i24 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x42,0xd5,0x01,0xd7,0x0c,0x04]
+// GFX10: v_mad_i32_i24 v5, v1, vcc_hi, v3        ; encoding: [0x05,0x00,0x42,0xd5,0x01,0xd7,0x0c,0x04]
 
 v_mad_i32_i24 v5, v1, ttmp11, v3
-// GFX10: encoding: [0x05,0x00,0x42,0xd5,0x01,0xef,0x0c,0x04]
+// GFX10: v_mad_i32_i24 v5, v1, ttmp11, v3        ; encoding: [0x05,0x00,0x42,0xd5,0x01,0xef,0x0c,0x04]
 
 v_mad_i32_i24 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x42,0xd5,0x01,0xf9,0x0c,0x04]
+// GFX10: v_mad_i32_i24 v5, v1, m0, v3            ; encoding: [0x05,0x00,0x42,0xd5,0x01,0xf9,0x0c,0x04]
 
 v_mad_i32_i24 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x42,0xd5,0x01,0xfd,0x0c,0x04]
+// GFX10: v_mad_i32_i24 v5, v1, exec_lo, v3       ; encoding: [0x05,0x00,0x42,0xd5,0x01,0xfd,0x0c,0x04]
 
 v_mad_i32_i24 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x42,0xd5,0x01,0xff,0x0c,0x04]
+// GFX10: v_mad_i32_i24 v5, v1, exec_hi, v3       ; encoding: [0x05,0x00,0x42,0xd5,0x01,0xff,0x0c,0x04]
 
 v_mad_i32_i24 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x42,0xd5,0x01,0x01,0x0d,0x04]
+// GFX10: v_mad_i32_i24 v5, v1, 0, v3             ; encoding: [0x05,0x00,0x42,0xd5,0x01,0x01,0x0d,0x04]
 
 v_mad_i32_i24 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x42,0xd5,0x01,0x83,0x0d,0x04]
+// GFX10: v_mad_i32_i24 v5, v1, -1, v3            ; encoding: [0x05,0x00,0x42,0xd5,0x01,0x83,0x0d,0x04]
 
 v_mad_i32_i24 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x42,0xd5,0x01,0xe1,0x0d,0x04]
+// GFX10: v_mad_i32_i24 v5, v1, 0.5, v3           ; encoding: [0x05,0x00,0x42,0xd5,0x01,0xe1,0x0d,0x04]
 
 v_mad_i32_i24 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x42,0xd5,0x01,0xef,0x0d,0x04]
+// GFX10: v_mad_i32_i24 v5, v1, -4.0, v3          ; encoding: [0x05,0x00,0x42,0xd5,0x01,0xef,0x0d,0x04]
 
 v_mad_i32_i24 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x42,0xd5,0x01,0x05,0xfe,0x07]
+// GFX10: v_mad_i32_i24 v5, v1, v2, v255          ; encoding: [0x05,0x00,0x42,0xd5,0x01,0x05,0xfe,0x07]
 
 v_mad_i32_i24 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x42,0xd5,0x01,0x05,0x0e,0x00]
+// GFX10: v_mad_i32_i24 v5, v1, v2, s3            ; encoding: [0x05,0x00,0x42,0xd5,0x01,0x05,0x0e,0x00]
 
 v_mad_i32_i24 v5, v1, v2, s103
-// GFX10: encoding: [0x05,0x00,0x42,0xd5,0x01,0x05,0x9e,0x01]
+// GFX10: v_mad_i32_i24 v5, v1, v2, s103          ; encoding: [0x05,0x00,0x42,0xd5,0x01,0x05,0x9e,0x01]
 
 v_mad_i32_i24 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x42,0xd5,0x01,0x05,0xaa,0x01]
+// GFX10: v_mad_i32_i24 v5, v1, v2, vcc_lo        ; encoding: [0x05,0x00,0x42,0xd5,0x01,0x05,0xaa,0x01]
 
 v_mad_i32_i24 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x42,0xd5,0x01,0x05,0xae,0x01]
+// GFX10: v_mad_i32_i24 v5, v1, v2, vcc_hi        ; encoding: [0x05,0x00,0x42,0xd5,0x01,0x05,0xae,0x01]
 
 v_mad_i32_i24 v5, v1, v2, ttmp11
-// GFX10: encoding: [0x05,0x00,0x42,0xd5,0x01,0x05,0xde,0x01]
+// GFX10: v_mad_i32_i24 v5, v1, v2, ttmp11        ; encoding: [0x05,0x00,0x42,0xd5,0x01,0x05,0xde,0x01]
 
 v_mad_i32_i24 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x42,0xd5,0x01,0x05,0xf2,0x01]
+// GFX10: v_mad_i32_i24 v5, v1, v2, m0            ; encoding: [0x05,0x00,0x42,0xd5,0x01,0x05,0xf2,0x01]
 
 v_mad_i32_i24 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x42,0xd5,0x01,0x05,0xfa,0x01]
+// GFX10: v_mad_i32_i24 v5, v1, v2, exec_lo       ; encoding: [0x05,0x00,0x42,0xd5,0x01,0x05,0xfa,0x01]
 
 v_mad_i32_i24 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x42,0xd5,0x01,0x05,0xfe,0x01]
+// GFX10: v_mad_i32_i24 v5, v1, v2, exec_hi       ; encoding: [0x05,0x00,0x42,0xd5,0x01,0x05,0xfe,0x01]
 
 v_mad_i32_i24 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x42,0xd5,0x01,0x05,0x02,0x02]
+// GFX10: v_mad_i32_i24 v5, v1, v2, 0             ; encoding: [0x05,0x00,0x42,0xd5,0x01,0x05,0x02,0x02]
 
 v_mad_i32_i24 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x42,0xd5,0x01,0x05,0x06,0x03]
+// GFX10: v_mad_i32_i24 v5, v1, v2, -1            ; encoding: [0x05,0x00,0x42,0xd5,0x01,0x05,0x06,0x03]
 
 v_mad_i32_i24 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x42,0xd5,0x01,0x05,0xc2,0x03]
+// GFX10: v_mad_i32_i24 v5, v1, v2, 0.5           ; encoding: [0x05,0x00,0x42,0xd5,0x01,0x05,0xc2,0x03]
 
 v_mad_i32_i24 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x42,0xd5,0x01,0x05,0xde,0x03]
+// GFX10: v_mad_i32_i24 v5, v1, v2, -4.0          ; encoding: [0x05,0x00,0x42,0xd5,0x01,0x05,0xde,0x03]
 
 v_mad_u32_u24 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x43,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_mad_u32_u24 v5, v1, v2, v3            ; encoding: [0x05,0x00,0x43,0xd5,0x01,0x05,0x0e,0x04]
 
 v_mad_u32_u24 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x43,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_mad_u32_u24 v255, v1, v2, v3          ; encoding: [0xff,0x00,0x43,0xd5,0x01,0x05,0x0e,0x04]
 
 v_mad_u32_u24 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x43,0xd5,0xff,0x05,0x0e,0x04]
+// GFX10: v_mad_u32_u24 v5, v255, v2, v3          ; encoding: [0x05,0x00,0x43,0xd5,0xff,0x05,0x0e,0x04]
 
 v_mad_u32_u24 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x43,0xd5,0x01,0x04,0x0e,0x04]
+// GFX10: v_mad_u32_u24 v5, s1, v2, v3            ; encoding: [0x05,0x00,0x43,0xd5,0x01,0x04,0x0e,0x04]
 
 v_mad_u32_u24 v5, s103, v2, v3
-// GFX10: encoding: [0x05,0x00,0x43,0xd5,0x67,0x04,0x0e,0x04]
+// GFX10: v_mad_u32_u24 v5, s103, v2, v3          ; encoding: [0x05,0x00,0x43,0xd5,0x67,0x04,0x0e,0x04]
 
 v_mad_u32_u24 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x43,0xd5,0x6a,0x04,0x0e,0x04]
+// GFX10: v_mad_u32_u24 v5, vcc_lo, v2, v3        ; encoding: [0x05,0x00,0x43,0xd5,0x6a,0x04,0x0e,0x04]
 
 v_mad_u32_u24 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x43,0xd5,0x6b,0x04,0x0e,0x04]
+// GFX10: v_mad_u32_u24 v5, vcc_hi, v2, v3        ; encoding: [0x05,0x00,0x43,0xd5,0x6b,0x04,0x0e,0x04]
 
 v_mad_u32_u24 v5, ttmp11, v2, v3
-// GFX10: encoding: [0x05,0x00,0x43,0xd5,0x77,0x04,0x0e,0x04]
+// GFX10: v_mad_u32_u24 v5, ttmp11, v2, v3        ; encoding: [0x05,0x00,0x43,0xd5,0x77,0x04,0x0e,0x04]
 
 v_mad_u32_u24 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x43,0xd5,0x7c,0x04,0x0e,0x04]
+// GFX10: v_mad_u32_u24 v5, m0, v2, v3            ; encoding: [0x05,0x00,0x43,0xd5,0x7c,0x04,0x0e,0x04]
 
 v_mad_u32_u24 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x43,0xd5,0x7e,0x04,0x0e,0x04]
+// GFX10: v_mad_u32_u24 v5, exec_lo, v2, v3       ; encoding: [0x05,0x00,0x43,0xd5,0x7e,0x04,0x0e,0x04]
 
 v_mad_u32_u24 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x43,0xd5,0x7f,0x04,0x0e,0x04]
+// GFX10: v_mad_u32_u24 v5, exec_hi, v2, v3       ; encoding: [0x05,0x00,0x43,0xd5,0x7f,0x04,0x0e,0x04]
 
 v_mad_u32_u24 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x43,0xd5,0x80,0x04,0x0e,0x04]
+// GFX10: v_mad_u32_u24 v5, 0, v2, v3             ; encoding: [0x05,0x00,0x43,0xd5,0x80,0x04,0x0e,0x04]
 
 v_mad_u32_u24 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x43,0xd5,0xc1,0x04,0x0e,0x04]
+// GFX10: v_mad_u32_u24 v5, -1, v2, v3            ; encoding: [0x05,0x00,0x43,0xd5,0xc1,0x04,0x0e,0x04]
 
 v_mad_u32_u24 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x43,0xd5,0xf0,0x04,0x0e,0x04]
+// GFX10: v_mad_u32_u24 v5, 0.5, v2, v3           ; encoding: [0x05,0x00,0x43,0xd5,0xf0,0x04,0x0e,0x04]
 
 v_mad_u32_u24 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x43,0xd5,0xf7,0x04,0x0e,0x04]
+// GFX10: v_mad_u32_u24 v5, -4.0, v2, v3          ; encoding: [0x05,0x00,0x43,0xd5,0xf7,0x04,0x0e,0x04]
 
 v_mad_u32_u24 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x43,0xd5,0x01,0xff,0x0f,0x04]
+// GFX10: v_mad_u32_u24 v5, v1, v255, v3          ; encoding: [0x05,0x00,0x43,0xd5,0x01,0xff,0x0f,0x04]
 
 v_mad_u32_u24 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x43,0xd5,0x01,0x05,0x0c,0x04]
+// GFX10: v_mad_u32_u24 v5, v1, s2, v3            ; encoding: [0x05,0x00,0x43,0xd5,0x01,0x05,0x0c,0x04]
 
 v_mad_u32_u24 v5, v1, s103, v3
-// GFX10: encoding: [0x05,0x00,0x43,0xd5,0x01,0xcf,0x0c,0x04]
+// GFX10: v_mad_u32_u24 v5, v1, s103, v3          ; encoding: [0x05,0x00,0x43,0xd5,0x01,0xcf,0x0c,0x04]
 
 v_mad_u32_u24 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x43,0xd5,0x01,0xd5,0x0c,0x04]
+// GFX10: v_mad_u32_u24 v5, v1, vcc_lo, v3        ; encoding: [0x05,0x00,0x43,0xd5,0x01,0xd5,0x0c,0x04]
 
 v_mad_u32_u24 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x43,0xd5,0x01,0xd7,0x0c,0x04]
+// GFX10: v_mad_u32_u24 v5, v1, vcc_hi, v3        ; encoding: [0x05,0x00,0x43,0xd5,0x01,0xd7,0x0c,0x04]
 
 v_mad_u32_u24 v5, v1, ttmp11, v3
-// GFX10: encoding: [0x05,0x00,0x43,0xd5,0x01,0xef,0x0c,0x04]
+// GFX10: v_mad_u32_u24 v5, v1, ttmp11, v3        ; encoding: [0x05,0x00,0x43,0xd5,0x01,0xef,0x0c,0x04]
 
 v_mad_u32_u24 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x43,0xd5,0x01,0xf9,0x0c,0x04]
+// GFX10: v_mad_u32_u24 v5, v1, m0, v3            ; encoding: [0x05,0x00,0x43,0xd5,0x01,0xf9,0x0c,0x04]
 
 v_mad_u32_u24 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x43,0xd5,0x01,0xfd,0x0c,0x04]
+// GFX10: v_mad_u32_u24 v5, v1, exec_lo, v3       ; encoding: [0x05,0x00,0x43,0xd5,0x01,0xfd,0x0c,0x04]
 
 v_mad_u32_u24 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x43,0xd5,0x01,0xff,0x0c,0x04]
+// GFX10: v_mad_u32_u24 v5, v1, exec_hi, v3       ; encoding: [0x05,0x00,0x43,0xd5,0x01,0xff,0x0c,0x04]
 
 v_mad_u32_u24 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x43,0xd5,0x01,0x01,0x0d,0x04]
+// GFX10: v_mad_u32_u24 v5, v1, 0, v3             ; encoding: [0x05,0x00,0x43,0xd5,0x01,0x01,0x0d,0x04]
 
 v_mad_u32_u24 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x43,0xd5,0x01,0x83,0x0d,0x04]
+// GFX10: v_mad_u32_u24 v5, v1, -1, v3            ; encoding: [0x05,0x00,0x43,0xd5,0x01,0x83,0x0d,0x04]
 
 v_mad_u32_u24 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x43,0xd5,0x01,0xe1,0x0d,0x04]
+// GFX10: v_mad_u32_u24 v5, v1, 0.5, v3           ; encoding: [0x05,0x00,0x43,0xd5,0x01,0xe1,0x0d,0x04]
 
 v_mad_u32_u24 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x43,0xd5,0x01,0xef,0x0d,0x04]
+// GFX10: v_mad_u32_u24 v5, v1, -4.0, v3          ; encoding: [0x05,0x00,0x43,0xd5,0x01,0xef,0x0d,0x04]
 
 v_mad_u32_u24 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x43,0xd5,0x01,0x05,0xfe,0x07]
+// GFX10: v_mad_u32_u24 v5, v1, v2, v255          ; encoding: [0x05,0x00,0x43,0xd5,0x01,0x05,0xfe,0x07]
 
 v_mad_u32_u24 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x43,0xd5,0x01,0x05,0x0e,0x00]
+// GFX10: v_mad_u32_u24 v5, v1, v2, s3            ; encoding: [0x05,0x00,0x43,0xd5,0x01,0x05,0x0e,0x00]
 
 v_mad_u32_u24 v5, v1, v2, s103
-// GFX10: encoding: [0x05,0x00,0x43,0xd5,0x01,0x05,0x9e,0x01]
+// GFX10: v_mad_u32_u24 v5, v1, v2, s103          ; encoding: [0x05,0x00,0x43,0xd5,0x01,0x05,0x9e,0x01]
 
 v_mad_u32_u24 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x43,0xd5,0x01,0x05,0xaa,0x01]
+// GFX10: v_mad_u32_u24 v5, v1, v2, vcc_lo        ; encoding: [0x05,0x00,0x43,0xd5,0x01,0x05,0xaa,0x01]
 
 v_mad_u32_u24 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x43,0xd5,0x01,0x05,0xae,0x01]
+// GFX10: v_mad_u32_u24 v5, v1, v2, vcc_hi        ; encoding: [0x05,0x00,0x43,0xd5,0x01,0x05,0xae,0x01]
 
 v_mad_u32_u24 v5, v1, v2, ttmp11
-// GFX10: encoding: [0x05,0x00,0x43,0xd5,0x01,0x05,0xde,0x01]
+// GFX10: v_mad_u32_u24 v5, v1, v2, ttmp11        ; encoding: [0x05,0x00,0x43,0xd5,0x01,0x05,0xde,0x01]
 
 v_mad_u32_u24 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x43,0xd5,0x01,0x05,0xf2,0x01]
+// GFX10: v_mad_u32_u24 v5, v1, v2, m0            ; encoding: [0x05,0x00,0x43,0xd5,0x01,0x05,0xf2,0x01]
 
 v_mad_u32_u24 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x43,0xd5,0x01,0x05,0xfa,0x01]
+// GFX10: v_mad_u32_u24 v5, v1, v2, exec_lo       ; encoding: [0x05,0x00,0x43,0xd5,0x01,0x05,0xfa,0x01]
 
 v_mad_u32_u24 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x43,0xd5,0x01,0x05,0xfe,0x01]
+// GFX10: v_mad_u32_u24 v5, v1, v2, exec_hi       ; encoding: [0x05,0x00,0x43,0xd5,0x01,0x05,0xfe,0x01]
 
 v_mad_u32_u24 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x43,0xd5,0x01,0x05,0x02,0x02]
+// GFX10: v_mad_u32_u24 v5, v1, v2, 0             ; encoding: [0x05,0x00,0x43,0xd5,0x01,0x05,0x02,0x02]
 
 v_mad_u32_u24 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x43,0xd5,0x01,0x05,0x06,0x03]
+// GFX10: v_mad_u32_u24 v5, v1, v2, -1            ; encoding: [0x05,0x00,0x43,0xd5,0x01,0x05,0x06,0x03]
 
 v_mad_u32_u24 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x43,0xd5,0x01,0x05,0xc2,0x03]
+// GFX10: v_mad_u32_u24 v5, v1, v2, 0.5           ; encoding: [0x05,0x00,0x43,0xd5,0x01,0x05,0xc2,0x03]
 
 v_mad_u32_u24 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x43,0xd5,0x01,0x05,0xde,0x03]
+// GFX10: v_mad_u32_u24 v5, v1, v2, -4.0          ; encoding: [0x05,0x00,0x43,0xd5,0x01,0x05,0xde,0x03]
 
 v_cubeid_f32 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_cubeid_f32 v5, v1, v2, v3             ; encoding: [0x05,0x00,0x44,0xd5,0x01,0x05,0x0e,0x04]
 
 v_cubeid_f32 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x44,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_cubeid_f32 v255, v1, v2, v3           ; encoding: [0xff,0x00,0x44,0xd5,0x01,0x05,0x0e,0x04]
 
 v_cubeid_f32 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0xff,0x05,0x0e,0x04]
+// GFX10: v_cubeid_f32 v5, v255, v2, v3           ; encoding: [0x05,0x00,0x44,0xd5,0xff,0x05,0x0e,0x04]
 
 v_cubeid_f32 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0x01,0x04,0x0e,0x04]
+// GFX10: v_cubeid_f32 v5, s1, v2, v3             ; encoding: [0x05,0x00,0x44,0xd5,0x01,0x04,0x0e,0x04]
 
 v_cubeid_f32 v5, s103, v2, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0x67,0x04,0x0e,0x04]
+// GFX10: v_cubeid_f32 v5, s103, v2, v3           ; encoding: [0x05,0x00,0x44,0xd5,0x67,0x04,0x0e,0x04]
 
 v_cubeid_f32 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0x6a,0x04,0x0e,0x04]
+// GFX10: v_cubeid_f32 v5, vcc_lo, v2, v3         ; encoding: [0x05,0x00,0x44,0xd5,0x6a,0x04,0x0e,0x04]
 
 v_cubeid_f32 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0x6b,0x04,0x0e,0x04]
+// GFX10: v_cubeid_f32 v5, vcc_hi, v2, v3         ; encoding: [0x05,0x00,0x44,0xd5,0x6b,0x04,0x0e,0x04]
 
 v_cubeid_f32 v5, ttmp11, v2, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0x77,0x04,0x0e,0x04]
+// GFX10: v_cubeid_f32 v5, ttmp11, v2, v3         ; encoding: [0x05,0x00,0x44,0xd5,0x77,0x04,0x0e,0x04]
 
 v_cubeid_f32 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0x7c,0x04,0x0e,0x04]
+// GFX10: v_cubeid_f32 v5, m0, v2, v3             ; encoding: [0x05,0x00,0x44,0xd5,0x7c,0x04,0x0e,0x04]
 
 v_cubeid_f32 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0x7e,0x04,0x0e,0x04]
+// GFX10: v_cubeid_f32 v5, exec_lo, v2, v3        ; encoding: [0x05,0x00,0x44,0xd5,0x7e,0x04,0x0e,0x04]
 
 v_cubeid_f32 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0x7f,0x04,0x0e,0x04]
+// GFX10: v_cubeid_f32 v5, exec_hi, v2, v3        ; encoding: [0x05,0x00,0x44,0xd5,0x7f,0x04,0x0e,0x04]
 
 v_cubeid_f32 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0x80,0x04,0x0e,0x04]
+// GFX10: v_cubeid_f32 v5, 0, v2, v3              ; encoding: [0x05,0x00,0x44,0xd5,0x80,0x04,0x0e,0x04]
 
 v_cubeid_f32 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0xc1,0x04,0x0e,0x04]
+// GFX10: v_cubeid_f32 v5, -1, v2, v3             ; encoding: [0x05,0x00,0x44,0xd5,0xc1,0x04,0x0e,0x04]
 
 v_cubeid_f32 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0xf0,0x04,0x0e,0x04]
+// GFX10: v_cubeid_f32 v5, 0.5, v2, v3            ; encoding: [0x05,0x00,0x44,0xd5,0xf0,0x04,0x0e,0x04]
 
 v_cubeid_f32 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0xf7,0x04,0x0e,0x04]
+// GFX10: v_cubeid_f32 v5, -4.0, v2, v3           ; encoding: [0x05,0x00,0x44,0xd5,0xf7,0x04,0x0e,0x04]
 
 v_cubeid_f32 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0x01,0xff,0x0f,0x04]
+// GFX10: v_cubeid_f32 v5, v1, v255, v3           ; encoding: [0x05,0x00,0x44,0xd5,0x01,0xff,0x0f,0x04]
 
 v_cubeid_f32 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0x01,0x05,0x0c,0x04]
+// GFX10: v_cubeid_f32 v5, v1, s2, v3             ; encoding: [0x05,0x00,0x44,0xd5,0x01,0x05,0x0c,0x04]
 
 v_cubeid_f32 v5, v1, s103, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0x01,0xcf,0x0c,0x04]
+// GFX10: v_cubeid_f32 v5, v1, s103, v3           ; encoding: [0x05,0x00,0x44,0xd5,0x01,0xcf,0x0c,0x04]
 
 v_cubeid_f32 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0x01,0xd5,0x0c,0x04]
+// GFX10: v_cubeid_f32 v5, v1, vcc_lo, v3         ; encoding: [0x05,0x00,0x44,0xd5,0x01,0xd5,0x0c,0x04]
 
 v_cubeid_f32 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0x01,0xd7,0x0c,0x04]
+// GFX10: v_cubeid_f32 v5, v1, vcc_hi, v3         ; encoding: [0x05,0x00,0x44,0xd5,0x01,0xd7,0x0c,0x04]
 
 v_cubeid_f32 v5, v1, ttmp11, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0x01,0xef,0x0c,0x04]
+// GFX10: v_cubeid_f32 v5, v1, ttmp11, v3         ; encoding: [0x05,0x00,0x44,0xd5,0x01,0xef,0x0c,0x04]
 
 v_cubeid_f32 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0x01,0xf9,0x0c,0x04]
+// GFX10: v_cubeid_f32 v5, v1, m0, v3             ; encoding: [0x05,0x00,0x44,0xd5,0x01,0xf9,0x0c,0x04]
 
 v_cubeid_f32 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0x01,0xfd,0x0c,0x04]
+// GFX10: v_cubeid_f32 v5, v1, exec_lo, v3        ; encoding: [0x05,0x00,0x44,0xd5,0x01,0xfd,0x0c,0x04]
 
 v_cubeid_f32 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0x01,0xff,0x0c,0x04]
+// GFX10: v_cubeid_f32 v5, v1, exec_hi, v3        ; encoding: [0x05,0x00,0x44,0xd5,0x01,0xff,0x0c,0x04]
 
 v_cubeid_f32 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0x01,0x01,0x0d,0x04]
+// GFX10: v_cubeid_f32 v5, v1, 0, v3              ; encoding: [0x05,0x00,0x44,0xd5,0x01,0x01,0x0d,0x04]
 
 v_cubeid_f32 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0x01,0x83,0x0d,0x04]
+// GFX10: v_cubeid_f32 v5, v1, -1, v3             ; encoding: [0x05,0x00,0x44,0xd5,0x01,0x83,0x0d,0x04]
 
 v_cubeid_f32 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0x01,0xe1,0x0d,0x04]
+// GFX10: v_cubeid_f32 v5, v1, 0.5, v3            ; encoding: [0x05,0x00,0x44,0xd5,0x01,0xe1,0x0d,0x04]
 
 v_cubeid_f32 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0x01,0xef,0x0d,0x04]
+// GFX10: v_cubeid_f32 v5, v1, -4.0, v3           ; encoding: [0x05,0x00,0x44,0xd5,0x01,0xef,0x0d,0x04]
 
 v_cubeid_f32 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0x01,0x05,0xfe,0x07]
+// GFX10: v_cubeid_f32 v5, v1, v2, v255           ; encoding: [0x05,0x00,0x44,0xd5,0x01,0x05,0xfe,0x07]
 
 v_cubeid_f32 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0x01,0x05,0x0e,0x00]
+// GFX10: v_cubeid_f32 v5, v1, v2, s3             ; encoding: [0x05,0x00,0x44,0xd5,0x01,0x05,0x0e,0x00]
 
 v_cubeid_f32 v5, v1, v2, s103
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0x01,0x05,0x9e,0x01]
+// GFX10: v_cubeid_f32 v5, v1, v2, s103           ; encoding: [0x05,0x00,0x44,0xd5,0x01,0x05,0x9e,0x01]
 
 v_cubeid_f32 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0x01,0x05,0xaa,0x01]
+// GFX10: v_cubeid_f32 v5, v1, v2, vcc_lo         ; encoding: [0x05,0x00,0x44,0xd5,0x01,0x05,0xaa,0x01]
 
 v_cubeid_f32 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0x01,0x05,0xae,0x01]
+// GFX10: v_cubeid_f32 v5, v1, v2, vcc_hi         ; encoding: [0x05,0x00,0x44,0xd5,0x01,0x05,0xae,0x01]
 
 v_cubeid_f32 v5, v1, v2, ttmp11
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0x01,0x05,0xde,0x01]
+// GFX10: v_cubeid_f32 v5, v1, v2, ttmp11         ; encoding: [0x05,0x00,0x44,0xd5,0x01,0x05,0xde,0x01]
 
 v_cubeid_f32 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0x01,0x05,0xf2,0x01]
+// GFX10: v_cubeid_f32 v5, v1, v2, m0             ; encoding: [0x05,0x00,0x44,0xd5,0x01,0x05,0xf2,0x01]
 
 v_cubeid_f32 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0x01,0x05,0xfa,0x01]
+// GFX10: v_cubeid_f32 v5, v1, v2, exec_lo        ; encoding: [0x05,0x00,0x44,0xd5,0x01,0x05,0xfa,0x01]
 
 v_cubeid_f32 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0x01,0x05,0xfe,0x01]
+// GFX10: v_cubeid_f32 v5, v1, v2, exec_hi        ; encoding: [0x05,0x00,0x44,0xd5,0x01,0x05,0xfe,0x01]
 
 v_cubeid_f32 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0x01,0x05,0x02,0x02]
+// GFX10: v_cubeid_f32 v5, v1, v2, 0              ; encoding: [0x05,0x00,0x44,0xd5,0x01,0x05,0x02,0x02]
 
 v_cubeid_f32 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0x01,0x05,0x06,0x03]
+// GFX10: v_cubeid_f32 v5, v1, v2, -1             ; encoding: [0x05,0x00,0x44,0xd5,0x01,0x05,0x06,0x03]
 
 v_cubeid_f32 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0x01,0x05,0xc2,0x03]
+// GFX10: v_cubeid_f32 v5, v1, v2, 0.5            ; encoding: [0x05,0x00,0x44,0xd5,0x01,0x05,0xc2,0x03]
 
 v_cubeid_f32 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0x01,0x05,0xde,0x03]
+// GFX10: v_cubeid_f32 v5, v1, v2, -4.0           ; encoding: [0x05,0x00,0x44,0xd5,0x01,0x05,0xde,0x03]
 
 v_cubeid_f32 v5, -v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0x01,0x05,0x0e,0x24]
+// GFX10: v_cubeid_f32 v5, -v1, v2, v3            ; encoding: [0x05,0x00,0x44,0xd5,0x01,0x05,0x0e,0x24]
 
 v_cubeid_f32 v5, v1, -v2, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0x01,0x05,0x0e,0x44]
+// GFX10: v_cubeid_f32 v5, v1, -v2, v3            ; encoding: [0x05,0x00,0x44,0xd5,0x01,0x05,0x0e,0x44]
 
 v_cubeid_f32 v5, v1, v2, -v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0x01,0x05,0x0e,0x84]
+// GFX10: v_cubeid_f32 v5, v1, v2, -v3            ; encoding: [0x05,0x00,0x44,0xd5,0x01,0x05,0x0e,0x84]
 
 v_cubeid_f32 v5, -v1, -v2, -v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0x01,0x05,0x0e,0xe4]
+// GFX10: v_cubeid_f32 v5, -v1, -v2, -v3          ; encoding: [0x05,0x00,0x44,0xd5,0x01,0x05,0x0e,0xe4]
 
 v_cubeid_f32 v5, |v1|, v2, v3
-// GFX10: encoding: [0x05,0x01,0x44,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_cubeid_f32 v5, |v1|, v2, v3           ; encoding: [0x05,0x01,0x44,0xd5,0x01,0x05,0x0e,0x04]
 
 v_cubeid_f32 v5, v1, |v2|, v3
-// GFX10: encoding: [0x05,0x02,0x44,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_cubeid_f32 v5, v1, |v2|, v3           ; encoding: [0x05,0x02,0x44,0xd5,0x01,0x05,0x0e,0x04]
 
 v_cubeid_f32 v5, v1, v2, |v3|
-// GFX10: encoding: [0x05,0x04,0x44,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_cubeid_f32 v5, v1, v2, |v3|           ; encoding: [0x05,0x04,0x44,0xd5,0x01,0x05,0x0e,0x04]
 
 v_cubeid_f32 v5, |v1|, |v2|, |v3|
-// GFX10: encoding: [0x05,0x07,0x44,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_cubeid_f32 v5, |v1|, |v2|, |v3|       ; encoding: [0x05,0x07,0x44,0xd5,0x01,0x05,0x0e,0x04]
 
 v_cubeid_f32 v5, v1, v2, v3 clamp
-// GFX10: encoding: [0x05,0x80,0x44,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_cubeid_f32 v5, v1, v2, v3 clamp       ; encoding: [0x05,0x80,0x44,0xd5,0x01,0x05,0x0e,0x04]
 
 v_cubeid_f32 v5, v1, v2, v3 mul:2
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0x01,0x05,0x0e,0x0c]
+// GFX10: v_cubeid_f32 v5, v1, v2, v3 mul:2       ; encoding: [0x05,0x00,0x44,0xd5,0x01,0x05,0x0e,0x0c]
 
 v_cubeid_f32 v5, v1, v2, v3 mul:4
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0x01,0x05,0x0e,0x14]
+// GFX10: v_cubeid_f32 v5, v1, v2, v3 mul:4       ; encoding: [0x05,0x00,0x44,0xd5,0x01,0x05,0x0e,0x14]
 
 v_cubeid_f32 v5, v1, v2, v3 div:2
-// GFX10: encoding: [0x05,0x00,0x44,0xd5,0x01,0x05,0x0e,0x1c]
+// GFX10: v_cubeid_f32 v5, v1, v2, v3 div:2       ; encoding: [0x05,0x00,0x44,0xd5,0x01,0x05,0x0e,0x1c]
 
 v_cubesc_f32 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_cubesc_f32 v5, v1, v2, v3             ; encoding: [0x05,0x00,0x45,0xd5,0x01,0x05,0x0e,0x04]
 
 v_cubesc_f32 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x45,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_cubesc_f32 v255, v1, v2, v3           ; encoding: [0xff,0x00,0x45,0xd5,0x01,0x05,0x0e,0x04]
 
 v_cubesc_f32 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0xff,0x05,0x0e,0x04]
+// GFX10: v_cubesc_f32 v5, v255, v2, v3           ; encoding: [0x05,0x00,0x45,0xd5,0xff,0x05,0x0e,0x04]
 
 v_cubesc_f32 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0x01,0x04,0x0e,0x04]
+// GFX10: v_cubesc_f32 v5, s1, v2, v3             ; encoding: [0x05,0x00,0x45,0xd5,0x01,0x04,0x0e,0x04]
 
 v_cubesc_f32 v5, s103, v2, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0x67,0x04,0x0e,0x04]
+// GFX10: v_cubesc_f32 v5, s103, v2, v3           ; encoding: [0x05,0x00,0x45,0xd5,0x67,0x04,0x0e,0x04]
 
 v_cubesc_f32 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0x6a,0x04,0x0e,0x04]
+// GFX10: v_cubesc_f32 v5, vcc_lo, v2, v3         ; encoding: [0x05,0x00,0x45,0xd5,0x6a,0x04,0x0e,0x04]
 
 v_cubesc_f32 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0x6b,0x04,0x0e,0x04]
+// GFX10: v_cubesc_f32 v5, vcc_hi, v2, v3         ; encoding: [0x05,0x00,0x45,0xd5,0x6b,0x04,0x0e,0x04]
 
 v_cubesc_f32 v5, ttmp11, v2, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0x77,0x04,0x0e,0x04]
+// GFX10: v_cubesc_f32 v5, ttmp11, v2, v3         ; encoding: [0x05,0x00,0x45,0xd5,0x77,0x04,0x0e,0x04]
 
 v_cubesc_f32 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0x7c,0x04,0x0e,0x04]
+// GFX10: v_cubesc_f32 v5, m0, v2, v3             ; encoding: [0x05,0x00,0x45,0xd5,0x7c,0x04,0x0e,0x04]
 
 v_cubesc_f32 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0x7e,0x04,0x0e,0x04]
+// GFX10: v_cubesc_f32 v5, exec_lo, v2, v3        ; encoding: [0x05,0x00,0x45,0xd5,0x7e,0x04,0x0e,0x04]
 
 v_cubesc_f32 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0x7f,0x04,0x0e,0x04]
+// GFX10: v_cubesc_f32 v5, exec_hi, v2, v3        ; encoding: [0x05,0x00,0x45,0xd5,0x7f,0x04,0x0e,0x04]
 
 v_cubesc_f32 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0x80,0x04,0x0e,0x04]
+// GFX10: v_cubesc_f32 v5, 0, v2, v3              ; encoding: [0x05,0x00,0x45,0xd5,0x80,0x04,0x0e,0x04]
 
 v_cubesc_f32 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0xc1,0x04,0x0e,0x04]
+// GFX10: v_cubesc_f32 v5, -1, v2, v3             ; encoding: [0x05,0x00,0x45,0xd5,0xc1,0x04,0x0e,0x04]
 
 v_cubesc_f32 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0xf0,0x04,0x0e,0x04]
+// GFX10: v_cubesc_f32 v5, 0.5, v2, v3            ; encoding: [0x05,0x00,0x45,0xd5,0xf0,0x04,0x0e,0x04]
 
 v_cubesc_f32 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0xf7,0x04,0x0e,0x04]
+// GFX10: v_cubesc_f32 v5, -4.0, v2, v3           ; encoding: [0x05,0x00,0x45,0xd5,0xf7,0x04,0x0e,0x04]
 
 v_cubesc_f32 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0x01,0xff,0x0f,0x04]
+// GFX10: v_cubesc_f32 v5, v1, v255, v3           ; encoding: [0x05,0x00,0x45,0xd5,0x01,0xff,0x0f,0x04]
 
 v_cubesc_f32 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0x01,0x05,0x0c,0x04]
+// GFX10: v_cubesc_f32 v5, v1, s2, v3             ; encoding: [0x05,0x00,0x45,0xd5,0x01,0x05,0x0c,0x04]
 
 v_cubesc_f32 v5, v1, s103, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0x01,0xcf,0x0c,0x04]
+// GFX10: v_cubesc_f32 v5, v1, s103, v3           ; encoding: [0x05,0x00,0x45,0xd5,0x01,0xcf,0x0c,0x04]
 
 v_cubesc_f32 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0x01,0xd5,0x0c,0x04]
+// GFX10: v_cubesc_f32 v5, v1, vcc_lo, v3         ; encoding: [0x05,0x00,0x45,0xd5,0x01,0xd5,0x0c,0x04]
 
 v_cubesc_f32 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0x01,0xd7,0x0c,0x04]
+// GFX10: v_cubesc_f32 v5, v1, vcc_hi, v3         ; encoding: [0x05,0x00,0x45,0xd5,0x01,0xd7,0x0c,0x04]
 
 v_cubesc_f32 v5, v1, ttmp11, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0x01,0xef,0x0c,0x04]
+// GFX10: v_cubesc_f32 v5, v1, ttmp11, v3         ; encoding: [0x05,0x00,0x45,0xd5,0x01,0xef,0x0c,0x04]
 
 v_cubesc_f32 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0x01,0xf9,0x0c,0x04]
+// GFX10: v_cubesc_f32 v5, v1, m0, v3             ; encoding: [0x05,0x00,0x45,0xd5,0x01,0xf9,0x0c,0x04]
 
 v_cubesc_f32 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0x01,0xfd,0x0c,0x04]
+// GFX10: v_cubesc_f32 v5, v1, exec_lo, v3        ; encoding: [0x05,0x00,0x45,0xd5,0x01,0xfd,0x0c,0x04]
 
 v_cubesc_f32 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0x01,0xff,0x0c,0x04]
+// GFX10: v_cubesc_f32 v5, v1, exec_hi, v3        ; encoding: [0x05,0x00,0x45,0xd5,0x01,0xff,0x0c,0x04]
 
 v_cubesc_f32 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0x01,0x01,0x0d,0x04]
+// GFX10: v_cubesc_f32 v5, v1, 0, v3              ; encoding: [0x05,0x00,0x45,0xd5,0x01,0x01,0x0d,0x04]
 
 v_cubesc_f32 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0x01,0x83,0x0d,0x04]
+// GFX10: v_cubesc_f32 v5, v1, -1, v3             ; encoding: [0x05,0x00,0x45,0xd5,0x01,0x83,0x0d,0x04]
 
 v_cubesc_f32 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0x01,0xe1,0x0d,0x04]
+// GFX10: v_cubesc_f32 v5, v1, 0.5, v3            ; encoding: [0x05,0x00,0x45,0xd5,0x01,0xe1,0x0d,0x04]
 
 v_cubesc_f32 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0x01,0xef,0x0d,0x04]
+// GFX10: v_cubesc_f32 v5, v1, -4.0, v3           ; encoding: [0x05,0x00,0x45,0xd5,0x01,0xef,0x0d,0x04]
 
 v_cubesc_f32 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0x01,0x05,0xfe,0x07]
+// GFX10: v_cubesc_f32 v5, v1, v2, v255           ; encoding: [0x05,0x00,0x45,0xd5,0x01,0x05,0xfe,0x07]
 
 v_cubesc_f32 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0x01,0x05,0x0e,0x00]
+// GFX10: v_cubesc_f32 v5, v1, v2, s3             ; encoding: [0x05,0x00,0x45,0xd5,0x01,0x05,0x0e,0x00]
 
 v_cubesc_f32 v5, v1, v2, s103
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0x01,0x05,0x9e,0x01]
+// GFX10: v_cubesc_f32 v5, v1, v2, s103           ; encoding: [0x05,0x00,0x45,0xd5,0x01,0x05,0x9e,0x01]
 
 v_cubesc_f32 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0x01,0x05,0xaa,0x01]
+// GFX10: v_cubesc_f32 v5, v1, v2, vcc_lo         ; encoding: [0x05,0x00,0x45,0xd5,0x01,0x05,0xaa,0x01]
 
 v_cubesc_f32 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0x01,0x05,0xae,0x01]
+// GFX10: v_cubesc_f32 v5, v1, v2, vcc_hi         ; encoding: [0x05,0x00,0x45,0xd5,0x01,0x05,0xae,0x01]
 
 v_cubesc_f32 v5, v1, v2, ttmp11
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0x01,0x05,0xde,0x01]
+// GFX10: v_cubesc_f32 v5, v1, v2, ttmp11         ; encoding: [0x05,0x00,0x45,0xd5,0x01,0x05,0xde,0x01]
 
 v_cubesc_f32 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0x01,0x05,0xf2,0x01]
+// GFX10: v_cubesc_f32 v5, v1, v2, m0             ; encoding: [0x05,0x00,0x45,0xd5,0x01,0x05,0xf2,0x01]
 
 v_cubesc_f32 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0x01,0x05,0xfa,0x01]
+// GFX10: v_cubesc_f32 v5, v1, v2, exec_lo        ; encoding: [0x05,0x00,0x45,0xd5,0x01,0x05,0xfa,0x01]
 
 v_cubesc_f32 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0x01,0x05,0xfe,0x01]
+// GFX10: v_cubesc_f32 v5, v1, v2, exec_hi        ; encoding: [0x05,0x00,0x45,0xd5,0x01,0x05,0xfe,0x01]
 
 v_cubesc_f32 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0x01,0x05,0x02,0x02]
+// GFX10: v_cubesc_f32 v5, v1, v2, 0              ; encoding: [0x05,0x00,0x45,0xd5,0x01,0x05,0x02,0x02]
 
 v_cubesc_f32 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0x01,0x05,0x06,0x03]
+// GFX10: v_cubesc_f32 v5, v1, v2, -1             ; encoding: [0x05,0x00,0x45,0xd5,0x01,0x05,0x06,0x03]
 
 v_cubesc_f32 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0x01,0x05,0xc2,0x03]
+// GFX10: v_cubesc_f32 v5, v1, v2, 0.5            ; encoding: [0x05,0x00,0x45,0xd5,0x01,0x05,0xc2,0x03]
 
 v_cubesc_f32 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0x01,0x05,0xde,0x03]
+// GFX10: v_cubesc_f32 v5, v1, v2, -4.0           ; encoding: [0x05,0x00,0x45,0xd5,0x01,0x05,0xde,0x03]
 
 v_cubesc_f32 v5, -v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0x01,0x05,0x0e,0x24]
+// GFX10: v_cubesc_f32 v5, -v1, v2, v3            ; encoding: [0x05,0x00,0x45,0xd5,0x01,0x05,0x0e,0x24]
 
 v_cubesc_f32 v5, v1, -v2, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0x01,0x05,0x0e,0x44]
+// GFX10: v_cubesc_f32 v5, v1, -v2, v3            ; encoding: [0x05,0x00,0x45,0xd5,0x01,0x05,0x0e,0x44]
 
 v_cubesc_f32 v5, v1, v2, -v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0x01,0x05,0x0e,0x84]
+// GFX10: v_cubesc_f32 v5, v1, v2, -v3            ; encoding: [0x05,0x00,0x45,0xd5,0x01,0x05,0x0e,0x84]
 
 v_cubesc_f32 v5, -v1, -v2, -v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0x01,0x05,0x0e,0xe4]
+// GFX10: v_cubesc_f32 v5, -v1, -v2, -v3          ; encoding: [0x05,0x00,0x45,0xd5,0x01,0x05,0x0e,0xe4]
 
 v_cubesc_f32 v5, |v1|, v2, v3
-// GFX10: encoding: [0x05,0x01,0x45,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_cubesc_f32 v5, |v1|, v2, v3           ; encoding: [0x05,0x01,0x45,0xd5,0x01,0x05,0x0e,0x04]
 
 v_cubesc_f32 v5, v1, |v2|, v3
-// GFX10: encoding: [0x05,0x02,0x45,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_cubesc_f32 v5, v1, |v2|, v3           ; encoding: [0x05,0x02,0x45,0xd5,0x01,0x05,0x0e,0x04]
 
 v_cubesc_f32 v5, v1, v2, |v3|
-// GFX10: encoding: [0x05,0x04,0x45,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_cubesc_f32 v5, v1, v2, |v3|           ; encoding: [0x05,0x04,0x45,0xd5,0x01,0x05,0x0e,0x04]
 
 v_cubesc_f32 v5, |v1|, |v2|, |v3|
-// GFX10: encoding: [0x05,0x07,0x45,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_cubesc_f32 v5, |v1|, |v2|, |v3|       ; encoding: [0x05,0x07,0x45,0xd5,0x01,0x05,0x0e,0x04]
 
 v_cubesc_f32 v5, v1, v2, v3 clamp
-// GFX10: encoding: [0x05,0x80,0x45,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_cubesc_f32 v5, v1, v2, v3 clamp       ; encoding: [0x05,0x80,0x45,0xd5,0x01,0x05,0x0e,0x04]
 
 v_cubesc_f32 v5, v1, v2, v3 mul:2
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0x01,0x05,0x0e,0x0c]
+// GFX10: v_cubesc_f32 v5, v1, v2, v3 mul:2       ; encoding: [0x05,0x00,0x45,0xd5,0x01,0x05,0x0e,0x0c]
 
 v_cubesc_f32 v5, v1, v2, v3 mul:4
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0x01,0x05,0x0e,0x14]
+// GFX10: v_cubesc_f32 v5, v1, v2, v3 mul:4       ; encoding: [0x05,0x00,0x45,0xd5,0x01,0x05,0x0e,0x14]
 
 v_cubesc_f32 v5, v1, v2, v3 div:2
-// GFX10: encoding: [0x05,0x00,0x45,0xd5,0x01,0x05,0x0e,0x1c]
+// GFX10: v_cubesc_f32 v5, v1, v2, v3 div:2       ; encoding: [0x05,0x00,0x45,0xd5,0x01,0x05,0x0e,0x1c]
 
 v_cubetc_f32 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_cubetc_f32 v5, v1, v2, v3             ; encoding: [0x05,0x00,0x46,0xd5,0x01,0x05,0x0e,0x04]
 
 v_cubetc_f32 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x46,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_cubetc_f32 v255, v1, v2, v3           ; encoding: [0xff,0x00,0x46,0xd5,0x01,0x05,0x0e,0x04]
 
 v_cubetc_f32 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0xff,0x05,0x0e,0x04]
+// GFX10: v_cubetc_f32 v5, v255, v2, v3           ; encoding: [0x05,0x00,0x46,0xd5,0xff,0x05,0x0e,0x04]
 
 v_cubetc_f32 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0x01,0x04,0x0e,0x04]
+// GFX10: v_cubetc_f32 v5, s1, v2, v3             ; encoding: [0x05,0x00,0x46,0xd5,0x01,0x04,0x0e,0x04]
 
 v_cubetc_f32 v5, s103, v2, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0x67,0x04,0x0e,0x04]
+// GFX10: v_cubetc_f32 v5, s103, v2, v3           ; encoding: [0x05,0x00,0x46,0xd5,0x67,0x04,0x0e,0x04]
 
 v_cubetc_f32 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0x6a,0x04,0x0e,0x04]
+// GFX10: v_cubetc_f32 v5, vcc_lo, v2, v3         ; encoding: [0x05,0x00,0x46,0xd5,0x6a,0x04,0x0e,0x04]
 
 v_cubetc_f32 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0x6b,0x04,0x0e,0x04]
+// GFX10: v_cubetc_f32 v5, vcc_hi, v2, v3         ; encoding: [0x05,0x00,0x46,0xd5,0x6b,0x04,0x0e,0x04]
 
 v_cubetc_f32 v5, ttmp11, v2, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0x77,0x04,0x0e,0x04]
+// GFX10: v_cubetc_f32 v5, ttmp11, v2, v3         ; encoding: [0x05,0x00,0x46,0xd5,0x77,0x04,0x0e,0x04]
 
 v_cubetc_f32 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0x7c,0x04,0x0e,0x04]
+// GFX10: v_cubetc_f32 v5, m0, v2, v3             ; encoding: [0x05,0x00,0x46,0xd5,0x7c,0x04,0x0e,0x04]
 
 v_cubetc_f32 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0x7e,0x04,0x0e,0x04]
+// GFX10: v_cubetc_f32 v5, exec_lo, v2, v3        ; encoding: [0x05,0x00,0x46,0xd5,0x7e,0x04,0x0e,0x04]
 
 v_cubetc_f32 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0x7f,0x04,0x0e,0x04]
+// GFX10: v_cubetc_f32 v5, exec_hi, v2, v3        ; encoding: [0x05,0x00,0x46,0xd5,0x7f,0x04,0x0e,0x04]
 
 v_cubetc_f32 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0x80,0x04,0x0e,0x04]
+// GFX10: v_cubetc_f32 v5, 0, v2, v3              ; encoding: [0x05,0x00,0x46,0xd5,0x80,0x04,0x0e,0x04]
 
 v_cubetc_f32 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0xc1,0x04,0x0e,0x04]
+// GFX10: v_cubetc_f32 v5, -1, v2, v3             ; encoding: [0x05,0x00,0x46,0xd5,0xc1,0x04,0x0e,0x04]
 
 v_cubetc_f32 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0xf0,0x04,0x0e,0x04]
+// GFX10: v_cubetc_f32 v5, 0.5, v2, v3            ; encoding: [0x05,0x00,0x46,0xd5,0xf0,0x04,0x0e,0x04]
 
 v_cubetc_f32 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0xf7,0x04,0x0e,0x04]
+// GFX10: v_cubetc_f32 v5, -4.0, v2, v3           ; encoding: [0x05,0x00,0x46,0xd5,0xf7,0x04,0x0e,0x04]
 
 v_cubetc_f32 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0x01,0xff,0x0f,0x04]
+// GFX10: v_cubetc_f32 v5, v1, v255, v3           ; encoding: [0x05,0x00,0x46,0xd5,0x01,0xff,0x0f,0x04]
 
 v_cubetc_f32 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0x01,0x05,0x0c,0x04]
+// GFX10: v_cubetc_f32 v5, v1, s2, v3             ; encoding: [0x05,0x00,0x46,0xd5,0x01,0x05,0x0c,0x04]
 
 v_cubetc_f32 v5, v1, s103, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0x01,0xcf,0x0c,0x04]
+// GFX10: v_cubetc_f32 v5, v1, s103, v3           ; encoding: [0x05,0x00,0x46,0xd5,0x01,0xcf,0x0c,0x04]
 
 v_cubetc_f32 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0x01,0xd5,0x0c,0x04]
+// GFX10: v_cubetc_f32 v5, v1, vcc_lo, v3         ; encoding: [0x05,0x00,0x46,0xd5,0x01,0xd5,0x0c,0x04]
 
 v_cubetc_f32 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0x01,0xd7,0x0c,0x04]
+// GFX10: v_cubetc_f32 v5, v1, vcc_hi, v3         ; encoding: [0x05,0x00,0x46,0xd5,0x01,0xd7,0x0c,0x04]
 
 v_cubetc_f32 v5, v1, ttmp11, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0x01,0xef,0x0c,0x04]
+// GFX10: v_cubetc_f32 v5, v1, ttmp11, v3         ; encoding: [0x05,0x00,0x46,0xd5,0x01,0xef,0x0c,0x04]
 
 v_cubetc_f32 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0x01,0xf9,0x0c,0x04]
+// GFX10: v_cubetc_f32 v5, v1, m0, v3             ; encoding: [0x05,0x00,0x46,0xd5,0x01,0xf9,0x0c,0x04]
 
 v_cubetc_f32 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0x01,0xfd,0x0c,0x04]
+// GFX10: v_cubetc_f32 v5, v1, exec_lo, v3        ; encoding: [0x05,0x00,0x46,0xd5,0x01,0xfd,0x0c,0x04]
 
 v_cubetc_f32 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0x01,0xff,0x0c,0x04]
+// GFX10: v_cubetc_f32 v5, v1, exec_hi, v3        ; encoding: [0x05,0x00,0x46,0xd5,0x01,0xff,0x0c,0x04]
 
 v_cubetc_f32 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0x01,0x01,0x0d,0x04]
+// GFX10: v_cubetc_f32 v5, v1, 0, v3              ; encoding: [0x05,0x00,0x46,0xd5,0x01,0x01,0x0d,0x04]
 
 v_cubetc_f32 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0x01,0x83,0x0d,0x04]
+// GFX10: v_cubetc_f32 v5, v1, -1, v3             ; encoding: [0x05,0x00,0x46,0xd5,0x01,0x83,0x0d,0x04]
 
 v_cubetc_f32 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0x01,0xe1,0x0d,0x04]
+// GFX10: v_cubetc_f32 v5, v1, 0.5, v3            ; encoding: [0x05,0x00,0x46,0xd5,0x01,0xe1,0x0d,0x04]
 
 v_cubetc_f32 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0x01,0xef,0x0d,0x04]
+// GFX10: v_cubetc_f32 v5, v1, -4.0, v3           ; encoding: [0x05,0x00,0x46,0xd5,0x01,0xef,0x0d,0x04]
 
 v_cubetc_f32 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0x01,0x05,0xfe,0x07]
+// GFX10: v_cubetc_f32 v5, v1, v2, v255           ; encoding: [0x05,0x00,0x46,0xd5,0x01,0x05,0xfe,0x07]
 
 v_cubetc_f32 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0x01,0x05,0x0e,0x00]
+// GFX10: v_cubetc_f32 v5, v1, v2, s3             ; encoding: [0x05,0x00,0x46,0xd5,0x01,0x05,0x0e,0x00]
 
 v_cubetc_f32 v5, v1, v2, s103
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0x01,0x05,0x9e,0x01]
+// GFX10: v_cubetc_f32 v5, v1, v2, s103           ; encoding: [0x05,0x00,0x46,0xd5,0x01,0x05,0x9e,0x01]
 
 v_cubetc_f32 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0x01,0x05,0xaa,0x01]
+// GFX10: v_cubetc_f32 v5, v1, v2, vcc_lo         ; encoding: [0x05,0x00,0x46,0xd5,0x01,0x05,0xaa,0x01]
 
 v_cubetc_f32 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0x01,0x05,0xae,0x01]
+// GFX10: v_cubetc_f32 v5, v1, v2, vcc_hi         ; encoding: [0x05,0x00,0x46,0xd5,0x01,0x05,0xae,0x01]
 
 v_cubetc_f32 v5, v1, v2, ttmp11
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0x01,0x05,0xde,0x01]
+// GFX10: v_cubetc_f32 v5, v1, v2, ttmp11         ; encoding: [0x05,0x00,0x46,0xd5,0x01,0x05,0xde,0x01]
 
 v_cubetc_f32 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0x01,0x05,0xf2,0x01]
+// GFX10: v_cubetc_f32 v5, v1, v2, m0             ; encoding: [0x05,0x00,0x46,0xd5,0x01,0x05,0xf2,0x01]
 
 v_cubetc_f32 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0x01,0x05,0xfa,0x01]
+// GFX10: v_cubetc_f32 v5, v1, v2, exec_lo        ; encoding: [0x05,0x00,0x46,0xd5,0x01,0x05,0xfa,0x01]
 
 v_cubetc_f32 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0x01,0x05,0xfe,0x01]
+// GFX10: v_cubetc_f32 v5, v1, v2, exec_hi        ; encoding: [0x05,0x00,0x46,0xd5,0x01,0x05,0xfe,0x01]
 
 v_cubetc_f32 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0x01,0x05,0x02,0x02]
+// GFX10: v_cubetc_f32 v5, v1, v2, 0              ; encoding: [0x05,0x00,0x46,0xd5,0x01,0x05,0x02,0x02]
 
 v_cubetc_f32 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0x01,0x05,0x06,0x03]
+// GFX10: v_cubetc_f32 v5, v1, v2, -1             ; encoding: [0x05,0x00,0x46,0xd5,0x01,0x05,0x06,0x03]
 
 v_cubetc_f32 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0x01,0x05,0xc2,0x03]
+// GFX10: v_cubetc_f32 v5, v1, v2, 0.5            ; encoding: [0x05,0x00,0x46,0xd5,0x01,0x05,0xc2,0x03]
 
 v_cubetc_f32 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0x01,0x05,0xde,0x03]
+// GFX10: v_cubetc_f32 v5, v1, v2, -4.0           ; encoding: [0x05,0x00,0x46,0xd5,0x01,0x05,0xde,0x03]
 
 v_cubetc_f32 v5, -v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0x01,0x05,0x0e,0x24]
+// GFX10: v_cubetc_f32 v5, -v1, v2, v3            ; encoding: [0x05,0x00,0x46,0xd5,0x01,0x05,0x0e,0x24]
 
 v_cubetc_f32 v5, v1, -v2, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0x01,0x05,0x0e,0x44]
+// GFX10: v_cubetc_f32 v5, v1, -v2, v3            ; encoding: [0x05,0x00,0x46,0xd5,0x01,0x05,0x0e,0x44]
 
 v_cubetc_f32 v5, v1, v2, -v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0x01,0x05,0x0e,0x84]
+// GFX10: v_cubetc_f32 v5, v1, v2, -v3            ; encoding: [0x05,0x00,0x46,0xd5,0x01,0x05,0x0e,0x84]
 
 v_cubetc_f32 v5, -v1, -v2, -v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0x01,0x05,0x0e,0xe4]
+// GFX10: v_cubetc_f32 v5, -v1, -v2, -v3          ; encoding: [0x05,0x00,0x46,0xd5,0x01,0x05,0x0e,0xe4]
 
 v_cubetc_f32 v5, |v1|, v2, v3
-// GFX10: encoding: [0x05,0x01,0x46,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_cubetc_f32 v5, |v1|, v2, v3           ; encoding: [0x05,0x01,0x46,0xd5,0x01,0x05,0x0e,0x04]
 
 v_cubetc_f32 v5, v1, |v2|, v3
-// GFX10: encoding: [0x05,0x02,0x46,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_cubetc_f32 v5, v1, |v2|, v3           ; encoding: [0x05,0x02,0x46,0xd5,0x01,0x05,0x0e,0x04]
 
 v_cubetc_f32 v5, v1, v2, |v3|
-// GFX10: encoding: [0x05,0x04,0x46,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_cubetc_f32 v5, v1, v2, |v3|           ; encoding: [0x05,0x04,0x46,0xd5,0x01,0x05,0x0e,0x04]
 
 v_cubetc_f32 v5, |v1|, |v2|, |v3|
-// GFX10: encoding: [0x05,0x07,0x46,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_cubetc_f32 v5, |v1|, |v2|, |v3|       ; encoding: [0x05,0x07,0x46,0xd5,0x01,0x05,0x0e,0x04]
 
 v_cubetc_f32 v5, v1, v2, v3 clamp
-// GFX10: encoding: [0x05,0x80,0x46,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_cubetc_f32 v5, v1, v2, v3 clamp       ; encoding: [0x05,0x80,0x46,0xd5,0x01,0x05,0x0e,0x04]
 
 v_cubetc_f32 v5, v1, v2, v3 mul:2
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0x01,0x05,0x0e,0x0c]
+// GFX10: v_cubetc_f32 v5, v1, v2, v3 mul:2       ; encoding: [0x05,0x00,0x46,0xd5,0x01,0x05,0x0e,0x0c]
 
 v_cubetc_f32 v5, v1, v2, v3 mul:4
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0x01,0x05,0x0e,0x14]
+// GFX10: v_cubetc_f32 v5, v1, v2, v3 mul:4       ; encoding: [0x05,0x00,0x46,0xd5,0x01,0x05,0x0e,0x14]
 
 v_cubetc_f32 v5, v1, v2, v3 div:2
-// GFX10: encoding: [0x05,0x00,0x46,0xd5,0x01,0x05,0x0e,0x1c]
+// GFX10: v_cubetc_f32 v5, v1, v2, v3 div:2       ; encoding: [0x05,0x00,0x46,0xd5,0x01,0x05,0x0e,0x1c]
 
 v_cubema_f32 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_cubema_f32 v5, v1, v2, v3             ; encoding: [0x05,0x00,0x47,0xd5,0x01,0x05,0x0e,0x04]
 
 v_cubema_f32 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x47,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_cubema_f32 v255, v1, v2, v3           ; encoding: [0xff,0x00,0x47,0xd5,0x01,0x05,0x0e,0x04]
 
 v_cubema_f32 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0xff,0x05,0x0e,0x04]
+// GFX10: v_cubema_f32 v5, v255, v2, v3           ; encoding: [0x05,0x00,0x47,0xd5,0xff,0x05,0x0e,0x04]
 
 v_cubema_f32 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0x01,0x04,0x0e,0x04]
+// GFX10: v_cubema_f32 v5, s1, v2, v3             ; encoding: [0x05,0x00,0x47,0xd5,0x01,0x04,0x0e,0x04]
 
 v_cubema_f32 v5, s103, v2, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0x67,0x04,0x0e,0x04]
+// GFX10: v_cubema_f32 v5, s103, v2, v3           ; encoding: [0x05,0x00,0x47,0xd5,0x67,0x04,0x0e,0x04]
 
 v_cubema_f32 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0x6a,0x04,0x0e,0x04]
+// GFX10: v_cubema_f32 v5, vcc_lo, v2, v3         ; encoding: [0x05,0x00,0x47,0xd5,0x6a,0x04,0x0e,0x04]
 
 v_cubema_f32 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0x6b,0x04,0x0e,0x04]
+// GFX10: v_cubema_f32 v5, vcc_hi, v2, v3         ; encoding: [0x05,0x00,0x47,0xd5,0x6b,0x04,0x0e,0x04]
 
 v_cubema_f32 v5, ttmp11, v2, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0x77,0x04,0x0e,0x04]
+// GFX10: v_cubema_f32 v5, ttmp11, v2, v3         ; encoding: [0x05,0x00,0x47,0xd5,0x77,0x04,0x0e,0x04]
 
 v_cubema_f32 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0x7c,0x04,0x0e,0x04]
+// GFX10: v_cubema_f32 v5, m0, v2, v3             ; encoding: [0x05,0x00,0x47,0xd5,0x7c,0x04,0x0e,0x04]
 
 v_cubema_f32 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0x7e,0x04,0x0e,0x04]
+// GFX10: v_cubema_f32 v5, exec_lo, v2, v3        ; encoding: [0x05,0x00,0x47,0xd5,0x7e,0x04,0x0e,0x04]
 
 v_cubema_f32 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0x7f,0x04,0x0e,0x04]
+// GFX10: v_cubema_f32 v5, exec_hi, v2, v3        ; encoding: [0x05,0x00,0x47,0xd5,0x7f,0x04,0x0e,0x04]
 
 v_cubema_f32 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0x80,0x04,0x0e,0x04]
+// GFX10: v_cubema_f32 v5, 0, v2, v3              ; encoding: [0x05,0x00,0x47,0xd5,0x80,0x04,0x0e,0x04]
 
 v_cubema_f32 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0xc1,0x04,0x0e,0x04]
+// GFX10: v_cubema_f32 v5, -1, v2, v3             ; encoding: [0x05,0x00,0x47,0xd5,0xc1,0x04,0x0e,0x04]
 
 v_cubema_f32 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0xf0,0x04,0x0e,0x04]
+// GFX10: v_cubema_f32 v5, 0.5, v2, v3            ; encoding: [0x05,0x00,0x47,0xd5,0xf0,0x04,0x0e,0x04]
 
 v_cubema_f32 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0xf7,0x04,0x0e,0x04]
+// GFX10: v_cubema_f32 v5, -4.0, v2, v3           ; encoding: [0x05,0x00,0x47,0xd5,0xf7,0x04,0x0e,0x04]
 
 v_cubema_f32 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0x01,0xff,0x0f,0x04]
+// GFX10: v_cubema_f32 v5, v1, v255, v3           ; encoding: [0x05,0x00,0x47,0xd5,0x01,0xff,0x0f,0x04]
 
 v_cubema_f32 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0x01,0x05,0x0c,0x04]
+// GFX10: v_cubema_f32 v5, v1, s2, v3             ; encoding: [0x05,0x00,0x47,0xd5,0x01,0x05,0x0c,0x04]
 
 v_cubema_f32 v5, v1, s103, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0x01,0xcf,0x0c,0x04]
+// GFX10: v_cubema_f32 v5, v1, s103, v3           ; encoding: [0x05,0x00,0x47,0xd5,0x01,0xcf,0x0c,0x04]
 
 v_cubema_f32 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0x01,0xd5,0x0c,0x04]
+// GFX10: v_cubema_f32 v5, v1, vcc_lo, v3         ; encoding: [0x05,0x00,0x47,0xd5,0x01,0xd5,0x0c,0x04]
 
 v_cubema_f32 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0x01,0xd7,0x0c,0x04]
+// GFX10: v_cubema_f32 v5, v1, vcc_hi, v3         ; encoding: [0x05,0x00,0x47,0xd5,0x01,0xd7,0x0c,0x04]
 
 v_cubema_f32 v5, v1, ttmp11, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0x01,0xef,0x0c,0x04]
+// GFX10: v_cubema_f32 v5, v1, ttmp11, v3         ; encoding: [0x05,0x00,0x47,0xd5,0x01,0xef,0x0c,0x04]
 
 v_cubema_f32 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0x01,0xf9,0x0c,0x04]
+// GFX10: v_cubema_f32 v5, v1, m0, v3             ; encoding: [0x05,0x00,0x47,0xd5,0x01,0xf9,0x0c,0x04]
 
 v_cubema_f32 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0x01,0xfd,0x0c,0x04]
+// GFX10: v_cubema_f32 v5, v1, exec_lo, v3        ; encoding: [0x05,0x00,0x47,0xd5,0x01,0xfd,0x0c,0x04]
 
 v_cubema_f32 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0x01,0xff,0x0c,0x04]
+// GFX10: v_cubema_f32 v5, v1, exec_hi, v3        ; encoding: [0x05,0x00,0x47,0xd5,0x01,0xff,0x0c,0x04]
 
 v_cubema_f32 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0x01,0x01,0x0d,0x04]
+// GFX10: v_cubema_f32 v5, v1, 0, v3              ; encoding: [0x05,0x00,0x47,0xd5,0x01,0x01,0x0d,0x04]
 
 v_cubema_f32 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0x01,0x83,0x0d,0x04]
+// GFX10: v_cubema_f32 v5, v1, -1, v3             ; encoding: [0x05,0x00,0x47,0xd5,0x01,0x83,0x0d,0x04]
 
 v_cubema_f32 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0x01,0xe1,0x0d,0x04]
+// GFX10: v_cubema_f32 v5, v1, 0.5, v3            ; encoding: [0x05,0x00,0x47,0xd5,0x01,0xe1,0x0d,0x04]
 
 v_cubema_f32 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0x01,0xef,0x0d,0x04]
+// GFX10: v_cubema_f32 v5, v1, -4.0, v3           ; encoding: [0x05,0x00,0x47,0xd5,0x01,0xef,0x0d,0x04]
 
 v_cubema_f32 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0x01,0x05,0xfe,0x07]
+// GFX10: v_cubema_f32 v5, v1, v2, v255           ; encoding: [0x05,0x00,0x47,0xd5,0x01,0x05,0xfe,0x07]
 
 v_cubema_f32 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0x01,0x05,0x0e,0x00]
+// GFX10: v_cubema_f32 v5, v1, v2, s3             ; encoding: [0x05,0x00,0x47,0xd5,0x01,0x05,0x0e,0x00]
 
 v_cubema_f32 v5, v1, v2, s103
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0x01,0x05,0x9e,0x01]
+// GFX10: v_cubema_f32 v5, v1, v2, s103           ; encoding: [0x05,0x00,0x47,0xd5,0x01,0x05,0x9e,0x01]
 
 v_cubema_f32 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0x01,0x05,0xaa,0x01]
+// GFX10: v_cubema_f32 v5, v1, v2, vcc_lo         ; encoding: [0x05,0x00,0x47,0xd5,0x01,0x05,0xaa,0x01]
 
 v_cubema_f32 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0x01,0x05,0xae,0x01]
+// GFX10: v_cubema_f32 v5, v1, v2, vcc_hi         ; encoding: [0x05,0x00,0x47,0xd5,0x01,0x05,0xae,0x01]
 
 v_cubema_f32 v5, v1, v2, ttmp11
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0x01,0x05,0xde,0x01]
+// GFX10: v_cubema_f32 v5, v1, v2, ttmp11         ; encoding: [0x05,0x00,0x47,0xd5,0x01,0x05,0xde,0x01]
 
 v_cubema_f32 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0x01,0x05,0xf2,0x01]
+// GFX10: v_cubema_f32 v5, v1, v2, m0             ; encoding: [0x05,0x00,0x47,0xd5,0x01,0x05,0xf2,0x01]
 
 v_cubema_f32 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0x01,0x05,0xfa,0x01]
+// GFX10: v_cubema_f32 v5, v1, v2, exec_lo        ; encoding: [0x05,0x00,0x47,0xd5,0x01,0x05,0xfa,0x01]
 
 v_cubema_f32 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0x01,0x05,0xfe,0x01]
+// GFX10: v_cubema_f32 v5, v1, v2, exec_hi        ; encoding: [0x05,0x00,0x47,0xd5,0x01,0x05,0xfe,0x01]
 
 v_cubema_f32 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0x01,0x05,0x02,0x02]
+// GFX10: v_cubema_f32 v5, v1, v2, 0              ; encoding: [0x05,0x00,0x47,0xd5,0x01,0x05,0x02,0x02]
 
 v_cubema_f32 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0x01,0x05,0x06,0x03]
+// GFX10: v_cubema_f32 v5, v1, v2, -1             ; encoding: [0x05,0x00,0x47,0xd5,0x01,0x05,0x06,0x03]
 
 v_cubema_f32 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0x01,0x05,0xc2,0x03]
+// GFX10: v_cubema_f32 v5, v1, v2, 0.5            ; encoding: [0x05,0x00,0x47,0xd5,0x01,0x05,0xc2,0x03]
 
 v_cubema_f32 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0x01,0x05,0xde,0x03]
+// GFX10: v_cubema_f32 v5, v1, v2, -4.0           ; encoding: [0x05,0x00,0x47,0xd5,0x01,0x05,0xde,0x03]
 
 v_cubema_f32 v5, -v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0x01,0x05,0x0e,0x24]
+// GFX10: v_cubema_f32 v5, -v1, v2, v3            ; encoding: [0x05,0x00,0x47,0xd5,0x01,0x05,0x0e,0x24]
 
 v_cubema_f32 v5, v1, -v2, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0x01,0x05,0x0e,0x44]
+// GFX10: v_cubema_f32 v5, v1, -v2, v3            ; encoding: [0x05,0x00,0x47,0xd5,0x01,0x05,0x0e,0x44]
 
 v_cubema_f32 v5, v1, v2, -v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0x01,0x05,0x0e,0x84]
+// GFX10: v_cubema_f32 v5, v1, v2, -v3            ; encoding: [0x05,0x00,0x47,0xd5,0x01,0x05,0x0e,0x84]
 
 v_cubema_f32 v5, -v1, -v2, -v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0x01,0x05,0x0e,0xe4]
+// GFX10: v_cubema_f32 v5, -v1, -v2, -v3          ; encoding: [0x05,0x00,0x47,0xd5,0x01,0x05,0x0e,0xe4]
 
 v_cubema_f32 v5, |v1|, v2, v3
-// GFX10: encoding: [0x05,0x01,0x47,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_cubema_f32 v5, |v1|, v2, v3           ; encoding: [0x05,0x01,0x47,0xd5,0x01,0x05,0x0e,0x04]
 
 v_cubema_f32 v5, v1, |v2|, v3
-// GFX10: encoding: [0x05,0x02,0x47,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_cubema_f32 v5, v1, |v2|, v3           ; encoding: [0x05,0x02,0x47,0xd5,0x01,0x05,0x0e,0x04]
 
 v_cubema_f32 v5, v1, v2, |v3|
-// GFX10: encoding: [0x05,0x04,0x47,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_cubema_f32 v5, v1, v2, |v3|           ; encoding: [0x05,0x04,0x47,0xd5,0x01,0x05,0x0e,0x04]
 
 v_cubema_f32 v5, |v1|, |v2|, |v3|
-// GFX10: encoding: [0x05,0x07,0x47,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_cubema_f32 v5, |v1|, |v2|, |v3|       ; encoding: [0x05,0x07,0x47,0xd5,0x01,0x05,0x0e,0x04]
 
 v_cubema_f32 v5, v1, v2, v3 clamp
-// GFX10: encoding: [0x05,0x80,0x47,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_cubema_f32 v5, v1, v2, v3 clamp       ; encoding: [0x05,0x80,0x47,0xd5,0x01,0x05,0x0e,0x04]
 
 v_cubema_f32 v5, v1, v2, v3 mul:2
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0x01,0x05,0x0e,0x0c]
+// GFX10: v_cubema_f32 v5, v1, v2, v3 mul:2       ; encoding: [0x05,0x00,0x47,0xd5,0x01,0x05,0x0e,0x0c]
 
 v_cubema_f32 v5, v1, v2, v3 mul:4
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0x01,0x05,0x0e,0x14]
+// GFX10: v_cubema_f32 v5, v1, v2, v3 mul:4       ; encoding: [0x05,0x00,0x47,0xd5,0x01,0x05,0x0e,0x14]
 
 v_cubema_f32 v5, v1, v2, v3 div:2
-// GFX10: encoding: [0x05,0x00,0x47,0xd5,0x01,0x05,0x0e,0x1c]
+// GFX10: v_cubema_f32 v5, v1, v2, v3 div:2       ; encoding: [0x05,0x00,0x47,0xd5,0x01,0x05,0x0e,0x1c]
 
 v_bfe_u32 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x48,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_bfe_u32 v5, v1, v2, v3                ; encoding: [0x05,0x00,0x48,0xd5,0x01,0x05,0x0e,0x04]
 
 v_bfe_u32 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x48,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_bfe_u32 v255, v1, v2, v3              ; encoding: [0xff,0x00,0x48,0xd5,0x01,0x05,0x0e,0x04]
 
 v_bfe_u32 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x48,0xd5,0xff,0x05,0x0e,0x04]
+// GFX10: v_bfe_u32 v5, v255, v2, v3              ; encoding: [0x05,0x00,0x48,0xd5,0xff,0x05,0x0e,0x04]
 
 v_bfe_u32 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x48,0xd5,0x01,0x04,0x0e,0x04]
+// GFX10: v_bfe_u32 v5, s1, v2, v3                ; encoding: [0x05,0x00,0x48,0xd5,0x01,0x04,0x0e,0x04]
 
 v_bfe_u32 v5, s103, v2, v3
-// GFX10: encoding: [0x05,0x00,0x48,0xd5,0x67,0x04,0x0e,0x04]
+// GFX10: v_bfe_u32 v5, s103, v2, v3              ; encoding: [0x05,0x00,0x48,0xd5,0x67,0x04,0x0e,0x04]
 
 v_bfe_u32 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x48,0xd5,0x6a,0x04,0x0e,0x04]
+// GFX10: v_bfe_u32 v5, vcc_lo, v2, v3            ; encoding: [0x05,0x00,0x48,0xd5,0x6a,0x04,0x0e,0x04]
 
 v_bfe_u32 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x48,0xd5,0x6b,0x04,0x0e,0x04]
+// GFX10: v_bfe_u32 v5, vcc_hi, v2, v3            ; encoding: [0x05,0x00,0x48,0xd5,0x6b,0x04,0x0e,0x04]
 
 v_bfe_u32 v5, ttmp11, v2, v3
-// GFX10: encoding: [0x05,0x00,0x48,0xd5,0x77,0x04,0x0e,0x04]
+// GFX10: v_bfe_u32 v5, ttmp11, v2, v3            ; encoding: [0x05,0x00,0x48,0xd5,0x77,0x04,0x0e,0x04]
 
 v_bfe_u32 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x48,0xd5,0x7c,0x04,0x0e,0x04]
+// GFX10: v_bfe_u32 v5, m0, v2, v3                ; encoding: [0x05,0x00,0x48,0xd5,0x7c,0x04,0x0e,0x04]
 
 v_bfe_u32 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x48,0xd5,0x7e,0x04,0x0e,0x04]
+// GFX10: v_bfe_u32 v5, exec_lo, v2, v3           ; encoding: [0x05,0x00,0x48,0xd5,0x7e,0x04,0x0e,0x04]
 
 v_bfe_u32 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x48,0xd5,0x7f,0x04,0x0e,0x04]
+// GFX10: v_bfe_u32 v5, exec_hi, v2, v3           ; encoding: [0x05,0x00,0x48,0xd5,0x7f,0x04,0x0e,0x04]
 
 v_bfe_u32 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x48,0xd5,0x80,0x04,0x0e,0x04]
+// GFX10: v_bfe_u32 v5, 0, v2, v3                 ; encoding: [0x05,0x00,0x48,0xd5,0x80,0x04,0x0e,0x04]
 
 v_bfe_u32 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x48,0xd5,0xc1,0x04,0x0e,0x04]
+// GFX10: v_bfe_u32 v5, -1, v2, v3                ; encoding: [0x05,0x00,0x48,0xd5,0xc1,0x04,0x0e,0x04]
 
 v_bfe_u32 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x48,0xd5,0xf0,0x04,0x0e,0x04]
+// GFX10: v_bfe_u32 v5, 0.5, v2, v3               ; encoding: [0x05,0x00,0x48,0xd5,0xf0,0x04,0x0e,0x04]
 
 v_bfe_u32 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x48,0xd5,0xf7,0x04,0x0e,0x04]
+// GFX10: v_bfe_u32 v5, -4.0, v2, v3              ; encoding: [0x05,0x00,0x48,0xd5,0xf7,0x04,0x0e,0x04]
 
 v_bfe_u32 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x48,0xd5,0x01,0xff,0x0f,0x04]
+// GFX10: v_bfe_u32 v5, v1, v255, v3              ; encoding: [0x05,0x00,0x48,0xd5,0x01,0xff,0x0f,0x04]
 
 v_bfe_u32 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x48,0xd5,0x01,0x05,0x0c,0x04]
+// GFX10: v_bfe_u32 v5, v1, s2, v3                ; encoding: [0x05,0x00,0x48,0xd5,0x01,0x05,0x0c,0x04]
 
 v_bfe_u32 v5, v1, s103, v3
-// GFX10: encoding: [0x05,0x00,0x48,0xd5,0x01,0xcf,0x0c,0x04]
+// GFX10: v_bfe_u32 v5, v1, s103, v3              ; encoding: [0x05,0x00,0x48,0xd5,0x01,0xcf,0x0c,0x04]
 
 v_bfe_u32 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x48,0xd5,0x01,0xd5,0x0c,0x04]
+// GFX10: v_bfe_u32 v5, v1, vcc_lo, v3            ; encoding: [0x05,0x00,0x48,0xd5,0x01,0xd5,0x0c,0x04]
 
 v_bfe_u32 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x48,0xd5,0x01,0xd7,0x0c,0x04]
+// GFX10: v_bfe_u32 v5, v1, vcc_hi, v3            ; encoding: [0x05,0x00,0x48,0xd5,0x01,0xd7,0x0c,0x04]
 
 v_bfe_u32 v5, v1, ttmp11, v3
-// GFX10: encoding: [0x05,0x00,0x48,0xd5,0x01,0xef,0x0c,0x04]
+// GFX10: v_bfe_u32 v5, v1, ttmp11, v3            ; encoding: [0x05,0x00,0x48,0xd5,0x01,0xef,0x0c,0x04]
 
 v_bfe_u32 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x48,0xd5,0x01,0xf9,0x0c,0x04]
+// GFX10: v_bfe_u32 v5, v1, m0, v3                ; encoding: [0x05,0x00,0x48,0xd5,0x01,0xf9,0x0c,0x04]
 
 v_bfe_u32 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x48,0xd5,0x01,0xfd,0x0c,0x04]
+// GFX10: v_bfe_u32 v5, v1, exec_lo, v3           ; encoding: [0x05,0x00,0x48,0xd5,0x01,0xfd,0x0c,0x04]
 
 v_bfe_u32 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x48,0xd5,0x01,0xff,0x0c,0x04]
+// GFX10: v_bfe_u32 v5, v1, exec_hi, v3           ; encoding: [0x05,0x00,0x48,0xd5,0x01,0xff,0x0c,0x04]
 
 v_bfe_u32 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x48,0xd5,0x01,0x01,0x0d,0x04]
+// GFX10: v_bfe_u32 v5, v1, 0, v3                 ; encoding: [0x05,0x00,0x48,0xd5,0x01,0x01,0x0d,0x04]
 
 v_bfe_u32 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x48,0xd5,0x01,0x83,0x0d,0x04]
+// GFX10: v_bfe_u32 v5, v1, -1, v3                ; encoding: [0x05,0x00,0x48,0xd5,0x01,0x83,0x0d,0x04]
 
 v_bfe_u32 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x48,0xd5,0x01,0xe1,0x0d,0x04]
+// GFX10: v_bfe_u32 v5, v1, 0.5, v3               ; encoding: [0x05,0x00,0x48,0xd5,0x01,0xe1,0x0d,0x04]
 
 v_bfe_u32 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x48,0xd5,0x01,0xef,0x0d,0x04]
+// GFX10: v_bfe_u32 v5, v1, -4.0, v3              ; encoding: [0x05,0x00,0x48,0xd5,0x01,0xef,0x0d,0x04]
 
 v_bfe_u32 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x48,0xd5,0x01,0x05,0xfe,0x07]
+// GFX10: v_bfe_u32 v5, v1, v2, v255              ; encoding: [0x05,0x00,0x48,0xd5,0x01,0x05,0xfe,0x07]
 
 v_bfe_u32 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x48,0xd5,0x01,0x05,0x0e,0x00]
+// GFX10: v_bfe_u32 v5, v1, v2, s3                ; encoding: [0x05,0x00,0x48,0xd5,0x01,0x05,0x0e,0x00]
 
 v_bfe_u32 v5, v1, v2, s103
-// GFX10: encoding: [0x05,0x00,0x48,0xd5,0x01,0x05,0x9e,0x01]
+// GFX10: v_bfe_u32 v5, v1, v2, s103              ; encoding: [0x05,0x00,0x48,0xd5,0x01,0x05,0x9e,0x01]
 
 v_bfe_u32 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x48,0xd5,0x01,0x05,0xaa,0x01]
+// GFX10: v_bfe_u32 v5, v1, v2, vcc_lo            ; encoding: [0x05,0x00,0x48,0xd5,0x01,0x05,0xaa,0x01]
 
 v_bfe_u32 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x48,0xd5,0x01,0x05,0xae,0x01]
+// GFX10: v_bfe_u32 v5, v1, v2, vcc_hi            ; encoding: [0x05,0x00,0x48,0xd5,0x01,0x05,0xae,0x01]
 
 v_bfe_u32 v5, v1, v2, ttmp11
-// GFX10: encoding: [0x05,0x00,0x48,0xd5,0x01,0x05,0xde,0x01]
+// GFX10: v_bfe_u32 v5, v1, v2, ttmp11            ; encoding: [0x05,0x00,0x48,0xd5,0x01,0x05,0xde,0x01]
 
 v_bfe_u32 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x48,0xd5,0x01,0x05,0xf2,0x01]
+// GFX10: v_bfe_u32 v5, v1, v2, m0                ; encoding: [0x05,0x00,0x48,0xd5,0x01,0x05,0xf2,0x01]
 
 v_bfe_u32 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x48,0xd5,0x01,0x05,0xfa,0x01]
+// GFX10: v_bfe_u32 v5, v1, v2, exec_lo           ; encoding: [0x05,0x00,0x48,0xd5,0x01,0x05,0xfa,0x01]
 
 v_bfe_u32 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x48,0xd5,0x01,0x05,0xfe,0x01]
+// GFX10: v_bfe_u32 v5, v1, v2, exec_hi           ; encoding: [0x05,0x00,0x48,0xd5,0x01,0x05,0xfe,0x01]
 
 v_bfe_u32 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x48,0xd5,0x01,0x05,0x02,0x02]
+// GFX10: v_bfe_u32 v5, v1, v2, 0                 ; encoding: [0x05,0x00,0x48,0xd5,0x01,0x05,0x02,0x02]
 
 v_bfe_u32 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x48,0xd5,0x01,0x05,0x06,0x03]
+// GFX10: v_bfe_u32 v5, v1, v2, -1                ; encoding: [0x05,0x00,0x48,0xd5,0x01,0x05,0x06,0x03]
 
 v_bfe_u32 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x48,0xd5,0x01,0x05,0xc2,0x03]
+// GFX10: v_bfe_u32 v5, v1, v2, 0.5               ; encoding: [0x05,0x00,0x48,0xd5,0x01,0x05,0xc2,0x03]
 
 v_bfe_u32 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x48,0xd5,0x01,0x05,0xde,0x03]
+// GFX10: v_bfe_u32 v5, v1, v2, -4.0              ; encoding: [0x05,0x00,0x48,0xd5,0x01,0x05,0xde,0x03]
 
 v_bfe_i32 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x49,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_bfe_i32 v5, v1, v2, v3                ; encoding: [0x05,0x00,0x49,0xd5,0x01,0x05,0x0e,0x04]
 
 v_bfe_i32 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x49,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_bfe_i32 v255, v1, v2, v3              ; encoding: [0xff,0x00,0x49,0xd5,0x01,0x05,0x0e,0x04]
 
 v_bfe_i32 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x49,0xd5,0xff,0x05,0x0e,0x04]
+// GFX10: v_bfe_i32 v5, v255, v2, v3              ; encoding: [0x05,0x00,0x49,0xd5,0xff,0x05,0x0e,0x04]
 
 v_bfe_i32 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x49,0xd5,0x01,0x04,0x0e,0x04]
+// GFX10: v_bfe_i32 v5, s1, v2, v3                ; encoding: [0x05,0x00,0x49,0xd5,0x01,0x04,0x0e,0x04]
 
 v_bfe_i32 v5, s103, v2, v3
-// GFX10: encoding: [0x05,0x00,0x49,0xd5,0x67,0x04,0x0e,0x04]
+// GFX10: v_bfe_i32 v5, s103, v2, v3              ; encoding: [0x05,0x00,0x49,0xd5,0x67,0x04,0x0e,0x04]
 
 v_bfe_i32 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x49,0xd5,0x6a,0x04,0x0e,0x04]
+// GFX10: v_bfe_i32 v5, vcc_lo, v2, v3            ; encoding: [0x05,0x00,0x49,0xd5,0x6a,0x04,0x0e,0x04]
 
 v_bfe_i32 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x49,0xd5,0x6b,0x04,0x0e,0x04]
+// GFX10: v_bfe_i32 v5, vcc_hi, v2, v3            ; encoding: [0x05,0x00,0x49,0xd5,0x6b,0x04,0x0e,0x04]
 
 v_bfe_i32 v5, ttmp11, v2, v3
-// GFX10: encoding: [0x05,0x00,0x49,0xd5,0x77,0x04,0x0e,0x04]
+// GFX10: v_bfe_i32 v5, ttmp11, v2, v3            ; encoding: [0x05,0x00,0x49,0xd5,0x77,0x04,0x0e,0x04]
 
 v_bfe_i32 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x49,0xd5,0x7c,0x04,0x0e,0x04]
+// GFX10: v_bfe_i32 v5, m0, v2, v3                ; encoding: [0x05,0x00,0x49,0xd5,0x7c,0x04,0x0e,0x04]
 
 v_bfe_i32 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x49,0xd5,0x7e,0x04,0x0e,0x04]
+// GFX10: v_bfe_i32 v5, exec_lo, v2, v3           ; encoding: [0x05,0x00,0x49,0xd5,0x7e,0x04,0x0e,0x04]
 
 v_bfe_i32 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x49,0xd5,0x7f,0x04,0x0e,0x04]
+// GFX10: v_bfe_i32 v5, exec_hi, v2, v3           ; encoding: [0x05,0x00,0x49,0xd5,0x7f,0x04,0x0e,0x04]
 
 v_bfe_i32 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x49,0xd5,0x80,0x04,0x0e,0x04]
+// GFX10: v_bfe_i32 v5, 0, v2, v3                 ; encoding: [0x05,0x00,0x49,0xd5,0x80,0x04,0x0e,0x04]
 
 v_bfe_i32 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x49,0xd5,0xc1,0x04,0x0e,0x04]
+// GFX10: v_bfe_i32 v5, -1, v2, v3                ; encoding: [0x05,0x00,0x49,0xd5,0xc1,0x04,0x0e,0x04]
 
 v_bfe_i32 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x49,0xd5,0xf0,0x04,0x0e,0x04]
+// GFX10: v_bfe_i32 v5, 0.5, v2, v3               ; encoding: [0x05,0x00,0x49,0xd5,0xf0,0x04,0x0e,0x04]
 
 v_bfe_i32 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x49,0xd5,0xf7,0x04,0x0e,0x04]
+// GFX10: v_bfe_i32 v5, -4.0, v2, v3              ; encoding: [0x05,0x00,0x49,0xd5,0xf7,0x04,0x0e,0x04]
 
 v_bfe_i32 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x49,0xd5,0x01,0xff,0x0f,0x04]
+// GFX10: v_bfe_i32 v5, v1, v255, v3              ; encoding: [0x05,0x00,0x49,0xd5,0x01,0xff,0x0f,0x04]
 
 v_bfe_i32 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x49,0xd5,0x01,0x05,0x0c,0x04]
+// GFX10: v_bfe_i32 v5, v1, s2, v3                ; encoding: [0x05,0x00,0x49,0xd5,0x01,0x05,0x0c,0x04]
 
 v_bfe_i32 v5, v1, s103, v3
-// GFX10: encoding: [0x05,0x00,0x49,0xd5,0x01,0xcf,0x0c,0x04]
+// GFX10: v_bfe_i32 v5, v1, s103, v3              ; encoding: [0x05,0x00,0x49,0xd5,0x01,0xcf,0x0c,0x04]
 
 v_bfe_i32 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x49,0xd5,0x01,0xd5,0x0c,0x04]
+// GFX10: v_bfe_i32 v5, v1, vcc_lo, v3            ; encoding: [0x05,0x00,0x49,0xd5,0x01,0xd5,0x0c,0x04]
 
 v_bfe_i32 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x49,0xd5,0x01,0xd7,0x0c,0x04]
+// GFX10: v_bfe_i32 v5, v1, vcc_hi, v3            ; encoding: [0x05,0x00,0x49,0xd5,0x01,0xd7,0x0c,0x04]
 
 v_bfe_i32 v5, v1, ttmp11, v3
-// GFX10: encoding: [0x05,0x00,0x49,0xd5,0x01,0xef,0x0c,0x04]
+// GFX10: v_bfe_i32 v5, v1, ttmp11, v3            ; encoding: [0x05,0x00,0x49,0xd5,0x01,0xef,0x0c,0x04]
 
 v_bfe_i32 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x49,0xd5,0x01,0xf9,0x0c,0x04]
+// GFX10: v_bfe_i32 v5, v1, m0, v3                ; encoding: [0x05,0x00,0x49,0xd5,0x01,0xf9,0x0c,0x04]
 
 v_bfe_i32 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x49,0xd5,0x01,0xfd,0x0c,0x04]
+// GFX10: v_bfe_i32 v5, v1, exec_lo, v3           ; encoding: [0x05,0x00,0x49,0xd5,0x01,0xfd,0x0c,0x04]
 
 v_bfe_i32 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x49,0xd5,0x01,0xff,0x0c,0x04]
+// GFX10: v_bfe_i32 v5, v1, exec_hi, v3           ; encoding: [0x05,0x00,0x49,0xd5,0x01,0xff,0x0c,0x04]
 
 v_bfe_i32 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x49,0xd5,0x01,0x01,0x0d,0x04]
+// GFX10: v_bfe_i32 v5, v1, 0, v3                 ; encoding: [0x05,0x00,0x49,0xd5,0x01,0x01,0x0d,0x04]
 
 v_bfe_i32 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x49,0xd5,0x01,0x83,0x0d,0x04]
+// GFX10: v_bfe_i32 v5, v1, -1, v3                ; encoding: [0x05,0x00,0x49,0xd5,0x01,0x83,0x0d,0x04]
 
 v_bfe_i32 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x49,0xd5,0x01,0xe1,0x0d,0x04]
+// GFX10: v_bfe_i32 v5, v1, 0.5, v3               ; encoding: [0x05,0x00,0x49,0xd5,0x01,0xe1,0x0d,0x04]
 
 v_bfe_i32 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x49,0xd5,0x01,0xef,0x0d,0x04]
+// GFX10: v_bfe_i32 v5, v1, -4.0, v3              ; encoding: [0x05,0x00,0x49,0xd5,0x01,0xef,0x0d,0x04]
 
 v_bfe_i32 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x49,0xd5,0x01,0x05,0xfe,0x07]
+// GFX10: v_bfe_i32 v5, v1, v2, v255              ; encoding: [0x05,0x00,0x49,0xd5,0x01,0x05,0xfe,0x07]
 
 v_bfe_i32 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x49,0xd5,0x01,0x05,0x0e,0x00]
+// GFX10: v_bfe_i32 v5, v1, v2, s3                ; encoding: [0x05,0x00,0x49,0xd5,0x01,0x05,0x0e,0x00]
 
 v_bfe_i32 v5, v1, v2, s103
-// GFX10: encoding: [0x05,0x00,0x49,0xd5,0x01,0x05,0x9e,0x01]
+// GFX10: v_bfe_i32 v5, v1, v2, s103              ; encoding: [0x05,0x00,0x49,0xd5,0x01,0x05,0x9e,0x01]
 
 v_bfe_i32 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x49,0xd5,0x01,0x05,0xaa,0x01]
+// GFX10: v_bfe_i32 v5, v1, v2, vcc_lo            ; encoding: [0x05,0x00,0x49,0xd5,0x01,0x05,0xaa,0x01]
 
 v_bfe_i32 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x49,0xd5,0x01,0x05,0xae,0x01]
+// GFX10: v_bfe_i32 v5, v1, v2, vcc_hi            ; encoding: [0x05,0x00,0x49,0xd5,0x01,0x05,0xae,0x01]
 
 v_bfe_i32 v5, v1, v2, ttmp11
-// GFX10: encoding: [0x05,0x00,0x49,0xd5,0x01,0x05,0xde,0x01]
+// GFX10: v_bfe_i32 v5, v1, v2, ttmp11            ; encoding: [0x05,0x00,0x49,0xd5,0x01,0x05,0xde,0x01]
 
 v_bfe_i32 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x49,0xd5,0x01,0x05,0xf2,0x01]
+// GFX10: v_bfe_i32 v5, v1, v2, m0                ; encoding: [0x05,0x00,0x49,0xd5,0x01,0x05,0xf2,0x01]
 
 v_bfe_i32 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x49,0xd5,0x01,0x05,0xfa,0x01]
+// GFX10: v_bfe_i32 v5, v1, v2, exec_lo           ; encoding: [0x05,0x00,0x49,0xd5,0x01,0x05,0xfa,0x01]
 
 v_bfe_i32 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x49,0xd5,0x01,0x05,0xfe,0x01]
+// GFX10: v_bfe_i32 v5, v1, v2, exec_hi           ; encoding: [0x05,0x00,0x49,0xd5,0x01,0x05,0xfe,0x01]
 
 v_bfe_i32 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x49,0xd5,0x01,0x05,0x02,0x02]
+// GFX10: v_bfe_i32 v5, v1, v2, 0                 ; encoding: [0x05,0x00,0x49,0xd5,0x01,0x05,0x02,0x02]
 
 v_bfe_i32 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x49,0xd5,0x01,0x05,0x06,0x03]
+// GFX10: v_bfe_i32 v5, v1, v2, -1                ; encoding: [0x05,0x00,0x49,0xd5,0x01,0x05,0x06,0x03]
 
 v_bfe_i32 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x49,0xd5,0x01,0x05,0xc2,0x03]
+// GFX10: v_bfe_i32 v5, v1, v2, 0.5               ; encoding: [0x05,0x00,0x49,0xd5,0x01,0x05,0xc2,0x03]
 
 v_bfe_i32 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x49,0xd5,0x01,0x05,0xde,0x03]
+// GFX10: v_bfe_i32 v5, v1, v2, -4.0              ; encoding: [0x05,0x00,0x49,0xd5,0x01,0x05,0xde,0x03]
 
 v_bfi_b32 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4a,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_bfi_b32 v5, v1, v2, v3                ; encoding: [0x05,0x00,0x4a,0xd5,0x01,0x05,0x0e,0x04]
 
 v_bfi_b32 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x4a,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_bfi_b32 v255, v1, v2, v3              ; encoding: [0xff,0x00,0x4a,0xd5,0x01,0x05,0x0e,0x04]
 
 v_bfi_b32 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4a,0xd5,0xff,0x05,0x0e,0x04]
+// GFX10: v_bfi_b32 v5, v255, v2, v3              ; encoding: [0x05,0x00,0x4a,0xd5,0xff,0x05,0x0e,0x04]
 
 v_bfi_b32 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4a,0xd5,0x01,0x04,0x0e,0x04]
+// GFX10: v_bfi_b32 v5, s1, v2, v3                ; encoding: [0x05,0x00,0x4a,0xd5,0x01,0x04,0x0e,0x04]
 
 v_bfi_b32 v5, s103, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4a,0xd5,0x67,0x04,0x0e,0x04]
+// GFX10: v_bfi_b32 v5, s103, v2, v3              ; encoding: [0x05,0x00,0x4a,0xd5,0x67,0x04,0x0e,0x04]
 
 v_bfi_b32 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4a,0xd5,0x6a,0x04,0x0e,0x04]
+// GFX10: v_bfi_b32 v5, vcc_lo, v2, v3            ; encoding: [0x05,0x00,0x4a,0xd5,0x6a,0x04,0x0e,0x04]
 
 v_bfi_b32 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4a,0xd5,0x6b,0x04,0x0e,0x04]
+// GFX10: v_bfi_b32 v5, vcc_hi, v2, v3            ; encoding: [0x05,0x00,0x4a,0xd5,0x6b,0x04,0x0e,0x04]
 
 v_bfi_b32 v5, ttmp11, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4a,0xd5,0x77,0x04,0x0e,0x04]
+// GFX10: v_bfi_b32 v5, ttmp11, v2, v3            ; encoding: [0x05,0x00,0x4a,0xd5,0x77,0x04,0x0e,0x04]
 
 v_bfi_b32 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4a,0xd5,0x7c,0x04,0x0e,0x04]
+// GFX10: v_bfi_b32 v5, m0, v2, v3                ; encoding: [0x05,0x00,0x4a,0xd5,0x7c,0x04,0x0e,0x04]
 
 v_bfi_b32 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4a,0xd5,0x7e,0x04,0x0e,0x04]
+// GFX10: v_bfi_b32 v5, exec_lo, v2, v3           ; encoding: [0x05,0x00,0x4a,0xd5,0x7e,0x04,0x0e,0x04]
 
 v_bfi_b32 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4a,0xd5,0x7f,0x04,0x0e,0x04]
+// GFX10: v_bfi_b32 v5, exec_hi, v2, v3           ; encoding: [0x05,0x00,0x4a,0xd5,0x7f,0x04,0x0e,0x04]
 
 v_bfi_b32 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4a,0xd5,0x80,0x04,0x0e,0x04]
+// GFX10: v_bfi_b32 v5, 0, v2, v3                 ; encoding: [0x05,0x00,0x4a,0xd5,0x80,0x04,0x0e,0x04]
 
 v_bfi_b32 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4a,0xd5,0xc1,0x04,0x0e,0x04]
+// GFX10: v_bfi_b32 v5, -1, v2, v3                ; encoding: [0x05,0x00,0x4a,0xd5,0xc1,0x04,0x0e,0x04]
 
 v_bfi_b32 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4a,0xd5,0xf0,0x04,0x0e,0x04]
+// GFX10: v_bfi_b32 v5, 0.5, v2, v3               ; encoding: [0x05,0x00,0x4a,0xd5,0xf0,0x04,0x0e,0x04]
 
 v_bfi_b32 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4a,0xd5,0xf7,0x04,0x0e,0x04]
+// GFX10: v_bfi_b32 v5, -4.0, v2, v3              ; encoding: [0x05,0x00,0x4a,0xd5,0xf7,0x04,0x0e,0x04]
 
 v_bfi_b32 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x4a,0xd5,0x01,0xff,0x0f,0x04]
+// GFX10: v_bfi_b32 v5, v1, v255, v3              ; encoding: [0x05,0x00,0x4a,0xd5,0x01,0xff,0x0f,0x04]
 
 v_bfi_b32 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x4a,0xd5,0x01,0x05,0x0c,0x04]
+// GFX10: v_bfi_b32 v5, v1, s2, v3                ; encoding: [0x05,0x00,0x4a,0xd5,0x01,0x05,0x0c,0x04]
 
 v_bfi_b32 v5, v1, s103, v3
-// GFX10: encoding: [0x05,0x00,0x4a,0xd5,0x01,0xcf,0x0c,0x04]
+// GFX10: v_bfi_b32 v5, v1, s103, v3              ; encoding: [0x05,0x00,0x4a,0xd5,0x01,0xcf,0x0c,0x04]
 
 v_bfi_b32 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x4a,0xd5,0x01,0xd5,0x0c,0x04]
+// GFX10: v_bfi_b32 v5, v1, vcc_lo, v3            ; encoding: [0x05,0x00,0x4a,0xd5,0x01,0xd5,0x0c,0x04]
 
 v_bfi_b32 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x4a,0xd5,0x01,0xd7,0x0c,0x04]
+// GFX10: v_bfi_b32 v5, v1, vcc_hi, v3            ; encoding: [0x05,0x00,0x4a,0xd5,0x01,0xd7,0x0c,0x04]
 
 v_bfi_b32 v5, v1, ttmp11, v3
-// GFX10: encoding: [0x05,0x00,0x4a,0xd5,0x01,0xef,0x0c,0x04]
+// GFX10: v_bfi_b32 v5, v1, ttmp11, v3            ; encoding: [0x05,0x00,0x4a,0xd5,0x01,0xef,0x0c,0x04]
 
 v_bfi_b32 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x4a,0xd5,0x01,0xf9,0x0c,0x04]
+// GFX10: v_bfi_b32 v5, v1, m0, v3                ; encoding: [0x05,0x00,0x4a,0xd5,0x01,0xf9,0x0c,0x04]
 
 v_bfi_b32 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x4a,0xd5,0x01,0xfd,0x0c,0x04]
+// GFX10: v_bfi_b32 v5, v1, exec_lo, v3           ; encoding: [0x05,0x00,0x4a,0xd5,0x01,0xfd,0x0c,0x04]
 
 v_bfi_b32 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x4a,0xd5,0x01,0xff,0x0c,0x04]
+// GFX10: v_bfi_b32 v5, v1, exec_hi, v3           ; encoding: [0x05,0x00,0x4a,0xd5,0x01,0xff,0x0c,0x04]
 
 v_bfi_b32 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x4a,0xd5,0x01,0x01,0x0d,0x04]
+// GFX10: v_bfi_b32 v5, v1, 0, v3                 ; encoding: [0x05,0x00,0x4a,0xd5,0x01,0x01,0x0d,0x04]
 
 v_bfi_b32 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x4a,0xd5,0x01,0x83,0x0d,0x04]
+// GFX10: v_bfi_b32 v5, v1, -1, v3                ; encoding: [0x05,0x00,0x4a,0xd5,0x01,0x83,0x0d,0x04]
 
 v_bfi_b32 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x4a,0xd5,0x01,0xe1,0x0d,0x04]
+// GFX10: v_bfi_b32 v5, v1, 0.5, v3               ; encoding: [0x05,0x00,0x4a,0xd5,0x01,0xe1,0x0d,0x04]
 
 v_bfi_b32 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x4a,0xd5,0x01,0xef,0x0d,0x04]
+// GFX10: v_bfi_b32 v5, v1, -4.0, v3              ; encoding: [0x05,0x00,0x4a,0xd5,0x01,0xef,0x0d,0x04]
 
 v_bfi_b32 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x4a,0xd5,0x01,0x05,0xfe,0x07]
+// GFX10: v_bfi_b32 v5, v1, v2, v255              ; encoding: [0x05,0x00,0x4a,0xd5,0x01,0x05,0xfe,0x07]
 
 v_bfi_b32 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x4a,0xd5,0x01,0x05,0x0e,0x00]
+// GFX10: v_bfi_b32 v5, v1, v2, s3                ; encoding: [0x05,0x00,0x4a,0xd5,0x01,0x05,0x0e,0x00]
 
 v_bfi_b32 v5, v1, v2, s103
-// GFX10: encoding: [0x05,0x00,0x4a,0xd5,0x01,0x05,0x9e,0x01]
+// GFX10: v_bfi_b32 v5, v1, v2, s103              ; encoding: [0x05,0x00,0x4a,0xd5,0x01,0x05,0x9e,0x01]
 
 v_bfi_b32 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x4a,0xd5,0x01,0x05,0xaa,0x01]
+// GFX10: v_bfi_b32 v5, v1, v2, vcc_lo            ; encoding: [0x05,0x00,0x4a,0xd5,0x01,0x05,0xaa,0x01]
 
 v_bfi_b32 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x4a,0xd5,0x01,0x05,0xae,0x01]
+// GFX10: v_bfi_b32 v5, v1, v2, vcc_hi            ; encoding: [0x05,0x00,0x4a,0xd5,0x01,0x05,0xae,0x01]
 
 v_bfi_b32 v5, v1, v2, ttmp11
-// GFX10: encoding: [0x05,0x00,0x4a,0xd5,0x01,0x05,0xde,0x01]
+// GFX10: v_bfi_b32 v5, v1, v2, ttmp11            ; encoding: [0x05,0x00,0x4a,0xd5,0x01,0x05,0xde,0x01]
 
 v_bfi_b32 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x4a,0xd5,0x01,0x05,0xf2,0x01]
+// GFX10: v_bfi_b32 v5, v1, v2, m0                ; encoding: [0x05,0x00,0x4a,0xd5,0x01,0x05,0xf2,0x01]
 
 v_bfi_b32 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x4a,0xd5,0x01,0x05,0xfa,0x01]
+// GFX10: v_bfi_b32 v5, v1, v2, exec_lo           ; encoding: [0x05,0x00,0x4a,0xd5,0x01,0x05,0xfa,0x01]
 
 v_bfi_b32 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x4a,0xd5,0x01,0x05,0xfe,0x01]
+// GFX10: v_bfi_b32 v5, v1, v2, exec_hi           ; encoding: [0x05,0x00,0x4a,0xd5,0x01,0x05,0xfe,0x01]
 
 v_bfi_b32 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x4a,0xd5,0x01,0x05,0x02,0x02]
+// GFX10: v_bfi_b32 v5, v1, v2, 0                 ; encoding: [0x05,0x00,0x4a,0xd5,0x01,0x05,0x02,0x02]
 
 v_bfi_b32 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x4a,0xd5,0x01,0x05,0x06,0x03]
+// GFX10: v_bfi_b32 v5, v1, v2, -1                ; encoding: [0x05,0x00,0x4a,0xd5,0x01,0x05,0x06,0x03]
 
 v_bfi_b32 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x4a,0xd5,0x01,0x05,0xc2,0x03]
+// GFX10: v_bfi_b32 v5, v1, v2, 0.5               ; encoding: [0x05,0x00,0x4a,0xd5,0x01,0x05,0xc2,0x03]
 
 v_bfi_b32 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x4a,0xd5,0x01,0x05,0xde,0x03]
+// GFX10: v_bfi_b32 v5, v1, v2, -4.0              ; encoding: [0x05,0x00,0x4a,0xd5,0x01,0x05,0xde,0x03]
 
 v_fma_f32 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_fma_f32 v5, v1, v2, v3                ; encoding: [0x05,0x00,0x4b,0xd5,0x01,0x05,0x0e,0x04]
 
 v_fma_f32 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x4b,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_fma_f32 v255, v1, v2, v3              ; encoding: [0xff,0x00,0x4b,0xd5,0x01,0x05,0x0e,0x04]
 
 v_fma_f32 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0xff,0x05,0x0e,0x04]
+// GFX10: v_fma_f32 v5, v255, v2, v3              ; encoding: [0x05,0x00,0x4b,0xd5,0xff,0x05,0x0e,0x04]
 
 v_fma_f32 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0x01,0x04,0x0e,0x04]
+// GFX10: v_fma_f32 v5, s1, v2, v3                ; encoding: [0x05,0x00,0x4b,0xd5,0x01,0x04,0x0e,0x04]
 
 v_fma_f32 v5, s103, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0x67,0x04,0x0e,0x04]
+// GFX10: v_fma_f32 v5, s103, v2, v3              ; encoding: [0x05,0x00,0x4b,0xd5,0x67,0x04,0x0e,0x04]
 
 v_fma_f32 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0x6a,0x04,0x0e,0x04]
+// GFX10: v_fma_f32 v5, vcc_lo, v2, v3            ; encoding: [0x05,0x00,0x4b,0xd5,0x6a,0x04,0x0e,0x04]
 
 v_fma_f32 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0x6b,0x04,0x0e,0x04]
+// GFX10: v_fma_f32 v5, vcc_hi, v2, v3            ; encoding: [0x05,0x00,0x4b,0xd5,0x6b,0x04,0x0e,0x04]
 
 v_fma_f32 v5, ttmp11, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0x77,0x04,0x0e,0x04]
+// GFX10: v_fma_f32 v5, ttmp11, v2, v3            ; encoding: [0x05,0x00,0x4b,0xd5,0x77,0x04,0x0e,0x04]
 
 v_fma_f32 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0x7c,0x04,0x0e,0x04]
+// GFX10: v_fma_f32 v5, m0, v2, v3                ; encoding: [0x05,0x00,0x4b,0xd5,0x7c,0x04,0x0e,0x04]
 
 v_fma_f32 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0x7e,0x04,0x0e,0x04]
+// GFX10: v_fma_f32 v5, exec_lo, v2, v3           ; encoding: [0x05,0x00,0x4b,0xd5,0x7e,0x04,0x0e,0x04]
 
 v_fma_f32 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0x7f,0x04,0x0e,0x04]
+// GFX10: v_fma_f32 v5, exec_hi, v2, v3           ; encoding: [0x05,0x00,0x4b,0xd5,0x7f,0x04,0x0e,0x04]
 
 v_fma_f32 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0x80,0x04,0x0e,0x04]
+// GFX10: v_fma_f32 v5, 0, v2, v3                 ; encoding: [0x05,0x00,0x4b,0xd5,0x80,0x04,0x0e,0x04]
 
 v_fma_f32 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0xc1,0x04,0x0e,0x04]
+// GFX10: v_fma_f32 v5, -1, v2, v3                ; encoding: [0x05,0x00,0x4b,0xd5,0xc1,0x04,0x0e,0x04]
 
 v_fma_f32 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0xf0,0x04,0x0e,0x04]
+// GFX10: v_fma_f32 v5, 0.5, v2, v3               ; encoding: [0x05,0x00,0x4b,0xd5,0xf0,0x04,0x0e,0x04]
 
 v_fma_f32 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0xf7,0x04,0x0e,0x04]
+// GFX10: v_fma_f32 v5, -4.0, v2, v3              ; encoding: [0x05,0x00,0x4b,0xd5,0xf7,0x04,0x0e,0x04]
 
 v_fma_f32 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0x01,0xff,0x0f,0x04]
+// GFX10: v_fma_f32 v5, v1, v255, v3              ; encoding: [0x05,0x00,0x4b,0xd5,0x01,0xff,0x0f,0x04]
 
 v_fma_f32 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0x01,0x05,0x0c,0x04]
+// GFX10: v_fma_f32 v5, v1, s2, v3                ; encoding: [0x05,0x00,0x4b,0xd5,0x01,0x05,0x0c,0x04]
 
 v_fma_f32 v5, v1, s103, v3
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0x01,0xcf,0x0c,0x04]
+// GFX10: v_fma_f32 v5, v1, s103, v3              ; encoding: [0x05,0x00,0x4b,0xd5,0x01,0xcf,0x0c,0x04]
 
 v_fma_f32 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0x01,0xd5,0x0c,0x04]
+// GFX10: v_fma_f32 v5, v1, vcc_lo, v3            ; encoding: [0x05,0x00,0x4b,0xd5,0x01,0xd5,0x0c,0x04]
 
 v_fma_f32 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0x01,0xd7,0x0c,0x04]
+// GFX10: v_fma_f32 v5, v1, vcc_hi, v3            ; encoding: [0x05,0x00,0x4b,0xd5,0x01,0xd7,0x0c,0x04]
 
 v_fma_f32 v5, v1, ttmp11, v3
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0x01,0xef,0x0c,0x04]
+// GFX10: v_fma_f32 v5, v1, ttmp11, v3            ; encoding: [0x05,0x00,0x4b,0xd5,0x01,0xef,0x0c,0x04]
 
 v_fma_f32 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0x01,0xf9,0x0c,0x04]
+// GFX10: v_fma_f32 v5, v1, m0, v3                ; encoding: [0x05,0x00,0x4b,0xd5,0x01,0xf9,0x0c,0x04]
 
 v_fma_f32 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0x01,0xfd,0x0c,0x04]
+// GFX10: v_fma_f32 v5, v1, exec_lo, v3           ; encoding: [0x05,0x00,0x4b,0xd5,0x01,0xfd,0x0c,0x04]
 
 v_fma_f32 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0x01,0xff,0x0c,0x04]
+// GFX10: v_fma_f32 v5, v1, exec_hi, v3           ; encoding: [0x05,0x00,0x4b,0xd5,0x01,0xff,0x0c,0x04]
 
 v_fma_f32 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0x01,0x01,0x0d,0x04]
+// GFX10: v_fma_f32 v5, v1, 0, v3                 ; encoding: [0x05,0x00,0x4b,0xd5,0x01,0x01,0x0d,0x04]
 
 v_fma_f32 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0x01,0x83,0x0d,0x04]
+// GFX10: v_fma_f32 v5, v1, -1, v3                ; encoding: [0x05,0x00,0x4b,0xd5,0x01,0x83,0x0d,0x04]
 
 v_fma_f32 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0x01,0xe1,0x0d,0x04]
+// GFX10: v_fma_f32 v5, v1, 0.5, v3               ; encoding: [0x05,0x00,0x4b,0xd5,0x01,0xe1,0x0d,0x04]
 
 v_fma_f32 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0x01,0xef,0x0d,0x04]
+// GFX10: v_fma_f32 v5, v1, -4.0, v3              ; encoding: [0x05,0x00,0x4b,0xd5,0x01,0xef,0x0d,0x04]
 
 v_fma_f32 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0x01,0x05,0xfe,0x07]
+// GFX10: v_fma_f32 v5, v1, v2, v255              ; encoding: [0x05,0x00,0x4b,0xd5,0x01,0x05,0xfe,0x07]
 
 v_fma_f32 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0x01,0x05,0x0e,0x00]
+// GFX10: v_fma_f32 v5, v1, v2, s3                ; encoding: [0x05,0x00,0x4b,0xd5,0x01,0x05,0x0e,0x00]
 
 v_fma_f32 v5, v1, v2, s103
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0x01,0x05,0x9e,0x01]
+// GFX10: v_fma_f32 v5, v1, v2, s103              ; encoding: [0x05,0x00,0x4b,0xd5,0x01,0x05,0x9e,0x01]
 
 v_fma_f32 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0x01,0x05,0xaa,0x01]
+// GFX10: v_fma_f32 v5, v1, v2, vcc_lo            ; encoding: [0x05,0x00,0x4b,0xd5,0x01,0x05,0xaa,0x01]
 
 v_fma_f32 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0x01,0x05,0xae,0x01]
+// GFX10: v_fma_f32 v5, v1, v2, vcc_hi            ; encoding: [0x05,0x00,0x4b,0xd5,0x01,0x05,0xae,0x01]
 
 v_fma_f32 v5, v1, v2, ttmp11
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0x01,0x05,0xde,0x01]
+// GFX10: v_fma_f32 v5, v1, v2, ttmp11            ; encoding: [0x05,0x00,0x4b,0xd5,0x01,0x05,0xde,0x01]
 
 v_fma_f32 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0x01,0x05,0xf2,0x01]
+// GFX10: v_fma_f32 v5, v1, v2, m0                ; encoding: [0x05,0x00,0x4b,0xd5,0x01,0x05,0xf2,0x01]
 
 v_fma_f32 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0x01,0x05,0xfa,0x01]
+// GFX10: v_fma_f32 v5, v1, v2, exec_lo           ; encoding: [0x05,0x00,0x4b,0xd5,0x01,0x05,0xfa,0x01]
 
 v_fma_f32 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0x01,0x05,0xfe,0x01]
+// GFX10: v_fma_f32 v5, v1, v2, exec_hi           ; encoding: [0x05,0x00,0x4b,0xd5,0x01,0x05,0xfe,0x01]
 
 v_fma_f32 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0x01,0x05,0x02,0x02]
+// GFX10: v_fma_f32 v5, v1, v2, 0                 ; encoding: [0x05,0x00,0x4b,0xd5,0x01,0x05,0x02,0x02]
 
 v_fma_f32 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0x01,0x05,0x06,0x03]
+// GFX10: v_fma_f32 v5, v1, v2, -1                ; encoding: [0x05,0x00,0x4b,0xd5,0x01,0x05,0x06,0x03]
 
 v_fma_f32 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0x01,0x05,0xc2,0x03]
+// GFX10: v_fma_f32 v5, v1, v2, 0.5               ; encoding: [0x05,0x00,0x4b,0xd5,0x01,0x05,0xc2,0x03]
 
 v_fma_f32 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0x01,0x05,0xde,0x03]
+// GFX10: v_fma_f32 v5, v1, v2, -4.0              ; encoding: [0x05,0x00,0x4b,0xd5,0x01,0x05,0xde,0x03]
 
 v_fma_f32 v5, -v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0x01,0x05,0x0e,0x24]
+// GFX10: v_fma_f32 v5, -v1, v2, v3               ; encoding: [0x05,0x00,0x4b,0xd5,0x01,0x05,0x0e,0x24]
 
 v_fma_f32 v5, v1, -v2, v3
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0x01,0x05,0x0e,0x44]
+// GFX10: v_fma_f32 v5, v1, -v2, v3               ; encoding: [0x05,0x00,0x4b,0xd5,0x01,0x05,0x0e,0x44]
 
 v_fma_f32 v5, v1, v2, -v3
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0x01,0x05,0x0e,0x84]
+// GFX10: v_fma_f32 v5, v1, v2, -v3               ; encoding: [0x05,0x00,0x4b,0xd5,0x01,0x05,0x0e,0x84]
 
 v_fma_f32 v5, -v1, -v2, -v3
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0x01,0x05,0x0e,0xe4]
+// GFX10: v_fma_f32 v5, -v1, -v2, -v3             ; encoding: [0x05,0x00,0x4b,0xd5,0x01,0x05,0x0e,0xe4]
 
 v_fma_f32 v5, |v1|, v2, v3
-// GFX10: encoding: [0x05,0x01,0x4b,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_fma_f32 v5, |v1|, v2, v3              ; encoding: [0x05,0x01,0x4b,0xd5,0x01,0x05,0x0e,0x04]
 
 v_fma_f32 v5, v1, |v2|, v3
-// GFX10: encoding: [0x05,0x02,0x4b,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_fma_f32 v5, v1, |v2|, v3              ; encoding: [0x05,0x02,0x4b,0xd5,0x01,0x05,0x0e,0x04]
 
 v_fma_f32 v5, v1, v2, |v3|
-// GFX10: encoding: [0x05,0x04,0x4b,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_fma_f32 v5, v1, v2, |v3|              ; encoding: [0x05,0x04,0x4b,0xd5,0x01,0x05,0x0e,0x04]
 
 v_fma_f32 v5, |v1|, |v2|, |v3|
-// GFX10: encoding: [0x05,0x07,0x4b,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_fma_f32 v5, |v1|, |v2|, |v3|          ; encoding: [0x05,0x07,0x4b,0xd5,0x01,0x05,0x0e,0x04]
 
 v_fma_f32 v5, v1, v2, v3 clamp
-// GFX10: encoding: [0x05,0x80,0x4b,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_fma_f32 v5, v1, v2, v3 clamp          ; encoding: [0x05,0x80,0x4b,0xd5,0x01,0x05,0x0e,0x04]
 
 v_fma_f32 v5, v1, v2, v3 mul:2
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0x01,0x05,0x0e,0x0c]
+// GFX10: v_fma_f32 v5, v1, v2, v3 mul:2          ; encoding: [0x05,0x00,0x4b,0xd5,0x01,0x05,0x0e,0x0c]
 
 v_fma_f32 v5, v1, v2, v3 mul:4
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0x01,0x05,0x0e,0x14]
+// GFX10: v_fma_f32 v5, v1, v2, v3 mul:4          ; encoding: [0x05,0x00,0x4b,0xd5,0x01,0x05,0x0e,0x14]
 
 v_fma_f32 v5, v1, v2, v3 div:2
-// GFX10: encoding: [0x05,0x00,0x4b,0xd5,0x01,0x05,0x0e,0x1c]
+// GFX10: v_fma_f32 v5, v1, v2, v3 div:2          ; encoding: [0x05,0x00,0x4b,0xd5,0x01,0x05,0x0e,0x1c]
 
 v_fma_f64 v[5:6], v[1:2], v[2:3], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x4c,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_fma_f64 v[5:6], v[1:2], v[2:3], v[3:4] ; encoding: [0x05,0x00,0x4c,0xd5,0x01,0x05,0x0e,0x04]
 
 v_fma_f64 v[254:255], v[1:2], v[2:3], v[3:4]
-// GFX10: encoding: [0xfe,0x00,0x4c,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_fma_f64 v[254:255], v[1:2], v[2:3], v[3:4] ; encoding: [0xfe,0x00,0x4c,0xd5,0x01,0x05,0x0e,0x04]
 
 v_fma_f64 v[5:6], v[254:255], v[2:3], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x4c,0xd5,0xfe,0x05,0x0e,0x04]
+// GFX10: v_fma_f64 v[5:6], v[254:255], v[2:3], v[3:4] ; encoding: [0x05,0x00,0x4c,0xd5,0xfe,0x05,0x0e,0x04]
 
 v_fma_f64 v[5:6], s[2:3], v[2:3], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x4c,0xd5,0x02,0x04,0x0e,0x04]
+// GFX10: v_fma_f64 v[5:6], s[2:3], v[2:3], v[3:4] ; encoding: [0x05,0x00,0x4c,0xd5,0x02,0x04,0x0e,0x04]
 
 v_fma_f64 v[5:6], s[4:5], v[2:3], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x4c,0xd5,0x04,0x04,0x0e,0x04]
+// GFX10: v_fma_f64 v[5:6], s[4:5], v[2:3], v[3:4] ; encoding: [0x05,0x00,0x4c,0xd5,0x04,0x04,0x0e,0x04]
 
 v_fma_f64 v[5:6], s[102:103], v[2:3], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x4c,0xd5,0x66,0x04,0x0e,0x04]
+// GFX10: v_fma_f64 v[5:6], s[102:103], v[2:3], v[3:4] ; encoding: [0x05,0x00,0x4c,0xd5,0x66,0x04,0x0e,0x04]
 
 v_fma_f64 v[5:6], vcc, v[2:3], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x4c,0xd5,0x6a,0x04,0x0e,0x04]
+// GFX10: v_fma_f64 v[5:6], vcc, v[2:3], v[3:4]   ; encoding: [0x05,0x00,0x4c,0xd5,0x6a,0x04,0x0e,0x04]
 
 v_fma_f64 v[5:6], ttmp[10:11], v[2:3], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x4c,0xd5,0x76,0x04,0x0e,0x04]
+// GFX10: v_fma_f64 v[5:6], ttmp[10:11], v[2:3], v[3:4] ; encoding: [0x05,0x00,0x4c,0xd5,0x76,0x04,0x0e,0x04]
 
 v_fma_f64 v[5:6], exec, v[2:3], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x4c,0xd5,0x7e,0x04,0x0e,0x04]
+// GFX10: v_fma_f64 v[5:6], exec, v[2:3], v[3:4]  ; encoding: [0x05,0x00,0x4c,0xd5,0x7e,0x04,0x0e,0x04]
 
 v_fma_f64 v[5:6], 0, v[2:3], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x4c,0xd5,0x80,0x04,0x0e,0x04]
+// GFX10: v_fma_f64 v[5:6], 0, v[2:3], v[3:4]     ; encoding: [0x05,0x00,0x4c,0xd5,0x80,0x04,0x0e,0x04]
 
 v_fma_f64 v[5:6], -1, v[2:3], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x4c,0xd5,0xc1,0x04,0x0e,0x04]
+// GFX10: v_fma_f64 v[5:6], -1, v[2:3], v[3:4]    ; encoding: [0x05,0x00,0x4c,0xd5,0xc1,0x04,0x0e,0x04]
 
 v_fma_f64 v[5:6], 0.5, v[2:3], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x4c,0xd5,0xf0,0x04,0x0e,0x04]
+// GFX10: v_fma_f64 v[5:6], 0.5, v[2:3], v[3:4]   ; encoding: [0x05,0x00,0x4c,0xd5,0xf0,0x04,0x0e,0x04]
 
 v_fma_f64 v[5:6], -4.0, v[2:3], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x4c,0xd5,0xf7,0x04,0x0e,0x04]
+// GFX10: v_fma_f64 v[5:6], -4.0, v[2:3], v[3:4]  ; encoding: [0x05,0x00,0x4c,0xd5,0xf7,0x04,0x0e,0x04]
 
 v_fma_f64 v[5:6], v[1:2], v[254:255], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x4c,0xd5,0x01,0xfd,0x0f,0x04]
+// GFX10: v_fma_f64 v[5:6], v[1:2], v[254:255], v[3:4] ; encoding: [0x05,0x00,0x4c,0xd5,0x01,0xfd,0x0f,0x04]
 
 v_fma_f64 v[5:6], v[1:2], s[4:5], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x4c,0xd5,0x01,0x09,0x0c,0x04]
+// GFX10: v_fma_f64 v[5:6], v[1:2], s[4:5], v[3:4] ; encoding: [0x05,0x00,0x4c,0xd5,0x01,0x09,0x0c,0x04]
 
 v_fma_f64 v[5:6], v[1:2], s[6:7], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x4c,0xd5,0x01,0x0d,0x0c,0x04]
+// GFX10: v_fma_f64 v[5:6], v[1:2], s[6:7], v[3:4] ; encoding: [0x05,0x00,0x4c,0xd5,0x01,0x0d,0x0c,0x04]
 
 v_fma_f64 v[5:6], v[1:2], s[102:103], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x4c,0xd5,0x01,0xcd,0x0c,0x04]
+// GFX10: v_fma_f64 v[5:6], v[1:2], s[102:103], v[3:4] ; encoding: [0x05,0x00,0x4c,0xd5,0x01,0xcd,0x0c,0x04]
 
 v_fma_f64 v[5:6], v[1:2], vcc, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x4c,0xd5,0x01,0xd5,0x0c,0x04]
+// GFX10: v_fma_f64 v[5:6], v[1:2], vcc, v[3:4]   ; encoding: [0x05,0x00,0x4c,0xd5,0x01,0xd5,0x0c,0x04]
 
 v_fma_f64 v[5:6], v[1:2], ttmp[10:11], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x4c,0xd5,0x01,0xed,0x0c,0x04]
+// GFX10: v_fma_f64 v[5:6], v[1:2], ttmp[10:11], v[3:4] ; encoding: [0x05,0x00,0x4c,0xd5,0x01,0xed,0x0c,0x04]
 
 v_fma_f64 v[5:6], v[1:2], exec, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x4c,0xd5,0x01,0xfd,0x0c,0x04]
+// GFX10: v_fma_f64 v[5:6], v[1:2], exec, v[3:4]  ; encoding: [0x05,0x00,0x4c,0xd5,0x01,0xfd,0x0c,0x04]
 
 v_fma_f64 v[5:6], v[1:2], 0, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x4c,0xd5,0x01,0x01,0x0d,0x04]
+// GFX10: v_fma_f64 v[5:6], v[1:2], 0, v[3:4]     ; encoding: [0x05,0x00,0x4c,0xd5,0x01,0x01,0x0d,0x04]
 
 v_fma_f64 v[5:6], v[1:2], -1, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x4c,0xd5,0x01,0x83,0x0d,0x04]
+// GFX10: v_fma_f64 v[5:6], v[1:2], -1, v[3:4]    ; encoding: [0x05,0x00,0x4c,0xd5,0x01,0x83,0x0d,0x04]
 
 v_fma_f64 v[5:6], v[1:2], 0.5, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x4c,0xd5,0x01,0xe1,0x0d,0x04]
+// GFX10: v_fma_f64 v[5:6], v[1:2], 0.5, v[3:4]   ; encoding: [0x05,0x00,0x4c,0xd5,0x01,0xe1,0x0d,0x04]
 
 v_fma_f64 v[5:6], v[1:2], -4.0, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x4c,0xd5,0x01,0xef,0x0d,0x04]
+// GFX10: v_fma_f64 v[5:6], v[1:2], -4.0, v[3:4]  ; encoding: [0x05,0x00,0x4c,0xd5,0x01,0xef,0x0d,0x04]
 
 v_fma_f64 v[5:6], v[1:2], v[2:3], v[254:255]
-// GFX10: encoding: [0x05,0x00,0x4c,0xd5,0x01,0x05,0xfa,0x07]
+// GFX10: v_fma_f64 v[5:6], v[1:2], v[2:3], v[254:255] ; encoding: [0x05,0x00,0x4c,0xd5,0x01,0x05,0xfa,0x07]
 
 v_fma_f64 v[5:6], v[1:2], v[2:3], s[6:7]
-// GFX10: encoding: [0x05,0x00,0x4c,0xd5,0x01,0x05,0x1a,0x00]
+// GFX10: v_fma_f64 v[5:6], v[1:2], v[2:3], s[6:7] ; encoding: [0x05,0x00,0x4c,0xd5,0x01,0x05,0x1a,0x00]
 
 v_fma_f64 v[5:6], v[1:2], v[2:3], s[8:9]
-// GFX10: encoding: [0x05,0x00,0x4c,0xd5,0x01,0x05,0x22,0x00]
+// GFX10: v_fma_f64 v[5:6], v[1:2], v[2:3], s[8:9] ; encoding: [0x05,0x00,0x4c,0xd5,0x01,0x05,0x22,0x00]
 
 v_fma_f64 v[5:6], v[1:2], v[2:3], s[102:103]
-// GFX10: encoding: [0x05,0x00,0x4c,0xd5,0x01,0x05,0x9a,0x01]
+// GFX10: v_fma_f64 v[5:6], v[1:2], v[2:3], s[102:103] ; encoding: [0x05,0x00,0x4c,0xd5,0x01,0x05,0x9a,0x01]
 
 v_fma_f64 v[5:6], v[1:2], v[2:3], vcc
-// GFX10: encoding: [0x05,0x00,0x4c,0xd5,0x01,0x05,0xaa,0x01]
+// GFX10: v_fma_f64 v[5:6], v[1:2], v[2:3], vcc   ; encoding: [0x05,0x00,0x4c,0xd5,0x01,0x05,0xaa,0x01]
 
 v_fma_f64 v[5:6], v[1:2], v[2:3], ttmp[10:11]
-// GFX10: encoding: [0x05,0x00,0x4c,0xd5,0x01,0x05,0xda,0x01]
+// GFX10: v_fma_f64 v[5:6], v[1:2], v[2:3], ttmp[10:11] ; encoding: [0x05,0x00,0x4c,0xd5,0x01,0x05,0xda,0x01]
 
 v_fma_f64 v[5:6], v[1:2], v[2:3], exec
-// GFX10: encoding: [0x05,0x00,0x4c,0xd5,0x01,0x05,0xfa,0x01]
+// GFX10: v_fma_f64 v[5:6], v[1:2], v[2:3], exec  ; encoding: [0x05,0x00,0x4c,0xd5,0x01,0x05,0xfa,0x01]
 
 v_fma_f64 v[5:6], v[1:2], v[2:3], 0
-// GFX10: encoding: [0x05,0x00,0x4c,0xd5,0x01,0x05,0x02,0x02]
+// GFX10: v_fma_f64 v[5:6], v[1:2], v[2:3], 0     ; encoding: [0x05,0x00,0x4c,0xd5,0x01,0x05,0x02,0x02]
 
 v_fma_f64 v[5:6], v[1:2], v[2:3], -1
-// GFX10: encoding: [0x05,0x00,0x4c,0xd5,0x01,0x05,0x06,0x03]
+// GFX10: v_fma_f64 v[5:6], v[1:2], v[2:3], -1    ; encoding: [0x05,0x00,0x4c,0xd5,0x01,0x05,0x06,0x03]
 
 v_fma_f64 v[5:6], v[1:2], v[2:3], 0.5
-// GFX10: encoding: [0x05,0x00,0x4c,0xd5,0x01,0x05,0xc2,0x03]
+// GFX10: v_fma_f64 v[5:6], v[1:2], v[2:3], 0.5   ; encoding: [0x05,0x00,0x4c,0xd5,0x01,0x05,0xc2,0x03]
 
 v_fma_f64 v[5:6], v[1:2], v[2:3], -4.0
-// GFX10: encoding: [0x05,0x00,0x4c,0xd5,0x01,0x05,0xde,0x03]
+// GFX10: v_fma_f64 v[5:6], v[1:2], v[2:3], -4.0  ; encoding: [0x05,0x00,0x4c,0xd5,0x01,0x05,0xde,0x03]
 
 v_fma_f64 v[5:6], -v[1:2], v[2:3], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x4c,0xd5,0x01,0x05,0x0e,0x24]
+// GFX10: v_fma_f64 v[5:6], -v[1:2], v[2:3], v[3:4] ; encoding: [0x05,0x00,0x4c,0xd5,0x01,0x05,0x0e,0x24]
 
 v_fma_f64 v[5:6], v[1:2], -v[2:3], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x4c,0xd5,0x01,0x05,0x0e,0x44]
+// GFX10: v_fma_f64 v[5:6], v[1:2], -v[2:3], v[3:4] ; encoding: [0x05,0x00,0x4c,0xd5,0x01,0x05,0x0e,0x44]
 
 v_fma_f64 v[5:6], v[1:2], v[2:3], -v[3:4]
-// GFX10: encoding: [0x05,0x00,0x4c,0xd5,0x01,0x05,0x0e,0x84]
+// GFX10: v_fma_f64 v[5:6], v[1:2], v[2:3], -v[3:4] ; encoding: [0x05,0x00,0x4c,0xd5,0x01,0x05,0x0e,0x84]
 
 v_fma_f64 v[5:6], -v[1:2], -v[2:3], -v[3:4]
-// GFX10: encoding: [0x05,0x00,0x4c,0xd5,0x01,0x05,0x0e,0xe4]
+// GFX10: v_fma_f64 v[5:6], -v[1:2], -v[2:3], -v[3:4] ; encoding: [0x05,0x00,0x4c,0xd5,0x01,0x05,0x0e,0xe4]
 
 v_fma_f64 v[5:6], |v[1:2]|, v[2:3], v[3:4]
-// GFX10: encoding: [0x05,0x01,0x4c,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_fma_f64 v[5:6], |v[1:2]|, v[2:3], v[3:4] ; encoding: [0x05,0x01,0x4c,0xd5,0x01,0x05,0x0e,0x04]
 
 v_fma_f64 v[5:6], v[1:2], |v[2:3]|, v[3:4]
-// GFX10: encoding: [0x05,0x02,0x4c,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_fma_f64 v[5:6], v[1:2], |v[2:3]|, v[3:4] ; encoding: [0x05,0x02,0x4c,0xd5,0x01,0x05,0x0e,0x04]
 
 v_fma_f64 v[5:6], v[1:2], v[2:3], |v[3:4]|
-// GFX10: encoding: [0x05,0x04,0x4c,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_fma_f64 v[5:6], v[1:2], v[2:3], |v[3:4]| ; encoding: [0x05,0x04,0x4c,0xd5,0x01,0x05,0x0e,0x04]
 
 v_fma_f64 v[5:6], |v[1:2]|, |v[2:3]|, |v[3:4]|
-// GFX10: encoding: [0x05,0x07,0x4c,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_fma_f64 v[5:6], |v[1:2]|, |v[2:3]|, |v[3:4]| ; encoding: [0x05,0x07,0x4c,0xd5,0x01,0x05,0x0e,0x04]
 
 v_fma_f64 v[5:6], v[1:2], v[2:3], v[3:4] clamp
-// GFX10: encoding: [0x05,0x80,0x4c,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_fma_f64 v[5:6], v[1:2], v[2:3], v[3:4] clamp ; encoding: [0x05,0x80,0x4c,0xd5,0x01,0x05,0x0e,0x04]
 
 v_fma_f64 v[5:6], v[1:2], v[2:3], v[3:4] mul:2
-// GFX10: encoding: [0x05,0x00,0x4c,0xd5,0x01,0x05,0x0e,0x0c]
+// GFX10: v_fma_f64 v[5:6], v[1:2], v[2:3], v[3:4] mul:2 ; encoding: [0x05,0x00,0x4c,0xd5,0x01,0x05,0x0e,0x0c]
 
 v_fma_f64 v[5:6], v[1:2], v[2:3], v[3:4] mul:4
-// GFX10: encoding: [0x05,0x00,0x4c,0xd5,0x01,0x05,0x0e,0x14]
+// GFX10: v_fma_f64 v[5:6], v[1:2], v[2:3], v[3:4] mul:4 ; encoding: [0x05,0x00,0x4c,0xd5,0x01,0x05,0x0e,0x14]
 
 v_fma_f64 v[5:6], v[1:2], v[2:3], v[3:4] div:2
-// GFX10: encoding: [0x05,0x00,0x4c,0xd5,0x01,0x05,0x0e,0x1c]
+// GFX10: v_fma_f64 v[5:6], v[1:2], v[2:3], v[3:4] div:2 ; encoding: [0x05,0x00,0x4c,0xd5,0x01,0x05,0x0e,0x1c]
 
 v_lerp_u8 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4d,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_lerp_u8 v5, v1, v2, v3                ; encoding: [0x05,0x00,0x4d,0xd5,0x01,0x05,0x0e,0x04]
 
 v_lerp_u8 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x4d,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_lerp_u8 v255, v1, v2, v3              ; encoding: [0xff,0x00,0x4d,0xd5,0x01,0x05,0x0e,0x04]
 
 v_lerp_u8 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4d,0xd5,0xff,0x05,0x0e,0x04]
+// GFX10: v_lerp_u8 v5, v255, v2, v3              ; encoding: [0x05,0x00,0x4d,0xd5,0xff,0x05,0x0e,0x04]
 
 v_lerp_u8 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4d,0xd5,0x01,0x04,0x0e,0x04]
+// GFX10: v_lerp_u8 v5, s1, v2, v3                ; encoding: [0x05,0x00,0x4d,0xd5,0x01,0x04,0x0e,0x04]
 
 v_lerp_u8 v5, s103, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4d,0xd5,0x67,0x04,0x0e,0x04]
+// GFX10: v_lerp_u8 v5, s103, v2, v3              ; encoding: [0x05,0x00,0x4d,0xd5,0x67,0x04,0x0e,0x04]
 
 v_lerp_u8 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4d,0xd5,0x6a,0x04,0x0e,0x04]
+// GFX10: v_lerp_u8 v5, vcc_lo, v2, v3            ; encoding: [0x05,0x00,0x4d,0xd5,0x6a,0x04,0x0e,0x04]
 
 v_lerp_u8 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4d,0xd5,0x6b,0x04,0x0e,0x04]
+// GFX10: v_lerp_u8 v5, vcc_hi, v2, v3            ; encoding: [0x05,0x00,0x4d,0xd5,0x6b,0x04,0x0e,0x04]
 
 v_lerp_u8 v5, ttmp11, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4d,0xd5,0x77,0x04,0x0e,0x04]
+// GFX10: v_lerp_u8 v5, ttmp11, v2, v3            ; encoding: [0x05,0x00,0x4d,0xd5,0x77,0x04,0x0e,0x04]
 
 v_lerp_u8 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4d,0xd5,0x7c,0x04,0x0e,0x04]
+// GFX10: v_lerp_u8 v5, m0, v2, v3                ; encoding: [0x05,0x00,0x4d,0xd5,0x7c,0x04,0x0e,0x04]
 
 v_lerp_u8 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4d,0xd5,0x7e,0x04,0x0e,0x04]
+// GFX10: v_lerp_u8 v5, exec_lo, v2, v3           ; encoding: [0x05,0x00,0x4d,0xd5,0x7e,0x04,0x0e,0x04]
 
 v_lerp_u8 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4d,0xd5,0x7f,0x04,0x0e,0x04]
+// GFX10: v_lerp_u8 v5, exec_hi, v2, v3           ; encoding: [0x05,0x00,0x4d,0xd5,0x7f,0x04,0x0e,0x04]
 
 v_lerp_u8 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4d,0xd5,0x80,0x04,0x0e,0x04]
+// GFX10: v_lerp_u8 v5, 0, v2, v3                 ; encoding: [0x05,0x00,0x4d,0xd5,0x80,0x04,0x0e,0x04]
 
 v_lerp_u8 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4d,0xd5,0xc1,0x04,0x0e,0x04]
+// GFX10: v_lerp_u8 v5, -1, v2, v3                ; encoding: [0x05,0x00,0x4d,0xd5,0xc1,0x04,0x0e,0x04]
 
 v_lerp_u8 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4d,0xd5,0xf0,0x04,0x0e,0x04]
+// GFX10: v_lerp_u8 v5, 0.5, v2, v3               ; encoding: [0x05,0x00,0x4d,0xd5,0xf0,0x04,0x0e,0x04]
 
 v_lerp_u8 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4d,0xd5,0xf7,0x04,0x0e,0x04]
+// GFX10: v_lerp_u8 v5, -4.0, v2, v3              ; encoding: [0x05,0x00,0x4d,0xd5,0xf7,0x04,0x0e,0x04]
 
 v_lerp_u8 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x4d,0xd5,0x01,0xff,0x0f,0x04]
+// GFX10: v_lerp_u8 v5, v1, v255, v3              ; encoding: [0x05,0x00,0x4d,0xd5,0x01,0xff,0x0f,0x04]
 
 v_lerp_u8 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x4d,0xd5,0x01,0x05,0x0c,0x04]
+// GFX10: v_lerp_u8 v5, v1, s2, v3                ; encoding: [0x05,0x00,0x4d,0xd5,0x01,0x05,0x0c,0x04]
 
 v_lerp_u8 v5, v1, s103, v3
-// GFX10: encoding: [0x05,0x00,0x4d,0xd5,0x01,0xcf,0x0c,0x04]
+// GFX10: v_lerp_u8 v5, v1, s103, v3              ; encoding: [0x05,0x00,0x4d,0xd5,0x01,0xcf,0x0c,0x04]
 
 v_lerp_u8 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x4d,0xd5,0x01,0xd5,0x0c,0x04]
+// GFX10: v_lerp_u8 v5, v1, vcc_lo, v3            ; encoding: [0x05,0x00,0x4d,0xd5,0x01,0xd5,0x0c,0x04]
 
 v_lerp_u8 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x4d,0xd5,0x01,0xd7,0x0c,0x04]
+// GFX10: v_lerp_u8 v5, v1, vcc_hi, v3            ; encoding: [0x05,0x00,0x4d,0xd5,0x01,0xd7,0x0c,0x04]
 
 v_lerp_u8 v5, v1, ttmp11, v3
-// GFX10: encoding: [0x05,0x00,0x4d,0xd5,0x01,0xef,0x0c,0x04]
+// GFX10: v_lerp_u8 v5, v1, ttmp11, v3            ; encoding: [0x05,0x00,0x4d,0xd5,0x01,0xef,0x0c,0x04]
 
 v_lerp_u8 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x4d,0xd5,0x01,0xf9,0x0c,0x04]
+// GFX10: v_lerp_u8 v5, v1, m0, v3                ; encoding: [0x05,0x00,0x4d,0xd5,0x01,0xf9,0x0c,0x04]
 
 v_lerp_u8 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x4d,0xd5,0x01,0xfd,0x0c,0x04]
+// GFX10: v_lerp_u8 v5, v1, exec_lo, v3           ; encoding: [0x05,0x00,0x4d,0xd5,0x01,0xfd,0x0c,0x04]
 
 v_lerp_u8 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x4d,0xd5,0x01,0xff,0x0c,0x04]
+// GFX10: v_lerp_u8 v5, v1, exec_hi, v3           ; encoding: [0x05,0x00,0x4d,0xd5,0x01,0xff,0x0c,0x04]
 
 v_lerp_u8 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x4d,0xd5,0x01,0x01,0x0d,0x04]
+// GFX10: v_lerp_u8 v5, v1, 0, v3                 ; encoding: [0x05,0x00,0x4d,0xd5,0x01,0x01,0x0d,0x04]
 
 v_lerp_u8 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x4d,0xd5,0x01,0x83,0x0d,0x04]
+// GFX10: v_lerp_u8 v5, v1, -1, v3                ; encoding: [0x05,0x00,0x4d,0xd5,0x01,0x83,0x0d,0x04]
 
 v_lerp_u8 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x4d,0xd5,0x01,0xe1,0x0d,0x04]
+// GFX10: v_lerp_u8 v5, v1, 0.5, v3               ; encoding: [0x05,0x00,0x4d,0xd5,0x01,0xe1,0x0d,0x04]
 
 v_lerp_u8 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x4d,0xd5,0x01,0xef,0x0d,0x04]
+// GFX10: v_lerp_u8 v5, v1, -4.0, v3              ; encoding: [0x05,0x00,0x4d,0xd5,0x01,0xef,0x0d,0x04]
 
 v_lerp_u8 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x4d,0xd5,0x01,0x05,0xfe,0x07]
+// GFX10: v_lerp_u8 v5, v1, v2, v255              ; encoding: [0x05,0x00,0x4d,0xd5,0x01,0x05,0xfe,0x07]
 
 v_lerp_u8 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x4d,0xd5,0x01,0x05,0x0e,0x00]
+// GFX10: v_lerp_u8 v5, v1, v2, s3                ; encoding: [0x05,0x00,0x4d,0xd5,0x01,0x05,0x0e,0x00]
 
 v_lerp_u8 v5, v1, v2, s103
-// GFX10: encoding: [0x05,0x00,0x4d,0xd5,0x01,0x05,0x9e,0x01]
+// GFX10: v_lerp_u8 v5, v1, v2, s103              ; encoding: [0x05,0x00,0x4d,0xd5,0x01,0x05,0x9e,0x01]
 
 v_lerp_u8 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x4d,0xd5,0x01,0x05,0xaa,0x01]
+// GFX10: v_lerp_u8 v5, v1, v2, vcc_lo            ; encoding: [0x05,0x00,0x4d,0xd5,0x01,0x05,0xaa,0x01]
 
 v_lerp_u8 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x4d,0xd5,0x01,0x05,0xae,0x01]
+// GFX10: v_lerp_u8 v5, v1, v2, vcc_hi            ; encoding: [0x05,0x00,0x4d,0xd5,0x01,0x05,0xae,0x01]
 
 v_lerp_u8 v5, v1, v2, ttmp11
-// GFX10: encoding: [0x05,0x00,0x4d,0xd5,0x01,0x05,0xde,0x01]
+// GFX10: v_lerp_u8 v5, v1, v2, ttmp11            ; encoding: [0x05,0x00,0x4d,0xd5,0x01,0x05,0xde,0x01]
 
 v_lerp_u8 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x4d,0xd5,0x01,0x05,0xf2,0x01]
+// GFX10: v_lerp_u8 v5, v1, v2, m0                ; encoding: [0x05,0x00,0x4d,0xd5,0x01,0x05,0xf2,0x01]
 
 v_lerp_u8 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x4d,0xd5,0x01,0x05,0xfa,0x01]
+// GFX10: v_lerp_u8 v5, v1, v2, exec_lo           ; encoding: [0x05,0x00,0x4d,0xd5,0x01,0x05,0xfa,0x01]
 
 v_lerp_u8 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x4d,0xd5,0x01,0x05,0xfe,0x01]
+// GFX10: v_lerp_u8 v5, v1, v2, exec_hi           ; encoding: [0x05,0x00,0x4d,0xd5,0x01,0x05,0xfe,0x01]
 
 v_lerp_u8 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x4d,0xd5,0x01,0x05,0x02,0x02]
+// GFX10: v_lerp_u8 v5, v1, v2, 0                 ; encoding: [0x05,0x00,0x4d,0xd5,0x01,0x05,0x02,0x02]
 
 v_lerp_u8 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x4d,0xd5,0x01,0x05,0x06,0x03]
+// GFX10: v_lerp_u8 v5, v1, v2, -1                ; encoding: [0x05,0x00,0x4d,0xd5,0x01,0x05,0x06,0x03]
 
 v_lerp_u8 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x4d,0xd5,0x01,0x05,0xc2,0x03]
+// GFX10: v_lerp_u8 v5, v1, v2, 0.5               ; encoding: [0x05,0x00,0x4d,0xd5,0x01,0x05,0xc2,0x03]
 
 v_lerp_u8 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x4d,0xd5,0x01,0x05,0xde,0x03]
+// GFX10: v_lerp_u8 v5, v1, v2, -4.0              ; encoding: [0x05,0x00,0x4d,0xd5,0x01,0x05,0xde,0x03]
 
 v_alignbit_b32 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4e,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_alignbit_b32 v5, v1, v2, v3           ; encoding: [0x05,0x00,0x4e,0xd5,0x01,0x05,0x0e,0x04]
 
 v_alignbit_b32 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x4e,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_alignbit_b32 v255, v1, v2, v3         ; encoding: [0xff,0x00,0x4e,0xd5,0x01,0x05,0x0e,0x04]
 
 v_alignbit_b32 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4e,0xd5,0xff,0x05,0x0e,0x04]
+// GFX10: v_alignbit_b32 v5, v255, v2, v3         ; encoding: [0x05,0x00,0x4e,0xd5,0xff,0x05,0x0e,0x04]
 
 v_alignbit_b32 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4e,0xd5,0x01,0x04,0x0e,0x04]
+// GFX10: v_alignbit_b32 v5, s1, v2, v3           ; encoding: [0x05,0x00,0x4e,0xd5,0x01,0x04,0x0e,0x04]
 
 v_alignbit_b32 v5, s103, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4e,0xd5,0x67,0x04,0x0e,0x04]
+// GFX10: v_alignbit_b32 v5, s103, v2, v3         ; encoding: [0x05,0x00,0x4e,0xd5,0x67,0x04,0x0e,0x04]
 
 v_alignbit_b32 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4e,0xd5,0x6a,0x04,0x0e,0x04]
+// GFX10: v_alignbit_b32 v5, vcc_lo, v2, v3       ; encoding: [0x05,0x00,0x4e,0xd5,0x6a,0x04,0x0e,0x04]
 
 v_alignbit_b32 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4e,0xd5,0x6b,0x04,0x0e,0x04]
+// GFX10: v_alignbit_b32 v5, vcc_hi, v2, v3       ; encoding: [0x05,0x00,0x4e,0xd5,0x6b,0x04,0x0e,0x04]
 
 v_alignbit_b32 v5, ttmp11, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4e,0xd5,0x77,0x04,0x0e,0x04]
+// GFX10: v_alignbit_b32 v5, ttmp11, v2, v3       ; encoding: [0x05,0x00,0x4e,0xd5,0x77,0x04,0x0e,0x04]
 
 v_alignbit_b32 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4e,0xd5,0x7c,0x04,0x0e,0x04]
+// GFX10: v_alignbit_b32 v5, m0, v2, v3           ; encoding: [0x05,0x00,0x4e,0xd5,0x7c,0x04,0x0e,0x04]
 
 v_alignbit_b32 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4e,0xd5,0x7e,0x04,0x0e,0x04]
+// GFX10: v_alignbit_b32 v5, exec_lo, v2, v3      ; encoding: [0x05,0x00,0x4e,0xd5,0x7e,0x04,0x0e,0x04]
 
 v_alignbit_b32 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4e,0xd5,0x7f,0x04,0x0e,0x04]
+// GFX10: v_alignbit_b32 v5, exec_hi, v2, v3      ; encoding: [0x05,0x00,0x4e,0xd5,0x7f,0x04,0x0e,0x04]
 
 v_alignbit_b32 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x4e,0xd5,0x01,0xff,0x0f,0x04]
+// GFX10: v_alignbit_b32 v5, v1, v255, v3         ; encoding: [0x05,0x00,0x4e,0xd5,0x01,0xff,0x0f,0x04]
 
 v_alignbit_b32 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x4e,0xd5,0x01,0x05,0x0c,0x04]
+// GFX10: v_alignbit_b32 v5, v1, s2, v3           ; encoding: [0x05,0x00,0x4e,0xd5,0x01,0x05,0x0c,0x04]
 
 v_alignbit_b32 v5, v1, s103, v3
-// GFX10: encoding: [0x05,0x00,0x4e,0xd5,0x01,0xcf,0x0c,0x04]
+// GFX10: v_alignbit_b32 v5, v1, s103, v3         ; encoding: [0x05,0x00,0x4e,0xd5,0x01,0xcf,0x0c,0x04]
 
 v_alignbit_b32 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x4e,0xd5,0x01,0xd5,0x0c,0x04]
+// GFX10: v_alignbit_b32 v5, v1, vcc_lo, v3       ; encoding: [0x05,0x00,0x4e,0xd5,0x01,0xd5,0x0c,0x04]
 
 v_alignbit_b32 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x4e,0xd5,0x01,0xd7,0x0c,0x04]
+// GFX10: v_alignbit_b32 v5, v1, vcc_hi, v3       ; encoding: [0x05,0x00,0x4e,0xd5,0x01,0xd7,0x0c,0x04]
 
 v_alignbit_b32 v5, v1, ttmp11, v3
-// GFX10: encoding: [0x05,0x00,0x4e,0xd5,0x01,0xef,0x0c,0x04]
+// GFX10: v_alignbit_b32 v5, v1, ttmp11, v3       ; encoding: [0x05,0x00,0x4e,0xd5,0x01,0xef,0x0c,0x04]
 
 v_alignbit_b32 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x4e,0xd5,0x01,0xf9,0x0c,0x04]
+// GFX10: v_alignbit_b32 v5, v1, m0, v3           ; encoding: [0x05,0x00,0x4e,0xd5,0x01,0xf9,0x0c,0x04]
 
 v_alignbit_b32 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x4e,0xd5,0x01,0xfd,0x0c,0x04]
+// GFX10: v_alignbit_b32 v5, v1, exec_lo, v3      ; encoding: [0x05,0x00,0x4e,0xd5,0x01,0xfd,0x0c,0x04]
 
 v_alignbit_b32 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x4e,0xd5,0x01,0xff,0x0c,0x04]
+// GFX10: v_alignbit_b32 v5, v1, exec_hi, v3      ; encoding: [0x05,0x00,0x4e,0xd5,0x01,0xff,0x0c,0x04]
 
 v_alignbit_b32 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x4e,0xd5,0x01,0x05,0xfe,0x07]
+// GFX10: v_alignbit_b32 v5, v1, v2, v255         ; encoding: [0x05,0x00,0x4e,0xd5,0x01,0x05,0xfe,0x07]
 
 v_alignbit_b32 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x4e,0xd5,0x01,0x05,0x0e,0x00]
+// GFX10: v_alignbit_b32 v5, v1, v2, s3           ; encoding: [0x05,0x00,0x4e,0xd5,0x01,0x05,0x0e,0x00]
 
 v_alignbit_b32 v5, v1, v2, s103
-// GFX10: encoding: [0x05,0x00,0x4e,0xd5,0x01,0x05,0x9e,0x01]
+// GFX10: v_alignbit_b32 v5, v1, v2, s103         ; encoding: [0x05,0x00,0x4e,0xd5,0x01,0x05,0x9e,0x01]
 
 v_alignbit_b32 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x4e,0xd5,0x01,0x05,0xaa,0x01]
+// GFX10: v_alignbit_b32 v5, v1, v2, vcc_lo       ; encoding: [0x05,0x00,0x4e,0xd5,0x01,0x05,0xaa,0x01]
 
 v_alignbit_b32 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x4e,0xd5,0x01,0x05,0xae,0x01]
+// GFX10: v_alignbit_b32 v5, v1, v2, vcc_hi       ; encoding: [0x05,0x00,0x4e,0xd5,0x01,0x05,0xae,0x01]
 
 v_alignbit_b32 v5, v1, v2, ttmp11
-// GFX10: encoding: [0x05,0x00,0x4e,0xd5,0x01,0x05,0xde,0x01]
+// GFX10: v_alignbit_b32 v5, v1, v2, ttmp11       ; encoding: [0x05,0x00,0x4e,0xd5,0x01,0x05,0xde,0x01]
 
 v_alignbit_b32 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x4e,0xd5,0x01,0x05,0xf2,0x01]
+// GFX10: v_alignbit_b32 v5, v1, v2, m0           ; encoding: [0x05,0x00,0x4e,0xd5,0x01,0x05,0xf2,0x01]
 
 v_alignbit_b32 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x4e,0xd5,0x01,0x05,0xfa,0x01]
+// GFX10: v_alignbit_b32 v5, v1, v2, exec_lo      ; encoding: [0x05,0x00,0x4e,0xd5,0x01,0x05,0xfa,0x01]
 
 v_alignbit_b32 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x4e,0xd5,0x01,0x05,0xfe,0x01]
+// GFX10: v_alignbit_b32 v5, v1, v2, exec_hi      ; encoding: [0x05,0x00,0x4e,0xd5,0x01,0x05,0xfe,0x01]
 
 v_alignbit_b32 v5, v1, v2, v3 op_sel:[1]
 // GFX10: v_alignbit_b32 v5, v1, v2, v3 op_sel:[1,0,0,0] ; encoding: [0x05,0x08,0x4e,0xd5,0x01,0x05,0x0e,0x04]
@@ -3641,91 +3642,91 @@ v_alignbit_b32 v5, v1, v2, v3 op_sel:[1,1,1,1]
 // GFX10: v_alignbit_b32 v5, v1, v2, v3 op_sel:[1,1,1,1] ; encoding: [0x05,0x78,0x4e,0xd5,0x01,0x05,0x0e,0x04]
 
 v_alignbyte_b32 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4f,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_alignbyte_b32 v5, v1, v2, v3          ; encoding: [0x05,0x00,0x4f,0xd5,0x01,0x05,0x0e,0x04]
 
 v_alignbyte_b32 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x4f,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_alignbyte_b32 v255, v1, v2, v3        ; encoding: [0xff,0x00,0x4f,0xd5,0x01,0x05,0x0e,0x04]
 
 v_alignbyte_b32 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4f,0xd5,0xff,0x05,0x0e,0x04]
+// GFX10: v_alignbyte_b32 v5, v255, v2, v3        ; encoding: [0x05,0x00,0x4f,0xd5,0xff,0x05,0x0e,0x04]
 
 v_alignbyte_b32 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4f,0xd5,0x01,0x04,0x0e,0x04]
+// GFX10: v_alignbyte_b32 v5, s1, v2, v3          ; encoding: [0x05,0x00,0x4f,0xd5,0x01,0x04,0x0e,0x04]
 
 v_alignbyte_b32 v5, s103, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4f,0xd5,0x67,0x04,0x0e,0x04]
+// GFX10: v_alignbyte_b32 v5, s103, v2, v3        ; encoding: [0x05,0x00,0x4f,0xd5,0x67,0x04,0x0e,0x04]
 
 v_alignbyte_b32 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4f,0xd5,0x6a,0x04,0x0e,0x04]
+// GFX10: v_alignbyte_b32 v5, vcc_lo, v2, v3      ; encoding: [0x05,0x00,0x4f,0xd5,0x6a,0x04,0x0e,0x04]
 
 v_alignbyte_b32 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4f,0xd5,0x6b,0x04,0x0e,0x04]
+// GFX10: v_alignbyte_b32 v5, vcc_hi, v2, v3      ; encoding: [0x05,0x00,0x4f,0xd5,0x6b,0x04,0x0e,0x04]
 
 v_alignbyte_b32 v5, ttmp11, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4f,0xd5,0x77,0x04,0x0e,0x04]
+// GFX10: v_alignbyte_b32 v5, ttmp11, v2, v3      ; encoding: [0x05,0x00,0x4f,0xd5,0x77,0x04,0x0e,0x04]
 
 v_alignbyte_b32 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4f,0xd5,0x7c,0x04,0x0e,0x04]
+// GFX10: v_alignbyte_b32 v5, m0, v2, v3          ; encoding: [0x05,0x00,0x4f,0xd5,0x7c,0x04,0x0e,0x04]
 
 v_alignbyte_b32 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4f,0xd5,0x7e,0x04,0x0e,0x04]
+// GFX10: v_alignbyte_b32 v5, exec_lo, v2, v3     ; encoding: [0x05,0x00,0x4f,0xd5,0x7e,0x04,0x0e,0x04]
 
 v_alignbyte_b32 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4f,0xd5,0x7f,0x04,0x0e,0x04]
+// GFX10: v_alignbyte_b32 v5, exec_hi, v2, v3     ; encoding: [0x05,0x00,0x4f,0xd5,0x7f,0x04,0x0e,0x04]
 
 v_alignbyte_b32 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x4f,0xd5,0x01,0xff,0x0f,0x04]
+// GFX10: v_alignbyte_b32 v5, v1, v255, v3        ; encoding: [0x05,0x00,0x4f,0xd5,0x01,0xff,0x0f,0x04]
 
 v_alignbyte_b32 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x4f,0xd5,0x01,0x05,0x0c,0x04]
+// GFX10: v_alignbyte_b32 v5, v1, s2, v3          ; encoding: [0x05,0x00,0x4f,0xd5,0x01,0x05,0x0c,0x04]
 
 v_alignbyte_b32 v5, v1, s103, v3
-// GFX10: encoding: [0x05,0x00,0x4f,0xd5,0x01,0xcf,0x0c,0x04]
+// GFX10: v_alignbyte_b32 v5, v1, s103, v3        ; encoding: [0x05,0x00,0x4f,0xd5,0x01,0xcf,0x0c,0x04]
 
 v_alignbyte_b32 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x4f,0xd5,0x01,0xd5,0x0c,0x04]
+// GFX10: v_alignbyte_b32 v5, v1, vcc_lo, v3      ; encoding: [0x05,0x00,0x4f,0xd5,0x01,0xd5,0x0c,0x04]
 
 v_alignbyte_b32 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x4f,0xd5,0x01,0xd7,0x0c,0x04]
+// GFX10: v_alignbyte_b32 v5, v1, vcc_hi, v3      ; encoding: [0x05,0x00,0x4f,0xd5,0x01,0xd7,0x0c,0x04]
 
 v_alignbyte_b32 v5, v1, ttmp11, v3
-// GFX10: encoding: [0x05,0x00,0x4f,0xd5,0x01,0xef,0x0c,0x04]
+// GFX10: v_alignbyte_b32 v5, v1, ttmp11, v3      ; encoding: [0x05,0x00,0x4f,0xd5,0x01,0xef,0x0c,0x04]
 
 v_alignbyte_b32 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x4f,0xd5,0x01,0xf9,0x0c,0x04]
+// GFX10: v_alignbyte_b32 v5, v1, m0, v3          ; encoding: [0x05,0x00,0x4f,0xd5,0x01,0xf9,0x0c,0x04]
 
 v_alignbyte_b32 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x4f,0xd5,0x01,0xfd,0x0c,0x04]
+// GFX10: v_alignbyte_b32 v5, v1, exec_lo, v3     ; encoding: [0x05,0x00,0x4f,0xd5,0x01,0xfd,0x0c,0x04]
 
 v_alignbyte_b32 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x4f,0xd5,0x01,0xff,0x0c,0x04]
+// GFX10: v_alignbyte_b32 v5, v1, exec_hi, v3     ; encoding: [0x05,0x00,0x4f,0xd5,0x01,0xff,0x0c,0x04]
 
 v_alignbyte_b32 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x4f,0xd5,0x01,0x05,0xfe,0x07]
+// GFX10: v_alignbyte_b32 v5, v1, v2, v255        ; encoding: [0x05,0x00,0x4f,0xd5,0x01,0x05,0xfe,0x07]
 
 v_alignbyte_b32 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x4f,0xd5,0x01,0x05,0x0e,0x00]
+// GFX10: v_alignbyte_b32 v5, v1, v2, s3          ; encoding: [0x05,0x00,0x4f,0xd5,0x01,0x05,0x0e,0x00]
 
 v_alignbyte_b32 v5, v1, v2, s103
-// GFX10: encoding: [0x05,0x00,0x4f,0xd5,0x01,0x05,0x9e,0x01]
+// GFX10: v_alignbyte_b32 v5, v1, v2, s103        ; encoding: [0x05,0x00,0x4f,0xd5,0x01,0x05,0x9e,0x01]
 
 v_alignbyte_b32 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x4f,0xd5,0x01,0x05,0xaa,0x01]
+// GFX10: v_alignbyte_b32 v5, v1, v2, vcc_lo      ; encoding: [0x05,0x00,0x4f,0xd5,0x01,0x05,0xaa,0x01]
 
 v_alignbyte_b32 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x4f,0xd5,0x01,0x05,0xae,0x01]
+// GFX10: v_alignbyte_b32 v5, v1, v2, vcc_hi      ; encoding: [0x05,0x00,0x4f,0xd5,0x01,0x05,0xae,0x01]
 
 v_alignbyte_b32 v5, v1, v2, ttmp11
-// GFX10: encoding: [0x05,0x00,0x4f,0xd5,0x01,0x05,0xde,0x01]
+// GFX10: v_alignbyte_b32 v5, v1, v2, ttmp11      ; encoding: [0x05,0x00,0x4f,0xd5,0x01,0x05,0xde,0x01]
 
 v_alignbyte_b32 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x4f,0xd5,0x01,0x05,0xf2,0x01]
+// GFX10: v_alignbyte_b32 v5, v1, v2, m0          ; encoding: [0x05,0x00,0x4f,0xd5,0x01,0x05,0xf2,0x01]
 
 v_alignbyte_b32 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x4f,0xd5,0x01,0x05,0xfa,0x01]
+// GFX10: v_alignbyte_b32 v5, v1, v2, exec_lo     ; encoding: [0x05,0x00,0x4f,0xd5,0x01,0x05,0xfa,0x01]
 
 v_alignbyte_b32 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x4f,0xd5,0x01,0x05,0xfe,0x01]
+// GFX10: v_alignbyte_b32 v5, v1, v2, exec_hi     ; encoding: [0x05,0x00,0x4f,0xd5,0x01,0x05,0xfe,0x01]
 
 v_alignbyte_b32 v5, v1, v2, v3 op_sel:[1]
 // GFX10: v_alignbyte_b32 v5, v1, v2, v3 op_sel:[1,0,0,0] ; encoding: [0x05,0x08,0x4f,0xd5,0x01,0x05,0x0e,0x04]
@@ -3740,6862 +3741,6862 @@ v_alignbyte_b32 v5, v1, v2, v3 op_sel:[1,1,1,1]
 // GFX10: v_alignbyte_b32 v5, v1, v2, v3 op_sel:[1,1,1,1] ; encoding: [0x05,0x78,0x4f,0xd5,0x01,0x05,0x0e,0x04]
 
 v_mullit_f32 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_mullit_f32 v5, v1, v2, v3             ; encoding: [0x05,0x00,0x50,0xd5,0x01,0x05,0x0e,0x04]
 
 v_mullit_f32 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x50,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_mullit_f32 v255, v1, v2, v3           ; encoding: [0xff,0x00,0x50,0xd5,0x01,0x05,0x0e,0x04]
 
 v_mullit_f32 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0xff,0x05,0x0e,0x04]
+// GFX10: v_mullit_f32 v5, v255, v2, v3           ; encoding: [0x05,0x00,0x50,0xd5,0xff,0x05,0x0e,0x04]
 
 v_mullit_f32 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0x01,0x04,0x0e,0x04]
+// GFX10: v_mullit_f32 v5, s1, v2, v3             ; encoding: [0x05,0x00,0x50,0xd5,0x01,0x04,0x0e,0x04]
 
 v_mullit_f32 v5, s103, v2, v3
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0x67,0x04,0x0e,0x04]
+// GFX10: v_mullit_f32 v5, s103, v2, v3           ; encoding: [0x05,0x00,0x50,0xd5,0x67,0x04,0x0e,0x04]
 
 v_mullit_f32 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0x6a,0x04,0x0e,0x04]
+// GFX10: v_mullit_f32 v5, vcc_lo, v2, v3         ; encoding: [0x05,0x00,0x50,0xd5,0x6a,0x04,0x0e,0x04]
 
 v_mullit_f32 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0x6b,0x04,0x0e,0x04]
+// GFX10: v_mullit_f32 v5, vcc_hi, v2, v3         ; encoding: [0x05,0x00,0x50,0xd5,0x6b,0x04,0x0e,0x04]
 
 v_mullit_f32 v5, ttmp11, v2, v3
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0x77,0x04,0x0e,0x04]
+// GFX10: v_mullit_f32 v5, ttmp11, v2, v3         ; encoding: [0x05,0x00,0x50,0xd5,0x77,0x04,0x0e,0x04]
 
 v_mullit_f32 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0x7c,0x04,0x0e,0x04]
+// GFX10: v_mullit_f32 v5, m0, v2, v3             ; encoding: [0x05,0x00,0x50,0xd5,0x7c,0x04,0x0e,0x04]
 
 v_mullit_f32 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0x7e,0x04,0x0e,0x04]
+// GFX10: v_mullit_f32 v5, exec_lo, v2, v3        ; encoding: [0x05,0x00,0x50,0xd5,0x7e,0x04,0x0e,0x04]
 
 v_mullit_f32 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0x7f,0x04,0x0e,0x04]
+// GFX10: v_mullit_f32 v5, exec_hi, v2, v3        ; encoding: [0x05,0x00,0x50,0xd5,0x7f,0x04,0x0e,0x04]
 
 v_mullit_f32 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0x80,0x04,0x0e,0x04]
+// GFX10: v_mullit_f32 v5, 0, v2, v3              ; encoding: [0x05,0x00,0x50,0xd5,0x80,0x04,0x0e,0x04]
 
 v_mullit_f32 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0xc1,0x04,0x0e,0x04]
+// GFX10: v_mullit_f32 v5, -1, v2, v3             ; encoding: [0x05,0x00,0x50,0xd5,0xc1,0x04,0x0e,0x04]
 
 v_mullit_f32 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0xf0,0x04,0x0e,0x04]
+// GFX10: v_mullit_f32 v5, 0.5, v2, v3            ; encoding: [0x05,0x00,0x50,0xd5,0xf0,0x04,0x0e,0x04]
 
 v_mullit_f32 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0xf7,0x04,0x0e,0x04]
+// GFX10: v_mullit_f32 v5, -4.0, v2, v3           ; encoding: [0x05,0x00,0x50,0xd5,0xf7,0x04,0x0e,0x04]
 
 v_mullit_f32 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0x01,0xff,0x0f,0x04]
+// GFX10: v_mullit_f32 v5, v1, v255, v3           ; encoding: [0x05,0x00,0x50,0xd5,0x01,0xff,0x0f,0x04]
 
 v_mullit_f32 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0x01,0x05,0x0c,0x04]
+// GFX10: v_mullit_f32 v5, v1, s2, v3             ; encoding: [0x05,0x00,0x50,0xd5,0x01,0x05,0x0c,0x04]
 
 v_mullit_f32 v5, v1, s103, v3
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0x01,0xcf,0x0c,0x04]
+// GFX10: v_mullit_f32 v5, v1, s103, v3           ; encoding: [0x05,0x00,0x50,0xd5,0x01,0xcf,0x0c,0x04]
 
 v_mullit_f32 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0x01,0xd5,0x0c,0x04]
+// GFX10: v_mullit_f32 v5, v1, vcc_lo, v3         ; encoding: [0x05,0x00,0x50,0xd5,0x01,0xd5,0x0c,0x04]
 
 v_mullit_f32 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0x01,0xd7,0x0c,0x04]
+// GFX10: v_mullit_f32 v5, v1, vcc_hi, v3         ; encoding: [0x05,0x00,0x50,0xd5,0x01,0xd7,0x0c,0x04]
 
 v_mullit_f32 v5, v1, ttmp11, v3
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0x01,0xef,0x0c,0x04]
+// GFX10: v_mullit_f32 v5, v1, ttmp11, v3         ; encoding: [0x05,0x00,0x50,0xd5,0x01,0xef,0x0c,0x04]
 
 v_mullit_f32 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0x01,0xf9,0x0c,0x04]
+// GFX10: v_mullit_f32 v5, v1, m0, v3             ; encoding: [0x05,0x00,0x50,0xd5,0x01,0xf9,0x0c,0x04]
 
 v_mullit_f32 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0x01,0xfd,0x0c,0x04]
+// GFX10: v_mullit_f32 v5, v1, exec_lo, v3        ; encoding: [0x05,0x00,0x50,0xd5,0x01,0xfd,0x0c,0x04]
 
 v_mullit_f32 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0x01,0xff,0x0c,0x04]
+// GFX10: v_mullit_f32 v5, v1, exec_hi, v3        ; encoding: [0x05,0x00,0x50,0xd5,0x01,0xff,0x0c,0x04]
 
 v_mullit_f32 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0x01,0x01,0x0d,0x04]
+// GFX10: v_mullit_f32 v5, v1, 0, v3              ; encoding: [0x05,0x00,0x50,0xd5,0x01,0x01,0x0d,0x04]
 
 v_mullit_f32 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0x01,0x83,0x0d,0x04]
+// GFX10: v_mullit_f32 v5, v1, -1, v3             ; encoding: [0x05,0x00,0x50,0xd5,0x01,0x83,0x0d,0x04]
 
 v_mullit_f32 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0x01,0xe1,0x0d,0x04]
+// GFX10: v_mullit_f32 v5, v1, 0.5, v3            ; encoding: [0x05,0x00,0x50,0xd5,0x01,0xe1,0x0d,0x04]
 
 v_mullit_f32 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0x01,0xef,0x0d,0x04]
+// GFX10: v_mullit_f32 v5, v1, -4.0, v3           ; encoding: [0x05,0x00,0x50,0xd5,0x01,0xef,0x0d,0x04]
 
 v_mullit_f32 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0x01,0x05,0xfe,0x07]
+// GFX10: v_mullit_f32 v5, v1, v2, v255           ; encoding: [0x05,0x00,0x50,0xd5,0x01,0x05,0xfe,0x07]
 
 v_mullit_f32 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0x01,0x05,0x0e,0x00]
+// GFX10: v_mullit_f32 v5, v1, v2, s3             ; encoding: [0x05,0x00,0x50,0xd5,0x01,0x05,0x0e,0x00]
 
 v_mullit_f32 v5, v1, v2, s103
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0x01,0x05,0x9e,0x01]
+// GFX10: v_mullit_f32 v5, v1, v2, s103           ; encoding: [0x05,0x00,0x50,0xd5,0x01,0x05,0x9e,0x01]
 
 v_mullit_f32 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0x01,0x05,0xaa,0x01]
+// GFX10: v_mullit_f32 v5, v1, v2, vcc_lo         ; encoding: [0x05,0x00,0x50,0xd5,0x01,0x05,0xaa,0x01]
 
 v_mullit_f32 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0x01,0x05,0xae,0x01]
+// GFX10: v_mullit_f32 v5, v1, v2, vcc_hi         ; encoding: [0x05,0x00,0x50,0xd5,0x01,0x05,0xae,0x01]
 
 v_mullit_f32 v5, v1, v2, ttmp11
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0x01,0x05,0xde,0x01]
+// GFX10: v_mullit_f32 v5, v1, v2, ttmp11         ; encoding: [0x05,0x00,0x50,0xd5,0x01,0x05,0xde,0x01]
 
 v_mullit_f32 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0x01,0x05,0xf2,0x01]
+// GFX10: v_mullit_f32 v5, v1, v2, m0             ; encoding: [0x05,0x00,0x50,0xd5,0x01,0x05,0xf2,0x01]
 
 v_mullit_f32 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0x01,0x05,0xfa,0x01]
+// GFX10: v_mullit_f32 v5, v1, v2, exec_lo        ; encoding: [0x05,0x00,0x50,0xd5,0x01,0x05,0xfa,0x01]
 
 v_mullit_f32 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0x01,0x05,0xfe,0x01]
+// GFX10: v_mullit_f32 v5, v1, v2, exec_hi        ; encoding: [0x05,0x00,0x50,0xd5,0x01,0x05,0xfe,0x01]
 
 v_mullit_f32 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0x01,0x05,0x02,0x02]
+// GFX10: v_mullit_f32 v5, v1, v2, 0              ; encoding: [0x05,0x00,0x50,0xd5,0x01,0x05,0x02,0x02]
 
 v_mullit_f32 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0x01,0x05,0x06,0x03]
+// GFX10: v_mullit_f32 v5, v1, v2, -1             ; encoding: [0x05,0x00,0x50,0xd5,0x01,0x05,0x06,0x03]
 
 v_mullit_f32 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0x01,0x05,0xc2,0x03]
+// GFX10: v_mullit_f32 v5, v1, v2, 0.5            ; encoding: [0x05,0x00,0x50,0xd5,0x01,0x05,0xc2,0x03]
 
 v_mullit_f32 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0x01,0x05,0xde,0x03]
+// GFX10: v_mullit_f32 v5, v1, v2, -4.0           ; encoding: [0x05,0x00,0x50,0xd5,0x01,0x05,0xde,0x03]
 
 v_mullit_f32 v5, -v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0x01,0x05,0x0e,0x24]
+// GFX10: v_mullit_f32 v5, -v1, v2, v3            ; encoding: [0x05,0x00,0x50,0xd5,0x01,0x05,0x0e,0x24]
 
 v_mullit_f32 v5, v1, -v2, v3
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0x01,0x05,0x0e,0x44]
+// GFX10: v_mullit_f32 v5, v1, -v2, v3            ; encoding: [0x05,0x00,0x50,0xd5,0x01,0x05,0x0e,0x44]
 
 v_mullit_f32 v5, v1, v2, -v3
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0x01,0x05,0x0e,0x84]
+// GFX10: v_mullit_f32 v5, v1, v2, -v3            ; encoding: [0x05,0x00,0x50,0xd5,0x01,0x05,0x0e,0x84]
 
 v_mullit_f32 v5, -v1, -v2, -v3
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0x01,0x05,0x0e,0xe4]
+// GFX10: v_mullit_f32 v5, -v1, -v2, -v3          ; encoding: [0x05,0x00,0x50,0xd5,0x01,0x05,0x0e,0xe4]
 
 v_mullit_f32 v5, |v1|, v2, v3
-// GFX10: encoding: [0x05,0x01,0x50,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_mullit_f32 v5, |v1|, v2, v3           ; encoding: [0x05,0x01,0x50,0xd5,0x01,0x05,0x0e,0x04]
 
 v_mullit_f32 v5, v1, |v2|, v3
-// GFX10: encoding: [0x05,0x02,0x50,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_mullit_f32 v5, v1, |v2|, v3           ; encoding: [0x05,0x02,0x50,0xd5,0x01,0x05,0x0e,0x04]
 
 v_mullit_f32 v5, v1, v2, |v3|
-// GFX10: encoding: [0x05,0x04,0x50,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_mullit_f32 v5, v1, v2, |v3|           ; encoding: [0x05,0x04,0x50,0xd5,0x01,0x05,0x0e,0x04]
 
 v_mullit_f32 v5, |v1|, |v2|, |v3|
-// GFX10: encoding: [0x05,0x07,0x50,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_mullit_f32 v5, |v1|, |v2|, |v3|       ; encoding: [0x05,0x07,0x50,0xd5,0x01,0x05,0x0e,0x04]
 
 v_mullit_f32 v5, v1, v2, v3 clamp
-// GFX10: encoding: [0x05,0x80,0x50,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_mullit_f32 v5, v1, v2, v3 clamp       ; encoding: [0x05,0x80,0x50,0xd5,0x01,0x05,0x0e,0x04]
 
 v_mullit_f32 v5, v1, v2, v3 mul:2
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0x01,0x05,0x0e,0x0c]
+// GFX10: v_mullit_f32 v5, v1, v2, v3 mul:2       ; encoding: [0x05,0x00,0x50,0xd5,0x01,0x05,0x0e,0x0c]
 
 v_mullit_f32 v5, v1, v2, v3 mul:4
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0x01,0x05,0x0e,0x14]
+// GFX10: v_mullit_f32 v5, v1, v2, v3 mul:4       ; encoding: [0x05,0x00,0x50,0xd5,0x01,0x05,0x0e,0x14]
 
 v_mullit_f32 v5, v1, v2, v3 div:2
-// GFX10: encoding: [0x05,0x00,0x50,0xd5,0x01,0x05,0x0e,0x1c]
+// GFX10: v_mullit_f32 v5, v1, v2, v3 div:2       ; encoding: [0x05,0x00,0x50,0xd5,0x01,0x05,0x0e,0x1c]
 
 v_min3_f32 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_min3_f32 v5, v1, v2, v3               ; encoding: [0x05,0x00,0x51,0xd5,0x01,0x05,0x0e,0x04]
 
 v_min3_f32 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x51,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_min3_f32 v255, v1, v2, v3             ; encoding: [0xff,0x00,0x51,0xd5,0x01,0x05,0x0e,0x04]
 
 v_min3_f32 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0xff,0x05,0x0e,0x04]
+// GFX10: v_min3_f32 v5, v255, v2, v3             ; encoding: [0x05,0x00,0x51,0xd5,0xff,0x05,0x0e,0x04]
 
 v_min3_f32 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0x01,0x04,0x0e,0x04]
+// GFX10: v_min3_f32 v5, s1, v2, v3               ; encoding: [0x05,0x00,0x51,0xd5,0x01,0x04,0x0e,0x04]
 
 v_min3_f32 v5, s103, v2, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0x67,0x04,0x0e,0x04]
+// GFX10: v_min3_f32 v5, s103, v2, v3             ; encoding: [0x05,0x00,0x51,0xd5,0x67,0x04,0x0e,0x04]
 
 v_min3_f32 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0x6a,0x04,0x0e,0x04]
+// GFX10: v_min3_f32 v5, vcc_lo, v2, v3           ; encoding: [0x05,0x00,0x51,0xd5,0x6a,0x04,0x0e,0x04]
 
 v_min3_f32 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0x6b,0x04,0x0e,0x04]
+// GFX10: v_min3_f32 v5, vcc_hi, v2, v3           ; encoding: [0x05,0x00,0x51,0xd5,0x6b,0x04,0x0e,0x04]
 
 v_min3_f32 v5, ttmp11, v2, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0x77,0x04,0x0e,0x04]
+// GFX10: v_min3_f32 v5, ttmp11, v2, v3           ; encoding: [0x05,0x00,0x51,0xd5,0x77,0x04,0x0e,0x04]
 
 v_min3_f32 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0x7c,0x04,0x0e,0x04]
+// GFX10: v_min3_f32 v5, m0, v2, v3               ; encoding: [0x05,0x00,0x51,0xd5,0x7c,0x04,0x0e,0x04]
 
 v_min3_f32 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0x7e,0x04,0x0e,0x04]
+// GFX10: v_min3_f32 v5, exec_lo, v2, v3          ; encoding: [0x05,0x00,0x51,0xd5,0x7e,0x04,0x0e,0x04]
 
 v_min3_f32 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0x7f,0x04,0x0e,0x04]
+// GFX10: v_min3_f32 v5, exec_hi, v2, v3          ; encoding: [0x05,0x00,0x51,0xd5,0x7f,0x04,0x0e,0x04]
 
 v_min3_f32 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0x80,0x04,0x0e,0x04]
+// GFX10: v_min3_f32 v5, 0, v2, v3                ; encoding: [0x05,0x00,0x51,0xd5,0x80,0x04,0x0e,0x04]
 
 v_min3_f32 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0xc1,0x04,0x0e,0x04]
+// GFX10: v_min3_f32 v5, -1, v2, v3               ; encoding: [0x05,0x00,0x51,0xd5,0xc1,0x04,0x0e,0x04]
 
 v_min3_f32 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0xf0,0x04,0x0e,0x04]
+// GFX10: v_min3_f32 v5, 0.5, v2, v3              ; encoding: [0x05,0x00,0x51,0xd5,0xf0,0x04,0x0e,0x04]
 
 v_min3_f32 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0xf7,0x04,0x0e,0x04]
+// GFX10: v_min3_f32 v5, -4.0, v2, v3             ; encoding: [0x05,0x00,0x51,0xd5,0xf7,0x04,0x0e,0x04]
 
 v_min3_f32 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0x01,0xff,0x0f,0x04]
+// GFX10: v_min3_f32 v5, v1, v255, v3             ; encoding: [0x05,0x00,0x51,0xd5,0x01,0xff,0x0f,0x04]
 
 v_min3_f32 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0x01,0x05,0x0c,0x04]
+// GFX10: v_min3_f32 v5, v1, s2, v3               ; encoding: [0x05,0x00,0x51,0xd5,0x01,0x05,0x0c,0x04]
 
 v_min3_f32 v5, v1, s103, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0x01,0xcf,0x0c,0x04]
+// GFX10: v_min3_f32 v5, v1, s103, v3             ; encoding: [0x05,0x00,0x51,0xd5,0x01,0xcf,0x0c,0x04]
 
 v_min3_f32 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0x01,0xd5,0x0c,0x04]
+// GFX10: v_min3_f32 v5, v1, vcc_lo, v3           ; encoding: [0x05,0x00,0x51,0xd5,0x01,0xd5,0x0c,0x04]
 
 v_min3_f32 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0x01,0xd7,0x0c,0x04]
+// GFX10: v_min3_f32 v5, v1, vcc_hi, v3           ; encoding: [0x05,0x00,0x51,0xd5,0x01,0xd7,0x0c,0x04]
 
 v_min3_f32 v5, v1, ttmp11, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0x01,0xef,0x0c,0x04]
+// GFX10: v_min3_f32 v5, v1, ttmp11, v3           ; encoding: [0x05,0x00,0x51,0xd5,0x01,0xef,0x0c,0x04]
 
 v_min3_f32 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0x01,0xf9,0x0c,0x04]
+// GFX10: v_min3_f32 v5, v1, m0, v3               ; encoding: [0x05,0x00,0x51,0xd5,0x01,0xf9,0x0c,0x04]
 
 v_min3_f32 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0x01,0xfd,0x0c,0x04]
+// GFX10: v_min3_f32 v5, v1, exec_lo, v3          ; encoding: [0x05,0x00,0x51,0xd5,0x01,0xfd,0x0c,0x04]
 
 v_min3_f32 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0x01,0xff,0x0c,0x04]
+// GFX10: v_min3_f32 v5, v1, exec_hi, v3          ; encoding: [0x05,0x00,0x51,0xd5,0x01,0xff,0x0c,0x04]
 
 v_min3_f32 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0x01,0x01,0x0d,0x04]
+// GFX10: v_min3_f32 v5, v1, 0, v3                ; encoding: [0x05,0x00,0x51,0xd5,0x01,0x01,0x0d,0x04]
 
 v_min3_f32 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0x01,0x83,0x0d,0x04]
+// GFX10: v_min3_f32 v5, v1, -1, v3               ; encoding: [0x05,0x00,0x51,0xd5,0x01,0x83,0x0d,0x04]
 
 v_min3_f32 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0x01,0xe1,0x0d,0x04]
+// GFX10: v_min3_f32 v5, v1, 0.5, v3              ; encoding: [0x05,0x00,0x51,0xd5,0x01,0xe1,0x0d,0x04]
 
 v_min3_f32 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0x01,0xef,0x0d,0x04]
+// GFX10: v_min3_f32 v5, v1, -4.0, v3             ; encoding: [0x05,0x00,0x51,0xd5,0x01,0xef,0x0d,0x04]
 
 v_min3_f32 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0x01,0x05,0xfe,0x07]
+// GFX10: v_min3_f32 v5, v1, v2, v255             ; encoding: [0x05,0x00,0x51,0xd5,0x01,0x05,0xfe,0x07]
 
 v_min3_f32 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0x01,0x05,0x0e,0x00]
+// GFX10: v_min3_f32 v5, v1, v2, s3               ; encoding: [0x05,0x00,0x51,0xd5,0x01,0x05,0x0e,0x00]
 
 v_min3_f32 v5, v1, v2, s103
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0x01,0x05,0x9e,0x01]
+// GFX10: v_min3_f32 v5, v1, v2, s103             ; encoding: [0x05,0x00,0x51,0xd5,0x01,0x05,0x9e,0x01]
 
 v_min3_f32 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0x01,0x05,0xaa,0x01]
+// GFX10: v_min3_f32 v5, v1, v2, vcc_lo           ; encoding: [0x05,0x00,0x51,0xd5,0x01,0x05,0xaa,0x01]
 
 v_min3_f32 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0x01,0x05,0xae,0x01]
+// GFX10: v_min3_f32 v5, v1, v2, vcc_hi           ; encoding: [0x05,0x00,0x51,0xd5,0x01,0x05,0xae,0x01]
 
 v_min3_f32 v5, v1, v2, ttmp11
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0x01,0x05,0xde,0x01]
+// GFX10: v_min3_f32 v5, v1, v2, ttmp11           ; encoding: [0x05,0x00,0x51,0xd5,0x01,0x05,0xde,0x01]
 
 v_min3_f32 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0x01,0x05,0xf2,0x01]
+// GFX10: v_min3_f32 v5, v1, v2, m0               ; encoding: [0x05,0x00,0x51,0xd5,0x01,0x05,0xf2,0x01]
 
 v_min3_f32 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0x01,0x05,0xfa,0x01]
+// GFX10: v_min3_f32 v5, v1, v2, exec_lo          ; encoding: [0x05,0x00,0x51,0xd5,0x01,0x05,0xfa,0x01]
 
 v_min3_f32 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0x01,0x05,0xfe,0x01]
+// GFX10: v_min3_f32 v5, v1, v2, exec_hi          ; encoding: [0x05,0x00,0x51,0xd5,0x01,0x05,0xfe,0x01]
 
 v_min3_f32 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0x01,0x05,0x02,0x02]
+// GFX10: v_min3_f32 v5, v1, v2, 0                ; encoding: [0x05,0x00,0x51,0xd5,0x01,0x05,0x02,0x02]
 
 v_min3_f32 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0x01,0x05,0x06,0x03]
+// GFX10: v_min3_f32 v5, v1, v2, -1               ; encoding: [0x05,0x00,0x51,0xd5,0x01,0x05,0x06,0x03]
 
 v_min3_f32 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0x01,0x05,0xc2,0x03]
+// GFX10: v_min3_f32 v5, v1, v2, 0.5              ; encoding: [0x05,0x00,0x51,0xd5,0x01,0x05,0xc2,0x03]
 
 v_min3_f32 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0x01,0x05,0xde,0x03]
+// GFX10: v_min3_f32 v5, v1, v2, -4.0             ; encoding: [0x05,0x00,0x51,0xd5,0x01,0x05,0xde,0x03]
 
 v_min3_f32 v5, -v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0x01,0x05,0x0e,0x24]
+// GFX10: v_min3_f32 v5, -v1, v2, v3              ; encoding: [0x05,0x00,0x51,0xd5,0x01,0x05,0x0e,0x24]
 
 v_min3_f32 v5, v1, -v2, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0x01,0x05,0x0e,0x44]
+// GFX10: v_min3_f32 v5, v1, -v2, v3              ; encoding: [0x05,0x00,0x51,0xd5,0x01,0x05,0x0e,0x44]
 
 v_min3_f32 v5, v1, v2, -v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0x01,0x05,0x0e,0x84]
+// GFX10: v_min3_f32 v5, v1, v2, -v3              ; encoding: [0x05,0x00,0x51,0xd5,0x01,0x05,0x0e,0x84]
 
 v_min3_f32 v5, -v1, -v2, -v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0x01,0x05,0x0e,0xe4]
+// GFX10: v_min3_f32 v5, -v1, -v2, -v3            ; encoding: [0x05,0x00,0x51,0xd5,0x01,0x05,0x0e,0xe4]
 
 v_min3_f32 v5, |v1|, v2, v3
-// GFX10: encoding: [0x05,0x01,0x51,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_min3_f32 v5, |v1|, v2, v3             ; encoding: [0x05,0x01,0x51,0xd5,0x01,0x05,0x0e,0x04]
 
 v_min3_f32 v5, v1, |v2|, v3
-// GFX10: encoding: [0x05,0x02,0x51,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_min3_f32 v5, v1, |v2|, v3             ; encoding: [0x05,0x02,0x51,0xd5,0x01,0x05,0x0e,0x04]
 
 v_min3_f32 v5, v1, v2, |v3|
-// GFX10: encoding: [0x05,0x04,0x51,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_min3_f32 v5, v1, v2, |v3|             ; encoding: [0x05,0x04,0x51,0xd5,0x01,0x05,0x0e,0x04]
 
 v_min3_f32 v5, |v1|, |v2|, |v3|
-// GFX10: encoding: [0x05,0x07,0x51,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_min3_f32 v5, |v1|, |v2|, |v3|         ; encoding: [0x05,0x07,0x51,0xd5,0x01,0x05,0x0e,0x04]
 
 v_min3_f32 v5, v1, v2, v3 clamp
-// GFX10: encoding: [0x05,0x80,0x51,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_min3_f32 v5, v1, v2, v3 clamp         ; encoding: [0x05,0x80,0x51,0xd5,0x01,0x05,0x0e,0x04]
 
 v_min3_f32 v5, v1, v2, v3 mul:2
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0x01,0x05,0x0e,0x0c]
+// GFX10: v_min3_f32 v5, v1, v2, v3 mul:2         ; encoding: [0x05,0x00,0x51,0xd5,0x01,0x05,0x0e,0x0c]
 
 v_min3_f32 v5, v1, v2, v3 mul:4
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0x01,0x05,0x0e,0x14]
+// GFX10: v_min3_f32 v5, v1, v2, v3 mul:4         ; encoding: [0x05,0x00,0x51,0xd5,0x01,0x05,0x0e,0x14]
 
 v_min3_f32 v5, v1, v2, v3 div:2
-// GFX10: encoding: [0x05,0x00,0x51,0xd5,0x01,0x05,0x0e,0x1c]
+// GFX10: v_min3_f32 v5, v1, v2, v3 div:2         ; encoding: [0x05,0x00,0x51,0xd5,0x01,0x05,0x0e,0x1c]
 
 v_min3_i32 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_min3_i32 v5, v1, v2, v3               ; encoding: [0x05,0x00,0x52,0xd5,0x01,0x05,0x0e,0x04]
 
 v_min3_i32 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x52,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_min3_i32 v255, v1, v2, v3             ; encoding: [0xff,0x00,0x52,0xd5,0x01,0x05,0x0e,0x04]
 
 v_min3_i32 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd5,0xff,0x05,0x0e,0x04]
+// GFX10: v_min3_i32 v5, v255, v2, v3             ; encoding: [0x05,0x00,0x52,0xd5,0xff,0x05,0x0e,0x04]
 
 v_min3_i32 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd5,0x01,0x04,0x0e,0x04]
+// GFX10: v_min3_i32 v5, s1, v2, v3               ; encoding: [0x05,0x00,0x52,0xd5,0x01,0x04,0x0e,0x04]
 
 v_min3_i32 v5, s103, v2, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd5,0x67,0x04,0x0e,0x04]
+// GFX10: v_min3_i32 v5, s103, v2, v3             ; encoding: [0x05,0x00,0x52,0xd5,0x67,0x04,0x0e,0x04]
 
 v_min3_i32 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd5,0x6a,0x04,0x0e,0x04]
+// GFX10: v_min3_i32 v5, vcc_lo, v2, v3           ; encoding: [0x05,0x00,0x52,0xd5,0x6a,0x04,0x0e,0x04]
 
 v_min3_i32 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd5,0x6b,0x04,0x0e,0x04]
+// GFX10: v_min3_i32 v5, vcc_hi, v2, v3           ; encoding: [0x05,0x00,0x52,0xd5,0x6b,0x04,0x0e,0x04]
 
 v_min3_i32 v5, ttmp11, v2, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd5,0x77,0x04,0x0e,0x04]
+// GFX10: v_min3_i32 v5, ttmp11, v2, v3           ; encoding: [0x05,0x00,0x52,0xd5,0x77,0x04,0x0e,0x04]
 
 v_min3_i32 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd5,0x7c,0x04,0x0e,0x04]
+// GFX10: v_min3_i32 v5, m0, v2, v3               ; encoding: [0x05,0x00,0x52,0xd5,0x7c,0x04,0x0e,0x04]
 
 v_min3_i32 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd5,0x7e,0x04,0x0e,0x04]
+// GFX10: v_min3_i32 v5, exec_lo, v2, v3          ; encoding: [0x05,0x00,0x52,0xd5,0x7e,0x04,0x0e,0x04]
 
 v_min3_i32 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd5,0x7f,0x04,0x0e,0x04]
+// GFX10: v_min3_i32 v5, exec_hi, v2, v3          ; encoding: [0x05,0x00,0x52,0xd5,0x7f,0x04,0x0e,0x04]
 
 v_min3_i32 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd5,0x80,0x04,0x0e,0x04]
+// GFX10: v_min3_i32 v5, 0, v2, v3                ; encoding: [0x05,0x00,0x52,0xd5,0x80,0x04,0x0e,0x04]
 
 v_min3_i32 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd5,0xc1,0x04,0x0e,0x04]
+// GFX10: v_min3_i32 v5, -1, v2, v3               ; encoding: [0x05,0x00,0x52,0xd5,0xc1,0x04,0x0e,0x04]
 
 v_min3_i32 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd5,0xf0,0x04,0x0e,0x04]
+// GFX10: v_min3_i32 v5, 0.5, v2, v3              ; encoding: [0x05,0x00,0x52,0xd5,0xf0,0x04,0x0e,0x04]
 
 v_min3_i32 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd5,0xf7,0x04,0x0e,0x04]
+// GFX10: v_min3_i32 v5, -4.0, v2, v3             ; encoding: [0x05,0x00,0x52,0xd5,0xf7,0x04,0x0e,0x04]
 
 v_min3_i32 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd5,0x01,0xff,0x0f,0x04]
+// GFX10: v_min3_i32 v5, v1, v255, v3             ; encoding: [0x05,0x00,0x52,0xd5,0x01,0xff,0x0f,0x04]
 
 v_min3_i32 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd5,0x01,0x05,0x0c,0x04]
+// GFX10: v_min3_i32 v5, v1, s2, v3               ; encoding: [0x05,0x00,0x52,0xd5,0x01,0x05,0x0c,0x04]
 
 v_min3_i32 v5, v1, s103, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd5,0x01,0xcf,0x0c,0x04]
+// GFX10: v_min3_i32 v5, v1, s103, v3             ; encoding: [0x05,0x00,0x52,0xd5,0x01,0xcf,0x0c,0x04]
 
 v_min3_i32 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd5,0x01,0xd5,0x0c,0x04]
+// GFX10: v_min3_i32 v5, v1, vcc_lo, v3           ; encoding: [0x05,0x00,0x52,0xd5,0x01,0xd5,0x0c,0x04]
 
 v_min3_i32 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd5,0x01,0xd7,0x0c,0x04]
+// GFX10: v_min3_i32 v5, v1, vcc_hi, v3           ; encoding: [0x05,0x00,0x52,0xd5,0x01,0xd7,0x0c,0x04]
 
 v_min3_i32 v5, v1, ttmp11, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd5,0x01,0xef,0x0c,0x04]
+// GFX10: v_min3_i32 v5, v1, ttmp11, v3           ; encoding: [0x05,0x00,0x52,0xd5,0x01,0xef,0x0c,0x04]
 
 v_min3_i32 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd5,0x01,0xf9,0x0c,0x04]
+// GFX10: v_min3_i32 v5, v1, m0, v3               ; encoding: [0x05,0x00,0x52,0xd5,0x01,0xf9,0x0c,0x04]
 
 v_min3_i32 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd5,0x01,0xfd,0x0c,0x04]
+// GFX10: v_min3_i32 v5, v1, exec_lo, v3          ; encoding: [0x05,0x00,0x52,0xd5,0x01,0xfd,0x0c,0x04]
 
 v_min3_i32 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd5,0x01,0xff,0x0c,0x04]
+// GFX10: v_min3_i32 v5, v1, exec_hi, v3          ; encoding: [0x05,0x00,0x52,0xd5,0x01,0xff,0x0c,0x04]
 
 v_min3_i32 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd5,0x01,0x01,0x0d,0x04]
+// GFX10: v_min3_i32 v5, v1, 0, v3                ; encoding: [0x05,0x00,0x52,0xd5,0x01,0x01,0x0d,0x04]
 
 v_min3_i32 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd5,0x01,0x83,0x0d,0x04]
+// GFX10: v_min3_i32 v5, v1, -1, v3               ; encoding: [0x05,0x00,0x52,0xd5,0x01,0x83,0x0d,0x04]
 
 v_min3_i32 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd5,0x01,0xe1,0x0d,0x04]
+// GFX10: v_min3_i32 v5, v1, 0.5, v3              ; encoding: [0x05,0x00,0x52,0xd5,0x01,0xe1,0x0d,0x04]
 
 v_min3_i32 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd5,0x01,0xef,0x0d,0x04]
+// GFX10: v_min3_i32 v5, v1, -4.0, v3             ; encoding: [0x05,0x00,0x52,0xd5,0x01,0xef,0x0d,0x04]
 
 v_min3_i32 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x52,0xd5,0x01,0x05,0xfe,0x07]
+// GFX10: v_min3_i32 v5, v1, v2, v255             ; encoding: [0x05,0x00,0x52,0xd5,0x01,0x05,0xfe,0x07]
 
 v_min3_i32 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x52,0xd5,0x01,0x05,0x0e,0x00]
+// GFX10: v_min3_i32 v5, v1, v2, s3               ; encoding: [0x05,0x00,0x52,0xd5,0x01,0x05,0x0e,0x00]
 
 v_min3_i32 v5, v1, v2, s103
-// GFX10: encoding: [0x05,0x00,0x52,0xd5,0x01,0x05,0x9e,0x01]
+// GFX10: v_min3_i32 v5, v1, v2, s103             ; encoding: [0x05,0x00,0x52,0xd5,0x01,0x05,0x9e,0x01]
 
 v_min3_i32 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x52,0xd5,0x01,0x05,0xaa,0x01]
+// GFX10: v_min3_i32 v5, v1, v2, vcc_lo           ; encoding: [0x05,0x00,0x52,0xd5,0x01,0x05,0xaa,0x01]
 
 v_min3_i32 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x52,0xd5,0x01,0x05,0xae,0x01]
+// GFX10: v_min3_i32 v5, v1, v2, vcc_hi           ; encoding: [0x05,0x00,0x52,0xd5,0x01,0x05,0xae,0x01]
 
 v_min3_i32 v5, v1, v2, ttmp11
-// GFX10: encoding: [0x05,0x00,0x52,0xd5,0x01,0x05,0xde,0x01]
+// GFX10: v_min3_i32 v5, v1, v2, ttmp11           ; encoding: [0x05,0x00,0x52,0xd5,0x01,0x05,0xde,0x01]
 
 v_min3_i32 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x52,0xd5,0x01,0x05,0xf2,0x01]
+// GFX10: v_min3_i32 v5, v1, v2, m0               ; encoding: [0x05,0x00,0x52,0xd5,0x01,0x05,0xf2,0x01]
 
 v_min3_i32 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x52,0xd5,0x01,0x05,0xfa,0x01]
+// GFX10: v_min3_i32 v5, v1, v2, exec_lo          ; encoding: [0x05,0x00,0x52,0xd5,0x01,0x05,0xfa,0x01]
 
 v_min3_i32 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x52,0xd5,0x01,0x05,0xfe,0x01]
+// GFX10: v_min3_i32 v5, v1, v2, exec_hi          ; encoding: [0x05,0x00,0x52,0xd5,0x01,0x05,0xfe,0x01]
 
 v_min3_i32 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x52,0xd5,0x01,0x05,0x02,0x02]
+// GFX10: v_min3_i32 v5, v1, v2, 0                ; encoding: [0x05,0x00,0x52,0xd5,0x01,0x05,0x02,0x02]
 
 v_min3_i32 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x52,0xd5,0x01,0x05,0x06,0x03]
+// GFX10: v_min3_i32 v5, v1, v2, -1               ; encoding: [0x05,0x00,0x52,0xd5,0x01,0x05,0x06,0x03]
 
 v_min3_i32 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x52,0xd5,0x01,0x05,0xc2,0x03]
+// GFX10: v_min3_i32 v5, v1, v2, 0.5              ; encoding: [0x05,0x00,0x52,0xd5,0x01,0x05,0xc2,0x03]
 
 v_min3_i32 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x52,0xd5,0x01,0x05,0xde,0x03]
+// GFX10: v_min3_i32 v5, v1, v2, -4.0             ; encoding: [0x05,0x00,0x52,0xd5,0x01,0x05,0xde,0x03]
 
 v_min3_u32 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_min3_u32 v5, v1, v2, v3               ; encoding: [0x05,0x00,0x53,0xd5,0x01,0x05,0x0e,0x04]
 
 v_min3_u32 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x53,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_min3_u32 v255, v1, v2, v3             ; encoding: [0xff,0x00,0x53,0xd5,0x01,0x05,0x0e,0x04]
 
 v_min3_u32 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd5,0xff,0x05,0x0e,0x04]
+// GFX10: v_min3_u32 v5, v255, v2, v3             ; encoding: [0x05,0x00,0x53,0xd5,0xff,0x05,0x0e,0x04]
 
 v_min3_u32 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd5,0x01,0x04,0x0e,0x04]
+// GFX10: v_min3_u32 v5, s1, v2, v3               ; encoding: [0x05,0x00,0x53,0xd5,0x01,0x04,0x0e,0x04]
 
 v_min3_u32 v5, s103, v2, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd5,0x67,0x04,0x0e,0x04]
+// GFX10: v_min3_u32 v5, s103, v2, v3             ; encoding: [0x05,0x00,0x53,0xd5,0x67,0x04,0x0e,0x04]
 
 v_min3_u32 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd5,0x6a,0x04,0x0e,0x04]
+// GFX10: v_min3_u32 v5, vcc_lo, v2, v3           ; encoding: [0x05,0x00,0x53,0xd5,0x6a,0x04,0x0e,0x04]
 
 v_min3_u32 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd5,0x6b,0x04,0x0e,0x04]
+// GFX10: v_min3_u32 v5, vcc_hi, v2, v3           ; encoding: [0x05,0x00,0x53,0xd5,0x6b,0x04,0x0e,0x04]
 
 v_min3_u32 v5, ttmp11, v2, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd5,0x77,0x04,0x0e,0x04]
+// GFX10: v_min3_u32 v5, ttmp11, v2, v3           ; encoding: [0x05,0x00,0x53,0xd5,0x77,0x04,0x0e,0x04]
 
 v_min3_u32 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd5,0x7c,0x04,0x0e,0x04]
+// GFX10: v_min3_u32 v5, m0, v2, v3               ; encoding: [0x05,0x00,0x53,0xd5,0x7c,0x04,0x0e,0x04]
 
 v_min3_u32 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd5,0x7e,0x04,0x0e,0x04]
+// GFX10: v_min3_u32 v5, exec_lo, v2, v3          ; encoding: [0x05,0x00,0x53,0xd5,0x7e,0x04,0x0e,0x04]
 
 v_min3_u32 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd5,0x7f,0x04,0x0e,0x04]
+// GFX10: v_min3_u32 v5, exec_hi, v2, v3          ; encoding: [0x05,0x00,0x53,0xd5,0x7f,0x04,0x0e,0x04]
 
 v_min3_u32 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd5,0x80,0x04,0x0e,0x04]
+// GFX10: v_min3_u32 v5, 0, v2, v3                ; encoding: [0x05,0x00,0x53,0xd5,0x80,0x04,0x0e,0x04]
 
 v_min3_u32 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd5,0xc1,0x04,0x0e,0x04]
+// GFX10: v_min3_u32 v5, -1, v2, v3               ; encoding: [0x05,0x00,0x53,0xd5,0xc1,0x04,0x0e,0x04]
 
 v_min3_u32 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd5,0xf0,0x04,0x0e,0x04]
+// GFX10: v_min3_u32 v5, 0.5, v2, v3              ; encoding: [0x05,0x00,0x53,0xd5,0xf0,0x04,0x0e,0x04]
 
 v_min3_u32 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd5,0xf7,0x04,0x0e,0x04]
+// GFX10: v_min3_u32 v5, -4.0, v2, v3             ; encoding: [0x05,0x00,0x53,0xd5,0xf7,0x04,0x0e,0x04]
 
 v_min3_u32 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd5,0x01,0xff,0x0f,0x04]
+// GFX10: v_min3_u32 v5, v1, v255, v3             ; encoding: [0x05,0x00,0x53,0xd5,0x01,0xff,0x0f,0x04]
 
 v_min3_u32 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd5,0x01,0x05,0x0c,0x04]
+// GFX10: v_min3_u32 v5, v1, s2, v3               ; encoding: [0x05,0x00,0x53,0xd5,0x01,0x05,0x0c,0x04]
 
 v_min3_u32 v5, v1, s103, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd5,0x01,0xcf,0x0c,0x04]
+// GFX10: v_min3_u32 v5, v1, s103, v3             ; encoding: [0x05,0x00,0x53,0xd5,0x01,0xcf,0x0c,0x04]
 
 v_min3_u32 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd5,0x01,0xd5,0x0c,0x04]
+// GFX10: v_min3_u32 v5, v1, vcc_lo, v3           ; encoding: [0x05,0x00,0x53,0xd5,0x01,0xd5,0x0c,0x04]
 
 v_min3_u32 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd5,0x01,0xd7,0x0c,0x04]
+// GFX10: v_min3_u32 v5, v1, vcc_hi, v3           ; encoding: [0x05,0x00,0x53,0xd5,0x01,0xd7,0x0c,0x04]
 
 v_min3_u32 v5, v1, ttmp11, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd5,0x01,0xef,0x0c,0x04]
+// GFX10: v_min3_u32 v5, v1, ttmp11, v3           ; encoding: [0x05,0x00,0x53,0xd5,0x01,0xef,0x0c,0x04]
 
 v_min3_u32 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd5,0x01,0xf9,0x0c,0x04]
+// GFX10: v_min3_u32 v5, v1, m0, v3               ; encoding: [0x05,0x00,0x53,0xd5,0x01,0xf9,0x0c,0x04]
 
 v_min3_u32 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd5,0x01,0xfd,0x0c,0x04]
+// GFX10: v_min3_u32 v5, v1, exec_lo, v3          ; encoding: [0x05,0x00,0x53,0xd5,0x01,0xfd,0x0c,0x04]
 
 v_min3_u32 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd5,0x01,0xff,0x0c,0x04]
+// GFX10: v_min3_u32 v5, v1, exec_hi, v3          ; encoding: [0x05,0x00,0x53,0xd5,0x01,0xff,0x0c,0x04]
 
 v_min3_u32 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd5,0x01,0x01,0x0d,0x04]
+// GFX10: v_min3_u32 v5, v1, 0, v3                ; encoding: [0x05,0x00,0x53,0xd5,0x01,0x01,0x0d,0x04]
 
 v_min3_u32 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd5,0x01,0x83,0x0d,0x04]
+// GFX10: v_min3_u32 v5, v1, -1, v3               ; encoding: [0x05,0x00,0x53,0xd5,0x01,0x83,0x0d,0x04]
 
 v_min3_u32 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd5,0x01,0xe1,0x0d,0x04]
+// GFX10: v_min3_u32 v5, v1, 0.5, v3              ; encoding: [0x05,0x00,0x53,0xd5,0x01,0xe1,0x0d,0x04]
 
 v_min3_u32 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd5,0x01,0xef,0x0d,0x04]
+// GFX10: v_min3_u32 v5, v1, -4.0, v3             ; encoding: [0x05,0x00,0x53,0xd5,0x01,0xef,0x0d,0x04]
 
 v_min3_u32 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x53,0xd5,0x01,0x05,0xfe,0x07]
+// GFX10: v_min3_u32 v5, v1, v2, v255             ; encoding: [0x05,0x00,0x53,0xd5,0x01,0x05,0xfe,0x07]
 
 v_min3_u32 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x53,0xd5,0x01,0x05,0x0e,0x00]
+// GFX10: v_min3_u32 v5, v1, v2, s3               ; encoding: [0x05,0x00,0x53,0xd5,0x01,0x05,0x0e,0x00]
 
 v_min3_u32 v5, v1, v2, s103
-// GFX10: encoding: [0x05,0x00,0x53,0xd5,0x01,0x05,0x9e,0x01]
+// GFX10: v_min3_u32 v5, v1, v2, s103             ; encoding: [0x05,0x00,0x53,0xd5,0x01,0x05,0x9e,0x01]
 
 v_min3_u32 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x53,0xd5,0x01,0x05,0xaa,0x01]
+// GFX10: v_min3_u32 v5, v1, v2, vcc_lo           ; encoding: [0x05,0x00,0x53,0xd5,0x01,0x05,0xaa,0x01]
 
 v_min3_u32 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x53,0xd5,0x01,0x05,0xae,0x01]
+// GFX10: v_min3_u32 v5, v1, v2, vcc_hi           ; encoding: [0x05,0x00,0x53,0xd5,0x01,0x05,0xae,0x01]
 
 v_min3_u32 v5, v1, v2, ttmp11
-// GFX10: encoding: [0x05,0x00,0x53,0xd5,0x01,0x05,0xde,0x01]
+// GFX10: v_min3_u32 v5, v1, v2, ttmp11           ; encoding: [0x05,0x00,0x53,0xd5,0x01,0x05,0xde,0x01]
 
 v_min3_u32 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x53,0xd5,0x01,0x05,0xf2,0x01]
+// GFX10: v_min3_u32 v5, v1, v2, m0               ; encoding: [0x05,0x00,0x53,0xd5,0x01,0x05,0xf2,0x01]
 
 v_min3_u32 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x53,0xd5,0x01,0x05,0xfa,0x01]
+// GFX10: v_min3_u32 v5, v1, v2, exec_lo          ; encoding: [0x05,0x00,0x53,0xd5,0x01,0x05,0xfa,0x01]
 
 v_min3_u32 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x53,0xd5,0x01,0x05,0xfe,0x01]
+// GFX10: v_min3_u32 v5, v1, v2, exec_hi          ; encoding: [0x05,0x00,0x53,0xd5,0x01,0x05,0xfe,0x01]
 
 v_min3_u32 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x53,0xd5,0x01,0x05,0x02,0x02]
+// GFX10: v_min3_u32 v5, v1, v2, 0                ; encoding: [0x05,0x00,0x53,0xd5,0x01,0x05,0x02,0x02]
 
 v_min3_u32 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x53,0xd5,0x01,0x05,0x06,0x03]
+// GFX10: v_min3_u32 v5, v1, v2, -1               ; encoding: [0x05,0x00,0x53,0xd5,0x01,0x05,0x06,0x03]
 
 v_min3_u32 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x53,0xd5,0x01,0x05,0xc2,0x03]
+// GFX10: v_min3_u32 v5, v1, v2, 0.5              ; encoding: [0x05,0x00,0x53,0xd5,0x01,0x05,0xc2,0x03]
 
 v_min3_u32 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x53,0xd5,0x01,0x05,0xde,0x03]
+// GFX10: v_min3_u32 v5, v1, v2, -4.0             ; encoding: [0x05,0x00,0x53,0xd5,0x01,0x05,0xde,0x03]
 
 v_max3_f32 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_max3_f32 v5, v1, v2, v3               ; encoding: [0x05,0x00,0x54,0xd5,0x01,0x05,0x0e,0x04]
 
 v_max3_f32 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x54,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_max3_f32 v255, v1, v2, v3             ; encoding: [0xff,0x00,0x54,0xd5,0x01,0x05,0x0e,0x04]
 
 v_max3_f32 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0xff,0x05,0x0e,0x04]
+// GFX10: v_max3_f32 v5, v255, v2, v3             ; encoding: [0x05,0x00,0x54,0xd5,0xff,0x05,0x0e,0x04]
 
 v_max3_f32 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0x01,0x04,0x0e,0x04]
+// GFX10: v_max3_f32 v5, s1, v2, v3               ; encoding: [0x05,0x00,0x54,0xd5,0x01,0x04,0x0e,0x04]
 
 v_max3_f32 v5, s103, v2, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0x67,0x04,0x0e,0x04]
+// GFX10: v_max3_f32 v5, s103, v2, v3             ; encoding: [0x05,0x00,0x54,0xd5,0x67,0x04,0x0e,0x04]
 
 v_max3_f32 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0x6a,0x04,0x0e,0x04]
+// GFX10: v_max3_f32 v5, vcc_lo, v2, v3           ; encoding: [0x05,0x00,0x54,0xd5,0x6a,0x04,0x0e,0x04]
 
 v_max3_f32 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0x6b,0x04,0x0e,0x04]
+// GFX10: v_max3_f32 v5, vcc_hi, v2, v3           ; encoding: [0x05,0x00,0x54,0xd5,0x6b,0x04,0x0e,0x04]
 
 v_max3_f32 v5, ttmp11, v2, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0x77,0x04,0x0e,0x04]
+// GFX10: v_max3_f32 v5, ttmp11, v2, v3           ; encoding: [0x05,0x00,0x54,0xd5,0x77,0x04,0x0e,0x04]
 
 v_max3_f32 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0x7c,0x04,0x0e,0x04]
+// GFX10: v_max3_f32 v5, m0, v2, v3               ; encoding: [0x05,0x00,0x54,0xd5,0x7c,0x04,0x0e,0x04]
 
 v_max3_f32 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0x7e,0x04,0x0e,0x04]
+// GFX10: v_max3_f32 v5, exec_lo, v2, v3          ; encoding: [0x05,0x00,0x54,0xd5,0x7e,0x04,0x0e,0x04]
 
 v_max3_f32 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0x7f,0x04,0x0e,0x04]
+// GFX10: v_max3_f32 v5, exec_hi, v2, v3          ; encoding: [0x05,0x00,0x54,0xd5,0x7f,0x04,0x0e,0x04]
 
 v_max3_f32 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0x80,0x04,0x0e,0x04]
+// GFX10: v_max3_f32 v5, 0, v2, v3                ; encoding: [0x05,0x00,0x54,0xd5,0x80,0x04,0x0e,0x04]
 
 v_max3_f32 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0xc1,0x04,0x0e,0x04]
+// GFX10: v_max3_f32 v5, -1, v2, v3               ; encoding: [0x05,0x00,0x54,0xd5,0xc1,0x04,0x0e,0x04]
 
 v_max3_f32 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0xf0,0x04,0x0e,0x04]
+// GFX10: v_max3_f32 v5, 0.5, v2, v3              ; encoding: [0x05,0x00,0x54,0xd5,0xf0,0x04,0x0e,0x04]
 
 v_max3_f32 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0xf7,0x04,0x0e,0x04]
+// GFX10: v_max3_f32 v5, -4.0, v2, v3             ; encoding: [0x05,0x00,0x54,0xd5,0xf7,0x04,0x0e,0x04]
 
 v_max3_f32 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0x01,0xff,0x0f,0x04]
+// GFX10: v_max3_f32 v5, v1, v255, v3             ; encoding: [0x05,0x00,0x54,0xd5,0x01,0xff,0x0f,0x04]
 
 v_max3_f32 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0x01,0x05,0x0c,0x04]
+// GFX10: v_max3_f32 v5, v1, s2, v3               ; encoding: [0x05,0x00,0x54,0xd5,0x01,0x05,0x0c,0x04]
 
 v_max3_f32 v5, v1, s103, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0x01,0xcf,0x0c,0x04]
+// GFX10: v_max3_f32 v5, v1, s103, v3             ; encoding: [0x05,0x00,0x54,0xd5,0x01,0xcf,0x0c,0x04]
 
 v_max3_f32 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0x01,0xd5,0x0c,0x04]
+// GFX10: v_max3_f32 v5, v1, vcc_lo, v3           ; encoding: [0x05,0x00,0x54,0xd5,0x01,0xd5,0x0c,0x04]
 
 v_max3_f32 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0x01,0xd7,0x0c,0x04]
+// GFX10: v_max3_f32 v5, v1, vcc_hi, v3           ; encoding: [0x05,0x00,0x54,0xd5,0x01,0xd7,0x0c,0x04]
 
 v_max3_f32 v5, v1, ttmp11, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0x01,0xef,0x0c,0x04]
+// GFX10: v_max3_f32 v5, v1, ttmp11, v3           ; encoding: [0x05,0x00,0x54,0xd5,0x01,0xef,0x0c,0x04]
 
 v_max3_f32 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0x01,0xf9,0x0c,0x04]
+// GFX10: v_max3_f32 v5, v1, m0, v3               ; encoding: [0x05,0x00,0x54,0xd5,0x01,0xf9,0x0c,0x04]
 
 v_max3_f32 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0x01,0xfd,0x0c,0x04]
+// GFX10: v_max3_f32 v5, v1, exec_lo, v3          ; encoding: [0x05,0x00,0x54,0xd5,0x01,0xfd,0x0c,0x04]
 
 v_max3_f32 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0x01,0xff,0x0c,0x04]
+// GFX10: v_max3_f32 v5, v1, exec_hi, v3          ; encoding: [0x05,0x00,0x54,0xd5,0x01,0xff,0x0c,0x04]
 
 v_max3_f32 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0x01,0x01,0x0d,0x04]
+// GFX10: v_max3_f32 v5, v1, 0, v3                ; encoding: [0x05,0x00,0x54,0xd5,0x01,0x01,0x0d,0x04]
 
 v_max3_f32 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0x01,0x83,0x0d,0x04]
+// GFX10: v_max3_f32 v5, v1, -1, v3               ; encoding: [0x05,0x00,0x54,0xd5,0x01,0x83,0x0d,0x04]
 
 v_max3_f32 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0x01,0xe1,0x0d,0x04]
+// GFX10: v_max3_f32 v5, v1, 0.5, v3              ; encoding: [0x05,0x00,0x54,0xd5,0x01,0xe1,0x0d,0x04]
 
 v_max3_f32 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0x01,0xef,0x0d,0x04]
+// GFX10: v_max3_f32 v5, v1, -4.0, v3             ; encoding: [0x05,0x00,0x54,0xd5,0x01,0xef,0x0d,0x04]
 
 v_max3_f32 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0x01,0x05,0xfe,0x07]
+// GFX10: v_max3_f32 v5, v1, v2, v255             ; encoding: [0x05,0x00,0x54,0xd5,0x01,0x05,0xfe,0x07]
 
 v_max3_f32 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0x01,0x05,0x0e,0x00]
+// GFX10: v_max3_f32 v5, v1, v2, s3               ; encoding: [0x05,0x00,0x54,0xd5,0x01,0x05,0x0e,0x00]
 
 v_max3_f32 v5, v1, v2, s103
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0x01,0x05,0x9e,0x01]
+// GFX10: v_max3_f32 v5, v1, v2, s103             ; encoding: [0x05,0x00,0x54,0xd5,0x01,0x05,0x9e,0x01]
 
 v_max3_f32 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0x01,0x05,0xaa,0x01]
+// GFX10: v_max3_f32 v5, v1, v2, vcc_lo           ; encoding: [0x05,0x00,0x54,0xd5,0x01,0x05,0xaa,0x01]
 
 v_max3_f32 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0x01,0x05,0xae,0x01]
+// GFX10: v_max3_f32 v5, v1, v2, vcc_hi           ; encoding: [0x05,0x00,0x54,0xd5,0x01,0x05,0xae,0x01]
 
 v_max3_f32 v5, v1, v2, ttmp11
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0x01,0x05,0xde,0x01]
+// GFX10: v_max3_f32 v5, v1, v2, ttmp11           ; encoding: [0x05,0x00,0x54,0xd5,0x01,0x05,0xde,0x01]
 
 v_max3_f32 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0x01,0x05,0xf2,0x01]
+// GFX10: v_max3_f32 v5, v1, v2, m0               ; encoding: [0x05,0x00,0x54,0xd5,0x01,0x05,0xf2,0x01]
 
 v_max3_f32 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0x01,0x05,0xfa,0x01]
+// GFX10: v_max3_f32 v5, v1, v2, exec_lo          ; encoding: [0x05,0x00,0x54,0xd5,0x01,0x05,0xfa,0x01]
 
 v_max3_f32 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0x01,0x05,0xfe,0x01]
+// GFX10: v_max3_f32 v5, v1, v2, exec_hi          ; encoding: [0x05,0x00,0x54,0xd5,0x01,0x05,0xfe,0x01]
 
 v_max3_f32 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0x01,0x05,0x02,0x02]
+// GFX10: v_max3_f32 v5, v1, v2, 0                ; encoding: [0x05,0x00,0x54,0xd5,0x01,0x05,0x02,0x02]
 
 v_max3_f32 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0x01,0x05,0x06,0x03]
+// GFX10: v_max3_f32 v5, v1, v2, -1               ; encoding: [0x05,0x00,0x54,0xd5,0x01,0x05,0x06,0x03]
 
 v_max3_f32 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0x01,0x05,0xc2,0x03]
+// GFX10: v_max3_f32 v5, v1, v2, 0.5              ; encoding: [0x05,0x00,0x54,0xd5,0x01,0x05,0xc2,0x03]
 
 v_max3_f32 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0x01,0x05,0xde,0x03]
+// GFX10: v_max3_f32 v5, v1, v2, -4.0             ; encoding: [0x05,0x00,0x54,0xd5,0x01,0x05,0xde,0x03]
 
 v_max3_f32 v5, -v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0x01,0x05,0x0e,0x24]
+// GFX10: v_max3_f32 v5, -v1, v2, v3              ; encoding: [0x05,0x00,0x54,0xd5,0x01,0x05,0x0e,0x24]
 
 v_max3_f32 v5, v1, -v2, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0x01,0x05,0x0e,0x44]
+// GFX10: v_max3_f32 v5, v1, -v2, v3              ; encoding: [0x05,0x00,0x54,0xd5,0x01,0x05,0x0e,0x44]
 
 v_max3_f32 v5, v1, v2, -v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0x01,0x05,0x0e,0x84]
+// GFX10: v_max3_f32 v5, v1, v2, -v3              ; encoding: [0x05,0x00,0x54,0xd5,0x01,0x05,0x0e,0x84]
 
 v_max3_f32 v5, -v1, -v2, -v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0x01,0x05,0x0e,0xe4]
+// GFX10: v_max3_f32 v5, -v1, -v2, -v3            ; encoding: [0x05,0x00,0x54,0xd5,0x01,0x05,0x0e,0xe4]
 
 v_max3_f32 v5, |v1|, v2, v3
-// GFX10: encoding: [0x05,0x01,0x54,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_max3_f32 v5, |v1|, v2, v3             ; encoding: [0x05,0x01,0x54,0xd5,0x01,0x05,0x0e,0x04]
 
 v_max3_f32 v5, v1, |v2|, v3
-// GFX10: encoding: [0x05,0x02,0x54,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_max3_f32 v5, v1, |v2|, v3             ; encoding: [0x05,0x02,0x54,0xd5,0x01,0x05,0x0e,0x04]
 
 v_max3_f32 v5, v1, v2, |v3|
-// GFX10: encoding: [0x05,0x04,0x54,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_max3_f32 v5, v1, v2, |v3|             ; encoding: [0x05,0x04,0x54,0xd5,0x01,0x05,0x0e,0x04]
 
 v_max3_f32 v5, |v1|, |v2|, |v3|
-// GFX10: encoding: [0x05,0x07,0x54,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_max3_f32 v5, |v1|, |v2|, |v3|         ; encoding: [0x05,0x07,0x54,0xd5,0x01,0x05,0x0e,0x04]
 
 v_max3_f32 v5, v1, v2, v3 clamp
-// GFX10: encoding: [0x05,0x80,0x54,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_max3_f32 v5, v1, v2, v3 clamp         ; encoding: [0x05,0x80,0x54,0xd5,0x01,0x05,0x0e,0x04]
 
 v_max3_f32 v5, v1, v2, v3 mul:2
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0x01,0x05,0x0e,0x0c]
+// GFX10: v_max3_f32 v5, v1, v2, v3 mul:2         ; encoding: [0x05,0x00,0x54,0xd5,0x01,0x05,0x0e,0x0c]
 
 v_max3_f32 v5, v1, v2, v3 mul:4
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0x01,0x05,0x0e,0x14]
+// GFX10: v_max3_f32 v5, v1, v2, v3 mul:4         ; encoding: [0x05,0x00,0x54,0xd5,0x01,0x05,0x0e,0x14]
 
 v_max3_f32 v5, v1, v2, v3 div:2
-// GFX10: encoding: [0x05,0x00,0x54,0xd5,0x01,0x05,0x0e,0x1c]
+// GFX10: v_max3_f32 v5, v1, v2, v3 div:2         ; encoding: [0x05,0x00,0x54,0xd5,0x01,0x05,0x0e,0x1c]
 
 v_max3_i32 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_max3_i32 v5, v1, v2, v3               ; encoding: [0x05,0x00,0x55,0xd5,0x01,0x05,0x0e,0x04]
 
 v_max3_i32 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x55,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_max3_i32 v255, v1, v2, v3             ; encoding: [0xff,0x00,0x55,0xd5,0x01,0x05,0x0e,0x04]
 
 v_max3_i32 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd5,0xff,0x05,0x0e,0x04]
+// GFX10: v_max3_i32 v5, v255, v2, v3             ; encoding: [0x05,0x00,0x55,0xd5,0xff,0x05,0x0e,0x04]
 
 v_max3_i32 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd5,0x01,0x04,0x0e,0x04]
+// GFX10: v_max3_i32 v5, s1, v2, v3               ; encoding: [0x05,0x00,0x55,0xd5,0x01,0x04,0x0e,0x04]
 
 v_max3_i32 v5, s103, v2, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd5,0x67,0x04,0x0e,0x04]
+// GFX10: v_max3_i32 v5, s103, v2, v3             ; encoding: [0x05,0x00,0x55,0xd5,0x67,0x04,0x0e,0x04]
 
 v_max3_i32 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd5,0x6a,0x04,0x0e,0x04]
+// GFX10: v_max3_i32 v5, vcc_lo, v2, v3           ; encoding: [0x05,0x00,0x55,0xd5,0x6a,0x04,0x0e,0x04]
 
 v_max3_i32 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd5,0x6b,0x04,0x0e,0x04]
+// GFX10: v_max3_i32 v5, vcc_hi, v2, v3           ; encoding: [0x05,0x00,0x55,0xd5,0x6b,0x04,0x0e,0x04]
 
 v_max3_i32 v5, ttmp11, v2, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd5,0x77,0x04,0x0e,0x04]
+// GFX10: v_max3_i32 v5, ttmp11, v2, v3           ; encoding: [0x05,0x00,0x55,0xd5,0x77,0x04,0x0e,0x04]
 
 v_max3_i32 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd5,0x7c,0x04,0x0e,0x04]
+// GFX10: v_max3_i32 v5, m0, v2, v3               ; encoding: [0x05,0x00,0x55,0xd5,0x7c,0x04,0x0e,0x04]
 
 v_max3_i32 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd5,0x7e,0x04,0x0e,0x04]
+// GFX10: v_max3_i32 v5, exec_lo, v2, v3          ; encoding: [0x05,0x00,0x55,0xd5,0x7e,0x04,0x0e,0x04]
 
 v_max3_i32 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd5,0x7f,0x04,0x0e,0x04]
+// GFX10: v_max3_i32 v5, exec_hi, v2, v3          ; encoding: [0x05,0x00,0x55,0xd5,0x7f,0x04,0x0e,0x04]
 
 v_max3_i32 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd5,0x80,0x04,0x0e,0x04]
+// GFX10: v_max3_i32 v5, 0, v2, v3                ; encoding: [0x05,0x00,0x55,0xd5,0x80,0x04,0x0e,0x04]
 
 v_max3_i32 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd5,0xc1,0x04,0x0e,0x04]
+// GFX10: v_max3_i32 v5, -1, v2, v3               ; encoding: [0x05,0x00,0x55,0xd5,0xc1,0x04,0x0e,0x04]
 
 v_max3_i32 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd5,0xf0,0x04,0x0e,0x04]
+// GFX10: v_max3_i32 v5, 0.5, v2, v3              ; encoding: [0x05,0x00,0x55,0xd5,0xf0,0x04,0x0e,0x04]
 
 v_max3_i32 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd5,0xf7,0x04,0x0e,0x04]
+// GFX10: v_max3_i32 v5, -4.0, v2, v3             ; encoding: [0x05,0x00,0x55,0xd5,0xf7,0x04,0x0e,0x04]
 
 v_max3_i32 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd5,0x01,0xff,0x0f,0x04]
+// GFX10: v_max3_i32 v5, v1, v255, v3             ; encoding: [0x05,0x00,0x55,0xd5,0x01,0xff,0x0f,0x04]
 
 v_max3_i32 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd5,0x01,0x05,0x0c,0x04]
+// GFX10: v_max3_i32 v5, v1, s2, v3               ; encoding: [0x05,0x00,0x55,0xd5,0x01,0x05,0x0c,0x04]
 
 v_max3_i32 v5, v1, s103, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd5,0x01,0xcf,0x0c,0x04]
+// GFX10: v_max3_i32 v5, v1, s103, v3             ; encoding: [0x05,0x00,0x55,0xd5,0x01,0xcf,0x0c,0x04]
 
 v_max3_i32 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd5,0x01,0xd5,0x0c,0x04]
+// GFX10: v_max3_i32 v5, v1, vcc_lo, v3           ; encoding: [0x05,0x00,0x55,0xd5,0x01,0xd5,0x0c,0x04]
 
 v_max3_i32 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd5,0x01,0xd7,0x0c,0x04]
+// GFX10: v_max3_i32 v5, v1, vcc_hi, v3           ; encoding: [0x05,0x00,0x55,0xd5,0x01,0xd7,0x0c,0x04]
 
 v_max3_i32 v5, v1, ttmp11, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd5,0x01,0xef,0x0c,0x04]
+// GFX10: v_max3_i32 v5, v1, ttmp11, v3           ; encoding: [0x05,0x00,0x55,0xd5,0x01,0xef,0x0c,0x04]
 
 v_max3_i32 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd5,0x01,0xf9,0x0c,0x04]
+// GFX10: v_max3_i32 v5, v1, m0, v3               ; encoding: [0x05,0x00,0x55,0xd5,0x01,0xf9,0x0c,0x04]
 
 v_max3_i32 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd5,0x01,0xfd,0x0c,0x04]
+// GFX10: v_max3_i32 v5, v1, exec_lo, v3          ; encoding: [0x05,0x00,0x55,0xd5,0x01,0xfd,0x0c,0x04]
 
 v_max3_i32 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd5,0x01,0xff,0x0c,0x04]
+// GFX10: v_max3_i32 v5, v1, exec_hi, v3          ; encoding: [0x05,0x00,0x55,0xd5,0x01,0xff,0x0c,0x04]
 
 v_max3_i32 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd5,0x01,0x01,0x0d,0x04]
+// GFX10: v_max3_i32 v5, v1, 0, v3                ; encoding: [0x05,0x00,0x55,0xd5,0x01,0x01,0x0d,0x04]
 
 v_max3_i32 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd5,0x01,0x83,0x0d,0x04]
+// GFX10: v_max3_i32 v5, v1, -1, v3               ; encoding: [0x05,0x00,0x55,0xd5,0x01,0x83,0x0d,0x04]
 
 v_max3_i32 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd5,0x01,0xe1,0x0d,0x04]
+// GFX10: v_max3_i32 v5, v1, 0.5, v3              ; encoding: [0x05,0x00,0x55,0xd5,0x01,0xe1,0x0d,0x04]
 
 v_max3_i32 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd5,0x01,0xef,0x0d,0x04]
+// GFX10: v_max3_i32 v5, v1, -4.0, v3             ; encoding: [0x05,0x00,0x55,0xd5,0x01,0xef,0x0d,0x04]
 
 v_max3_i32 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x55,0xd5,0x01,0x05,0xfe,0x07]
+// GFX10: v_max3_i32 v5, v1, v2, v255             ; encoding: [0x05,0x00,0x55,0xd5,0x01,0x05,0xfe,0x07]
 
 v_max3_i32 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x55,0xd5,0x01,0x05,0x0e,0x00]
+// GFX10: v_max3_i32 v5, v1, v2, s3               ; encoding: [0x05,0x00,0x55,0xd5,0x01,0x05,0x0e,0x00]
 
 v_max3_i32 v5, v1, v2, s103
-// GFX10: encoding: [0x05,0x00,0x55,0xd5,0x01,0x05,0x9e,0x01]
+// GFX10: v_max3_i32 v5, v1, v2, s103             ; encoding: [0x05,0x00,0x55,0xd5,0x01,0x05,0x9e,0x01]
 
 v_max3_i32 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x55,0xd5,0x01,0x05,0xaa,0x01]
+// GFX10: v_max3_i32 v5, v1, v2, vcc_lo           ; encoding: [0x05,0x00,0x55,0xd5,0x01,0x05,0xaa,0x01]
 
 v_max3_i32 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x55,0xd5,0x01,0x05,0xae,0x01]
+// GFX10: v_max3_i32 v5, v1, v2, vcc_hi           ; encoding: [0x05,0x00,0x55,0xd5,0x01,0x05,0xae,0x01]
 
 v_max3_i32 v5, v1, v2, ttmp11
-// GFX10: encoding: [0x05,0x00,0x55,0xd5,0x01,0x05,0xde,0x01]
+// GFX10: v_max3_i32 v5, v1, v2, ttmp11           ; encoding: [0x05,0x00,0x55,0xd5,0x01,0x05,0xde,0x01]
 
 v_max3_i32 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x55,0xd5,0x01,0x05,0xf2,0x01]
+// GFX10: v_max3_i32 v5, v1, v2, m0               ; encoding: [0x05,0x00,0x55,0xd5,0x01,0x05,0xf2,0x01]
 
 v_max3_i32 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x55,0xd5,0x01,0x05,0xfa,0x01]
+// GFX10: v_max3_i32 v5, v1, v2, exec_lo          ; encoding: [0x05,0x00,0x55,0xd5,0x01,0x05,0xfa,0x01]
 
 v_max3_i32 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x55,0xd5,0x01,0x05,0xfe,0x01]
+// GFX10: v_max3_i32 v5, v1, v2, exec_hi          ; encoding: [0x05,0x00,0x55,0xd5,0x01,0x05,0xfe,0x01]
 
 v_max3_i32 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x55,0xd5,0x01,0x05,0x02,0x02]
+// GFX10: v_max3_i32 v5, v1, v2, 0                ; encoding: [0x05,0x00,0x55,0xd5,0x01,0x05,0x02,0x02]
 
 v_max3_i32 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x55,0xd5,0x01,0x05,0x06,0x03]
+// GFX10: v_max3_i32 v5, v1, v2, -1               ; encoding: [0x05,0x00,0x55,0xd5,0x01,0x05,0x06,0x03]
 
 v_max3_i32 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x55,0xd5,0x01,0x05,0xc2,0x03]
+// GFX10: v_max3_i32 v5, v1, v2, 0.5              ; encoding: [0x05,0x00,0x55,0xd5,0x01,0x05,0xc2,0x03]
 
 v_max3_i32 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x55,0xd5,0x01,0x05,0xde,0x03]
+// GFX10: v_max3_i32 v5, v1, v2, -4.0             ; encoding: [0x05,0x00,0x55,0xd5,0x01,0x05,0xde,0x03]
 
 v_max3_u32 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_max3_u32 v5, v1, v2, v3               ; encoding: [0x05,0x00,0x56,0xd5,0x01,0x05,0x0e,0x04]
 
 v_max3_u32 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x56,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_max3_u32 v255, v1, v2, v3             ; encoding: [0xff,0x00,0x56,0xd5,0x01,0x05,0x0e,0x04]
 
 v_max3_u32 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd5,0xff,0x05,0x0e,0x04]
+// GFX10: v_max3_u32 v5, v255, v2, v3             ; encoding: [0x05,0x00,0x56,0xd5,0xff,0x05,0x0e,0x04]
 
 v_max3_u32 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd5,0x01,0x04,0x0e,0x04]
+// GFX10: v_max3_u32 v5, s1, v2, v3               ; encoding: [0x05,0x00,0x56,0xd5,0x01,0x04,0x0e,0x04]
 
 v_max3_u32 v5, s103, v2, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd5,0x67,0x04,0x0e,0x04]
+// GFX10: v_max3_u32 v5, s103, v2, v3             ; encoding: [0x05,0x00,0x56,0xd5,0x67,0x04,0x0e,0x04]
 
 v_max3_u32 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd5,0x6a,0x04,0x0e,0x04]
+// GFX10: v_max3_u32 v5, vcc_lo, v2, v3           ; encoding: [0x05,0x00,0x56,0xd5,0x6a,0x04,0x0e,0x04]
 
 v_max3_u32 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd5,0x6b,0x04,0x0e,0x04]
+// GFX10: v_max3_u32 v5, vcc_hi, v2, v3           ; encoding: [0x05,0x00,0x56,0xd5,0x6b,0x04,0x0e,0x04]
 
 v_max3_u32 v5, ttmp11, v2, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd5,0x77,0x04,0x0e,0x04]
+// GFX10: v_max3_u32 v5, ttmp11, v2, v3           ; encoding: [0x05,0x00,0x56,0xd5,0x77,0x04,0x0e,0x04]
 
 v_max3_u32 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd5,0x7c,0x04,0x0e,0x04]
+// GFX10: v_max3_u32 v5, m0, v2, v3               ; encoding: [0x05,0x00,0x56,0xd5,0x7c,0x04,0x0e,0x04]
 
 v_max3_u32 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd5,0x7e,0x04,0x0e,0x04]
+// GFX10: v_max3_u32 v5, exec_lo, v2, v3          ; encoding: [0x05,0x00,0x56,0xd5,0x7e,0x04,0x0e,0x04]
 
 v_max3_u32 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd5,0x7f,0x04,0x0e,0x04]
+// GFX10: v_max3_u32 v5, exec_hi, v2, v3          ; encoding: [0x05,0x00,0x56,0xd5,0x7f,0x04,0x0e,0x04]
 
 v_max3_u32 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd5,0x80,0x04,0x0e,0x04]
+// GFX10: v_max3_u32 v5, 0, v2, v3                ; encoding: [0x05,0x00,0x56,0xd5,0x80,0x04,0x0e,0x04]
 
 v_max3_u32 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd5,0xc1,0x04,0x0e,0x04]
+// GFX10: v_max3_u32 v5, -1, v2, v3               ; encoding: [0x05,0x00,0x56,0xd5,0xc1,0x04,0x0e,0x04]
 
 v_max3_u32 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd5,0xf0,0x04,0x0e,0x04]
+// GFX10: v_max3_u32 v5, 0.5, v2, v3              ; encoding: [0x05,0x00,0x56,0xd5,0xf0,0x04,0x0e,0x04]
 
 v_max3_u32 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd5,0xf7,0x04,0x0e,0x04]
+// GFX10: v_max3_u32 v5, -4.0, v2, v3             ; encoding: [0x05,0x00,0x56,0xd5,0xf7,0x04,0x0e,0x04]
 
 v_max3_u32 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd5,0x01,0xff,0x0f,0x04]
+// GFX10: v_max3_u32 v5, v1, v255, v3             ; encoding: [0x05,0x00,0x56,0xd5,0x01,0xff,0x0f,0x04]
 
 v_max3_u32 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd5,0x01,0x05,0x0c,0x04]
+// GFX10: v_max3_u32 v5, v1, s2, v3               ; encoding: [0x05,0x00,0x56,0xd5,0x01,0x05,0x0c,0x04]
 
 v_max3_u32 v5, v1, s103, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd5,0x01,0xcf,0x0c,0x04]
+// GFX10: v_max3_u32 v5, v1, s103, v3             ; encoding: [0x05,0x00,0x56,0xd5,0x01,0xcf,0x0c,0x04]
 
 v_max3_u32 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd5,0x01,0xd5,0x0c,0x04]
+// GFX10: v_max3_u32 v5, v1, vcc_lo, v3           ; encoding: [0x05,0x00,0x56,0xd5,0x01,0xd5,0x0c,0x04]
 
 v_max3_u32 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd5,0x01,0xd7,0x0c,0x04]
+// GFX10: v_max3_u32 v5, v1, vcc_hi, v3           ; encoding: [0x05,0x00,0x56,0xd5,0x01,0xd7,0x0c,0x04]
 
 v_max3_u32 v5, v1, ttmp11, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd5,0x01,0xef,0x0c,0x04]
+// GFX10: v_max3_u32 v5, v1, ttmp11, v3           ; encoding: [0x05,0x00,0x56,0xd5,0x01,0xef,0x0c,0x04]
 
 v_max3_u32 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd5,0x01,0xf9,0x0c,0x04]
+// GFX10: v_max3_u32 v5, v1, m0, v3               ; encoding: [0x05,0x00,0x56,0xd5,0x01,0xf9,0x0c,0x04]
 
 v_max3_u32 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd5,0x01,0xfd,0x0c,0x04]
+// GFX10: v_max3_u32 v5, v1, exec_lo, v3          ; encoding: [0x05,0x00,0x56,0xd5,0x01,0xfd,0x0c,0x04]
 
 v_max3_u32 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd5,0x01,0xff,0x0c,0x04]
+// GFX10: v_max3_u32 v5, v1, exec_hi, v3          ; encoding: [0x05,0x00,0x56,0xd5,0x01,0xff,0x0c,0x04]
 
 v_max3_u32 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd5,0x01,0x01,0x0d,0x04]
+// GFX10: v_max3_u32 v5, v1, 0, v3                ; encoding: [0x05,0x00,0x56,0xd5,0x01,0x01,0x0d,0x04]
 
 v_max3_u32 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd5,0x01,0x83,0x0d,0x04]
+// GFX10: v_max3_u32 v5, v1, -1, v3               ; encoding: [0x05,0x00,0x56,0xd5,0x01,0x83,0x0d,0x04]
 
 v_max3_u32 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd5,0x01,0xe1,0x0d,0x04]
+// GFX10: v_max3_u32 v5, v1, 0.5, v3              ; encoding: [0x05,0x00,0x56,0xd5,0x01,0xe1,0x0d,0x04]
 
 v_max3_u32 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd5,0x01,0xef,0x0d,0x04]
+// GFX10: v_max3_u32 v5, v1, -4.0, v3             ; encoding: [0x05,0x00,0x56,0xd5,0x01,0xef,0x0d,0x04]
 
 v_max3_u32 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x56,0xd5,0x01,0x05,0xfe,0x07]
+// GFX10: v_max3_u32 v5, v1, v2, v255             ; encoding: [0x05,0x00,0x56,0xd5,0x01,0x05,0xfe,0x07]
 
 v_max3_u32 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x56,0xd5,0x01,0x05,0x0e,0x00]
+// GFX10: v_max3_u32 v5, v1, v2, s3               ; encoding: [0x05,0x00,0x56,0xd5,0x01,0x05,0x0e,0x00]
 
 v_max3_u32 v5, v1, v2, s103
-// GFX10: encoding: [0x05,0x00,0x56,0xd5,0x01,0x05,0x9e,0x01]
+// GFX10: v_max3_u32 v5, v1, v2, s103             ; encoding: [0x05,0x00,0x56,0xd5,0x01,0x05,0x9e,0x01]
 
 v_max3_u32 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x56,0xd5,0x01,0x05,0xaa,0x01]
+// GFX10: v_max3_u32 v5, v1, v2, vcc_lo           ; encoding: [0x05,0x00,0x56,0xd5,0x01,0x05,0xaa,0x01]
 
 v_max3_u32 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x56,0xd5,0x01,0x05,0xae,0x01]
+// GFX10: v_max3_u32 v5, v1, v2, vcc_hi           ; encoding: [0x05,0x00,0x56,0xd5,0x01,0x05,0xae,0x01]
 
 v_max3_u32 v5, v1, v2, ttmp11
-// GFX10: encoding: [0x05,0x00,0x56,0xd5,0x01,0x05,0xde,0x01]
+// GFX10: v_max3_u32 v5, v1, v2, ttmp11           ; encoding: [0x05,0x00,0x56,0xd5,0x01,0x05,0xde,0x01]
 
 v_max3_u32 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x56,0xd5,0x01,0x05,0xf2,0x01]
+// GFX10: v_max3_u32 v5, v1, v2, m0               ; encoding: [0x05,0x00,0x56,0xd5,0x01,0x05,0xf2,0x01]
 
 v_max3_u32 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x56,0xd5,0x01,0x05,0xfa,0x01]
+// GFX10: v_max3_u32 v5, v1, v2, exec_lo          ; encoding: [0x05,0x00,0x56,0xd5,0x01,0x05,0xfa,0x01]
 
 v_max3_u32 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x56,0xd5,0x01,0x05,0xfe,0x01]
+// GFX10: v_max3_u32 v5, v1, v2, exec_hi          ; encoding: [0x05,0x00,0x56,0xd5,0x01,0x05,0xfe,0x01]
 
 v_max3_u32 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x56,0xd5,0x01,0x05,0x02,0x02]
+// GFX10: v_max3_u32 v5, v1, v2, 0                ; encoding: [0x05,0x00,0x56,0xd5,0x01,0x05,0x02,0x02]
 
 v_max3_u32 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x56,0xd5,0x01,0x05,0x06,0x03]
+// GFX10: v_max3_u32 v5, v1, v2, -1               ; encoding: [0x05,0x00,0x56,0xd5,0x01,0x05,0x06,0x03]
 
 v_max3_u32 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x56,0xd5,0x01,0x05,0xc2,0x03]
+// GFX10: v_max3_u32 v5, v1, v2, 0.5              ; encoding: [0x05,0x00,0x56,0xd5,0x01,0x05,0xc2,0x03]
 
 v_max3_u32 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x56,0xd5,0x01,0x05,0xde,0x03]
+// GFX10: v_max3_u32 v5, v1, v2, -4.0             ; encoding: [0x05,0x00,0x56,0xd5,0x01,0x05,0xde,0x03]
 
 v_med3_f32 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_med3_f32 v5, v1, v2, v3               ; encoding: [0x05,0x00,0x57,0xd5,0x01,0x05,0x0e,0x04]
 
 v_med3_f32 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x57,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_med3_f32 v255, v1, v2, v3             ; encoding: [0xff,0x00,0x57,0xd5,0x01,0x05,0x0e,0x04]
 
 v_med3_f32 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0xff,0x05,0x0e,0x04]
+// GFX10: v_med3_f32 v5, v255, v2, v3             ; encoding: [0x05,0x00,0x57,0xd5,0xff,0x05,0x0e,0x04]
 
 v_med3_f32 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0x01,0x04,0x0e,0x04]
+// GFX10: v_med3_f32 v5, s1, v2, v3               ; encoding: [0x05,0x00,0x57,0xd5,0x01,0x04,0x0e,0x04]
 
 v_med3_f32 v5, s103, v2, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0x67,0x04,0x0e,0x04]
+// GFX10: v_med3_f32 v5, s103, v2, v3             ; encoding: [0x05,0x00,0x57,0xd5,0x67,0x04,0x0e,0x04]
 
 v_med3_f32 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0x6a,0x04,0x0e,0x04]
+// GFX10: v_med3_f32 v5, vcc_lo, v2, v3           ; encoding: [0x05,0x00,0x57,0xd5,0x6a,0x04,0x0e,0x04]
 
 v_med3_f32 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0x6b,0x04,0x0e,0x04]
+// GFX10: v_med3_f32 v5, vcc_hi, v2, v3           ; encoding: [0x05,0x00,0x57,0xd5,0x6b,0x04,0x0e,0x04]
 
 v_med3_f32 v5, ttmp11, v2, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0x77,0x04,0x0e,0x04]
+// GFX10: v_med3_f32 v5, ttmp11, v2, v3           ; encoding: [0x05,0x00,0x57,0xd5,0x77,0x04,0x0e,0x04]
 
 v_med3_f32 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0x7c,0x04,0x0e,0x04]
+// GFX10: v_med3_f32 v5, m0, v2, v3               ; encoding: [0x05,0x00,0x57,0xd5,0x7c,0x04,0x0e,0x04]
 
 v_med3_f32 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0x7e,0x04,0x0e,0x04]
+// GFX10: v_med3_f32 v5, exec_lo, v2, v3          ; encoding: [0x05,0x00,0x57,0xd5,0x7e,0x04,0x0e,0x04]
 
 v_med3_f32 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0x7f,0x04,0x0e,0x04]
+// GFX10: v_med3_f32 v5, exec_hi, v2, v3          ; encoding: [0x05,0x00,0x57,0xd5,0x7f,0x04,0x0e,0x04]
 
 v_med3_f32 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0x80,0x04,0x0e,0x04]
+// GFX10: v_med3_f32 v5, 0, v2, v3                ; encoding: [0x05,0x00,0x57,0xd5,0x80,0x04,0x0e,0x04]
 
 v_med3_f32 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0xc1,0x04,0x0e,0x04]
+// GFX10: v_med3_f32 v5, -1, v2, v3               ; encoding: [0x05,0x00,0x57,0xd5,0xc1,0x04,0x0e,0x04]
 
 v_med3_f32 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0xf0,0x04,0x0e,0x04]
+// GFX10: v_med3_f32 v5, 0.5, v2, v3              ; encoding: [0x05,0x00,0x57,0xd5,0xf0,0x04,0x0e,0x04]
 
 v_med3_f32 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0xf7,0x04,0x0e,0x04]
+// GFX10: v_med3_f32 v5, -4.0, v2, v3             ; encoding: [0x05,0x00,0x57,0xd5,0xf7,0x04,0x0e,0x04]
 
 v_med3_f32 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0x01,0xff,0x0f,0x04]
+// GFX10: v_med3_f32 v5, v1, v255, v3             ; encoding: [0x05,0x00,0x57,0xd5,0x01,0xff,0x0f,0x04]
 
 v_med3_f32 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0x01,0x05,0x0c,0x04]
+// GFX10: v_med3_f32 v5, v1, s2, v3               ; encoding: [0x05,0x00,0x57,0xd5,0x01,0x05,0x0c,0x04]
 
 v_med3_f32 v5, v1, s103, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0x01,0xcf,0x0c,0x04]
+// GFX10: v_med3_f32 v5, v1, s103, v3             ; encoding: [0x05,0x00,0x57,0xd5,0x01,0xcf,0x0c,0x04]
 
 v_med3_f32 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0x01,0xd5,0x0c,0x04]
+// GFX10: v_med3_f32 v5, v1, vcc_lo, v3           ; encoding: [0x05,0x00,0x57,0xd5,0x01,0xd5,0x0c,0x04]
 
 v_med3_f32 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0x01,0xd7,0x0c,0x04]
+// GFX10: v_med3_f32 v5, v1, vcc_hi, v3           ; encoding: [0x05,0x00,0x57,0xd5,0x01,0xd7,0x0c,0x04]
 
 v_med3_f32 v5, v1, ttmp11, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0x01,0xef,0x0c,0x04]
+// GFX10: v_med3_f32 v5, v1, ttmp11, v3           ; encoding: [0x05,0x00,0x57,0xd5,0x01,0xef,0x0c,0x04]
 
 v_med3_f32 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0x01,0xf9,0x0c,0x04]
+// GFX10: v_med3_f32 v5, v1, m0, v3               ; encoding: [0x05,0x00,0x57,0xd5,0x01,0xf9,0x0c,0x04]
 
 v_med3_f32 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0x01,0xfd,0x0c,0x04]
+// GFX10: v_med3_f32 v5, v1, exec_lo, v3          ; encoding: [0x05,0x00,0x57,0xd5,0x01,0xfd,0x0c,0x04]
 
 v_med3_f32 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0x01,0xff,0x0c,0x04]
+// GFX10: v_med3_f32 v5, v1, exec_hi, v3          ; encoding: [0x05,0x00,0x57,0xd5,0x01,0xff,0x0c,0x04]
 
 v_med3_f32 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0x01,0x01,0x0d,0x04]
+// GFX10: v_med3_f32 v5, v1, 0, v3                ; encoding: [0x05,0x00,0x57,0xd5,0x01,0x01,0x0d,0x04]
 
 v_med3_f32 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0x01,0x83,0x0d,0x04]
+// GFX10: v_med3_f32 v5, v1, -1, v3               ; encoding: [0x05,0x00,0x57,0xd5,0x01,0x83,0x0d,0x04]
 
 v_med3_f32 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0x01,0xe1,0x0d,0x04]
+// GFX10: v_med3_f32 v5, v1, 0.5, v3              ; encoding: [0x05,0x00,0x57,0xd5,0x01,0xe1,0x0d,0x04]
 
 v_med3_f32 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0x01,0xef,0x0d,0x04]
+// GFX10: v_med3_f32 v5, v1, -4.0, v3             ; encoding: [0x05,0x00,0x57,0xd5,0x01,0xef,0x0d,0x04]
 
 v_med3_f32 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0x01,0x05,0xfe,0x07]
+// GFX10: v_med3_f32 v5, v1, v2, v255             ; encoding: [0x05,0x00,0x57,0xd5,0x01,0x05,0xfe,0x07]
 
 v_med3_f32 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0x01,0x05,0x0e,0x00]
+// GFX10: v_med3_f32 v5, v1, v2, s3               ; encoding: [0x05,0x00,0x57,0xd5,0x01,0x05,0x0e,0x00]
 
 v_med3_f32 v5, v1, v2, s103
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0x01,0x05,0x9e,0x01]
+// GFX10: v_med3_f32 v5, v1, v2, s103             ; encoding: [0x05,0x00,0x57,0xd5,0x01,0x05,0x9e,0x01]
 
 v_med3_f32 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0x01,0x05,0xaa,0x01]
+// GFX10: v_med3_f32 v5, v1, v2, vcc_lo           ; encoding: [0x05,0x00,0x57,0xd5,0x01,0x05,0xaa,0x01]
 
 v_med3_f32 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0x01,0x05,0xae,0x01]
+// GFX10: v_med3_f32 v5, v1, v2, vcc_hi           ; encoding: [0x05,0x00,0x57,0xd5,0x01,0x05,0xae,0x01]
 
 v_med3_f32 v5, v1, v2, ttmp11
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0x01,0x05,0xde,0x01]
+// GFX10: v_med3_f32 v5, v1, v2, ttmp11           ; encoding: [0x05,0x00,0x57,0xd5,0x01,0x05,0xde,0x01]
 
 v_med3_f32 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0x01,0x05,0xf2,0x01]
+// GFX10: v_med3_f32 v5, v1, v2, m0               ; encoding: [0x05,0x00,0x57,0xd5,0x01,0x05,0xf2,0x01]
 
 v_med3_f32 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0x01,0x05,0xfa,0x01]
+// GFX10: v_med3_f32 v5, v1, v2, exec_lo          ; encoding: [0x05,0x00,0x57,0xd5,0x01,0x05,0xfa,0x01]
 
 v_med3_f32 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0x01,0x05,0xfe,0x01]
+// GFX10: v_med3_f32 v5, v1, v2, exec_hi          ; encoding: [0x05,0x00,0x57,0xd5,0x01,0x05,0xfe,0x01]
 
 v_med3_f32 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0x01,0x05,0x02,0x02]
+// GFX10: v_med3_f32 v5, v1, v2, 0                ; encoding: [0x05,0x00,0x57,0xd5,0x01,0x05,0x02,0x02]
 
 v_med3_f32 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0x01,0x05,0x06,0x03]
+// GFX10: v_med3_f32 v5, v1, v2, -1               ; encoding: [0x05,0x00,0x57,0xd5,0x01,0x05,0x06,0x03]
 
 v_med3_f32 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0x01,0x05,0xc2,0x03]
+// GFX10: v_med3_f32 v5, v1, v2, 0.5              ; encoding: [0x05,0x00,0x57,0xd5,0x01,0x05,0xc2,0x03]
 
 v_med3_f32 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0x01,0x05,0xde,0x03]
+// GFX10: v_med3_f32 v5, v1, v2, -4.0             ; encoding: [0x05,0x00,0x57,0xd5,0x01,0x05,0xde,0x03]
 
 v_med3_f32 v5, -v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0x01,0x05,0x0e,0x24]
+// GFX10: v_med3_f32 v5, -v1, v2, v3              ; encoding: [0x05,0x00,0x57,0xd5,0x01,0x05,0x0e,0x24]
 
 v_med3_f32 v5, v1, -v2, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0x01,0x05,0x0e,0x44]
+// GFX10: v_med3_f32 v5, v1, -v2, v3              ; encoding: [0x05,0x00,0x57,0xd5,0x01,0x05,0x0e,0x44]
 
 v_med3_f32 v5, v1, v2, -v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0x01,0x05,0x0e,0x84]
+// GFX10: v_med3_f32 v5, v1, v2, -v3              ; encoding: [0x05,0x00,0x57,0xd5,0x01,0x05,0x0e,0x84]
 
 v_med3_f32 v5, -v1, -v2, -v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0x01,0x05,0x0e,0xe4]
+// GFX10: v_med3_f32 v5, -v1, -v2, -v3            ; encoding: [0x05,0x00,0x57,0xd5,0x01,0x05,0x0e,0xe4]
 
 v_med3_f32 v5, |v1|, v2, v3
-// GFX10: encoding: [0x05,0x01,0x57,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_med3_f32 v5, |v1|, v2, v3             ; encoding: [0x05,0x01,0x57,0xd5,0x01,0x05,0x0e,0x04]
 
 v_med3_f32 v5, v1, |v2|, v3
-// GFX10: encoding: [0x05,0x02,0x57,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_med3_f32 v5, v1, |v2|, v3             ; encoding: [0x05,0x02,0x57,0xd5,0x01,0x05,0x0e,0x04]
 
 v_med3_f32 v5, v1, v2, |v3|
-// GFX10: encoding: [0x05,0x04,0x57,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_med3_f32 v5, v1, v2, |v3|             ; encoding: [0x05,0x04,0x57,0xd5,0x01,0x05,0x0e,0x04]
 
 v_med3_f32 v5, |v1|, |v2|, |v3|
-// GFX10: encoding: [0x05,0x07,0x57,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_med3_f32 v5, |v1|, |v2|, |v3|         ; encoding: [0x05,0x07,0x57,0xd5,0x01,0x05,0x0e,0x04]
 
 v_med3_f32 v5, v1, v2, v3 clamp
-// GFX10: encoding: [0x05,0x80,0x57,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_med3_f32 v5, v1, v2, v3 clamp         ; encoding: [0x05,0x80,0x57,0xd5,0x01,0x05,0x0e,0x04]
 
 v_med3_f32 v5, v1, v2, v3 mul:2
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0x01,0x05,0x0e,0x0c]
+// GFX10: v_med3_f32 v5, v1, v2, v3 mul:2         ; encoding: [0x05,0x00,0x57,0xd5,0x01,0x05,0x0e,0x0c]
 
 v_med3_f32 v5, v1, v2, v3 mul:4
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0x01,0x05,0x0e,0x14]
+// GFX10: v_med3_f32 v5, v1, v2, v3 mul:4         ; encoding: [0x05,0x00,0x57,0xd5,0x01,0x05,0x0e,0x14]
 
 v_med3_f32 v5, v1, v2, v3 div:2
-// GFX10: encoding: [0x05,0x00,0x57,0xd5,0x01,0x05,0x0e,0x1c]
+// GFX10: v_med3_f32 v5, v1, v2, v3 div:2         ; encoding: [0x05,0x00,0x57,0xd5,0x01,0x05,0x0e,0x1c]
 
 v_med3_i32 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_med3_i32 v5, v1, v2, v3               ; encoding: [0x05,0x00,0x58,0xd5,0x01,0x05,0x0e,0x04]
 
 v_med3_i32 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x58,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_med3_i32 v255, v1, v2, v3             ; encoding: [0xff,0x00,0x58,0xd5,0x01,0x05,0x0e,0x04]
 
 v_med3_i32 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd5,0xff,0x05,0x0e,0x04]
+// GFX10: v_med3_i32 v5, v255, v2, v3             ; encoding: [0x05,0x00,0x58,0xd5,0xff,0x05,0x0e,0x04]
 
 v_med3_i32 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd5,0x01,0x04,0x0e,0x04]
+// GFX10: v_med3_i32 v5, s1, v2, v3               ; encoding: [0x05,0x00,0x58,0xd5,0x01,0x04,0x0e,0x04]
 
 v_med3_i32 v5, s103, v2, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd5,0x67,0x04,0x0e,0x04]
+// GFX10: v_med3_i32 v5, s103, v2, v3             ; encoding: [0x05,0x00,0x58,0xd5,0x67,0x04,0x0e,0x04]
 
 v_med3_i32 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd5,0x6a,0x04,0x0e,0x04]
+// GFX10: v_med3_i32 v5, vcc_lo, v2, v3           ; encoding: [0x05,0x00,0x58,0xd5,0x6a,0x04,0x0e,0x04]
 
 v_med3_i32 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd5,0x6b,0x04,0x0e,0x04]
+// GFX10: v_med3_i32 v5, vcc_hi, v2, v3           ; encoding: [0x05,0x00,0x58,0xd5,0x6b,0x04,0x0e,0x04]
 
 v_med3_i32 v5, ttmp11, v2, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd5,0x77,0x04,0x0e,0x04]
+// GFX10: v_med3_i32 v5, ttmp11, v2, v3           ; encoding: [0x05,0x00,0x58,0xd5,0x77,0x04,0x0e,0x04]
 
 v_med3_i32 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd5,0x7c,0x04,0x0e,0x04]
+// GFX10: v_med3_i32 v5, m0, v2, v3               ; encoding: [0x05,0x00,0x58,0xd5,0x7c,0x04,0x0e,0x04]
 
 v_med3_i32 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd5,0x7e,0x04,0x0e,0x04]
+// GFX10: v_med3_i32 v5, exec_lo, v2, v3          ; encoding: [0x05,0x00,0x58,0xd5,0x7e,0x04,0x0e,0x04]
 
 v_med3_i32 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd5,0x7f,0x04,0x0e,0x04]
+// GFX10: v_med3_i32 v5, exec_hi, v2, v3          ; encoding: [0x05,0x00,0x58,0xd5,0x7f,0x04,0x0e,0x04]
 
 v_med3_i32 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd5,0x80,0x04,0x0e,0x04]
+// GFX10: v_med3_i32 v5, 0, v2, v3                ; encoding: [0x05,0x00,0x58,0xd5,0x80,0x04,0x0e,0x04]
 
 v_med3_i32 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd5,0xc1,0x04,0x0e,0x04]
+// GFX10: v_med3_i32 v5, -1, v2, v3               ; encoding: [0x05,0x00,0x58,0xd5,0xc1,0x04,0x0e,0x04]
 
 v_med3_i32 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd5,0xf0,0x04,0x0e,0x04]
+// GFX10: v_med3_i32 v5, 0.5, v2, v3              ; encoding: [0x05,0x00,0x58,0xd5,0xf0,0x04,0x0e,0x04]
 
 v_med3_i32 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd5,0xf7,0x04,0x0e,0x04]
+// GFX10: v_med3_i32 v5, -4.0, v2, v3             ; encoding: [0x05,0x00,0x58,0xd5,0xf7,0x04,0x0e,0x04]
 
 v_med3_i32 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd5,0x01,0xff,0x0f,0x04]
+// GFX10: v_med3_i32 v5, v1, v255, v3             ; encoding: [0x05,0x00,0x58,0xd5,0x01,0xff,0x0f,0x04]
 
 v_med3_i32 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd5,0x01,0x05,0x0c,0x04]
+// GFX10: v_med3_i32 v5, v1, s2, v3               ; encoding: [0x05,0x00,0x58,0xd5,0x01,0x05,0x0c,0x04]
 
 v_med3_i32 v5, v1, s103, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd5,0x01,0xcf,0x0c,0x04]
+// GFX10: v_med3_i32 v5, v1, s103, v3             ; encoding: [0x05,0x00,0x58,0xd5,0x01,0xcf,0x0c,0x04]
 
 v_med3_i32 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd5,0x01,0xd5,0x0c,0x04]
+// GFX10: v_med3_i32 v5, v1, vcc_lo, v3           ; encoding: [0x05,0x00,0x58,0xd5,0x01,0xd5,0x0c,0x04]
 
 v_med3_i32 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd5,0x01,0xd7,0x0c,0x04]
+// GFX10: v_med3_i32 v5, v1, vcc_hi, v3           ; encoding: [0x05,0x00,0x58,0xd5,0x01,0xd7,0x0c,0x04]
 
 v_med3_i32 v5, v1, ttmp11, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd5,0x01,0xef,0x0c,0x04]
+// GFX10: v_med3_i32 v5, v1, ttmp11, v3           ; encoding: [0x05,0x00,0x58,0xd5,0x01,0xef,0x0c,0x04]
 
 v_med3_i32 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd5,0x01,0xf9,0x0c,0x04]
+// GFX10: v_med3_i32 v5, v1, m0, v3               ; encoding: [0x05,0x00,0x58,0xd5,0x01,0xf9,0x0c,0x04]
 
 v_med3_i32 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd5,0x01,0xfd,0x0c,0x04]
+// GFX10: v_med3_i32 v5, v1, exec_lo, v3          ; encoding: [0x05,0x00,0x58,0xd5,0x01,0xfd,0x0c,0x04]
 
 v_med3_i32 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd5,0x01,0xff,0x0c,0x04]
+// GFX10: v_med3_i32 v5, v1, exec_hi, v3          ; encoding: [0x05,0x00,0x58,0xd5,0x01,0xff,0x0c,0x04]
 
 v_med3_i32 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd5,0x01,0x01,0x0d,0x04]
+// GFX10: v_med3_i32 v5, v1, 0, v3                ; encoding: [0x05,0x00,0x58,0xd5,0x01,0x01,0x0d,0x04]
 
 v_med3_i32 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd5,0x01,0x83,0x0d,0x04]
+// GFX10: v_med3_i32 v5, v1, -1, v3               ; encoding: [0x05,0x00,0x58,0xd5,0x01,0x83,0x0d,0x04]
 
 v_med3_i32 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd5,0x01,0xe1,0x0d,0x04]
+// GFX10: v_med3_i32 v5, v1, 0.5, v3              ; encoding: [0x05,0x00,0x58,0xd5,0x01,0xe1,0x0d,0x04]
 
 v_med3_i32 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd5,0x01,0xef,0x0d,0x04]
+// GFX10: v_med3_i32 v5, v1, -4.0, v3             ; encoding: [0x05,0x00,0x58,0xd5,0x01,0xef,0x0d,0x04]
 
 v_med3_i32 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x58,0xd5,0x01,0x05,0xfe,0x07]
+// GFX10: v_med3_i32 v5, v1, v2, v255             ; encoding: [0x05,0x00,0x58,0xd5,0x01,0x05,0xfe,0x07]
 
 v_med3_i32 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x58,0xd5,0x01,0x05,0x0e,0x00]
+// GFX10: v_med3_i32 v5, v1, v2, s3               ; encoding: [0x05,0x00,0x58,0xd5,0x01,0x05,0x0e,0x00]
 
 v_med3_i32 v5, v1, v2, s103
-// GFX10: encoding: [0x05,0x00,0x58,0xd5,0x01,0x05,0x9e,0x01]
+// GFX10: v_med3_i32 v5, v1, v2, s103             ; encoding: [0x05,0x00,0x58,0xd5,0x01,0x05,0x9e,0x01]
 
 v_med3_i32 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x58,0xd5,0x01,0x05,0xaa,0x01]
+// GFX10: v_med3_i32 v5, v1, v2, vcc_lo           ; encoding: [0x05,0x00,0x58,0xd5,0x01,0x05,0xaa,0x01]
 
 v_med3_i32 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x58,0xd5,0x01,0x05,0xae,0x01]
+// GFX10: v_med3_i32 v5, v1, v2, vcc_hi           ; encoding: [0x05,0x00,0x58,0xd5,0x01,0x05,0xae,0x01]
 
 v_med3_i32 v5, v1, v2, ttmp11
-// GFX10: encoding: [0x05,0x00,0x58,0xd5,0x01,0x05,0xde,0x01]
+// GFX10: v_med3_i32 v5, v1, v2, ttmp11           ; encoding: [0x05,0x00,0x58,0xd5,0x01,0x05,0xde,0x01]
 
 v_med3_i32 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x58,0xd5,0x01,0x05,0xf2,0x01]
+// GFX10: v_med3_i32 v5, v1, v2, m0               ; encoding: [0x05,0x00,0x58,0xd5,0x01,0x05,0xf2,0x01]
 
 v_med3_i32 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x58,0xd5,0x01,0x05,0xfa,0x01]
+// GFX10: v_med3_i32 v5, v1, v2, exec_lo          ; encoding: [0x05,0x00,0x58,0xd5,0x01,0x05,0xfa,0x01]
 
 v_med3_i32 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x58,0xd5,0x01,0x05,0xfe,0x01]
+// GFX10: v_med3_i32 v5, v1, v2, exec_hi          ; encoding: [0x05,0x00,0x58,0xd5,0x01,0x05,0xfe,0x01]
 
 v_med3_i32 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x58,0xd5,0x01,0x05,0x02,0x02]
+// GFX10: v_med3_i32 v5, v1, v2, 0                ; encoding: [0x05,0x00,0x58,0xd5,0x01,0x05,0x02,0x02]
 
 v_med3_i32 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x58,0xd5,0x01,0x05,0x06,0x03]
+// GFX10: v_med3_i32 v5, v1, v2, -1               ; encoding: [0x05,0x00,0x58,0xd5,0x01,0x05,0x06,0x03]
 
 v_med3_i32 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x58,0xd5,0x01,0x05,0xc2,0x03]
+// GFX10: v_med3_i32 v5, v1, v2, 0.5              ; encoding: [0x05,0x00,0x58,0xd5,0x01,0x05,0xc2,0x03]
 
 v_med3_i32 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x58,0xd5,0x01,0x05,0xde,0x03]
+// GFX10: v_med3_i32 v5, v1, v2, -4.0             ; encoding: [0x05,0x00,0x58,0xd5,0x01,0x05,0xde,0x03]
 
 v_med3_u32 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_med3_u32 v5, v1, v2, v3               ; encoding: [0x05,0x00,0x59,0xd5,0x01,0x05,0x0e,0x04]
 
 v_med3_u32 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x59,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_med3_u32 v255, v1, v2, v3             ; encoding: [0xff,0x00,0x59,0xd5,0x01,0x05,0x0e,0x04]
 
 v_med3_u32 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd5,0xff,0x05,0x0e,0x04]
+// GFX10: v_med3_u32 v5, v255, v2, v3             ; encoding: [0x05,0x00,0x59,0xd5,0xff,0x05,0x0e,0x04]
 
 v_med3_u32 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd5,0x01,0x04,0x0e,0x04]
+// GFX10: v_med3_u32 v5, s1, v2, v3               ; encoding: [0x05,0x00,0x59,0xd5,0x01,0x04,0x0e,0x04]
 
 v_med3_u32 v5, s103, v2, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd5,0x67,0x04,0x0e,0x04]
+// GFX10: v_med3_u32 v5, s103, v2, v3             ; encoding: [0x05,0x00,0x59,0xd5,0x67,0x04,0x0e,0x04]
 
 v_med3_u32 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd5,0x6a,0x04,0x0e,0x04]
+// GFX10: v_med3_u32 v5, vcc_lo, v2, v3           ; encoding: [0x05,0x00,0x59,0xd5,0x6a,0x04,0x0e,0x04]
 
 v_med3_u32 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd5,0x6b,0x04,0x0e,0x04]
+// GFX10: v_med3_u32 v5, vcc_hi, v2, v3           ; encoding: [0x05,0x00,0x59,0xd5,0x6b,0x04,0x0e,0x04]
 
 v_med3_u32 v5, ttmp11, v2, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd5,0x77,0x04,0x0e,0x04]
+// GFX10: v_med3_u32 v5, ttmp11, v2, v3           ; encoding: [0x05,0x00,0x59,0xd5,0x77,0x04,0x0e,0x04]
 
 v_med3_u32 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd5,0x7c,0x04,0x0e,0x04]
+// GFX10: v_med3_u32 v5, m0, v2, v3               ; encoding: [0x05,0x00,0x59,0xd5,0x7c,0x04,0x0e,0x04]
 
 v_med3_u32 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd5,0x7e,0x04,0x0e,0x04]
+// GFX10: v_med3_u32 v5, exec_lo, v2, v3          ; encoding: [0x05,0x00,0x59,0xd5,0x7e,0x04,0x0e,0x04]
 
 v_med3_u32 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd5,0x7f,0x04,0x0e,0x04]
+// GFX10: v_med3_u32 v5, exec_hi, v2, v3          ; encoding: [0x05,0x00,0x59,0xd5,0x7f,0x04,0x0e,0x04]
 
 v_med3_u32 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd5,0x80,0x04,0x0e,0x04]
+// GFX10: v_med3_u32 v5, 0, v2, v3                ; encoding: [0x05,0x00,0x59,0xd5,0x80,0x04,0x0e,0x04]
 
 v_med3_u32 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd5,0xc1,0x04,0x0e,0x04]
+// GFX10: v_med3_u32 v5, -1, v2, v3               ; encoding: [0x05,0x00,0x59,0xd5,0xc1,0x04,0x0e,0x04]
 
 v_med3_u32 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd5,0xf0,0x04,0x0e,0x04]
+// GFX10: v_med3_u32 v5, 0.5, v2, v3              ; encoding: [0x05,0x00,0x59,0xd5,0xf0,0x04,0x0e,0x04]
 
 v_med3_u32 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd5,0xf7,0x04,0x0e,0x04]
+// GFX10: v_med3_u32 v5, -4.0, v2, v3             ; encoding: [0x05,0x00,0x59,0xd5,0xf7,0x04,0x0e,0x04]
 
 v_med3_u32 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd5,0x01,0xff,0x0f,0x04]
+// GFX10: v_med3_u32 v5, v1, v255, v3             ; encoding: [0x05,0x00,0x59,0xd5,0x01,0xff,0x0f,0x04]
 
 v_med3_u32 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd5,0x01,0x05,0x0c,0x04]
+// GFX10: v_med3_u32 v5, v1, s2, v3               ; encoding: [0x05,0x00,0x59,0xd5,0x01,0x05,0x0c,0x04]
 
 v_med3_u32 v5, v1, s103, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd5,0x01,0xcf,0x0c,0x04]
+// GFX10: v_med3_u32 v5, v1, s103, v3             ; encoding: [0x05,0x00,0x59,0xd5,0x01,0xcf,0x0c,0x04]
 
 v_med3_u32 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd5,0x01,0xd5,0x0c,0x04]
+// GFX10: v_med3_u32 v5, v1, vcc_lo, v3           ; encoding: [0x05,0x00,0x59,0xd5,0x01,0xd5,0x0c,0x04]
 
 v_med3_u32 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd5,0x01,0xd7,0x0c,0x04]
+// GFX10: v_med3_u32 v5, v1, vcc_hi, v3           ; encoding: [0x05,0x00,0x59,0xd5,0x01,0xd7,0x0c,0x04]
 
 v_med3_u32 v5, v1, ttmp11, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd5,0x01,0xef,0x0c,0x04]
+// GFX10: v_med3_u32 v5, v1, ttmp11, v3           ; encoding: [0x05,0x00,0x59,0xd5,0x01,0xef,0x0c,0x04]
 
 v_med3_u32 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd5,0x01,0xf9,0x0c,0x04]
+// GFX10: v_med3_u32 v5, v1, m0, v3               ; encoding: [0x05,0x00,0x59,0xd5,0x01,0xf9,0x0c,0x04]
 
 v_med3_u32 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd5,0x01,0xfd,0x0c,0x04]
+// GFX10: v_med3_u32 v5, v1, exec_lo, v3          ; encoding: [0x05,0x00,0x59,0xd5,0x01,0xfd,0x0c,0x04]
 
 v_med3_u32 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd5,0x01,0xff,0x0c,0x04]
+// GFX10: v_med3_u32 v5, v1, exec_hi, v3          ; encoding: [0x05,0x00,0x59,0xd5,0x01,0xff,0x0c,0x04]
 
 v_med3_u32 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd5,0x01,0x01,0x0d,0x04]
+// GFX10: v_med3_u32 v5, v1, 0, v3                ; encoding: [0x05,0x00,0x59,0xd5,0x01,0x01,0x0d,0x04]
 
 v_med3_u32 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd5,0x01,0x83,0x0d,0x04]
+// GFX10: v_med3_u32 v5, v1, -1, v3               ; encoding: [0x05,0x00,0x59,0xd5,0x01,0x83,0x0d,0x04]
 
 v_med3_u32 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd5,0x01,0xe1,0x0d,0x04]
+// GFX10: v_med3_u32 v5, v1, 0.5, v3              ; encoding: [0x05,0x00,0x59,0xd5,0x01,0xe1,0x0d,0x04]
 
 v_med3_u32 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd5,0x01,0xef,0x0d,0x04]
+// GFX10: v_med3_u32 v5, v1, -4.0, v3             ; encoding: [0x05,0x00,0x59,0xd5,0x01,0xef,0x0d,0x04]
 
 v_med3_u32 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x59,0xd5,0x01,0x05,0xfe,0x07]
+// GFX10: v_med3_u32 v5, v1, v2, v255             ; encoding: [0x05,0x00,0x59,0xd5,0x01,0x05,0xfe,0x07]
 
 v_med3_u32 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x59,0xd5,0x01,0x05,0x0e,0x00]
+// GFX10: v_med3_u32 v5, v1, v2, s3               ; encoding: [0x05,0x00,0x59,0xd5,0x01,0x05,0x0e,0x00]
 
 v_med3_u32 v5, v1, v2, s103
-// GFX10: encoding: [0x05,0x00,0x59,0xd5,0x01,0x05,0x9e,0x01]
+// GFX10: v_med3_u32 v5, v1, v2, s103             ; encoding: [0x05,0x00,0x59,0xd5,0x01,0x05,0x9e,0x01]
 
 v_med3_u32 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x59,0xd5,0x01,0x05,0xaa,0x01]
+// GFX10: v_med3_u32 v5, v1, v2, vcc_lo           ; encoding: [0x05,0x00,0x59,0xd5,0x01,0x05,0xaa,0x01]
 
 v_med3_u32 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x59,0xd5,0x01,0x05,0xae,0x01]
+// GFX10: v_med3_u32 v5, v1, v2, vcc_hi           ; encoding: [0x05,0x00,0x59,0xd5,0x01,0x05,0xae,0x01]
 
 v_med3_u32 v5, v1, v2, ttmp11
-// GFX10: encoding: [0x05,0x00,0x59,0xd5,0x01,0x05,0xde,0x01]
+// GFX10: v_med3_u32 v5, v1, v2, ttmp11           ; encoding: [0x05,0x00,0x59,0xd5,0x01,0x05,0xde,0x01]
 
 v_med3_u32 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x59,0xd5,0x01,0x05,0xf2,0x01]
+// GFX10: v_med3_u32 v5, v1, v2, m0               ; encoding: [0x05,0x00,0x59,0xd5,0x01,0x05,0xf2,0x01]
 
 v_med3_u32 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x59,0xd5,0x01,0x05,0xfa,0x01]
+// GFX10: v_med3_u32 v5, v1, v2, exec_lo          ; encoding: [0x05,0x00,0x59,0xd5,0x01,0x05,0xfa,0x01]
 
 v_med3_u32 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x59,0xd5,0x01,0x05,0xfe,0x01]
+// GFX10: v_med3_u32 v5, v1, v2, exec_hi          ; encoding: [0x05,0x00,0x59,0xd5,0x01,0x05,0xfe,0x01]
 
 v_med3_u32 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x59,0xd5,0x01,0x05,0x02,0x02]
+// GFX10: v_med3_u32 v5, v1, v2, 0                ; encoding: [0x05,0x00,0x59,0xd5,0x01,0x05,0x02,0x02]
 
 v_med3_u32 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x59,0xd5,0x01,0x05,0x06,0x03]
+// GFX10: v_med3_u32 v5, v1, v2, -1               ; encoding: [0x05,0x00,0x59,0xd5,0x01,0x05,0x06,0x03]
 
 v_med3_u32 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x59,0xd5,0x01,0x05,0xc2,0x03]
+// GFX10: v_med3_u32 v5, v1, v2, 0.5              ; encoding: [0x05,0x00,0x59,0xd5,0x01,0x05,0xc2,0x03]
 
 v_med3_u32 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x59,0xd5,0x01,0x05,0xde,0x03]
+// GFX10: v_med3_u32 v5, v1, v2, -4.0             ; encoding: [0x05,0x00,0x59,0xd5,0x01,0x05,0xde,0x03]
 
 v_sad_u8 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5a,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_sad_u8 v5, v1, v2, v3                 ; encoding: [0x05,0x00,0x5a,0xd5,0x01,0x05,0x0e,0x04]
 
 v_sad_u8 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x5a,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_sad_u8 v255, v1, v2, v3               ; encoding: [0xff,0x00,0x5a,0xd5,0x01,0x05,0x0e,0x04]
 
 v_sad_u8 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5a,0xd5,0xff,0x05,0x0e,0x04]
+// GFX10: v_sad_u8 v5, v255, v2, v3               ; encoding: [0x05,0x00,0x5a,0xd5,0xff,0x05,0x0e,0x04]
 
 v_sad_u8 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5a,0xd5,0x01,0x04,0x0e,0x04]
+// GFX10: v_sad_u8 v5, s1, v2, v3                 ; encoding: [0x05,0x00,0x5a,0xd5,0x01,0x04,0x0e,0x04]
 
 v_sad_u8 v5, s103, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5a,0xd5,0x67,0x04,0x0e,0x04]
+// GFX10: v_sad_u8 v5, s103, v2, v3               ; encoding: [0x05,0x00,0x5a,0xd5,0x67,0x04,0x0e,0x04]
 
 v_sad_u8 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5a,0xd5,0x6a,0x04,0x0e,0x04]
+// GFX10: v_sad_u8 v5, vcc_lo, v2, v3             ; encoding: [0x05,0x00,0x5a,0xd5,0x6a,0x04,0x0e,0x04]
 
 v_sad_u8 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5a,0xd5,0x6b,0x04,0x0e,0x04]
+// GFX10: v_sad_u8 v5, vcc_hi, v2, v3             ; encoding: [0x05,0x00,0x5a,0xd5,0x6b,0x04,0x0e,0x04]
 
 v_sad_u8 v5, ttmp11, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5a,0xd5,0x77,0x04,0x0e,0x04]
+// GFX10: v_sad_u8 v5, ttmp11, v2, v3             ; encoding: [0x05,0x00,0x5a,0xd5,0x77,0x04,0x0e,0x04]
 
 v_sad_u8 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5a,0xd5,0x7c,0x04,0x0e,0x04]
+// GFX10: v_sad_u8 v5, m0, v2, v3                 ; encoding: [0x05,0x00,0x5a,0xd5,0x7c,0x04,0x0e,0x04]
 
 v_sad_u8 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5a,0xd5,0x7e,0x04,0x0e,0x04]
+// GFX10: v_sad_u8 v5, exec_lo, v2, v3            ; encoding: [0x05,0x00,0x5a,0xd5,0x7e,0x04,0x0e,0x04]
 
 v_sad_u8 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5a,0xd5,0x7f,0x04,0x0e,0x04]
+// GFX10: v_sad_u8 v5, exec_hi, v2, v3            ; encoding: [0x05,0x00,0x5a,0xd5,0x7f,0x04,0x0e,0x04]
 
 v_sad_u8 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5a,0xd5,0x80,0x04,0x0e,0x04]
+// GFX10: v_sad_u8 v5, 0, v2, v3                  ; encoding: [0x05,0x00,0x5a,0xd5,0x80,0x04,0x0e,0x04]
 
 v_sad_u8 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5a,0xd5,0xc1,0x04,0x0e,0x04]
+// GFX10: v_sad_u8 v5, -1, v2, v3                 ; encoding: [0x05,0x00,0x5a,0xd5,0xc1,0x04,0x0e,0x04]
 
 v_sad_u8 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5a,0xd5,0xf0,0x04,0x0e,0x04]
+// GFX10: v_sad_u8 v5, 0.5, v2, v3                ; encoding: [0x05,0x00,0x5a,0xd5,0xf0,0x04,0x0e,0x04]
 
 v_sad_u8 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5a,0xd5,0xf7,0x04,0x0e,0x04]
+// GFX10: v_sad_u8 v5, -4.0, v2, v3               ; encoding: [0x05,0x00,0x5a,0xd5,0xf7,0x04,0x0e,0x04]
 
 v_sad_u8 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x5a,0xd5,0x01,0xff,0x0f,0x04]
+// GFX10: v_sad_u8 v5, v1, v255, v3               ; encoding: [0x05,0x00,0x5a,0xd5,0x01,0xff,0x0f,0x04]
 
 v_sad_u8 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x5a,0xd5,0x01,0x05,0x0c,0x04]
+// GFX10: v_sad_u8 v5, v1, s2, v3                 ; encoding: [0x05,0x00,0x5a,0xd5,0x01,0x05,0x0c,0x04]
 
 v_sad_u8 v5, v1, s103, v3
-// GFX10: encoding: [0x05,0x00,0x5a,0xd5,0x01,0xcf,0x0c,0x04]
+// GFX10: v_sad_u8 v5, v1, s103, v3               ; encoding: [0x05,0x00,0x5a,0xd5,0x01,0xcf,0x0c,0x04]
 
 v_sad_u8 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x5a,0xd5,0x01,0xd5,0x0c,0x04]
+// GFX10: v_sad_u8 v5, v1, vcc_lo, v3             ; encoding: [0x05,0x00,0x5a,0xd5,0x01,0xd5,0x0c,0x04]
 
 v_sad_u8 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x5a,0xd5,0x01,0xd7,0x0c,0x04]
+// GFX10: v_sad_u8 v5, v1, vcc_hi, v3             ; encoding: [0x05,0x00,0x5a,0xd5,0x01,0xd7,0x0c,0x04]
 
 v_sad_u8 v5, v1, ttmp11, v3
-// GFX10: encoding: [0x05,0x00,0x5a,0xd5,0x01,0xef,0x0c,0x04]
+// GFX10: v_sad_u8 v5, v1, ttmp11, v3             ; encoding: [0x05,0x00,0x5a,0xd5,0x01,0xef,0x0c,0x04]
 
 v_sad_u8 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x5a,0xd5,0x01,0xf9,0x0c,0x04]
+// GFX10: v_sad_u8 v5, v1, m0, v3                 ; encoding: [0x05,0x00,0x5a,0xd5,0x01,0xf9,0x0c,0x04]
 
 v_sad_u8 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x5a,0xd5,0x01,0xfd,0x0c,0x04]
+// GFX10: v_sad_u8 v5, v1, exec_lo, v3            ; encoding: [0x05,0x00,0x5a,0xd5,0x01,0xfd,0x0c,0x04]
 
 v_sad_u8 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x5a,0xd5,0x01,0xff,0x0c,0x04]
+// GFX10: v_sad_u8 v5, v1, exec_hi, v3            ; encoding: [0x05,0x00,0x5a,0xd5,0x01,0xff,0x0c,0x04]
 
 v_sad_u8 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x5a,0xd5,0x01,0x01,0x0d,0x04]
+// GFX10: v_sad_u8 v5, v1, 0, v3                  ; encoding: [0x05,0x00,0x5a,0xd5,0x01,0x01,0x0d,0x04]
 
 v_sad_u8 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x5a,0xd5,0x01,0x83,0x0d,0x04]
+// GFX10: v_sad_u8 v5, v1, -1, v3                 ; encoding: [0x05,0x00,0x5a,0xd5,0x01,0x83,0x0d,0x04]
 
 v_sad_u8 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x5a,0xd5,0x01,0xe1,0x0d,0x04]
+// GFX10: v_sad_u8 v5, v1, 0.5, v3                ; encoding: [0x05,0x00,0x5a,0xd5,0x01,0xe1,0x0d,0x04]
 
 v_sad_u8 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x5a,0xd5,0x01,0xef,0x0d,0x04]
+// GFX10: v_sad_u8 v5, v1, -4.0, v3               ; encoding: [0x05,0x00,0x5a,0xd5,0x01,0xef,0x0d,0x04]
 
 v_sad_u8 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x5a,0xd5,0x01,0x05,0xfe,0x07]
+// GFX10: v_sad_u8 v5, v1, v2, v255               ; encoding: [0x05,0x00,0x5a,0xd5,0x01,0x05,0xfe,0x07]
 
 v_sad_u8 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x5a,0xd5,0x01,0x05,0x0e,0x00]
+// GFX10: v_sad_u8 v5, v1, v2, s3                 ; encoding: [0x05,0x00,0x5a,0xd5,0x01,0x05,0x0e,0x00]
 
 v_sad_u8 v5, v1, v2, s103
-// GFX10: encoding: [0x05,0x00,0x5a,0xd5,0x01,0x05,0x9e,0x01]
+// GFX10: v_sad_u8 v5, v1, v2, s103               ; encoding: [0x05,0x00,0x5a,0xd5,0x01,0x05,0x9e,0x01]
 
 v_sad_u8 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x5a,0xd5,0x01,0x05,0xaa,0x01]
+// GFX10: v_sad_u8 v5, v1, v2, vcc_lo             ; encoding: [0x05,0x00,0x5a,0xd5,0x01,0x05,0xaa,0x01]
 
 v_sad_u8 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x5a,0xd5,0x01,0x05,0xae,0x01]
+// GFX10: v_sad_u8 v5, v1, v2, vcc_hi             ; encoding: [0x05,0x00,0x5a,0xd5,0x01,0x05,0xae,0x01]
 
 v_sad_u8 v5, v1, v2, ttmp11
-// GFX10: encoding: [0x05,0x00,0x5a,0xd5,0x01,0x05,0xde,0x01]
+// GFX10: v_sad_u8 v5, v1, v2, ttmp11             ; encoding: [0x05,0x00,0x5a,0xd5,0x01,0x05,0xde,0x01]
 
 v_sad_u8 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x5a,0xd5,0x01,0x05,0xf2,0x01]
+// GFX10: v_sad_u8 v5, v1, v2, m0                 ; encoding: [0x05,0x00,0x5a,0xd5,0x01,0x05,0xf2,0x01]
 
 v_sad_u8 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x5a,0xd5,0x01,0x05,0xfa,0x01]
+// GFX10: v_sad_u8 v5, v1, v2, exec_lo            ; encoding: [0x05,0x00,0x5a,0xd5,0x01,0x05,0xfa,0x01]
 
 v_sad_u8 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x5a,0xd5,0x01,0x05,0xfe,0x01]
+// GFX10: v_sad_u8 v5, v1, v2, exec_hi            ; encoding: [0x05,0x00,0x5a,0xd5,0x01,0x05,0xfe,0x01]
 
 v_sad_u8 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x5a,0xd5,0x01,0x05,0x02,0x02]
+// GFX10: v_sad_u8 v5, v1, v2, 0                  ; encoding: [0x05,0x00,0x5a,0xd5,0x01,0x05,0x02,0x02]
 
 v_sad_u8 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x5a,0xd5,0x01,0x05,0x06,0x03]
+// GFX10: v_sad_u8 v5, v1, v2, -1                 ; encoding: [0x05,0x00,0x5a,0xd5,0x01,0x05,0x06,0x03]
 
 v_sad_u8 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x5a,0xd5,0x01,0x05,0xc2,0x03]
+// GFX10: v_sad_u8 v5, v1, v2, 0.5                ; encoding: [0x05,0x00,0x5a,0xd5,0x01,0x05,0xc2,0x03]
 
 v_sad_u8 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x5a,0xd5,0x01,0x05,0xde,0x03]
+// GFX10: v_sad_u8 v5, v1, v2, -4.0               ; encoding: [0x05,0x00,0x5a,0xd5,0x01,0x05,0xde,0x03]
 
 v_sad_hi_u8 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5b,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_sad_hi_u8 v5, v1, v2, v3              ; encoding: [0x05,0x00,0x5b,0xd5,0x01,0x05,0x0e,0x04]
 
 v_sad_hi_u8 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x5b,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_sad_hi_u8 v255, v1, v2, v3            ; encoding: [0xff,0x00,0x5b,0xd5,0x01,0x05,0x0e,0x04]
 
 v_sad_hi_u8 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5b,0xd5,0xff,0x05,0x0e,0x04]
+// GFX10: v_sad_hi_u8 v5, v255, v2, v3            ; encoding: [0x05,0x00,0x5b,0xd5,0xff,0x05,0x0e,0x04]
 
 v_sad_hi_u8 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5b,0xd5,0x01,0x04,0x0e,0x04]
+// GFX10: v_sad_hi_u8 v5, s1, v2, v3              ; encoding: [0x05,0x00,0x5b,0xd5,0x01,0x04,0x0e,0x04]
 
 v_sad_hi_u8 v5, s103, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5b,0xd5,0x67,0x04,0x0e,0x04]
+// GFX10: v_sad_hi_u8 v5, s103, v2, v3            ; encoding: [0x05,0x00,0x5b,0xd5,0x67,0x04,0x0e,0x04]
 
 v_sad_hi_u8 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5b,0xd5,0x6a,0x04,0x0e,0x04]
+// GFX10: v_sad_hi_u8 v5, vcc_lo, v2, v3          ; encoding: [0x05,0x00,0x5b,0xd5,0x6a,0x04,0x0e,0x04]
 
 v_sad_hi_u8 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5b,0xd5,0x6b,0x04,0x0e,0x04]
+// GFX10: v_sad_hi_u8 v5, vcc_hi, v2, v3          ; encoding: [0x05,0x00,0x5b,0xd5,0x6b,0x04,0x0e,0x04]
 
 v_sad_hi_u8 v5, ttmp11, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5b,0xd5,0x77,0x04,0x0e,0x04]
+// GFX10: v_sad_hi_u8 v5, ttmp11, v2, v3          ; encoding: [0x05,0x00,0x5b,0xd5,0x77,0x04,0x0e,0x04]
 
 v_sad_hi_u8 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5b,0xd5,0x7c,0x04,0x0e,0x04]
+// GFX10: v_sad_hi_u8 v5, m0, v2, v3              ; encoding: [0x05,0x00,0x5b,0xd5,0x7c,0x04,0x0e,0x04]
 
 v_sad_hi_u8 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5b,0xd5,0x7e,0x04,0x0e,0x04]
+// GFX10: v_sad_hi_u8 v5, exec_lo, v2, v3         ; encoding: [0x05,0x00,0x5b,0xd5,0x7e,0x04,0x0e,0x04]
 
 v_sad_hi_u8 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5b,0xd5,0x7f,0x04,0x0e,0x04]
+// GFX10: v_sad_hi_u8 v5, exec_hi, v2, v3         ; encoding: [0x05,0x00,0x5b,0xd5,0x7f,0x04,0x0e,0x04]
 
 v_sad_hi_u8 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5b,0xd5,0x80,0x04,0x0e,0x04]
+// GFX10: v_sad_hi_u8 v5, 0, v2, v3               ; encoding: [0x05,0x00,0x5b,0xd5,0x80,0x04,0x0e,0x04]
 
 v_sad_hi_u8 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5b,0xd5,0xc1,0x04,0x0e,0x04]
+// GFX10: v_sad_hi_u8 v5, -1, v2, v3              ; encoding: [0x05,0x00,0x5b,0xd5,0xc1,0x04,0x0e,0x04]
 
 v_sad_hi_u8 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5b,0xd5,0xf0,0x04,0x0e,0x04]
+// GFX10: v_sad_hi_u8 v5, 0.5, v2, v3             ; encoding: [0x05,0x00,0x5b,0xd5,0xf0,0x04,0x0e,0x04]
 
 v_sad_hi_u8 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5b,0xd5,0xf7,0x04,0x0e,0x04]
+// GFX10: v_sad_hi_u8 v5, -4.0, v2, v3            ; encoding: [0x05,0x00,0x5b,0xd5,0xf7,0x04,0x0e,0x04]
 
 v_sad_hi_u8 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x5b,0xd5,0x01,0xff,0x0f,0x04]
+// GFX10: v_sad_hi_u8 v5, v1, v255, v3            ; encoding: [0x05,0x00,0x5b,0xd5,0x01,0xff,0x0f,0x04]
 
 v_sad_hi_u8 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x5b,0xd5,0x01,0x05,0x0c,0x04]
+// GFX10: v_sad_hi_u8 v5, v1, s2, v3              ; encoding: [0x05,0x00,0x5b,0xd5,0x01,0x05,0x0c,0x04]
 
 v_sad_hi_u8 v5, v1, s103, v3
-// GFX10: encoding: [0x05,0x00,0x5b,0xd5,0x01,0xcf,0x0c,0x04]
+// GFX10: v_sad_hi_u8 v5, v1, s103, v3            ; encoding: [0x05,0x00,0x5b,0xd5,0x01,0xcf,0x0c,0x04]
 
 v_sad_hi_u8 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x5b,0xd5,0x01,0xd5,0x0c,0x04]
+// GFX10: v_sad_hi_u8 v5, v1, vcc_lo, v3          ; encoding: [0x05,0x00,0x5b,0xd5,0x01,0xd5,0x0c,0x04]
 
 v_sad_hi_u8 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x5b,0xd5,0x01,0xd7,0x0c,0x04]
+// GFX10: v_sad_hi_u8 v5, v1, vcc_hi, v3          ; encoding: [0x05,0x00,0x5b,0xd5,0x01,0xd7,0x0c,0x04]
 
 v_sad_hi_u8 v5, v1, ttmp11, v3
-// GFX10: encoding: [0x05,0x00,0x5b,0xd5,0x01,0xef,0x0c,0x04]
+// GFX10: v_sad_hi_u8 v5, v1, ttmp11, v3          ; encoding: [0x05,0x00,0x5b,0xd5,0x01,0xef,0x0c,0x04]
 
 v_sad_hi_u8 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x5b,0xd5,0x01,0xf9,0x0c,0x04]
+// GFX10: v_sad_hi_u8 v5, v1, m0, v3              ; encoding: [0x05,0x00,0x5b,0xd5,0x01,0xf9,0x0c,0x04]
 
 v_sad_hi_u8 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x5b,0xd5,0x01,0xfd,0x0c,0x04]
+// GFX10: v_sad_hi_u8 v5, v1, exec_lo, v3         ; encoding: [0x05,0x00,0x5b,0xd5,0x01,0xfd,0x0c,0x04]
 
 v_sad_hi_u8 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x5b,0xd5,0x01,0xff,0x0c,0x04]
+// GFX10: v_sad_hi_u8 v5, v1, exec_hi, v3         ; encoding: [0x05,0x00,0x5b,0xd5,0x01,0xff,0x0c,0x04]
 
 v_sad_hi_u8 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x5b,0xd5,0x01,0x01,0x0d,0x04]
+// GFX10: v_sad_hi_u8 v5, v1, 0, v3               ; encoding: [0x05,0x00,0x5b,0xd5,0x01,0x01,0x0d,0x04]
 
 v_sad_hi_u8 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x5b,0xd5,0x01,0x83,0x0d,0x04]
+// GFX10: v_sad_hi_u8 v5, v1, -1, v3              ; encoding: [0x05,0x00,0x5b,0xd5,0x01,0x83,0x0d,0x04]
 
 v_sad_hi_u8 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x5b,0xd5,0x01,0xe1,0x0d,0x04]
+// GFX10: v_sad_hi_u8 v5, v1, 0.5, v3             ; encoding: [0x05,0x00,0x5b,0xd5,0x01,0xe1,0x0d,0x04]
 
 v_sad_hi_u8 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x5b,0xd5,0x01,0xef,0x0d,0x04]
+// GFX10: v_sad_hi_u8 v5, v1, -4.0, v3            ; encoding: [0x05,0x00,0x5b,0xd5,0x01,0xef,0x0d,0x04]
 
 v_sad_hi_u8 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x5b,0xd5,0x01,0x05,0xfe,0x07]
+// GFX10: v_sad_hi_u8 v5, v1, v2, v255            ; encoding: [0x05,0x00,0x5b,0xd5,0x01,0x05,0xfe,0x07]
 
 v_sad_hi_u8 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x5b,0xd5,0x01,0x05,0x0e,0x00]
+// GFX10: v_sad_hi_u8 v5, v1, v2, s3              ; encoding: [0x05,0x00,0x5b,0xd5,0x01,0x05,0x0e,0x00]
 
 v_sad_hi_u8 v5, v1, v2, s103
-// GFX10: encoding: [0x05,0x00,0x5b,0xd5,0x01,0x05,0x9e,0x01]
+// GFX10: v_sad_hi_u8 v5, v1, v2, s103            ; encoding: [0x05,0x00,0x5b,0xd5,0x01,0x05,0x9e,0x01]
 
 v_sad_hi_u8 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x5b,0xd5,0x01,0x05,0xaa,0x01]
+// GFX10: v_sad_hi_u8 v5, v1, v2, vcc_lo          ; encoding: [0x05,0x00,0x5b,0xd5,0x01,0x05,0xaa,0x01]
 
 v_sad_hi_u8 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x5b,0xd5,0x01,0x05,0xae,0x01]
+// GFX10: v_sad_hi_u8 v5, v1, v2, vcc_hi          ; encoding: [0x05,0x00,0x5b,0xd5,0x01,0x05,0xae,0x01]
 
 v_sad_hi_u8 v5, v1, v2, ttmp11
-// GFX10: encoding: [0x05,0x00,0x5b,0xd5,0x01,0x05,0xde,0x01]
+// GFX10: v_sad_hi_u8 v5, v1, v2, ttmp11          ; encoding: [0x05,0x00,0x5b,0xd5,0x01,0x05,0xde,0x01]
 
 v_sad_hi_u8 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x5b,0xd5,0x01,0x05,0xf2,0x01]
+// GFX10: v_sad_hi_u8 v5, v1, v2, m0              ; encoding: [0x05,0x00,0x5b,0xd5,0x01,0x05,0xf2,0x01]
 
 v_sad_hi_u8 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x5b,0xd5,0x01,0x05,0xfa,0x01]
+// GFX10: v_sad_hi_u8 v5, v1, v2, exec_lo         ; encoding: [0x05,0x00,0x5b,0xd5,0x01,0x05,0xfa,0x01]
 
 v_sad_hi_u8 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x5b,0xd5,0x01,0x05,0xfe,0x01]
+// GFX10: v_sad_hi_u8 v5, v1, v2, exec_hi         ; encoding: [0x05,0x00,0x5b,0xd5,0x01,0x05,0xfe,0x01]
 
 v_sad_hi_u8 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x5b,0xd5,0x01,0x05,0x02,0x02]
+// GFX10: v_sad_hi_u8 v5, v1, v2, 0               ; encoding: [0x05,0x00,0x5b,0xd5,0x01,0x05,0x02,0x02]
 
 v_sad_hi_u8 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x5b,0xd5,0x01,0x05,0x06,0x03]
+// GFX10: v_sad_hi_u8 v5, v1, v2, -1              ; encoding: [0x05,0x00,0x5b,0xd5,0x01,0x05,0x06,0x03]
 
 v_sad_hi_u8 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x5b,0xd5,0x01,0x05,0xc2,0x03]
+// GFX10: v_sad_hi_u8 v5, v1, v2, 0.5             ; encoding: [0x05,0x00,0x5b,0xd5,0x01,0x05,0xc2,0x03]
 
 v_sad_hi_u8 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x5b,0xd5,0x01,0x05,0xde,0x03]
+// GFX10: v_sad_hi_u8 v5, v1, v2, -4.0            ; encoding: [0x05,0x00,0x5b,0xd5,0x01,0x05,0xde,0x03]
 
 v_sad_u16 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5c,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_sad_u16 v5, v1, v2, v3                ; encoding: [0x05,0x00,0x5c,0xd5,0x01,0x05,0x0e,0x04]
 
 v_sad_u16 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x5c,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_sad_u16 v255, v1, v2, v3              ; encoding: [0xff,0x00,0x5c,0xd5,0x01,0x05,0x0e,0x04]
 
 v_sad_u16 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5c,0xd5,0xff,0x05,0x0e,0x04]
+// GFX10: v_sad_u16 v5, v255, v2, v3              ; encoding: [0x05,0x00,0x5c,0xd5,0xff,0x05,0x0e,0x04]
 
 v_sad_u16 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5c,0xd5,0x01,0x04,0x0e,0x04]
+// GFX10: v_sad_u16 v5, s1, v2, v3                ; encoding: [0x05,0x00,0x5c,0xd5,0x01,0x04,0x0e,0x04]
 
 v_sad_u16 v5, s103, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5c,0xd5,0x67,0x04,0x0e,0x04]
+// GFX10: v_sad_u16 v5, s103, v2, v3              ; encoding: [0x05,0x00,0x5c,0xd5,0x67,0x04,0x0e,0x04]
 
 v_sad_u16 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5c,0xd5,0x6a,0x04,0x0e,0x04]
+// GFX10: v_sad_u16 v5, vcc_lo, v2, v3            ; encoding: [0x05,0x00,0x5c,0xd5,0x6a,0x04,0x0e,0x04]
 
 v_sad_u16 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5c,0xd5,0x6b,0x04,0x0e,0x04]
+// GFX10: v_sad_u16 v5, vcc_hi, v2, v3            ; encoding: [0x05,0x00,0x5c,0xd5,0x6b,0x04,0x0e,0x04]
 
 v_sad_u16 v5, ttmp11, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5c,0xd5,0x77,0x04,0x0e,0x04]
+// GFX10: v_sad_u16 v5, ttmp11, v2, v3            ; encoding: [0x05,0x00,0x5c,0xd5,0x77,0x04,0x0e,0x04]
 
 v_sad_u16 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5c,0xd5,0x7c,0x04,0x0e,0x04]
+// GFX10: v_sad_u16 v5, m0, v2, v3                ; encoding: [0x05,0x00,0x5c,0xd5,0x7c,0x04,0x0e,0x04]
 
 v_sad_u16 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5c,0xd5,0x7e,0x04,0x0e,0x04]
+// GFX10: v_sad_u16 v5, exec_lo, v2, v3           ; encoding: [0x05,0x00,0x5c,0xd5,0x7e,0x04,0x0e,0x04]
 
 v_sad_u16 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5c,0xd5,0x7f,0x04,0x0e,0x04]
+// GFX10: v_sad_u16 v5, exec_hi, v2, v3           ; encoding: [0x05,0x00,0x5c,0xd5,0x7f,0x04,0x0e,0x04]
 
 v_sad_u16 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5c,0xd5,0x80,0x04,0x0e,0x04]
+// GFX10: v_sad_u16 v5, 0, v2, v3                 ; encoding: [0x05,0x00,0x5c,0xd5,0x80,0x04,0x0e,0x04]
 
 v_sad_u16 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5c,0xd5,0xc1,0x04,0x0e,0x04]
+// GFX10: v_sad_u16 v5, -1, v2, v3                ; encoding: [0x05,0x00,0x5c,0xd5,0xc1,0x04,0x0e,0x04]
 
 v_sad_u16 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5c,0xd5,0xf0,0x04,0x0e,0x04]
+// GFX10: v_sad_u16 v5, 0.5, v2, v3               ; encoding: [0x05,0x00,0x5c,0xd5,0xf0,0x04,0x0e,0x04]
 
 v_sad_u16 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5c,0xd5,0xf7,0x04,0x0e,0x04]
+// GFX10: v_sad_u16 v5, -4.0, v2, v3              ; encoding: [0x05,0x00,0x5c,0xd5,0xf7,0x04,0x0e,0x04]
 
 v_sad_u16 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x5c,0xd5,0x01,0xff,0x0f,0x04]
+// GFX10: v_sad_u16 v5, v1, v255, v3              ; encoding: [0x05,0x00,0x5c,0xd5,0x01,0xff,0x0f,0x04]
 
 v_sad_u16 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x5c,0xd5,0x01,0x05,0x0c,0x04]
+// GFX10: v_sad_u16 v5, v1, s2, v3                ; encoding: [0x05,0x00,0x5c,0xd5,0x01,0x05,0x0c,0x04]
 
 v_sad_u16 v5, v1, s103, v3
-// GFX10: encoding: [0x05,0x00,0x5c,0xd5,0x01,0xcf,0x0c,0x04]
+// GFX10: v_sad_u16 v5, v1, s103, v3              ; encoding: [0x05,0x00,0x5c,0xd5,0x01,0xcf,0x0c,0x04]
 
 v_sad_u16 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x5c,0xd5,0x01,0xd5,0x0c,0x04]
+// GFX10: v_sad_u16 v5, v1, vcc_lo, v3            ; encoding: [0x05,0x00,0x5c,0xd5,0x01,0xd5,0x0c,0x04]
 
 v_sad_u16 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x5c,0xd5,0x01,0xd7,0x0c,0x04]
+// GFX10: v_sad_u16 v5, v1, vcc_hi, v3            ; encoding: [0x05,0x00,0x5c,0xd5,0x01,0xd7,0x0c,0x04]
 
 v_sad_u16 v5, v1, ttmp11, v3
-// GFX10: encoding: [0x05,0x00,0x5c,0xd5,0x01,0xef,0x0c,0x04]
+// GFX10: v_sad_u16 v5, v1, ttmp11, v3            ; encoding: [0x05,0x00,0x5c,0xd5,0x01,0xef,0x0c,0x04]
 
 v_sad_u16 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x5c,0xd5,0x01,0xf9,0x0c,0x04]
+// GFX10: v_sad_u16 v5, v1, m0, v3                ; encoding: [0x05,0x00,0x5c,0xd5,0x01,0xf9,0x0c,0x04]
 
 v_sad_u16 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x5c,0xd5,0x01,0xfd,0x0c,0x04]
+// GFX10: v_sad_u16 v5, v1, exec_lo, v3           ; encoding: [0x05,0x00,0x5c,0xd5,0x01,0xfd,0x0c,0x04]
 
 v_sad_u16 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x5c,0xd5,0x01,0xff,0x0c,0x04]
+// GFX10: v_sad_u16 v5, v1, exec_hi, v3           ; encoding: [0x05,0x00,0x5c,0xd5,0x01,0xff,0x0c,0x04]
 
 v_sad_u16 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x5c,0xd5,0x01,0x01,0x0d,0x04]
+// GFX10: v_sad_u16 v5, v1, 0, v3                 ; encoding: [0x05,0x00,0x5c,0xd5,0x01,0x01,0x0d,0x04]
 
 v_sad_u16 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x5c,0xd5,0x01,0x83,0x0d,0x04]
+// GFX10: v_sad_u16 v5, v1, -1, v3                ; encoding: [0x05,0x00,0x5c,0xd5,0x01,0x83,0x0d,0x04]
 
 v_sad_u16 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x5c,0xd5,0x01,0xe1,0x0d,0x04]
+// GFX10: v_sad_u16 v5, v1, 0.5, v3               ; encoding: [0x05,0x00,0x5c,0xd5,0x01,0xe1,0x0d,0x04]
 
 v_sad_u16 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x5c,0xd5,0x01,0xef,0x0d,0x04]
+// GFX10: v_sad_u16 v5, v1, -4.0, v3              ; encoding: [0x05,0x00,0x5c,0xd5,0x01,0xef,0x0d,0x04]
 
 v_sad_u16 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x5c,0xd5,0x01,0x05,0xfe,0x07]
+// GFX10: v_sad_u16 v5, v1, v2, v255              ; encoding: [0x05,0x00,0x5c,0xd5,0x01,0x05,0xfe,0x07]
 
 v_sad_u16 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x5c,0xd5,0x01,0x05,0x0e,0x00]
+// GFX10: v_sad_u16 v5, v1, v2, s3                ; encoding: [0x05,0x00,0x5c,0xd5,0x01,0x05,0x0e,0x00]
 
 v_sad_u16 v5, v1, v2, s103
-// GFX10: encoding: [0x05,0x00,0x5c,0xd5,0x01,0x05,0x9e,0x01]
+// GFX10: v_sad_u16 v5, v1, v2, s103              ; encoding: [0x05,0x00,0x5c,0xd5,0x01,0x05,0x9e,0x01]
 
 v_sad_u16 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x5c,0xd5,0x01,0x05,0xaa,0x01]
+// GFX10: v_sad_u16 v5, v1, v2, vcc_lo            ; encoding: [0x05,0x00,0x5c,0xd5,0x01,0x05,0xaa,0x01]
 
 v_sad_u16 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x5c,0xd5,0x01,0x05,0xae,0x01]
+// GFX10: v_sad_u16 v5, v1, v2, vcc_hi            ; encoding: [0x05,0x00,0x5c,0xd5,0x01,0x05,0xae,0x01]
 
 v_sad_u16 v5, v1, v2, ttmp11
-// GFX10: encoding: [0x05,0x00,0x5c,0xd5,0x01,0x05,0xde,0x01]
+// GFX10: v_sad_u16 v5, v1, v2, ttmp11            ; encoding: [0x05,0x00,0x5c,0xd5,0x01,0x05,0xde,0x01]
 
 v_sad_u16 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x5c,0xd5,0x01,0x05,0xf2,0x01]
+// GFX10: v_sad_u16 v5, v1, v2, m0                ; encoding: [0x05,0x00,0x5c,0xd5,0x01,0x05,0xf2,0x01]
 
 v_sad_u16 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x5c,0xd5,0x01,0x05,0xfa,0x01]
+// GFX10: v_sad_u16 v5, v1, v2, exec_lo           ; encoding: [0x05,0x00,0x5c,0xd5,0x01,0x05,0xfa,0x01]
 
 v_sad_u16 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x5c,0xd5,0x01,0x05,0xfe,0x01]
+// GFX10: v_sad_u16 v5, v1, v2, exec_hi           ; encoding: [0x05,0x00,0x5c,0xd5,0x01,0x05,0xfe,0x01]
 
 v_sad_u16 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x5c,0xd5,0x01,0x05,0x02,0x02]
+// GFX10: v_sad_u16 v5, v1, v2, 0                 ; encoding: [0x05,0x00,0x5c,0xd5,0x01,0x05,0x02,0x02]
 
 v_sad_u16 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x5c,0xd5,0x01,0x05,0x06,0x03]
+// GFX10: v_sad_u16 v5, v1, v2, -1                ; encoding: [0x05,0x00,0x5c,0xd5,0x01,0x05,0x06,0x03]
 
 v_sad_u16 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x5c,0xd5,0x01,0x05,0xc2,0x03]
+// GFX10: v_sad_u16 v5, v1, v2, 0.5               ; encoding: [0x05,0x00,0x5c,0xd5,0x01,0x05,0xc2,0x03]
 
 v_sad_u16 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x5c,0xd5,0x01,0x05,0xde,0x03]
+// GFX10: v_sad_u16 v5, v1, v2, -4.0              ; encoding: [0x05,0x00,0x5c,0xd5,0x01,0x05,0xde,0x03]
 
 v_sad_u32 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5d,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_sad_u32 v5, v1, v2, v3                ; encoding: [0x05,0x00,0x5d,0xd5,0x01,0x05,0x0e,0x04]
 
 v_sad_u32 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x5d,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_sad_u32 v255, v1, v2, v3              ; encoding: [0xff,0x00,0x5d,0xd5,0x01,0x05,0x0e,0x04]
 
 v_sad_u32 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5d,0xd5,0xff,0x05,0x0e,0x04]
+// GFX10: v_sad_u32 v5, v255, v2, v3              ; encoding: [0x05,0x00,0x5d,0xd5,0xff,0x05,0x0e,0x04]
 
 v_sad_u32 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5d,0xd5,0x01,0x04,0x0e,0x04]
+// GFX10: v_sad_u32 v5, s1, v2, v3                ; encoding: [0x05,0x00,0x5d,0xd5,0x01,0x04,0x0e,0x04]
 
 v_sad_u32 v5, s103, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5d,0xd5,0x67,0x04,0x0e,0x04]
+// GFX10: v_sad_u32 v5, s103, v2, v3              ; encoding: [0x05,0x00,0x5d,0xd5,0x67,0x04,0x0e,0x04]
 
 v_sad_u32 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5d,0xd5,0x6a,0x04,0x0e,0x04]
+// GFX10: v_sad_u32 v5, vcc_lo, v2, v3            ; encoding: [0x05,0x00,0x5d,0xd5,0x6a,0x04,0x0e,0x04]
 
 v_sad_u32 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5d,0xd5,0x6b,0x04,0x0e,0x04]
+// GFX10: v_sad_u32 v5, vcc_hi, v2, v3            ; encoding: [0x05,0x00,0x5d,0xd5,0x6b,0x04,0x0e,0x04]
 
 v_sad_u32 v5, ttmp11, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5d,0xd5,0x77,0x04,0x0e,0x04]
+// GFX10: v_sad_u32 v5, ttmp11, v2, v3            ; encoding: [0x05,0x00,0x5d,0xd5,0x77,0x04,0x0e,0x04]
 
 v_sad_u32 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5d,0xd5,0x7c,0x04,0x0e,0x04]
+// GFX10: v_sad_u32 v5, m0, v2, v3                ; encoding: [0x05,0x00,0x5d,0xd5,0x7c,0x04,0x0e,0x04]
 
 v_sad_u32 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5d,0xd5,0x7e,0x04,0x0e,0x04]
+// GFX10: v_sad_u32 v5, exec_lo, v2, v3           ; encoding: [0x05,0x00,0x5d,0xd5,0x7e,0x04,0x0e,0x04]
 
 v_sad_u32 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5d,0xd5,0x7f,0x04,0x0e,0x04]
+// GFX10: v_sad_u32 v5, exec_hi, v2, v3           ; encoding: [0x05,0x00,0x5d,0xd5,0x7f,0x04,0x0e,0x04]
 
 v_sad_u32 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5d,0xd5,0x80,0x04,0x0e,0x04]
+// GFX10: v_sad_u32 v5, 0, v2, v3                 ; encoding: [0x05,0x00,0x5d,0xd5,0x80,0x04,0x0e,0x04]
 
 v_sad_u32 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5d,0xd5,0xc1,0x04,0x0e,0x04]
+// GFX10: v_sad_u32 v5, -1, v2, v3                ; encoding: [0x05,0x00,0x5d,0xd5,0xc1,0x04,0x0e,0x04]
 
 v_sad_u32 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5d,0xd5,0xf0,0x04,0x0e,0x04]
+// GFX10: v_sad_u32 v5, 0.5, v2, v3               ; encoding: [0x05,0x00,0x5d,0xd5,0xf0,0x04,0x0e,0x04]
 
 v_sad_u32 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5d,0xd5,0xf7,0x04,0x0e,0x04]
+// GFX10: v_sad_u32 v5, -4.0, v2, v3              ; encoding: [0x05,0x00,0x5d,0xd5,0xf7,0x04,0x0e,0x04]
 
 v_sad_u32 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x5d,0xd5,0x01,0xff,0x0f,0x04]
+// GFX10: v_sad_u32 v5, v1, v255, v3              ; encoding: [0x05,0x00,0x5d,0xd5,0x01,0xff,0x0f,0x04]
 
 v_sad_u32 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x5d,0xd5,0x01,0x05,0x0c,0x04]
+// GFX10: v_sad_u32 v5, v1, s2, v3                ; encoding: [0x05,0x00,0x5d,0xd5,0x01,0x05,0x0c,0x04]
 
 v_sad_u32 v5, v1, s103, v3
-// GFX10: encoding: [0x05,0x00,0x5d,0xd5,0x01,0xcf,0x0c,0x04]
+// GFX10: v_sad_u32 v5, v1, s103, v3              ; encoding: [0x05,0x00,0x5d,0xd5,0x01,0xcf,0x0c,0x04]
 
 v_sad_u32 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x5d,0xd5,0x01,0xd5,0x0c,0x04]
+// GFX10: v_sad_u32 v5, v1, vcc_lo, v3            ; encoding: [0x05,0x00,0x5d,0xd5,0x01,0xd5,0x0c,0x04]
 
 v_sad_u32 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x5d,0xd5,0x01,0xd7,0x0c,0x04]
+// GFX10: v_sad_u32 v5, v1, vcc_hi, v3            ; encoding: [0x05,0x00,0x5d,0xd5,0x01,0xd7,0x0c,0x04]
 
 v_sad_u32 v5, v1, ttmp11, v3
-// GFX10: encoding: [0x05,0x00,0x5d,0xd5,0x01,0xef,0x0c,0x04]
+// GFX10: v_sad_u32 v5, v1, ttmp11, v3            ; encoding: [0x05,0x00,0x5d,0xd5,0x01,0xef,0x0c,0x04]
 
 v_sad_u32 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x5d,0xd5,0x01,0xf9,0x0c,0x04]
+// GFX10: v_sad_u32 v5, v1, m0, v3                ; encoding: [0x05,0x00,0x5d,0xd5,0x01,0xf9,0x0c,0x04]
 
 v_sad_u32 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x5d,0xd5,0x01,0xfd,0x0c,0x04]
+// GFX10: v_sad_u32 v5, v1, exec_lo, v3           ; encoding: [0x05,0x00,0x5d,0xd5,0x01,0xfd,0x0c,0x04]
 
 v_sad_u32 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x5d,0xd5,0x01,0xff,0x0c,0x04]
+// GFX10: v_sad_u32 v5, v1, exec_hi, v3           ; encoding: [0x05,0x00,0x5d,0xd5,0x01,0xff,0x0c,0x04]
 
 v_sad_u32 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x5d,0xd5,0x01,0x01,0x0d,0x04]
+// GFX10: v_sad_u32 v5, v1, 0, v3                 ; encoding: [0x05,0x00,0x5d,0xd5,0x01,0x01,0x0d,0x04]
 
 v_sad_u32 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x5d,0xd5,0x01,0x83,0x0d,0x04]
+// GFX10: v_sad_u32 v5, v1, -1, v3                ; encoding: [0x05,0x00,0x5d,0xd5,0x01,0x83,0x0d,0x04]
 
 v_sad_u32 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x5d,0xd5,0x01,0xe1,0x0d,0x04]
+// GFX10: v_sad_u32 v5, v1, 0.5, v3               ; encoding: [0x05,0x00,0x5d,0xd5,0x01,0xe1,0x0d,0x04]
 
 v_sad_u32 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x5d,0xd5,0x01,0xef,0x0d,0x04]
+// GFX10: v_sad_u32 v5, v1, -4.0, v3              ; encoding: [0x05,0x00,0x5d,0xd5,0x01,0xef,0x0d,0x04]
 
 v_sad_u32 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x5d,0xd5,0x01,0x05,0xfe,0x07]
+// GFX10: v_sad_u32 v5, v1, v2, v255              ; encoding: [0x05,0x00,0x5d,0xd5,0x01,0x05,0xfe,0x07]
 
 v_sad_u32 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x5d,0xd5,0x01,0x05,0x0e,0x00]
+// GFX10: v_sad_u32 v5, v1, v2, s3                ; encoding: [0x05,0x00,0x5d,0xd5,0x01,0x05,0x0e,0x00]
 
 v_sad_u32 v5, v1, v2, s103
-// GFX10: encoding: [0x05,0x00,0x5d,0xd5,0x01,0x05,0x9e,0x01]
+// GFX10: v_sad_u32 v5, v1, v2, s103              ; encoding: [0x05,0x00,0x5d,0xd5,0x01,0x05,0x9e,0x01]
 
 v_sad_u32 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x5d,0xd5,0x01,0x05,0xaa,0x01]
+// GFX10: v_sad_u32 v5, v1, v2, vcc_lo            ; encoding: [0x05,0x00,0x5d,0xd5,0x01,0x05,0xaa,0x01]
 
 v_sad_u32 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x5d,0xd5,0x01,0x05,0xae,0x01]
+// GFX10: v_sad_u32 v5, v1, v2, vcc_hi            ; encoding: [0x05,0x00,0x5d,0xd5,0x01,0x05,0xae,0x01]
 
 v_sad_u32 v5, v1, v2, ttmp11
-// GFX10: encoding: [0x05,0x00,0x5d,0xd5,0x01,0x05,0xde,0x01]
+// GFX10: v_sad_u32 v5, v1, v2, ttmp11            ; encoding: [0x05,0x00,0x5d,0xd5,0x01,0x05,0xde,0x01]
 
 v_sad_u32 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x5d,0xd5,0x01,0x05,0xf2,0x01]
+// GFX10: v_sad_u32 v5, v1, v2, m0                ; encoding: [0x05,0x00,0x5d,0xd5,0x01,0x05,0xf2,0x01]
 
 v_sad_u32 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x5d,0xd5,0x01,0x05,0xfa,0x01]
+// GFX10: v_sad_u32 v5, v1, v2, exec_lo           ; encoding: [0x05,0x00,0x5d,0xd5,0x01,0x05,0xfa,0x01]
 
 v_sad_u32 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x5d,0xd5,0x01,0x05,0xfe,0x01]
+// GFX10: v_sad_u32 v5, v1, v2, exec_hi           ; encoding: [0x05,0x00,0x5d,0xd5,0x01,0x05,0xfe,0x01]
 
 v_sad_u32 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x5d,0xd5,0x01,0x05,0x02,0x02]
+// GFX10: v_sad_u32 v5, v1, v2, 0                 ; encoding: [0x05,0x00,0x5d,0xd5,0x01,0x05,0x02,0x02]
 
 v_sad_u32 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x5d,0xd5,0x01,0x05,0x06,0x03]
+// GFX10: v_sad_u32 v5, v1, v2, -1                ; encoding: [0x05,0x00,0x5d,0xd5,0x01,0x05,0x06,0x03]
 
 v_sad_u32 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x5d,0xd5,0x01,0x05,0xc2,0x03]
+// GFX10: v_sad_u32 v5, v1, v2, 0.5               ; encoding: [0x05,0x00,0x5d,0xd5,0x01,0x05,0xc2,0x03]
 
 v_sad_u32 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x5d,0xd5,0x01,0x05,0xde,0x03]
+// GFX10: v_sad_u32 v5, v1, v2, -4.0              ; encoding: [0x05,0x00,0x5d,0xd5,0x01,0x05,0xde,0x03]
 
 v_cvt_pk_u8_f32 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5e,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_cvt_pk_u8_f32 v5, v1, v2, v3          ; encoding: [0x05,0x00,0x5e,0xd5,0x01,0x05,0x0e,0x04]
 
 v_cvt_pk_u8_f32 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x5e,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_cvt_pk_u8_f32 v255, v1, v2, v3        ; encoding: [0xff,0x00,0x5e,0xd5,0x01,0x05,0x0e,0x04]
 
 v_cvt_pk_u8_f32 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5e,0xd5,0xff,0x05,0x0e,0x04]
+// GFX10: v_cvt_pk_u8_f32 v5, v255, v2, v3        ; encoding: [0x05,0x00,0x5e,0xd5,0xff,0x05,0x0e,0x04]
 
 v_cvt_pk_u8_f32 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5e,0xd5,0x01,0x04,0x0e,0x04]
+// GFX10: v_cvt_pk_u8_f32 v5, s1, v2, v3          ; encoding: [0x05,0x00,0x5e,0xd5,0x01,0x04,0x0e,0x04]
 
 v_cvt_pk_u8_f32 v5, s103, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5e,0xd5,0x67,0x04,0x0e,0x04]
+// GFX10: v_cvt_pk_u8_f32 v5, s103, v2, v3        ; encoding: [0x05,0x00,0x5e,0xd5,0x67,0x04,0x0e,0x04]
 
 v_cvt_pk_u8_f32 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5e,0xd5,0x6a,0x04,0x0e,0x04]
+// GFX10: v_cvt_pk_u8_f32 v5, vcc_lo, v2, v3      ; encoding: [0x05,0x00,0x5e,0xd5,0x6a,0x04,0x0e,0x04]
 
 v_cvt_pk_u8_f32 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5e,0xd5,0x6b,0x04,0x0e,0x04]
+// GFX10: v_cvt_pk_u8_f32 v5, vcc_hi, v2, v3      ; encoding: [0x05,0x00,0x5e,0xd5,0x6b,0x04,0x0e,0x04]
 
 v_cvt_pk_u8_f32 v5, ttmp11, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5e,0xd5,0x77,0x04,0x0e,0x04]
+// GFX10: v_cvt_pk_u8_f32 v5, ttmp11, v2, v3      ; encoding: [0x05,0x00,0x5e,0xd5,0x77,0x04,0x0e,0x04]
 
 v_cvt_pk_u8_f32 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5e,0xd5,0x7c,0x04,0x0e,0x04]
+// GFX10: v_cvt_pk_u8_f32 v5, m0, v2, v3          ; encoding: [0x05,0x00,0x5e,0xd5,0x7c,0x04,0x0e,0x04]
 
 v_cvt_pk_u8_f32 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5e,0xd5,0x7e,0x04,0x0e,0x04]
+// GFX10: v_cvt_pk_u8_f32 v5, exec_lo, v2, v3     ; encoding: [0x05,0x00,0x5e,0xd5,0x7e,0x04,0x0e,0x04]
 
 v_cvt_pk_u8_f32 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5e,0xd5,0x7f,0x04,0x0e,0x04]
+// GFX10: v_cvt_pk_u8_f32 v5, exec_hi, v2, v3     ; encoding: [0x05,0x00,0x5e,0xd5,0x7f,0x04,0x0e,0x04]
 
 v_cvt_pk_u8_f32 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5e,0xd5,0x80,0x04,0x0e,0x04]
+// GFX10: v_cvt_pk_u8_f32 v5, 0, v2, v3           ; encoding: [0x05,0x00,0x5e,0xd5,0x80,0x04,0x0e,0x04]
 
 v_cvt_pk_u8_f32 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5e,0xd5,0xc1,0x04,0x0e,0x04]
+// GFX10: v_cvt_pk_u8_f32 v5, -1, v2, v3          ; encoding: [0x05,0x00,0x5e,0xd5,0xc1,0x04,0x0e,0x04]
 
 v_cvt_pk_u8_f32 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5e,0xd5,0xf0,0x04,0x0e,0x04]
+// GFX10: v_cvt_pk_u8_f32 v5, 0.5, v2, v3         ; encoding: [0x05,0x00,0x5e,0xd5,0xf0,0x04,0x0e,0x04]
 
 v_cvt_pk_u8_f32 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5e,0xd5,0xf7,0x04,0x0e,0x04]
+// GFX10: v_cvt_pk_u8_f32 v5, -4.0, v2, v3        ; encoding: [0x05,0x00,0x5e,0xd5,0xf7,0x04,0x0e,0x04]
 
 v_cvt_pk_u8_f32 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x5e,0xd5,0x01,0xff,0x0f,0x04]
+// GFX10: v_cvt_pk_u8_f32 v5, v1, v255, v3        ; encoding: [0x05,0x00,0x5e,0xd5,0x01,0xff,0x0f,0x04]
 
 v_cvt_pk_u8_f32 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x5e,0xd5,0x01,0x05,0x0c,0x04]
+// GFX10: v_cvt_pk_u8_f32 v5, v1, s2, v3          ; encoding: [0x05,0x00,0x5e,0xd5,0x01,0x05,0x0c,0x04]
 
 v_cvt_pk_u8_f32 v5, v1, s103, v3
-// GFX10: encoding: [0x05,0x00,0x5e,0xd5,0x01,0xcf,0x0c,0x04]
+// GFX10: v_cvt_pk_u8_f32 v5, v1, s103, v3        ; encoding: [0x05,0x00,0x5e,0xd5,0x01,0xcf,0x0c,0x04]
 
 v_cvt_pk_u8_f32 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x5e,0xd5,0x01,0xd5,0x0c,0x04]
+// GFX10: v_cvt_pk_u8_f32 v5, v1, vcc_lo, v3      ; encoding: [0x05,0x00,0x5e,0xd5,0x01,0xd5,0x0c,0x04]
 
 v_cvt_pk_u8_f32 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x5e,0xd5,0x01,0xd7,0x0c,0x04]
+// GFX10: v_cvt_pk_u8_f32 v5, v1, vcc_hi, v3      ; encoding: [0x05,0x00,0x5e,0xd5,0x01,0xd7,0x0c,0x04]
 
 v_cvt_pk_u8_f32 v5, v1, ttmp11, v3
-// GFX10: encoding: [0x05,0x00,0x5e,0xd5,0x01,0xef,0x0c,0x04]
+// GFX10: v_cvt_pk_u8_f32 v5, v1, ttmp11, v3      ; encoding: [0x05,0x00,0x5e,0xd5,0x01,0xef,0x0c,0x04]
 
 v_cvt_pk_u8_f32 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x5e,0xd5,0x01,0xf9,0x0c,0x04]
+// GFX10: v_cvt_pk_u8_f32 v5, v1, m0, v3          ; encoding: [0x05,0x00,0x5e,0xd5,0x01,0xf9,0x0c,0x04]
 
 v_cvt_pk_u8_f32 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x5e,0xd5,0x01,0xfd,0x0c,0x04]
+// GFX10: v_cvt_pk_u8_f32 v5, v1, exec_lo, v3     ; encoding: [0x05,0x00,0x5e,0xd5,0x01,0xfd,0x0c,0x04]
 
 v_cvt_pk_u8_f32 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x5e,0xd5,0x01,0xff,0x0c,0x04]
+// GFX10: v_cvt_pk_u8_f32 v5, v1, exec_hi, v3     ; encoding: [0x05,0x00,0x5e,0xd5,0x01,0xff,0x0c,0x04]
 
 v_cvt_pk_u8_f32 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x5e,0xd5,0x01,0x01,0x0d,0x04]
+// GFX10: v_cvt_pk_u8_f32 v5, v1, 0, v3           ; encoding: [0x05,0x00,0x5e,0xd5,0x01,0x01,0x0d,0x04]
 
 v_cvt_pk_u8_f32 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x5e,0xd5,0x01,0x83,0x0d,0x04]
+// GFX10: v_cvt_pk_u8_f32 v5, v1, -1, v3          ; encoding: [0x05,0x00,0x5e,0xd5,0x01,0x83,0x0d,0x04]
 
 v_cvt_pk_u8_f32 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x5e,0xd5,0x01,0xe1,0x0d,0x04]
+// GFX10: v_cvt_pk_u8_f32 v5, v1, 0.5, v3         ; encoding: [0x05,0x00,0x5e,0xd5,0x01,0xe1,0x0d,0x04]
 
 v_cvt_pk_u8_f32 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x5e,0xd5,0x01,0xef,0x0d,0x04]
+// GFX10: v_cvt_pk_u8_f32 v5, v1, -4.0, v3        ; encoding: [0x05,0x00,0x5e,0xd5,0x01,0xef,0x0d,0x04]
 
 v_cvt_pk_u8_f32 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x5e,0xd5,0x01,0x05,0xfe,0x07]
+// GFX10: v_cvt_pk_u8_f32 v5, v1, v2, v255        ; encoding: [0x05,0x00,0x5e,0xd5,0x01,0x05,0xfe,0x07]
 
 v_cvt_pk_u8_f32 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x5e,0xd5,0x01,0x05,0x0e,0x00]
+// GFX10: v_cvt_pk_u8_f32 v5, v1, v2, s3          ; encoding: [0x05,0x00,0x5e,0xd5,0x01,0x05,0x0e,0x00]
 
 v_cvt_pk_u8_f32 v5, v1, v2, s103
-// GFX10: encoding: [0x05,0x00,0x5e,0xd5,0x01,0x05,0x9e,0x01]
+// GFX10: v_cvt_pk_u8_f32 v5, v1, v2, s103        ; encoding: [0x05,0x00,0x5e,0xd5,0x01,0x05,0x9e,0x01]
 
 v_cvt_pk_u8_f32 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x5e,0xd5,0x01,0x05,0xaa,0x01]
+// GFX10: v_cvt_pk_u8_f32 v5, v1, v2, vcc_lo      ; encoding: [0x05,0x00,0x5e,0xd5,0x01,0x05,0xaa,0x01]
 
 v_cvt_pk_u8_f32 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x5e,0xd5,0x01,0x05,0xae,0x01]
+// GFX10: v_cvt_pk_u8_f32 v5, v1, v2, vcc_hi      ; encoding: [0x05,0x00,0x5e,0xd5,0x01,0x05,0xae,0x01]
 
 v_cvt_pk_u8_f32 v5, v1, v2, ttmp11
-// GFX10: encoding: [0x05,0x00,0x5e,0xd5,0x01,0x05,0xde,0x01]
+// GFX10: v_cvt_pk_u8_f32 v5, v1, v2, ttmp11      ; encoding: [0x05,0x00,0x5e,0xd5,0x01,0x05,0xde,0x01]
 
 v_cvt_pk_u8_f32 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x5e,0xd5,0x01,0x05,0xf2,0x01]
+// GFX10: v_cvt_pk_u8_f32 v5, v1, v2, m0          ; encoding: [0x05,0x00,0x5e,0xd5,0x01,0x05,0xf2,0x01]
 
 v_cvt_pk_u8_f32 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x5e,0xd5,0x01,0x05,0xfa,0x01]
+// GFX10: v_cvt_pk_u8_f32 v5, v1, v2, exec_lo     ; encoding: [0x05,0x00,0x5e,0xd5,0x01,0x05,0xfa,0x01]
 
 v_cvt_pk_u8_f32 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x5e,0xd5,0x01,0x05,0xfe,0x01]
+// GFX10: v_cvt_pk_u8_f32 v5, v1, v2, exec_hi     ; encoding: [0x05,0x00,0x5e,0xd5,0x01,0x05,0xfe,0x01]
 
 v_cvt_pk_u8_f32 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x5e,0xd5,0x01,0x05,0x02,0x02]
+// GFX10: v_cvt_pk_u8_f32 v5, v1, v2, 0           ; encoding: [0x05,0x00,0x5e,0xd5,0x01,0x05,0x02,0x02]
 
 v_cvt_pk_u8_f32 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x5e,0xd5,0x01,0x05,0x06,0x03]
+// GFX10: v_cvt_pk_u8_f32 v5, v1, v2, -1          ; encoding: [0x05,0x00,0x5e,0xd5,0x01,0x05,0x06,0x03]
 
 v_cvt_pk_u8_f32 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x5e,0xd5,0x01,0x05,0xc2,0x03]
+// GFX10: v_cvt_pk_u8_f32 v5, v1, v2, 0.5         ; encoding: [0x05,0x00,0x5e,0xd5,0x01,0x05,0xc2,0x03]
 
 v_cvt_pk_u8_f32 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x5e,0xd5,0x01,0x05,0xde,0x03]
+// GFX10: v_cvt_pk_u8_f32 v5, v1, v2, -4.0        ; encoding: [0x05,0x00,0x5e,0xd5,0x01,0x05,0xde,0x03]
 
 v_cvt_pk_u8_f32 v5, -v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5e,0xd5,0x01,0x05,0x0e,0x24]
+// GFX10: v_cvt_pk_u8_f32 v5, -v1, v2, v3         ; encoding: [0x05,0x00,0x5e,0xd5,0x01,0x05,0x0e,0x24]
 
 v_cvt_pk_u8_f32 v5, |v1|, v2, v3
-// GFX10: encoding: [0x05,0x01,0x5e,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_cvt_pk_u8_f32 v5, |v1|, v2, v3        ; encoding: [0x05,0x01,0x5e,0xd5,0x01,0x05,0x0e,0x04]
 
 v_cvt_pk_u8_f32 v5, v1, v2, v3 clamp
-// GFX10: encoding: [0x05,0x80,0x5e,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_cvt_pk_u8_f32 v5, v1, v2, v3 clamp    ; encoding: [0x05,0x80,0x5e,0xd5,0x01,0x05,0x0e,0x04]
 
 v_div_fixup_f32 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_div_fixup_f32 v5, v1, v2, v3          ; encoding: [0x05,0x00,0x5f,0xd5,0x01,0x05,0x0e,0x04]
 
 v_div_fixup_f32 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x5f,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_div_fixup_f32 v255, v1, v2, v3        ; encoding: [0xff,0x00,0x5f,0xd5,0x01,0x05,0x0e,0x04]
 
 v_div_fixup_f32 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0xff,0x05,0x0e,0x04]
+// GFX10: v_div_fixup_f32 v5, v255, v2, v3        ; encoding: [0x05,0x00,0x5f,0xd5,0xff,0x05,0x0e,0x04]
 
 v_div_fixup_f32 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0x01,0x04,0x0e,0x04]
+// GFX10: v_div_fixup_f32 v5, s1, v2, v3          ; encoding: [0x05,0x00,0x5f,0xd5,0x01,0x04,0x0e,0x04]
 
 v_div_fixup_f32 v5, s103, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0x67,0x04,0x0e,0x04]
+// GFX10: v_div_fixup_f32 v5, s103, v2, v3        ; encoding: [0x05,0x00,0x5f,0xd5,0x67,0x04,0x0e,0x04]
 
 v_div_fixup_f32 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0x6a,0x04,0x0e,0x04]
+// GFX10: v_div_fixup_f32 v5, vcc_lo, v2, v3      ; encoding: [0x05,0x00,0x5f,0xd5,0x6a,0x04,0x0e,0x04]
 
 v_div_fixup_f32 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0x6b,0x04,0x0e,0x04]
+// GFX10: v_div_fixup_f32 v5, vcc_hi, v2, v3      ; encoding: [0x05,0x00,0x5f,0xd5,0x6b,0x04,0x0e,0x04]
 
 v_div_fixup_f32 v5, ttmp11, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0x77,0x04,0x0e,0x04]
+// GFX10: v_div_fixup_f32 v5, ttmp11, v2, v3      ; encoding: [0x05,0x00,0x5f,0xd5,0x77,0x04,0x0e,0x04]
 
 v_div_fixup_f32 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0x7c,0x04,0x0e,0x04]
+// GFX10: v_div_fixup_f32 v5, m0, v2, v3          ; encoding: [0x05,0x00,0x5f,0xd5,0x7c,0x04,0x0e,0x04]
 
 v_div_fixup_f32 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0x7e,0x04,0x0e,0x04]
+// GFX10: v_div_fixup_f32 v5, exec_lo, v2, v3     ; encoding: [0x05,0x00,0x5f,0xd5,0x7e,0x04,0x0e,0x04]
 
 v_div_fixup_f32 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0x7f,0x04,0x0e,0x04]
+// GFX10: v_div_fixup_f32 v5, exec_hi, v2, v3     ; encoding: [0x05,0x00,0x5f,0xd5,0x7f,0x04,0x0e,0x04]
 
 v_div_fixup_f32 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0x80,0x04,0x0e,0x04]
+// GFX10: v_div_fixup_f32 v5, 0, v2, v3           ; encoding: [0x05,0x00,0x5f,0xd5,0x80,0x04,0x0e,0x04]
 
 v_div_fixup_f32 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0xc1,0x04,0x0e,0x04]
+// GFX10: v_div_fixup_f32 v5, -1, v2, v3          ; encoding: [0x05,0x00,0x5f,0xd5,0xc1,0x04,0x0e,0x04]
 
 v_div_fixup_f32 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0xf0,0x04,0x0e,0x04]
+// GFX10: v_div_fixup_f32 v5, 0.5, v2, v3         ; encoding: [0x05,0x00,0x5f,0xd5,0xf0,0x04,0x0e,0x04]
 
 v_div_fixup_f32 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0xf7,0x04,0x0e,0x04]
+// GFX10: v_div_fixup_f32 v5, -4.0, v2, v3        ; encoding: [0x05,0x00,0x5f,0xd5,0xf7,0x04,0x0e,0x04]
 
 v_div_fixup_f32 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0x01,0xff,0x0f,0x04]
+// GFX10: v_div_fixup_f32 v5, v1, v255, v3        ; encoding: [0x05,0x00,0x5f,0xd5,0x01,0xff,0x0f,0x04]
 
 v_div_fixup_f32 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0x01,0x05,0x0c,0x04]
+// GFX10: v_div_fixup_f32 v5, v1, s2, v3          ; encoding: [0x05,0x00,0x5f,0xd5,0x01,0x05,0x0c,0x04]
 
 v_div_fixup_f32 v5, v1, s103, v3
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0x01,0xcf,0x0c,0x04]
+// GFX10: v_div_fixup_f32 v5, v1, s103, v3        ; encoding: [0x05,0x00,0x5f,0xd5,0x01,0xcf,0x0c,0x04]
 
 v_div_fixup_f32 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0x01,0xd5,0x0c,0x04]
+// GFX10: v_div_fixup_f32 v5, v1, vcc_lo, v3      ; encoding: [0x05,0x00,0x5f,0xd5,0x01,0xd5,0x0c,0x04]
 
 v_div_fixup_f32 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0x01,0xd7,0x0c,0x04]
+// GFX10: v_div_fixup_f32 v5, v1, vcc_hi, v3      ; encoding: [0x05,0x00,0x5f,0xd5,0x01,0xd7,0x0c,0x04]
 
 v_div_fixup_f32 v5, v1, ttmp11, v3
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0x01,0xef,0x0c,0x04]
+// GFX10: v_div_fixup_f32 v5, v1, ttmp11, v3      ; encoding: [0x05,0x00,0x5f,0xd5,0x01,0xef,0x0c,0x04]
 
 v_div_fixup_f32 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0x01,0xf9,0x0c,0x04]
+// GFX10: v_div_fixup_f32 v5, v1, m0, v3          ; encoding: [0x05,0x00,0x5f,0xd5,0x01,0xf9,0x0c,0x04]
 
 v_div_fixup_f32 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0x01,0xfd,0x0c,0x04]
+// GFX10: v_div_fixup_f32 v5, v1, exec_lo, v3     ; encoding: [0x05,0x00,0x5f,0xd5,0x01,0xfd,0x0c,0x04]
 
 v_div_fixup_f32 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0x01,0xff,0x0c,0x04]
+// GFX10: v_div_fixup_f32 v5, v1, exec_hi, v3     ; encoding: [0x05,0x00,0x5f,0xd5,0x01,0xff,0x0c,0x04]
 
 v_div_fixup_f32 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0x01,0x01,0x0d,0x04]
+// GFX10: v_div_fixup_f32 v5, v1, 0, v3           ; encoding: [0x05,0x00,0x5f,0xd5,0x01,0x01,0x0d,0x04]
 
 v_div_fixup_f32 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0x01,0x83,0x0d,0x04]
+// GFX10: v_div_fixup_f32 v5, v1, -1, v3          ; encoding: [0x05,0x00,0x5f,0xd5,0x01,0x83,0x0d,0x04]
 
 v_div_fixup_f32 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0x01,0xe1,0x0d,0x04]
+// GFX10: v_div_fixup_f32 v5, v1, 0.5, v3         ; encoding: [0x05,0x00,0x5f,0xd5,0x01,0xe1,0x0d,0x04]
 
 v_div_fixup_f32 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0x01,0xef,0x0d,0x04]
+// GFX10: v_div_fixup_f32 v5, v1, -4.0, v3        ; encoding: [0x05,0x00,0x5f,0xd5,0x01,0xef,0x0d,0x04]
 
 v_div_fixup_f32 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0x01,0x05,0xfe,0x07]
+// GFX10: v_div_fixup_f32 v5, v1, v2, v255        ; encoding: [0x05,0x00,0x5f,0xd5,0x01,0x05,0xfe,0x07]
 
 v_div_fixup_f32 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0x01,0x05,0x0e,0x00]
+// GFX10: v_div_fixup_f32 v5, v1, v2, s3          ; encoding: [0x05,0x00,0x5f,0xd5,0x01,0x05,0x0e,0x00]
 
 v_div_fixup_f32 v5, v1, v2, s103
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0x01,0x05,0x9e,0x01]
+// GFX10: v_div_fixup_f32 v5, v1, v2, s103        ; encoding: [0x05,0x00,0x5f,0xd5,0x01,0x05,0x9e,0x01]
 
 v_div_fixup_f32 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0x01,0x05,0xaa,0x01]
+// GFX10: v_div_fixup_f32 v5, v1, v2, vcc_lo      ; encoding: [0x05,0x00,0x5f,0xd5,0x01,0x05,0xaa,0x01]
 
 v_div_fixup_f32 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0x01,0x05,0xae,0x01]
+// GFX10: v_div_fixup_f32 v5, v1, v2, vcc_hi      ; encoding: [0x05,0x00,0x5f,0xd5,0x01,0x05,0xae,0x01]
 
 v_div_fixup_f32 v5, v1, v2, ttmp11
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0x01,0x05,0xde,0x01]
+// GFX10: v_div_fixup_f32 v5, v1, v2, ttmp11      ; encoding: [0x05,0x00,0x5f,0xd5,0x01,0x05,0xde,0x01]
 
 v_div_fixup_f32 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0x01,0x05,0xf2,0x01]
+// GFX10: v_div_fixup_f32 v5, v1, v2, m0          ; encoding: [0x05,0x00,0x5f,0xd5,0x01,0x05,0xf2,0x01]
 
 v_div_fixup_f32 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0x01,0x05,0xfa,0x01]
+// GFX10: v_div_fixup_f32 v5, v1, v2, exec_lo     ; encoding: [0x05,0x00,0x5f,0xd5,0x01,0x05,0xfa,0x01]
 
 v_div_fixup_f32 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0x01,0x05,0xfe,0x01]
+// GFX10: v_div_fixup_f32 v5, v1, v2, exec_hi     ; encoding: [0x05,0x00,0x5f,0xd5,0x01,0x05,0xfe,0x01]
 
 v_div_fixup_f32 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0x01,0x05,0x02,0x02]
+// GFX10: v_div_fixup_f32 v5, v1, v2, 0           ; encoding: [0x05,0x00,0x5f,0xd5,0x01,0x05,0x02,0x02]
 
 v_div_fixup_f32 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0x01,0x05,0x06,0x03]
+// GFX10: v_div_fixup_f32 v5, v1, v2, -1          ; encoding: [0x05,0x00,0x5f,0xd5,0x01,0x05,0x06,0x03]
 
 v_div_fixup_f32 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0x01,0x05,0xc2,0x03]
+// GFX10: v_div_fixup_f32 v5, v1, v2, 0.5         ; encoding: [0x05,0x00,0x5f,0xd5,0x01,0x05,0xc2,0x03]
 
 v_div_fixup_f32 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0x01,0x05,0xde,0x03]
+// GFX10: v_div_fixup_f32 v5, v1, v2, -4.0        ; encoding: [0x05,0x00,0x5f,0xd5,0x01,0x05,0xde,0x03]
 
 v_div_fixup_f32 v5, -v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0x01,0x05,0x0e,0x24]
+// GFX10: v_div_fixup_f32 v5, -v1, v2, v3         ; encoding: [0x05,0x00,0x5f,0xd5,0x01,0x05,0x0e,0x24]
 
 v_div_fixup_f32 v5, v1, -v2, v3
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0x01,0x05,0x0e,0x44]
+// GFX10: v_div_fixup_f32 v5, v1, -v2, v3         ; encoding: [0x05,0x00,0x5f,0xd5,0x01,0x05,0x0e,0x44]
 
 v_div_fixup_f32 v5, v1, v2, -v3
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0x01,0x05,0x0e,0x84]
+// GFX10: v_div_fixup_f32 v5, v1, v2, -v3         ; encoding: [0x05,0x00,0x5f,0xd5,0x01,0x05,0x0e,0x84]
 
 v_div_fixup_f32 v5, -v1, -v2, -v3
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0x01,0x05,0x0e,0xe4]
+// GFX10: v_div_fixup_f32 v5, -v1, -v2, -v3       ; encoding: [0x05,0x00,0x5f,0xd5,0x01,0x05,0x0e,0xe4]
 
 v_div_fixup_f32 v5, |v1|, v2, v3
-// GFX10: encoding: [0x05,0x01,0x5f,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_div_fixup_f32 v5, |v1|, v2, v3        ; encoding: [0x05,0x01,0x5f,0xd5,0x01,0x05,0x0e,0x04]
 
 v_div_fixup_f32 v5, v1, |v2|, v3
-// GFX10: encoding: [0x05,0x02,0x5f,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_div_fixup_f32 v5, v1, |v2|, v3        ; encoding: [0x05,0x02,0x5f,0xd5,0x01,0x05,0x0e,0x04]
 
 v_div_fixup_f32 v5, v1, v2, |v3|
-// GFX10: encoding: [0x05,0x04,0x5f,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_div_fixup_f32 v5, v1, v2, |v3|        ; encoding: [0x05,0x04,0x5f,0xd5,0x01,0x05,0x0e,0x04]
 
 v_div_fixup_f32 v5, |v1|, |v2|, |v3|
-// GFX10: encoding: [0x05,0x07,0x5f,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_div_fixup_f32 v5, |v1|, |v2|, |v3|    ; encoding: [0x05,0x07,0x5f,0xd5,0x01,0x05,0x0e,0x04]
 
 v_div_fixup_f32 v5, v1, v2, v3 clamp
-// GFX10: encoding: [0x05,0x80,0x5f,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_div_fixup_f32 v5, v1, v2, v3 clamp    ; encoding: [0x05,0x80,0x5f,0xd5,0x01,0x05,0x0e,0x04]
 
 v_div_fixup_f32 v5, v1, v2, v3 mul:2
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0x01,0x05,0x0e,0x0c]
+// GFX10: v_div_fixup_f32 v5, v1, v2, v3 mul:2    ; encoding: [0x05,0x00,0x5f,0xd5,0x01,0x05,0x0e,0x0c]
 
 v_div_fixup_f32 v5, v1, v2, v3 mul:4
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0x01,0x05,0x0e,0x14]
+// GFX10: v_div_fixup_f32 v5, v1, v2, v3 mul:4    ; encoding: [0x05,0x00,0x5f,0xd5,0x01,0x05,0x0e,0x14]
 
 v_div_fixup_f32 v5, v1, v2, v3 div:2
-// GFX10: encoding: [0x05,0x00,0x5f,0xd5,0x01,0x05,0x0e,0x1c]
+// GFX10: v_div_fixup_f32 v5, v1, v2, v3 div:2    ; encoding: [0x05,0x00,0x5f,0xd5,0x01,0x05,0x0e,0x1c]
 
 v_div_fixup_f64 v[5:6], v[1:2], v[2:3], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x60,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_div_fixup_f64 v[5:6], v[1:2], v[2:3], v[3:4] ; encoding: [0x05,0x00,0x60,0xd5,0x01,0x05,0x0e,0x04]
 
 v_div_fixup_f64 v[254:255], v[1:2], v[2:3], v[3:4]
-// GFX10: encoding: [0xfe,0x00,0x60,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_div_fixup_f64 v[254:255], v[1:2], v[2:3], v[3:4] ; encoding: [0xfe,0x00,0x60,0xd5,0x01,0x05,0x0e,0x04]
 
 v_div_fixup_f64 v[5:6], v[254:255], v[2:3], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x60,0xd5,0xfe,0x05,0x0e,0x04]
+// GFX10: v_div_fixup_f64 v[5:6], v[254:255], v[2:3], v[3:4] ; encoding: [0x05,0x00,0x60,0xd5,0xfe,0x05,0x0e,0x04]
 
 v_div_fixup_f64 v[5:6], s[2:3], v[2:3], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x60,0xd5,0x02,0x04,0x0e,0x04]
+// GFX10: v_div_fixup_f64 v[5:6], s[2:3], v[2:3], v[3:4] ; encoding: [0x05,0x00,0x60,0xd5,0x02,0x04,0x0e,0x04]
 
 v_div_fixup_f64 v[5:6], s[4:5], v[2:3], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x60,0xd5,0x04,0x04,0x0e,0x04]
+// GFX10: v_div_fixup_f64 v[5:6], s[4:5], v[2:3], v[3:4] ; encoding: [0x05,0x00,0x60,0xd5,0x04,0x04,0x0e,0x04]
 
 v_div_fixup_f64 v[5:6], s[102:103], v[2:3], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x60,0xd5,0x66,0x04,0x0e,0x04]
+// GFX10: v_div_fixup_f64 v[5:6], s[102:103], v[2:3], v[3:4] ; encoding: [0x05,0x00,0x60,0xd5,0x66,0x04,0x0e,0x04]
 
 v_div_fixup_f64 v[5:6], vcc, v[2:3], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x60,0xd5,0x6a,0x04,0x0e,0x04]
+// GFX10: v_div_fixup_f64 v[5:6], vcc, v[2:3], v[3:4] ; encoding: [0x05,0x00,0x60,0xd5,0x6a,0x04,0x0e,0x04]
 
 v_div_fixup_f64 v[5:6], ttmp[10:11], v[2:3], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x60,0xd5,0x76,0x04,0x0e,0x04]
+// GFX10: v_div_fixup_f64 v[5:6], ttmp[10:11], v[2:3], v[3:4] ; encoding: [0x05,0x00,0x60,0xd5,0x76,0x04,0x0e,0x04]
 
 v_div_fixup_f64 v[5:6], exec, v[2:3], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x60,0xd5,0x7e,0x04,0x0e,0x04]
+// GFX10: v_div_fixup_f64 v[5:6], exec, v[2:3], v[3:4] ; encoding: [0x05,0x00,0x60,0xd5,0x7e,0x04,0x0e,0x04]
 
 v_div_fixup_f64 v[5:6], 0, v[2:3], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x60,0xd5,0x80,0x04,0x0e,0x04]
+// GFX10: v_div_fixup_f64 v[5:6], 0, v[2:3], v[3:4] ; encoding: [0x05,0x00,0x60,0xd5,0x80,0x04,0x0e,0x04]
 
 v_div_fixup_f64 v[5:6], -1, v[2:3], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x60,0xd5,0xc1,0x04,0x0e,0x04]
+// GFX10: v_div_fixup_f64 v[5:6], -1, v[2:3], v[3:4] ; encoding: [0x05,0x00,0x60,0xd5,0xc1,0x04,0x0e,0x04]
 
 v_div_fixup_f64 v[5:6], 0.5, v[2:3], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x60,0xd5,0xf0,0x04,0x0e,0x04]
+// GFX10: v_div_fixup_f64 v[5:6], 0.5, v[2:3], v[3:4] ; encoding: [0x05,0x00,0x60,0xd5,0xf0,0x04,0x0e,0x04]
 
 v_div_fixup_f64 v[5:6], -4.0, v[2:3], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x60,0xd5,0xf7,0x04,0x0e,0x04]
+// GFX10: v_div_fixup_f64 v[5:6], -4.0, v[2:3], v[3:4] ; encoding: [0x05,0x00,0x60,0xd5,0xf7,0x04,0x0e,0x04]
 
 v_div_fixup_f64 v[5:6], v[1:2], v[254:255], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x60,0xd5,0x01,0xfd,0x0f,0x04]
+// GFX10: v_div_fixup_f64 v[5:6], v[1:2], v[254:255], v[3:4] ; encoding: [0x05,0x00,0x60,0xd5,0x01,0xfd,0x0f,0x04]
 
 v_div_fixup_f64 v[5:6], v[1:2], s[4:5], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x60,0xd5,0x01,0x09,0x0c,0x04]
+// GFX10: v_div_fixup_f64 v[5:6], v[1:2], s[4:5], v[3:4] ; encoding: [0x05,0x00,0x60,0xd5,0x01,0x09,0x0c,0x04]
 
 v_div_fixup_f64 v[5:6], v[1:2], s[6:7], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x60,0xd5,0x01,0x0d,0x0c,0x04]
+// GFX10: v_div_fixup_f64 v[5:6], v[1:2], s[6:7], v[3:4] ; encoding: [0x05,0x00,0x60,0xd5,0x01,0x0d,0x0c,0x04]
 
 v_div_fixup_f64 v[5:6], v[1:2], s[102:103], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x60,0xd5,0x01,0xcd,0x0c,0x04]
+// GFX10: v_div_fixup_f64 v[5:6], v[1:2], s[102:103], v[3:4] ; encoding: [0x05,0x00,0x60,0xd5,0x01,0xcd,0x0c,0x04]
 
 v_div_fixup_f64 v[5:6], v[1:2], vcc, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x60,0xd5,0x01,0xd5,0x0c,0x04]
+// GFX10: v_div_fixup_f64 v[5:6], v[1:2], vcc, v[3:4] ; encoding: [0x05,0x00,0x60,0xd5,0x01,0xd5,0x0c,0x04]
 
 v_div_fixup_f64 v[5:6], v[1:2], ttmp[10:11], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x60,0xd5,0x01,0xed,0x0c,0x04]
+// GFX10: v_div_fixup_f64 v[5:6], v[1:2], ttmp[10:11], v[3:4] ; encoding: [0x05,0x00,0x60,0xd5,0x01,0xed,0x0c,0x04]
 
 v_div_fixup_f64 v[5:6], v[1:2], exec, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x60,0xd5,0x01,0xfd,0x0c,0x04]
+// GFX10: v_div_fixup_f64 v[5:6], v[1:2], exec, v[3:4] ; encoding: [0x05,0x00,0x60,0xd5,0x01,0xfd,0x0c,0x04]
 
 v_div_fixup_f64 v[5:6], v[1:2], 0, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x60,0xd5,0x01,0x01,0x0d,0x04]
+// GFX10: v_div_fixup_f64 v[5:6], v[1:2], 0, v[3:4] ; encoding: [0x05,0x00,0x60,0xd5,0x01,0x01,0x0d,0x04]
 
 v_div_fixup_f64 v[5:6], v[1:2], -1, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x60,0xd5,0x01,0x83,0x0d,0x04]
+// GFX10: v_div_fixup_f64 v[5:6], v[1:2], -1, v[3:4] ; encoding: [0x05,0x00,0x60,0xd5,0x01,0x83,0x0d,0x04]
 
 v_div_fixup_f64 v[5:6], v[1:2], 0.5, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x60,0xd5,0x01,0xe1,0x0d,0x04]
+// GFX10: v_div_fixup_f64 v[5:6], v[1:2], 0.5, v[3:4] ; encoding: [0x05,0x00,0x60,0xd5,0x01,0xe1,0x0d,0x04]
 
 v_div_fixup_f64 v[5:6], v[1:2], -4.0, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x60,0xd5,0x01,0xef,0x0d,0x04]
+// GFX10: v_div_fixup_f64 v[5:6], v[1:2], -4.0, v[3:4] ; encoding: [0x05,0x00,0x60,0xd5,0x01,0xef,0x0d,0x04]
 
 v_div_fixup_f64 v[5:6], v[1:2], v[2:3], v[254:255]
-// GFX10: encoding: [0x05,0x00,0x60,0xd5,0x01,0x05,0xfa,0x07]
+// GFX10: v_div_fixup_f64 v[5:6], v[1:2], v[2:3], v[254:255] ; encoding: [0x05,0x00,0x60,0xd5,0x01,0x05,0xfa,0x07]
 
 v_div_fixup_f64 v[5:6], v[1:2], v[2:3], s[6:7]
-// GFX10: encoding: [0x05,0x00,0x60,0xd5,0x01,0x05,0x1a,0x00]
+// GFX10: v_div_fixup_f64 v[5:6], v[1:2], v[2:3], s[6:7] ; encoding: [0x05,0x00,0x60,0xd5,0x01,0x05,0x1a,0x00]
 
 v_div_fixup_f64 v[5:6], v[1:2], v[2:3], s[8:9]
-// GFX10: encoding: [0x05,0x00,0x60,0xd5,0x01,0x05,0x22,0x00]
+// GFX10: v_div_fixup_f64 v[5:6], v[1:2], v[2:3], s[8:9] ; encoding: [0x05,0x00,0x60,0xd5,0x01,0x05,0x22,0x00]
 
 v_div_fixup_f64 v[5:6], v[1:2], v[2:3], s[102:103]
-// GFX10: encoding: [0x05,0x00,0x60,0xd5,0x01,0x05,0x9a,0x01]
+// GFX10: v_div_fixup_f64 v[5:6], v[1:2], v[2:3], s[102:103] ; encoding: [0x05,0x00,0x60,0xd5,0x01,0x05,0x9a,0x01]
 
 v_div_fixup_f64 v[5:6], v[1:2], v[2:3], vcc
-// GFX10: encoding: [0x05,0x00,0x60,0xd5,0x01,0x05,0xaa,0x01]
+// GFX10: v_div_fixup_f64 v[5:6], v[1:2], v[2:3], vcc ; encoding: [0x05,0x00,0x60,0xd5,0x01,0x05,0xaa,0x01]
 
 v_div_fixup_f64 v[5:6], v[1:2], v[2:3], ttmp[10:11]
-// GFX10: encoding: [0x05,0x00,0x60,0xd5,0x01,0x05,0xda,0x01]
+// GFX10: v_div_fixup_f64 v[5:6], v[1:2], v[2:3], ttmp[10:11] ; encoding: [0x05,0x00,0x60,0xd5,0x01,0x05,0xda,0x01]
 
 v_div_fixup_f64 v[5:6], v[1:2], v[2:3], exec
-// GFX10: encoding: [0x05,0x00,0x60,0xd5,0x01,0x05,0xfa,0x01]
+// GFX10: v_div_fixup_f64 v[5:6], v[1:2], v[2:3], exec ; encoding: [0x05,0x00,0x60,0xd5,0x01,0x05,0xfa,0x01]
 
 v_div_fixup_f64 v[5:6], v[1:2], v[2:3], 0
-// GFX10: encoding: [0x05,0x00,0x60,0xd5,0x01,0x05,0x02,0x02]
+// GFX10: v_div_fixup_f64 v[5:6], v[1:2], v[2:3], 0 ; encoding: [0x05,0x00,0x60,0xd5,0x01,0x05,0x02,0x02]
 
 v_div_fixup_f64 v[5:6], v[1:2], v[2:3], -1
-// GFX10: encoding: [0x05,0x00,0x60,0xd5,0x01,0x05,0x06,0x03]
+// GFX10: v_div_fixup_f64 v[5:6], v[1:2], v[2:3], -1 ; encoding: [0x05,0x00,0x60,0xd5,0x01,0x05,0x06,0x03]
 
 v_div_fixup_f64 v[5:6], v[1:2], v[2:3], 0.5
-// GFX10: encoding: [0x05,0x00,0x60,0xd5,0x01,0x05,0xc2,0x03]
+// GFX10: v_div_fixup_f64 v[5:6], v[1:2], v[2:3], 0.5 ; encoding: [0x05,0x00,0x60,0xd5,0x01,0x05,0xc2,0x03]
 
 v_div_fixup_f64 v[5:6], v[1:2], v[2:3], -4.0
-// GFX10: encoding: [0x05,0x00,0x60,0xd5,0x01,0x05,0xde,0x03]
+// GFX10: v_div_fixup_f64 v[5:6], v[1:2], v[2:3], -4.0 ; encoding: [0x05,0x00,0x60,0xd5,0x01,0x05,0xde,0x03]
 
 v_div_fixup_f64 v[5:6], -v[1:2], v[2:3], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x60,0xd5,0x01,0x05,0x0e,0x24]
+// GFX10: v_div_fixup_f64 v[5:6], -v[1:2], v[2:3], v[3:4] ; encoding: [0x05,0x00,0x60,0xd5,0x01,0x05,0x0e,0x24]
 
 v_div_fixup_f64 v[5:6], v[1:2], -v[2:3], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x60,0xd5,0x01,0x05,0x0e,0x44]
+// GFX10: v_div_fixup_f64 v[5:6], v[1:2], -v[2:3], v[3:4] ; encoding: [0x05,0x00,0x60,0xd5,0x01,0x05,0x0e,0x44]
 
 v_div_fixup_f64 v[5:6], v[1:2], v[2:3], -v[3:4]
-// GFX10: encoding: [0x05,0x00,0x60,0xd5,0x01,0x05,0x0e,0x84]
+// GFX10: v_div_fixup_f64 v[5:6], v[1:2], v[2:3], -v[3:4] ; encoding: [0x05,0x00,0x60,0xd5,0x01,0x05,0x0e,0x84]
 
 v_div_fixup_f64 v[5:6], -v[1:2], -v[2:3], -v[3:4]
-// GFX10: encoding: [0x05,0x00,0x60,0xd5,0x01,0x05,0x0e,0xe4]
+// GFX10: v_div_fixup_f64 v[5:6], -v[1:2], -v[2:3], -v[3:4] ; encoding: [0x05,0x00,0x60,0xd5,0x01,0x05,0x0e,0xe4]
 
 v_div_fixup_f64 v[5:6], |v[1:2]|, v[2:3], v[3:4]
-// GFX10: encoding: [0x05,0x01,0x60,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_div_fixup_f64 v[5:6], |v[1:2]|, v[2:3], v[3:4] ; encoding: [0x05,0x01,0x60,0xd5,0x01,0x05,0x0e,0x04]
 
 v_div_fixup_f64 v[5:6], v[1:2], |v[2:3]|, v[3:4]
-// GFX10: encoding: [0x05,0x02,0x60,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_div_fixup_f64 v[5:6], v[1:2], |v[2:3]|, v[3:4] ; encoding: [0x05,0x02,0x60,0xd5,0x01,0x05,0x0e,0x04]
 
 v_div_fixup_f64 v[5:6], v[1:2], v[2:3], |v[3:4]|
-// GFX10: encoding: [0x05,0x04,0x60,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_div_fixup_f64 v[5:6], v[1:2], v[2:3], |v[3:4]| ; encoding: [0x05,0x04,0x60,0xd5,0x01,0x05,0x0e,0x04]
 
 v_div_fixup_f64 v[5:6], |v[1:2]|, |v[2:3]|, |v[3:4]|
-// GFX10: encoding: [0x05,0x07,0x60,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_div_fixup_f64 v[5:6], |v[1:2]|, |v[2:3]|, |v[3:4]| ; encoding: [0x05,0x07,0x60,0xd5,0x01,0x05,0x0e,0x04]
 
 v_div_fixup_f64 v[5:6], v[1:2], v[2:3], v[3:4] clamp
-// GFX10: encoding: [0x05,0x80,0x60,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_div_fixup_f64 v[5:6], v[1:2], v[2:3], v[3:4] clamp ; encoding: [0x05,0x80,0x60,0xd5,0x01,0x05,0x0e,0x04]
 
 v_div_fixup_f64 v[5:6], v[1:2], v[2:3], v[3:4] mul:2
-// GFX10: encoding: [0x05,0x00,0x60,0xd5,0x01,0x05,0x0e,0x0c]
+// GFX10: v_div_fixup_f64 v[5:6], v[1:2], v[2:3], v[3:4] mul:2 ; encoding: [0x05,0x00,0x60,0xd5,0x01,0x05,0x0e,0x0c]
 
 v_div_fixup_f64 v[5:6], v[1:2], v[2:3], v[3:4] mul:4
-// GFX10: encoding: [0x05,0x00,0x60,0xd5,0x01,0x05,0x0e,0x14]
+// GFX10: v_div_fixup_f64 v[5:6], v[1:2], v[2:3], v[3:4] mul:4 ; encoding: [0x05,0x00,0x60,0xd5,0x01,0x05,0x0e,0x14]
 
 v_div_fixup_f64 v[5:6], v[1:2], v[2:3], v[3:4] div:2
-// GFX10: encoding: [0x05,0x00,0x60,0xd5,0x01,0x05,0x0e,0x1c]
+// GFX10: v_div_fixup_f64 v[5:6], v[1:2], v[2:3], v[3:4] div:2 ; encoding: [0x05,0x00,0x60,0xd5,0x01,0x05,0x0e,0x1c]
 
 v_add_f64 v[5:6], v[1:2], v[2:3]
-// GFX10: encoding: [0x05,0x00,0x64,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_add_f64 v[5:6], v[1:2], v[2:3]        ; encoding: [0x05,0x00,0x64,0xd5,0x01,0x05,0x02,0x00]
 
 v_add_f64 v[254:255], v[1:2], v[2:3]
-// GFX10: encoding: [0xfe,0x00,0x64,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_add_f64 v[254:255], v[1:2], v[2:3]    ; encoding: [0xfe,0x00,0x64,0xd5,0x01,0x05,0x02,0x00]
 
 v_add_f64 v[5:6], v[254:255], v[2:3]
-// GFX10: encoding: [0x05,0x00,0x64,0xd5,0xfe,0x05,0x02,0x00]
+// GFX10: v_add_f64 v[5:6], v[254:255], v[2:3]    ; encoding: [0x05,0x00,0x64,0xd5,0xfe,0x05,0x02,0x00]
 
 v_add_f64 v[5:6], s[2:3], v[2:3]
-// GFX10: encoding: [0x05,0x00,0x64,0xd5,0x02,0x04,0x02,0x00]
+// GFX10: v_add_f64 v[5:6], s[2:3], v[2:3]        ; encoding: [0x05,0x00,0x64,0xd5,0x02,0x04,0x02,0x00]
 
 v_add_f64 v[5:6], s[4:5], v[2:3]
-// GFX10: encoding: [0x05,0x00,0x64,0xd5,0x04,0x04,0x02,0x00]
+// GFX10: v_add_f64 v[5:6], s[4:5], v[2:3]        ; encoding: [0x05,0x00,0x64,0xd5,0x04,0x04,0x02,0x00]
 
 v_add_f64 v[5:6], s[102:103], v[2:3]
-// GFX10: encoding: [0x05,0x00,0x64,0xd5,0x66,0x04,0x02,0x00]
+// GFX10: v_add_f64 v[5:6], s[102:103], v[2:3]    ; encoding: [0x05,0x00,0x64,0xd5,0x66,0x04,0x02,0x00]
 
 v_add_f64 v[5:6], vcc, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x64,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_add_f64 v[5:6], vcc, v[2:3]           ; encoding: [0x05,0x00,0x64,0xd5,0x6a,0x04,0x02,0x00]
 
 v_add_f64 v[5:6], ttmp[10:11], v[2:3]
-// GFX10: encoding: [0x05,0x00,0x64,0xd5,0x76,0x04,0x02,0x00]
+// GFX10: v_add_f64 v[5:6], ttmp[10:11], v[2:3]   ; encoding: [0x05,0x00,0x64,0xd5,0x76,0x04,0x02,0x00]
 
 v_add_f64 v[5:6], exec, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x64,0xd5,0x7e,0x04,0x02,0x00]
+// GFX10: v_add_f64 v[5:6], exec, v[2:3]          ; encoding: [0x05,0x00,0x64,0xd5,0x7e,0x04,0x02,0x00]
 
 v_add_f64 v[5:6], 0, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x64,0xd5,0x80,0x04,0x02,0x00]
+// GFX10: v_add_f64 v[5:6], 0, v[2:3]             ; encoding: [0x05,0x00,0x64,0xd5,0x80,0x04,0x02,0x00]
 
 v_add_f64 v[5:6], -1, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x64,0xd5,0xc1,0x04,0x02,0x00]
+// GFX10: v_add_f64 v[5:6], -1, v[2:3]            ; encoding: [0x05,0x00,0x64,0xd5,0xc1,0x04,0x02,0x00]
 
 v_add_f64 v[5:6], 0.5, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x64,0xd5,0xf0,0x04,0x02,0x00]
+// GFX10: v_add_f64 v[5:6], 0.5, v[2:3]           ; encoding: [0x05,0x00,0x64,0xd5,0xf0,0x04,0x02,0x00]
 
 v_add_f64 v[5:6], -4.0, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x64,0xd5,0xf7,0x04,0x02,0x00]
+// GFX10: v_add_f64 v[5:6], -4.0, v[2:3]          ; encoding: [0x05,0x00,0x64,0xd5,0xf7,0x04,0x02,0x00]
 
 v_add_f64 v[5:6], v[1:2], v[254:255]
-// GFX10: encoding: [0x05,0x00,0x64,0xd5,0x01,0xfd,0x03,0x00]
+// GFX10: v_add_f64 v[5:6], v[1:2], v[254:255]    ; encoding: [0x05,0x00,0x64,0xd5,0x01,0xfd,0x03,0x00]
 
 v_add_f64 v[5:6], v[1:2], s[4:5]
-// GFX10: encoding: [0x05,0x00,0x64,0xd5,0x01,0x09,0x00,0x00]
+// GFX10: v_add_f64 v[5:6], v[1:2], s[4:5]        ; encoding: [0x05,0x00,0x64,0xd5,0x01,0x09,0x00,0x00]
 
 v_add_f64 v[5:6], v[1:2], s[6:7]
-// GFX10: encoding: [0x05,0x00,0x64,0xd5,0x01,0x0d,0x00,0x00]
+// GFX10: v_add_f64 v[5:6], v[1:2], s[6:7]        ; encoding: [0x05,0x00,0x64,0xd5,0x01,0x0d,0x00,0x00]
 
 v_add_f64 v[5:6], v[1:2], s[102:103]
-// GFX10: encoding: [0x05,0x00,0x64,0xd5,0x01,0xcd,0x00,0x00]
+// GFX10: v_add_f64 v[5:6], v[1:2], s[102:103]    ; encoding: [0x05,0x00,0x64,0xd5,0x01,0xcd,0x00,0x00]
 
 v_add_f64 v[5:6], v[1:2], vcc
-// GFX10: encoding: [0x05,0x00,0x64,0xd5,0x01,0xd5,0x00,0x00]
+// GFX10: v_add_f64 v[5:6], v[1:2], vcc           ; encoding: [0x05,0x00,0x64,0xd5,0x01,0xd5,0x00,0x00]
 
 v_add_f64 v[5:6], v[1:2], ttmp[10:11]
-// GFX10: encoding: [0x05,0x00,0x64,0xd5,0x01,0xed,0x00,0x00]
+// GFX10: v_add_f64 v[5:6], v[1:2], ttmp[10:11]   ; encoding: [0x05,0x00,0x64,0xd5,0x01,0xed,0x00,0x00]
 
 v_add_f64 v[5:6], v[1:2], exec
-// GFX10: encoding: [0x05,0x00,0x64,0xd5,0x01,0xfd,0x00,0x00]
+// GFX10: v_add_f64 v[5:6], v[1:2], exec          ; encoding: [0x05,0x00,0x64,0xd5,0x01,0xfd,0x00,0x00]
 
 v_add_f64 v[5:6], v[1:2], 0
-// GFX10: encoding: [0x05,0x00,0x64,0xd5,0x01,0x01,0x01,0x00]
+// GFX10: v_add_f64 v[5:6], v[1:2], 0             ; encoding: [0x05,0x00,0x64,0xd5,0x01,0x01,0x01,0x00]
 
 v_add_f64 v[5:6], v[1:2], -1
-// GFX10: encoding: [0x05,0x00,0x64,0xd5,0x01,0x83,0x01,0x00]
+// GFX10: v_add_f64 v[5:6], v[1:2], -1            ; encoding: [0x05,0x00,0x64,0xd5,0x01,0x83,0x01,0x00]
 
 v_add_f64 v[5:6], v[1:2], 0.5
-// GFX10: encoding: [0x05,0x00,0x64,0xd5,0x01,0xe1,0x01,0x00]
+// GFX10: v_add_f64 v[5:6], v[1:2], 0.5           ; encoding: [0x05,0x00,0x64,0xd5,0x01,0xe1,0x01,0x00]
 
 v_add_f64 v[5:6], v[1:2], -4.0
-// GFX10: encoding: [0x05,0x00,0x64,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_add_f64 v[5:6], v[1:2], -4.0          ; encoding: [0x05,0x00,0x64,0xd5,0x01,0xef,0x01,0x00]
 
 v_add_f64 v[5:6], -v[1:2], v[2:3]
-// GFX10: encoding: [0x05,0x00,0x64,0xd5,0x01,0x05,0x02,0x20]
+// GFX10: v_add_f64 v[5:6], -v[1:2], v[2:3]       ; encoding: [0x05,0x00,0x64,0xd5,0x01,0x05,0x02,0x20]
 
 v_add_f64 v[5:6], v[1:2], -v[2:3]
-// GFX10: encoding: [0x05,0x00,0x64,0xd5,0x01,0x05,0x02,0x40]
+// GFX10: v_add_f64 v[5:6], v[1:2], -v[2:3]       ; encoding: [0x05,0x00,0x64,0xd5,0x01,0x05,0x02,0x40]
 
 v_add_f64 v[5:6], -v[1:2], -v[2:3]
-// GFX10: encoding: [0x05,0x00,0x64,0xd5,0x01,0x05,0x02,0x60]
+// GFX10: v_add_f64 v[5:6], -v[1:2], -v[2:3]      ; encoding: [0x05,0x00,0x64,0xd5,0x01,0x05,0x02,0x60]
 
 v_add_f64 v[5:6], |v[1:2]|, v[2:3]
-// GFX10: encoding: [0x05,0x01,0x64,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_add_f64 v[5:6], |v[1:2]|, v[2:3]      ; encoding: [0x05,0x01,0x64,0xd5,0x01,0x05,0x02,0x00]
 
 v_add_f64 v[5:6], v[1:2], |v[2:3]|
-// GFX10: encoding: [0x05,0x02,0x64,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_add_f64 v[5:6], v[1:2], |v[2:3]|      ; encoding: [0x05,0x02,0x64,0xd5,0x01,0x05,0x02,0x00]
 
 v_add_f64 v[5:6], |v[1:2]|, |v[2:3]|
-// GFX10: encoding: [0x05,0x03,0x64,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_add_f64 v[5:6], |v[1:2]|, |v[2:3]|    ; encoding: [0x05,0x03,0x64,0xd5,0x01,0x05,0x02,0x00]
 
 v_add_f64 v[5:6], v[1:2], v[2:3] clamp
-// GFX10: encoding: [0x05,0x80,0x64,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_add_f64 v[5:6], v[1:2], v[2:3] clamp  ; encoding: [0x05,0x80,0x64,0xd5,0x01,0x05,0x02,0x00]
 
 v_add_f64 v[5:6], v[1:2], v[2:3] mul:2
-// GFX10: encoding: [0x05,0x00,0x64,0xd5,0x01,0x05,0x02,0x08]
+// GFX10: v_add_f64 v[5:6], v[1:2], v[2:3] mul:2  ; encoding: [0x05,0x00,0x64,0xd5,0x01,0x05,0x02,0x08]
 
 v_add_f64 v[5:6], v[1:2], v[2:3] mul:4
-// GFX10: encoding: [0x05,0x00,0x64,0xd5,0x01,0x05,0x02,0x10]
+// GFX10: v_add_f64 v[5:6], v[1:2], v[2:3] mul:4  ; encoding: [0x05,0x00,0x64,0xd5,0x01,0x05,0x02,0x10]
 
 v_add_f64 v[5:6], v[1:2], v[2:3] div:2
-// GFX10: encoding: [0x05,0x00,0x64,0xd5,0x01,0x05,0x02,0x18]
+// GFX10: v_add_f64 v[5:6], v[1:2], v[2:3] div:2  ; encoding: [0x05,0x00,0x64,0xd5,0x01,0x05,0x02,0x18]
 
 v_mul_f64 v[5:6], v[1:2], v[2:3]
-// GFX10: encoding: [0x05,0x00,0x65,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mul_f64 v[5:6], v[1:2], v[2:3]        ; encoding: [0x05,0x00,0x65,0xd5,0x01,0x05,0x02,0x00]
 
 v_mul_f64 v[254:255], v[1:2], v[2:3]
-// GFX10: encoding: [0xfe,0x00,0x65,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mul_f64 v[254:255], v[1:2], v[2:3]    ; encoding: [0xfe,0x00,0x65,0xd5,0x01,0x05,0x02,0x00]
 
 v_mul_f64 v[5:6], v[254:255], v[2:3]
-// GFX10: encoding: [0x05,0x00,0x65,0xd5,0xfe,0x05,0x02,0x00]
+// GFX10: v_mul_f64 v[5:6], v[254:255], v[2:3]    ; encoding: [0x05,0x00,0x65,0xd5,0xfe,0x05,0x02,0x00]
 
 v_mul_f64 v[5:6], s[2:3], v[2:3]
-// GFX10: encoding: [0x05,0x00,0x65,0xd5,0x02,0x04,0x02,0x00]
+// GFX10: v_mul_f64 v[5:6], s[2:3], v[2:3]        ; encoding: [0x05,0x00,0x65,0xd5,0x02,0x04,0x02,0x00]
 
 v_mul_f64 v[5:6], s[4:5], v[2:3]
-// GFX10: encoding: [0x05,0x00,0x65,0xd5,0x04,0x04,0x02,0x00]
+// GFX10: v_mul_f64 v[5:6], s[4:5], v[2:3]        ; encoding: [0x05,0x00,0x65,0xd5,0x04,0x04,0x02,0x00]
 
 v_mul_f64 v[5:6], s[102:103], v[2:3]
-// GFX10: encoding: [0x05,0x00,0x65,0xd5,0x66,0x04,0x02,0x00]
+// GFX10: v_mul_f64 v[5:6], s[102:103], v[2:3]    ; encoding: [0x05,0x00,0x65,0xd5,0x66,0x04,0x02,0x00]
 
 v_mul_f64 v[5:6], vcc, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x65,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_mul_f64 v[5:6], vcc, v[2:3]           ; encoding: [0x05,0x00,0x65,0xd5,0x6a,0x04,0x02,0x00]
 
 v_mul_f64 v[5:6], ttmp[10:11], v[2:3]
-// GFX10: encoding: [0x05,0x00,0x65,0xd5,0x76,0x04,0x02,0x00]
+// GFX10: v_mul_f64 v[5:6], ttmp[10:11], v[2:3]   ; encoding: [0x05,0x00,0x65,0xd5,0x76,0x04,0x02,0x00]
 
 v_mul_f64 v[5:6], exec, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x65,0xd5,0x7e,0x04,0x02,0x00]
+// GFX10: v_mul_f64 v[5:6], exec, v[2:3]          ; encoding: [0x05,0x00,0x65,0xd5,0x7e,0x04,0x02,0x00]
 
 v_mul_f64 v[5:6], 0, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x65,0xd5,0x80,0x04,0x02,0x00]
+// GFX10: v_mul_f64 v[5:6], 0, v[2:3]             ; encoding: [0x05,0x00,0x65,0xd5,0x80,0x04,0x02,0x00]
 
 v_mul_f64 v[5:6], -1, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x65,0xd5,0xc1,0x04,0x02,0x00]
+// GFX10: v_mul_f64 v[5:6], -1, v[2:3]            ; encoding: [0x05,0x00,0x65,0xd5,0xc1,0x04,0x02,0x00]
 
 v_mul_f64 v[5:6], 0.5, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x65,0xd5,0xf0,0x04,0x02,0x00]
+// GFX10: v_mul_f64 v[5:6], 0.5, v[2:3]           ; encoding: [0x05,0x00,0x65,0xd5,0xf0,0x04,0x02,0x00]
 
 v_mul_f64 v[5:6], -4.0, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x65,0xd5,0xf7,0x04,0x02,0x00]
+// GFX10: v_mul_f64 v[5:6], -4.0, v[2:3]          ; encoding: [0x05,0x00,0x65,0xd5,0xf7,0x04,0x02,0x00]
 
 v_mul_f64 v[5:6], v[1:2], v[254:255]
-// GFX10: encoding: [0x05,0x00,0x65,0xd5,0x01,0xfd,0x03,0x00]
+// GFX10: v_mul_f64 v[5:6], v[1:2], v[254:255]    ; encoding: [0x05,0x00,0x65,0xd5,0x01,0xfd,0x03,0x00]
 
 v_mul_f64 v[5:6], v[1:2], s[4:5]
-// GFX10: encoding: [0x05,0x00,0x65,0xd5,0x01,0x09,0x00,0x00]
+// GFX10: v_mul_f64 v[5:6], v[1:2], s[4:5]        ; encoding: [0x05,0x00,0x65,0xd5,0x01,0x09,0x00,0x00]
 
 v_mul_f64 v[5:6], v[1:2], s[6:7]
-// GFX10: encoding: [0x05,0x00,0x65,0xd5,0x01,0x0d,0x00,0x00]
+// GFX10: v_mul_f64 v[5:6], v[1:2], s[6:7]        ; encoding: [0x05,0x00,0x65,0xd5,0x01,0x0d,0x00,0x00]
 
 v_mul_f64 v[5:6], v[1:2], s[102:103]
-// GFX10: encoding: [0x05,0x00,0x65,0xd5,0x01,0xcd,0x00,0x00]
+// GFX10: v_mul_f64 v[5:6], v[1:2], s[102:103]    ; encoding: [0x05,0x00,0x65,0xd5,0x01,0xcd,0x00,0x00]
 
 v_mul_f64 v[5:6], v[1:2], vcc
-// GFX10: encoding: [0x05,0x00,0x65,0xd5,0x01,0xd5,0x00,0x00]
+// GFX10: v_mul_f64 v[5:6], v[1:2], vcc           ; encoding: [0x05,0x00,0x65,0xd5,0x01,0xd5,0x00,0x00]
 
 v_mul_f64 v[5:6], v[1:2], ttmp[10:11]
-// GFX10: encoding: [0x05,0x00,0x65,0xd5,0x01,0xed,0x00,0x00]
+// GFX10: v_mul_f64 v[5:6], v[1:2], ttmp[10:11]   ; encoding: [0x05,0x00,0x65,0xd5,0x01,0xed,0x00,0x00]
 
 v_mul_f64 v[5:6], v[1:2], exec
-// GFX10: encoding: [0x05,0x00,0x65,0xd5,0x01,0xfd,0x00,0x00]
+// GFX10: v_mul_f64 v[5:6], v[1:2], exec          ; encoding: [0x05,0x00,0x65,0xd5,0x01,0xfd,0x00,0x00]
 
 v_mul_f64 v[5:6], v[1:2], 0
-// GFX10: encoding: [0x05,0x00,0x65,0xd5,0x01,0x01,0x01,0x00]
+// GFX10: v_mul_f64 v[5:6], v[1:2], 0             ; encoding: [0x05,0x00,0x65,0xd5,0x01,0x01,0x01,0x00]
 
 v_mul_f64 v[5:6], v[1:2], -1
-// GFX10: encoding: [0x05,0x00,0x65,0xd5,0x01,0x83,0x01,0x00]
+// GFX10: v_mul_f64 v[5:6], v[1:2], -1            ; encoding: [0x05,0x00,0x65,0xd5,0x01,0x83,0x01,0x00]
 
 v_mul_f64 v[5:6], v[1:2], 0.5
-// GFX10: encoding: [0x05,0x00,0x65,0xd5,0x01,0xe1,0x01,0x00]
+// GFX10: v_mul_f64 v[5:6], v[1:2], 0.5           ; encoding: [0x05,0x00,0x65,0xd5,0x01,0xe1,0x01,0x00]
 
 v_mul_f64 v[5:6], v[1:2], -4.0
-// GFX10: encoding: [0x05,0x00,0x65,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_mul_f64 v[5:6], v[1:2], -4.0          ; encoding: [0x05,0x00,0x65,0xd5,0x01,0xef,0x01,0x00]
 
 v_mul_f64 v[5:6], -v[1:2], v[2:3]
-// GFX10: encoding: [0x05,0x00,0x65,0xd5,0x01,0x05,0x02,0x20]
+// GFX10: v_mul_f64 v[5:6], -v[1:2], v[2:3]       ; encoding: [0x05,0x00,0x65,0xd5,0x01,0x05,0x02,0x20]
 
 v_mul_f64 v[5:6], v[1:2], -v[2:3]
-// GFX10: encoding: [0x05,0x00,0x65,0xd5,0x01,0x05,0x02,0x40]
+// GFX10: v_mul_f64 v[5:6], v[1:2], -v[2:3]       ; encoding: [0x05,0x00,0x65,0xd5,0x01,0x05,0x02,0x40]
 
 v_mul_f64 v[5:6], -v[1:2], -v[2:3]
-// GFX10: encoding: [0x05,0x00,0x65,0xd5,0x01,0x05,0x02,0x60]
+// GFX10: v_mul_f64 v[5:6], -v[1:2], -v[2:3]      ; encoding: [0x05,0x00,0x65,0xd5,0x01,0x05,0x02,0x60]
 
 v_mul_f64 v[5:6], |v[1:2]|, v[2:3]
-// GFX10: encoding: [0x05,0x01,0x65,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mul_f64 v[5:6], |v[1:2]|, v[2:3]      ; encoding: [0x05,0x01,0x65,0xd5,0x01,0x05,0x02,0x00]
 
 v_mul_f64 v[5:6], v[1:2], |v[2:3]|
-// GFX10: encoding: [0x05,0x02,0x65,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mul_f64 v[5:6], v[1:2], |v[2:3]|      ; encoding: [0x05,0x02,0x65,0xd5,0x01,0x05,0x02,0x00]
 
 v_mul_f64 v[5:6], |v[1:2]|, |v[2:3]|
-// GFX10: encoding: [0x05,0x03,0x65,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mul_f64 v[5:6], |v[1:2]|, |v[2:3]|    ; encoding: [0x05,0x03,0x65,0xd5,0x01,0x05,0x02,0x00]
 
 v_mul_f64 v[5:6], v[1:2], v[2:3] clamp
-// GFX10: encoding: [0x05,0x80,0x65,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mul_f64 v[5:6], v[1:2], v[2:3] clamp  ; encoding: [0x05,0x80,0x65,0xd5,0x01,0x05,0x02,0x00]
 
 v_mul_f64 v[5:6], v[1:2], v[2:3] mul:2
-// GFX10: encoding: [0x05,0x00,0x65,0xd5,0x01,0x05,0x02,0x08]
+// GFX10: v_mul_f64 v[5:6], v[1:2], v[2:3] mul:2  ; encoding: [0x05,0x00,0x65,0xd5,0x01,0x05,0x02,0x08]
 
 v_mul_f64 v[5:6], v[1:2], v[2:3] mul:4
-// GFX10: encoding: [0x05,0x00,0x65,0xd5,0x01,0x05,0x02,0x10]
+// GFX10: v_mul_f64 v[5:6], v[1:2], v[2:3] mul:4  ; encoding: [0x05,0x00,0x65,0xd5,0x01,0x05,0x02,0x10]
 
 v_mul_f64 v[5:6], v[1:2], v[2:3] div:2
-// GFX10: encoding: [0x05,0x00,0x65,0xd5,0x01,0x05,0x02,0x18]
+// GFX10: v_mul_f64 v[5:6], v[1:2], v[2:3] div:2  ; encoding: [0x05,0x00,0x65,0xd5,0x01,0x05,0x02,0x18]
 
 v_min_f64 v[5:6], v[1:2], v[2:3]
-// GFX10: encoding: [0x05,0x00,0x66,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_min_f64 v[5:6], v[1:2], v[2:3]        ; encoding: [0x05,0x00,0x66,0xd5,0x01,0x05,0x02,0x00]
 
 v_min_f64 v[254:255], v[1:2], v[2:3]
-// GFX10: encoding: [0xfe,0x00,0x66,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_min_f64 v[254:255], v[1:2], v[2:3]    ; encoding: [0xfe,0x00,0x66,0xd5,0x01,0x05,0x02,0x00]
 
 v_min_f64 v[5:6], v[254:255], v[2:3]
-// GFX10: encoding: [0x05,0x00,0x66,0xd5,0xfe,0x05,0x02,0x00]
+// GFX10: v_min_f64 v[5:6], v[254:255], v[2:3]    ; encoding: [0x05,0x00,0x66,0xd5,0xfe,0x05,0x02,0x00]
 
 v_min_f64 v[5:6], s[2:3], v[2:3]
-// GFX10: encoding: [0x05,0x00,0x66,0xd5,0x02,0x04,0x02,0x00]
+// GFX10: v_min_f64 v[5:6], s[2:3], v[2:3]        ; encoding: [0x05,0x00,0x66,0xd5,0x02,0x04,0x02,0x00]
 
 v_min_f64 v[5:6], s[4:5], v[2:3]
-// GFX10: encoding: [0x05,0x00,0x66,0xd5,0x04,0x04,0x02,0x00]
+// GFX10: v_min_f64 v[5:6], s[4:5], v[2:3]        ; encoding: [0x05,0x00,0x66,0xd5,0x04,0x04,0x02,0x00]
 
 v_min_f64 v[5:6], s[102:103], v[2:3]
-// GFX10: encoding: [0x05,0x00,0x66,0xd5,0x66,0x04,0x02,0x00]
+// GFX10: v_min_f64 v[5:6], s[102:103], v[2:3]    ; encoding: [0x05,0x00,0x66,0xd5,0x66,0x04,0x02,0x00]
 
 v_min_f64 v[5:6], vcc, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x66,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_min_f64 v[5:6], vcc, v[2:3]           ; encoding: [0x05,0x00,0x66,0xd5,0x6a,0x04,0x02,0x00]
 
 v_min_f64 v[5:6], ttmp[10:11], v[2:3]
-// GFX10: encoding: [0x05,0x00,0x66,0xd5,0x76,0x04,0x02,0x00]
+// GFX10: v_min_f64 v[5:6], ttmp[10:11], v[2:3]   ; encoding: [0x05,0x00,0x66,0xd5,0x76,0x04,0x02,0x00]
 
 v_min_f64 v[5:6], exec, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x66,0xd5,0x7e,0x04,0x02,0x00]
+// GFX10: v_min_f64 v[5:6], exec, v[2:3]          ; encoding: [0x05,0x00,0x66,0xd5,0x7e,0x04,0x02,0x00]
 
 v_min_f64 v[5:6], 0, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x66,0xd5,0x80,0x04,0x02,0x00]
+// GFX10: v_min_f64 v[5:6], 0, v[2:3]             ; encoding: [0x05,0x00,0x66,0xd5,0x80,0x04,0x02,0x00]
 
 v_min_f64 v[5:6], -1, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x66,0xd5,0xc1,0x04,0x02,0x00]
+// GFX10: v_min_f64 v[5:6], -1, v[2:3]            ; encoding: [0x05,0x00,0x66,0xd5,0xc1,0x04,0x02,0x00]
 
 v_min_f64 v[5:6], 0.5, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x66,0xd5,0xf0,0x04,0x02,0x00]
+// GFX10: v_min_f64 v[5:6], 0.5, v[2:3]           ; encoding: [0x05,0x00,0x66,0xd5,0xf0,0x04,0x02,0x00]
 
 v_min_f64 v[5:6], -4.0, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x66,0xd5,0xf7,0x04,0x02,0x00]
+// GFX10: v_min_f64 v[5:6], -4.0, v[2:3]          ; encoding: [0x05,0x00,0x66,0xd5,0xf7,0x04,0x02,0x00]
 
 v_min_f64 v[5:6], v[1:2], v[254:255]
-// GFX10: encoding: [0x05,0x00,0x66,0xd5,0x01,0xfd,0x03,0x00]
+// GFX10: v_min_f64 v[5:6], v[1:2], v[254:255]    ; encoding: [0x05,0x00,0x66,0xd5,0x01,0xfd,0x03,0x00]
 
 v_min_f64 v[5:6], v[1:2], s[4:5]
-// GFX10: encoding: [0x05,0x00,0x66,0xd5,0x01,0x09,0x00,0x00]
+// GFX10: v_min_f64 v[5:6], v[1:2], s[4:5]        ; encoding: [0x05,0x00,0x66,0xd5,0x01,0x09,0x00,0x00]
 
 v_min_f64 v[5:6], v[1:2], s[6:7]
-// GFX10: encoding: [0x05,0x00,0x66,0xd5,0x01,0x0d,0x00,0x00]
+// GFX10: v_min_f64 v[5:6], v[1:2], s[6:7]        ; encoding: [0x05,0x00,0x66,0xd5,0x01,0x0d,0x00,0x00]
 
 v_min_f64 v[5:6], v[1:2], s[102:103]
-// GFX10: encoding: [0x05,0x00,0x66,0xd5,0x01,0xcd,0x00,0x00]
+// GFX10: v_min_f64 v[5:6], v[1:2], s[102:103]    ; encoding: [0x05,0x00,0x66,0xd5,0x01,0xcd,0x00,0x00]
 
 v_min_f64 v[5:6], v[1:2], vcc
-// GFX10: encoding: [0x05,0x00,0x66,0xd5,0x01,0xd5,0x00,0x00]
+// GFX10: v_min_f64 v[5:6], v[1:2], vcc           ; encoding: [0x05,0x00,0x66,0xd5,0x01,0xd5,0x00,0x00]
 
 v_min_f64 v[5:6], v[1:2], ttmp[10:11]
-// GFX10: encoding: [0x05,0x00,0x66,0xd5,0x01,0xed,0x00,0x00]
+// GFX10: v_min_f64 v[5:6], v[1:2], ttmp[10:11]   ; encoding: [0x05,0x00,0x66,0xd5,0x01,0xed,0x00,0x00]
 
 v_min_f64 v[5:6], v[1:2], exec
-// GFX10: encoding: [0x05,0x00,0x66,0xd5,0x01,0xfd,0x00,0x00]
+// GFX10: v_min_f64 v[5:6], v[1:2], exec          ; encoding: [0x05,0x00,0x66,0xd5,0x01,0xfd,0x00,0x00]
 
 v_min_f64 v[5:6], v[1:2], 0
-// GFX10: encoding: [0x05,0x00,0x66,0xd5,0x01,0x01,0x01,0x00]
+// GFX10: v_min_f64 v[5:6], v[1:2], 0             ; encoding: [0x05,0x00,0x66,0xd5,0x01,0x01,0x01,0x00]
 
 v_min_f64 v[5:6], v[1:2], -1
-// GFX10: encoding: [0x05,0x00,0x66,0xd5,0x01,0x83,0x01,0x00]
+// GFX10: v_min_f64 v[5:6], v[1:2], -1            ; encoding: [0x05,0x00,0x66,0xd5,0x01,0x83,0x01,0x00]
 
 v_min_f64 v[5:6], v[1:2], 0.5
-// GFX10: encoding: [0x05,0x00,0x66,0xd5,0x01,0xe1,0x01,0x00]
+// GFX10: v_min_f64 v[5:6], v[1:2], 0.5           ; encoding: [0x05,0x00,0x66,0xd5,0x01,0xe1,0x01,0x00]
 
 v_min_f64 v[5:6], v[1:2], -4.0
-// GFX10: encoding: [0x05,0x00,0x66,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_min_f64 v[5:6], v[1:2], -4.0          ; encoding: [0x05,0x00,0x66,0xd5,0x01,0xef,0x01,0x00]
 
 v_min_f64 v[5:6], -v[1:2], v[2:3]
-// GFX10: encoding: [0x05,0x00,0x66,0xd5,0x01,0x05,0x02,0x20]
+// GFX10: v_min_f64 v[5:6], -v[1:2], v[2:3]       ; encoding: [0x05,0x00,0x66,0xd5,0x01,0x05,0x02,0x20]
 
 v_min_f64 v[5:6], v[1:2], -v[2:3]
-// GFX10: encoding: [0x05,0x00,0x66,0xd5,0x01,0x05,0x02,0x40]
+// GFX10: v_min_f64 v[5:6], v[1:2], -v[2:3]       ; encoding: [0x05,0x00,0x66,0xd5,0x01,0x05,0x02,0x40]
 
 v_min_f64 v[5:6], -v[1:2], -v[2:3]
-// GFX10: encoding: [0x05,0x00,0x66,0xd5,0x01,0x05,0x02,0x60]
+// GFX10: v_min_f64 v[5:6], -v[1:2], -v[2:3]      ; encoding: [0x05,0x00,0x66,0xd5,0x01,0x05,0x02,0x60]
 
 v_min_f64 v[5:6], |v[1:2]|, v[2:3]
-// GFX10: encoding: [0x05,0x01,0x66,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_min_f64 v[5:6], |v[1:2]|, v[2:3]      ; encoding: [0x05,0x01,0x66,0xd5,0x01,0x05,0x02,0x00]
 
 v_min_f64 v[5:6], v[1:2], |v[2:3]|
-// GFX10: encoding: [0x05,0x02,0x66,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_min_f64 v[5:6], v[1:2], |v[2:3]|      ; encoding: [0x05,0x02,0x66,0xd5,0x01,0x05,0x02,0x00]
 
 v_min_f64 v[5:6], |v[1:2]|, |v[2:3]|
-// GFX10: encoding: [0x05,0x03,0x66,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_min_f64 v[5:6], |v[1:2]|, |v[2:3]|    ; encoding: [0x05,0x03,0x66,0xd5,0x01,0x05,0x02,0x00]
 
 v_min_f64 v[5:6], v[1:2], v[2:3] clamp
-// GFX10: encoding: [0x05,0x80,0x66,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_min_f64 v[5:6], v[1:2], v[2:3] clamp  ; encoding: [0x05,0x80,0x66,0xd5,0x01,0x05,0x02,0x00]
 
 v_min_f64 v[5:6], v[1:2], v[2:3] mul:2
-// GFX10: encoding: [0x05,0x00,0x66,0xd5,0x01,0x05,0x02,0x08]
+// GFX10: v_min_f64 v[5:6], v[1:2], v[2:3] mul:2  ; encoding: [0x05,0x00,0x66,0xd5,0x01,0x05,0x02,0x08]
 
 v_min_f64 v[5:6], v[1:2], v[2:3] mul:4
-// GFX10: encoding: [0x05,0x00,0x66,0xd5,0x01,0x05,0x02,0x10]
+// GFX10: v_min_f64 v[5:6], v[1:2], v[2:3] mul:4  ; encoding: [0x05,0x00,0x66,0xd5,0x01,0x05,0x02,0x10]
 
 v_min_f64 v[5:6], v[1:2], v[2:3] div:2
-// GFX10: encoding: [0x05,0x00,0x66,0xd5,0x01,0x05,0x02,0x18]
+// GFX10: v_min_f64 v[5:6], v[1:2], v[2:3] div:2  ; encoding: [0x05,0x00,0x66,0xd5,0x01,0x05,0x02,0x18]
 
 v_max_f64 v[5:6], v[1:2], v[2:3]
-// GFX10: encoding: [0x05,0x00,0x67,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_max_f64 v[5:6], v[1:2], v[2:3]        ; encoding: [0x05,0x00,0x67,0xd5,0x01,0x05,0x02,0x00]
 
 v_max_f64 v[254:255], v[1:2], v[2:3]
-// GFX10: encoding: [0xfe,0x00,0x67,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_max_f64 v[254:255], v[1:2], v[2:3]    ; encoding: [0xfe,0x00,0x67,0xd5,0x01,0x05,0x02,0x00]
 
 v_max_f64 v[5:6], v[254:255], v[2:3]
-// GFX10: encoding: [0x05,0x00,0x67,0xd5,0xfe,0x05,0x02,0x00]
+// GFX10: v_max_f64 v[5:6], v[254:255], v[2:3]    ; encoding: [0x05,0x00,0x67,0xd5,0xfe,0x05,0x02,0x00]
 
 v_max_f64 v[5:6], s[2:3], v[2:3]
-// GFX10: encoding: [0x05,0x00,0x67,0xd5,0x02,0x04,0x02,0x00]
+// GFX10: v_max_f64 v[5:6], s[2:3], v[2:3]        ; encoding: [0x05,0x00,0x67,0xd5,0x02,0x04,0x02,0x00]
 
 v_max_f64 v[5:6], s[4:5], v[2:3]
-// GFX10: encoding: [0x05,0x00,0x67,0xd5,0x04,0x04,0x02,0x00]
+// GFX10: v_max_f64 v[5:6], s[4:5], v[2:3]        ; encoding: [0x05,0x00,0x67,0xd5,0x04,0x04,0x02,0x00]
 
 v_max_f64 v[5:6], s[102:103], v[2:3]
-// GFX10: encoding: [0x05,0x00,0x67,0xd5,0x66,0x04,0x02,0x00]
+// GFX10: v_max_f64 v[5:6], s[102:103], v[2:3]    ; encoding: [0x05,0x00,0x67,0xd5,0x66,0x04,0x02,0x00]
 
 v_max_f64 v[5:6], vcc, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x67,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_max_f64 v[5:6], vcc, v[2:3]           ; encoding: [0x05,0x00,0x67,0xd5,0x6a,0x04,0x02,0x00]
 
 v_max_f64 v[5:6], ttmp[10:11], v[2:3]
-// GFX10: encoding: [0x05,0x00,0x67,0xd5,0x76,0x04,0x02,0x00]
+// GFX10: v_max_f64 v[5:6], ttmp[10:11], v[2:3]   ; encoding: [0x05,0x00,0x67,0xd5,0x76,0x04,0x02,0x00]
 
 v_max_f64 v[5:6], exec, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x67,0xd5,0x7e,0x04,0x02,0x00]
+// GFX10: v_max_f64 v[5:6], exec, v[2:3]          ; encoding: [0x05,0x00,0x67,0xd5,0x7e,0x04,0x02,0x00]
 
 v_max_f64 v[5:6], 0, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x67,0xd5,0x80,0x04,0x02,0x00]
+// GFX10: v_max_f64 v[5:6], 0, v[2:3]             ; encoding: [0x05,0x00,0x67,0xd5,0x80,0x04,0x02,0x00]
 
 v_max_f64 v[5:6], -1, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x67,0xd5,0xc1,0x04,0x02,0x00]
+// GFX10: v_max_f64 v[5:6], -1, v[2:3]            ; encoding: [0x05,0x00,0x67,0xd5,0xc1,0x04,0x02,0x00]
 
 v_max_f64 v[5:6], 0.5, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x67,0xd5,0xf0,0x04,0x02,0x00]
+// GFX10: v_max_f64 v[5:6], 0.5, v[2:3]           ; encoding: [0x05,0x00,0x67,0xd5,0xf0,0x04,0x02,0x00]
 
 v_max_f64 v[5:6], -4.0, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x67,0xd5,0xf7,0x04,0x02,0x00]
+// GFX10: v_max_f64 v[5:6], -4.0, v[2:3]          ; encoding: [0x05,0x00,0x67,0xd5,0xf7,0x04,0x02,0x00]
 
 v_max_f64 v[5:6], v[1:2], v[254:255]
-// GFX10: encoding: [0x05,0x00,0x67,0xd5,0x01,0xfd,0x03,0x00]
+// GFX10: v_max_f64 v[5:6], v[1:2], v[254:255]    ; encoding: [0x05,0x00,0x67,0xd5,0x01,0xfd,0x03,0x00]
 
 v_max_f64 v[5:6], v[1:2], s[4:5]
-// GFX10: encoding: [0x05,0x00,0x67,0xd5,0x01,0x09,0x00,0x00]
+// GFX10: v_max_f64 v[5:6], v[1:2], s[4:5]        ; encoding: [0x05,0x00,0x67,0xd5,0x01,0x09,0x00,0x00]
 
 v_max_f64 v[5:6], v[1:2], s[6:7]
-// GFX10: encoding: [0x05,0x00,0x67,0xd5,0x01,0x0d,0x00,0x00]
+// GFX10: v_max_f64 v[5:6], v[1:2], s[6:7]        ; encoding: [0x05,0x00,0x67,0xd5,0x01,0x0d,0x00,0x00]
 
 v_max_f64 v[5:6], v[1:2], s[102:103]
-// GFX10: encoding: [0x05,0x00,0x67,0xd5,0x01,0xcd,0x00,0x00]
+// GFX10: v_max_f64 v[5:6], v[1:2], s[102:103]    ; encoding: [0x05,0x00,0x67,0xd5,0x01,0xcd,0x00,0x00]
 
 v_max_f64 v[5:6], v[1:2], vcc
-// GFX10: encoding: [0x05,0x00,0x67,0xd5,0x01,0xd5,0x00,0x00]
+// GFX10: v_max_f64 v[5:6], v[1:2], vcc           ; encoding: [0x05,0x00,0x67,0xd5,0x01,0xd5,0x00,0x00]
 
 v_max_f64 v[5:6], v[1:2], ttmp[10:11]
-// GFX10: encoding: [0x05,0x00,0x67,0xd5,0x01,0xed,0x00,0x00]
+// GFX10: v_max_f64 v[5:6], v[1:2], ttmp[10:11]   ; encoding: [0x05,0x00,0x67,0xd5,0x01,0xed,0x00,0x00]
 
 v_max_f64 v[5:6], v[1:2], exec
-// GFX10: encoding: [0x05,0x00,0x67,0xd5,0x01,0xfd,0x00,0x00]
+// GFX10: v_max_f64 v[5:6], v[1:2], exec          ; encoding: [0x05,0x00,0x67,0xd5,0x01,0xfd,0x00,0x00]
 
 v_max_f64 v[5:6], v[1:2], 0
-// GFX10: encoding: [0x05,0x00,0x67,0xd5,0x01,0x01,0x01,0x00]
+// GFX10: v_max_f64 v[5:6], v[1:2], 0             ; encoding: [0x05,0x00,0x67,0xd5,0x01,0x01,0x01,0x00]
 
 v_max_f64 v[5:6], v[1:2], -1
-// GFX10: encoding: [0x05,0x00,0x67,0xd5,0x01,0x83,0x01,0x00]
+// GFX10: v_max_f64 v[5:6], v[1:2], -1            ; encoding: [0x05,0x00,0x67,0xd5,0x01,0x83,0x01,0x00]
 
 v_max_f64 v[5:6], v[1:2], 0.5
-// GFX10: encoding: [0x05,0x00,0x67,0xd5,0x01,0xe1,0x01,0x00]
+// GFX10: v_max_f64 v[5:6], v[1:2], 0.5           ; encoding: [0x05,0x00,0x67,0xd5,0x01,0xe1,0x01,0x00]
 
 v_max_f64 v[5:6], v[1:2], -4.0
-// GFX10: encoding: [0x05,0x00,0x67,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_max_f64 v[5:6], v[1:2], -4.0          ; encoding: [0x05,0x00,0x67,0xd5,0x01,0xef,0x01,0x00]
 
 v_max_f64 v[5:6], -v[1:2], v[2:3]
-// GFX10: encoding: [0x05,0x00,0x67,0xd5,0x01,0x05,0x02,0x20]
+// GFX10: v_max_f64 v[5:6], -v[1:2], v[2:3]       ; encoding: [0x05,0x00,0x67,0xd5,0x01,0x05,0x02,0x20]
 
 v_max_f64 v[5:6], v[1:2], -v[2:3]
-// GFX10: encoding: [0x05,0x00,0x67,0xd5,0x01,0x05,0x02,0x40]
+// GFX10: v_max_f64 v[5:6], v[1:2], -v[2:3]       ; encoding: [0x05,0x00,0x67,0xd5,0x01,0x05,0x02,0x40]
 
 v_max_f64 v[5:6], -v[1:2], -v[2:3]
-// GFX10: encoding: [0x05,0x00,0x67,0xd5,0x01,0x05,0x02,0x60]
+// GFX10: v_max_f64 v[5:6], -v[1:2], -v[2:3]      ; encoding: [0x05,0x00,0x67,0xd5,0x01,0x05,0x02,0x60]
 
 v_max_f64 v[5:6], |v[1:2]|, v[2:3]
-// GFX10: encoding: [0x05,0x01,0x67,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_max_f64 v[5:6], |v[1:2]|, v[2:3]      ; encoding: [0x05,0x01,0x67,0xd5,0x01,0x05,0x02,0x00]
 
 v_max_f64 v[5:6], v[1:2], |v[2:3]|
-// GFX10: encoding: [0x05,0x02,0x67,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_max_f64 v[5:6], v[1:2], |v[2:3]|      ; encoding: [0x05,0x02,0x67,0xd5,0x01,0x05,0x02,0x00]
 
 v_max_f64 v[5:6], |v[1:2]|, |v[2:3]|
-// GFX10: encoding: [0x05,0x03,0x67,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_max_f64 v[5:6], |v[1:2]|, |v[2:3]|    ; encoding: [0x05,0x03,0x67,0xd5,0x01,0x05,0x02,0x00]
 
 v_max_f64 v[5:6], v[1:2], v[2:3] clamp
-// GFX10: encoding: [0x05,0x80,0x67,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_max_f64 v[5:6], v[1:2], v[2:3] clamp  ; encoding: [0x05,0x80,0x67,0xd5,0x01,0x05,0x02,0x00]
 
 v_max_f64 v[5:6], v[1:2], v[2:3] mul:2
-// GFX10: encoding: [0x05,0x00,0x67,0xd5,0x01,0x05,0x02,0x08]
+// GFX10: v_max_f64 v[5:6], v[1:2], v[2:3] mul:2  ; encoding: [0x05,0x00,0x67,0xd5,0x01,0x05,0x02,0x08]
 
 v_max_f64 v[5:6], v[1:2], v[2:3] mul:4
-// GFX10: encoding: [0x05,0x00,0x67,0xd5,0x01,0x05,0x02,0x10]
+// GFX10: v_max_f64 v[5:6], v[1:2], v[2:3] mul:4  ; encoding: [0x05,0x00,0x67,0xd5,0x01,0x05,0x02,0x10]
 
 v_max_f64 v[5:6], v[1:2], v[2:3] div:2
-// GFX10: encoding: [0x05,0x00,0x67,0xd5,0x01,0x05,0x02,0x18]
+// GFX10: v_max_f64 v[5:6], v[1:2], v[2:3] div:2  ; encoding: [0x05,0x00,0x67,0xd5,0x01,0x05,0x02,0x18]
 
 v_ldexp_f64 v[5:6], v[1:2], v2
-// GFX10: encoding: [0x05,0x00,0x68,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_ldexp_f64 v[5:6], v[1:2], v2          ; encoding: [0x05,0x00,0x68,0xd5,0x01,0x05,0x02,0x00]
 
 v_ldexp_f64 v[254:255], v[1:2], v2
-// GFX10: encoding: [0xfe,0x00,0x68,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_ldexp_f64 v[254:255], v[1:2], v2      ; encoding: [0xfe,0x00,0x68,0xd5,0x01,0x05,0x02,0x00]
 
 v_ldexp_f64 v[5:6], v[254:255], v2
-// GFX10: encoding: [0x05,0x00,0x68,0xd5,0xfe,0x05,0x02,0x00]
+// GFX10: v_ldexp_f64 v[5:6], v[254:255], v2      ; encoding: [0x05,0x00,0x68,0xd5,0xfe,0x05,0x02,0x00]
 
 v_ldexp_f64 v[5:6], s[2:3], v2
-// GFX10: encoding: [0x05,0x00,0x68,0xd5,0x02,0x04,0x02,0x00]
+// GFX10: v_ldexp_f64 v[5:6], s[2:3], v2          ; encoding: [0x05,0x00,0x68,0xd5,0x02,0x04,0x02,0x00]
 
 v_ldexp_f64 v[5:6], s[4:5], v2
-// GFX10: encoding: [0x05,0x00,0x68,0xd5,0x04,0x04,0x02,0x00]
+// GFX10: v_ldexp_f64 v[5:6], s[4:5], v2          ; encoding: [0x05,0x00,0x68,0xd5,0x04,0x04,0x02,0x00]
 
 v_ldexp_f64 v[5:6], s[102:103], v2
-// GFX10: encoding: [0x05,0x00,0x68,0xd5,0x66,0x04,0x02,0x00]
+// GFX10: v_ldexp_f64 v[5:6], s[102:103], v2      ; encoding: [0x05,0x00,0x68,0xd5,0x66,0x04,0x02,0x00]
 
 v_ldexp_f64 v[5:6], vcc, v2
-// GFX10: encoding: [0x05,0x00,0x68,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_ldexp_f64 v[5:6], vcc, v2             ; encoding: [0x05,0x00,0x68,0xd5,0x6a,0x04,0x02,0x00]
 
 v_ldexp_f64 v[5:6], ttmp[10:11], v2
-// GFX10: encoding: [0x05,0x00,0x68,0xd5,0x76,0x04,0x02,0x00]
+// GFX10: v_ldexp_f64 v[5:6], ttmp[10:11], v2     ; encoding: [0x05,0x00,0x68,0xd5,0x76,0x04,0x02,0x00]
 
 v_ldexp_f64 v[5:6], exec, v2
-// GFX10: encoding: [0x05,0x00,0x68,0xd5,0x7e,0x04,0x02,0x00]
+// GFX10: v_ldexp_f64 v[5:6], exec, v2            ; encoding: [0x05,0x00,0x68,0xd5,0x7e,0x04,0x02,0x00]
 
 v_ldexp_f64 v[5:6], 0, v2
-// GFX10: encoding: [0x05,0x00,0x68,0xd5,0x80,0x04,0x02,0x00]
+// GFX10: v_ldexp_f64 v[5:6], 0, v2               ; encoding: [0x05,0x00,0x68,0xd5,0x80,0x04,0x02,0x00]
 
 v_ldexp_f64 v[5:6], -1, v2
-// GFX10: encoding: [0x05,0x00,0x68,0xd5,0xc1,0x04,0x02,0x00]
+// GFX10: v_ldexp_f64 v[5:6], -1, v2              ; encoding: [0x05,0x00,0x68,0xd5,0xc1,0x04,0x02,0x00]
 
 v_ldexp_f64 v[5:6], 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x68,0xd5,0xf0,0x04,0x02,0x00]
+// GFX10: v_ldexp_f64 v[5:6], 0.5, v2             ; encoding: [0x05,0x00,0x68,0xd5,0xf0,0x04,0x02,0x00]
 
 v_ldexp_f64 v[5:6], -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x68,0xd5,0xf7,0x04,0x02,0x00]
+// GFX10: v_ldexp_f64 v[5:6], -4.0, v2            ; encoding: [0x05,0x00,0x68,0xd5,0xf7,0x04,0x02,0x00]
 
 v_ldexp_f64 v[5:6], v[1:2], v255
-// GFX10: encoding: [0x05,0x00,0x68,0xd5,0x01,0xff,0x03,0x00]
+// GFX10: v_ldexp_f64 v[5:6], v[1:2], v255        ; encoding: [0x05,0x00,0x68,0xd5,0x01,0xff,0x03,0x00]
 
 v_ldexp_f64 v[5:6], v[1:2], s2
-// GFX10: encoding: [0x05,0x00,0x68,0xd5,0x01,0x05,0x00,0x00]
+// GFX10: v_ldexp_f64 v[5:6], v[1:2], s2          ; encoding: [0x05,0x00,0x68,0xd5,0x01,0x05,0x00,0x00]
 
 v_ldexp_f64 v[5:6], v[1:2], s103
-// GFX10: encoding: [0x05,0x00,0x68,0xd5,0x01,0xcf,0x00,0x00]
+// GFX10: v_ldexp_f64 v[5:6], v[1:2], s103        ; encoding: [0x05,0x00,0x68,0xd5,0x01,0xcf,0x00,0x00]
 
 v_ldexp_f64 v[5:6], v[1:2], vcc_lo
-// GFX10: encoding: [0x05,0x00,0x68,0xd5,0x01,0xd5,0x00,0x00]
+// GFX10: v_ldexp_f64 v[5:6], v[1:2], vcc_lo      ; encoding: [0x05,0x00,0x68,0xd5,0x01,0xd5,0x00,0x00]
 
 v_ldexp_f64 v[5:6], v[1:2], vcc_hi
-// GFX10: encoding: [0x05,0x00,0x68,0xd5,0x01,0xd7,0x00,0x00]
+// GFX10: v_ldexp_f64 v[5:6], v[1:2], vcc_hi      ; encoding: [0x05,0x00,0x68,0xd5,0x01,0xd7,0x00,0x00]
 
 v_ldexp_f64 v[5:6], v[1:2], ttmp11
-// GFX10: encoding: [0x05,0x00,0x68,0xd5,0x01,0xef,0x00,0x00]
+// GFX10: v_ldexp_f64 v[5:6], v[1:2], ttmp11      ; encoding: [0x05,0x00,0x68,0xd5,0x01,0xef,0x00,0x00]
 
 v_ldexp_f64 v[5:6], v[1:2], m0
-// GFX10: encoding: [0x05,0x00,0x68,0xd5,0x01,0xf9,0x00,0x00]
+// GFX10: v_ldexp_f64 v[5:6], v[1:2], m0          ; encoding: [0x05,0x00,0x68,0xd5,0x01,0xf9,0x00,0x00]
 
 v_ldexp_f64 v[5:6], v[1:2], exec_lo
-// GFX10: encoding: [0x05,0x00,0x68,0xd5,0x01,0xfd,0x00,0x00]
+// GFX10: v_ldexp_f64 v[5:6], v[1:2], exec_lo     ; encoding: [0x05,0x00,0x68,0xd5,0x01,0xfd,0x00,0x00]
 
 v_ldexp_f64 v[5:6], v[1:2], exec_hi
-// GFX10: encoding: [0x05,0x00,0x68,0xd5,0x01,0xff,0x00,0x00]
+// GFX10: v_ldexp_f64 v[5:6], v[1:2], exec_hi     ; encoding: [0x05,0x00,0x68,0xd5,0x01,0xff,0x00,0x00]
 
 v_ldexp_f64 v[5:6], v[1:2], 0
-// GFX10: encoding: [0x05,0x00,0x68,0xd5,0x01,0x01,0x01,0x00]
+// GFX10: v_ldexp_f64 v[5:6], v[1:2], 0           ; encoding: [0x05,0x00,0x68,0xd5,0x01,0x01,0x01,0x00]
 
 v_ldexp_f64 v[5:6], v[1:2], -1
-// GFX10: encoding: [0x05,0x00,0x68,0xd5,0x01,0x83,0x01,0x00]
+// GFX10: v_ldexp_f64 v[5:6], v[1:2], -1          ; encoding: [0x05,0x00,0x68,0xd5,0x01,0x83,0x01,0x00]
 
 v_ldexp_f64 v[5:6], v[1:2], 0.5
-// GFX10: encoding: [0x05,0x00,0x68,0xd5,0x01,0xe1,0x01,0x00]
+// GFX10: v_ldexp_f64 v[5:6], v[1:2], 0.5         ; encoding: [0x05,0x00,0x68,0xd5,0x01,0xe1,0x01,0x00]
 
 v_ldexp_f64 v[5:6], v[1:2], -4.0
-// GFX10: encoding: [0x05,0x00,0x68,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_ldexp_f64 v[5:6], v[1:2], -4.0        ; encoding: [0x05,0x00,0x68,0xd5,0x01,0xef,0x01,0x00]
 
 v_ldexp_f64 v[5:6], -v[1:2], v2
-// GFX10: encoding: [0x05,0x00,0x68,0xd5,0x01,0x05,0x02,0x20]
+// GFX10: v_ldexp_f64 v[5:6], -v[1:2], v2         ; encoding: [0x05,0x00,0x68,0xd5,0x01,0x05,0x02,0x20]
 
 v_ldexp_f64 v[5:6], |v[1:2]|, v2
-// GFX10: encoding: [0x05,0x01,0x68,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_ldexp_f64 v[5:6], |v[1:2]|, v2        ; encoding: [0x05,0x01,0x68,0xd5,0x01,0x05,0x02,0x00]
 
 v_ldexp_f64 v[5:6], v[1:2], v2 clamp
-// GFX10: encoding: [0x05,0x80,0x68,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_ldexp_f64 v[5:6], v[1:2], v2 clamp    ; encoding: [0x05,0x80,0x68,0xd5,0x01,0x05,0x02,0x00]
 
 v_ldexp_f64 v[5:6], v[1:2], v2 mul:2
-// GFX10: encoding: [0x05,0x00,0x68,0xd5,0x01,0x05,0x02,0x08]
+// GFX10: v_ldexp_f64 v[5:6], v[1:2], v2 mul:2    ; encoding: [0x05,0x00,0x68,0xd5,0x01,0x05,0x02,0x08]
 
 v_ldexp_f64 v[5:6], v[1:2], v2 mul:4
-// GFX10: encoding: [0x05,0x00,0x68,0xd5,0x01,0x05,0x02,0x10]
+// GFX10: v_ldexp_f64 v[5:6], v[1:2], v2 mul:4    ; encoding: [0x05,0x00,0x68,0xd5,0x01,0x05,0x02,0x10]
 
 v_ldexp_f64 v[5:6], v[1:2], v2 div:2
-// GFX10: encoding: [0x05,0x00,0x68,0xd5,0x01,0x05,0x02,0x18]
+// GFX10: v_ldexp_f64 v[5:6], v[1:2], v2 div:2    ; encoding: [0x05,0x00,0x68,0xd5,0x01,0x05,0x02,0x18]
 
 v_mul_lo_u32 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x69,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mul_lo_u32 v5, v1, v2                 ; encoding: [0x05,0x00,0x69,0xd5,0x01,0x05,0x02,0x00]
 
 v_mul_lo_u32 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x69,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mul_lo_u32 v255, v1, v2               ; encoding: [0xff,0x00,0x69,0xd5,0x01,0x05,0x02,0x00]
 
 v_mul_lo_u32 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x69,0xd5,0xff,0x05,0x02,0x00]
+// GFX10: v_mul_lo_u32 v5, v255, v2               ; encoding: [0x05,0x00,0x69,0xd5,0xff,0x05,0x02,0x00]
 
 v_mul_lo_u32 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x69,0xd5,0x01,0x04,0x02,0x00]
+// GFX10: v_mul_lo_u32 v5, s1, v2                 ; encoding: [0x05,0x00,0x69,0xd5,0x01,0x04,0x02,0x00]
 
 v_mul_lo_u32 v5, s103, v2
-// GFX10: encoding: [0x05,0x00,0x69,0xd5,0x67,0x04,0x02,0x00]
+// GFX10: v_mul_lo_u32 v5, s103, v2               ; encoding: [0x05,0x00,0x69,0xd5,0x67,0x04,0x02,0x00]
 
 v_mul_lo_u32 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x69,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_mul_lo_u32 v5, vcc_lo, v2             ; encoding: [0x05,0x00,0x69,0xd5,0x6a,0x04,0x02,0x00]
 
 v_mul_lo_u32 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x69,0xd5,0x6b,0x04,0x02,0x00]
+// GFX10: v_mul_lo_u32 v5, vcc_hi, v2             ; encoding: [0x05,0x00,0x69,0xd5,0x6b,0x04,0x02,0x00]
 
 v_mul_lo_u32 v5, ttmp11, v2
-// GFX10: encoding: [0x05,0x00,0x69,0xd5,0x77,0x04,0x02,0x00]
+// GFX10: v_mul_lo_u32 v5, ttmp11, v2             ; encoding: [0x05,0x00,0x69,0xd5,0x77,0x04,0x02,0x00]
 
 v_mul_lo_u32 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x69,0xd5,0x7c,0x04,0x02,0x00]
+// GFX10: v_mul_lo_u32 v5, m0, v2                 ; encoding: [0x05,0x00,0x69,0xd5,0x7c,0x04,0x02,0x00]
 
 v_mul_lo_u32 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x69,0xd5,0x7e,0x04,0x02,0x00]
+// GFX10: v_mul_lo_u32 v5, exec_lo, v2            ; encoding: [0x05,0x00,0x69,0xd5,0x7e,0x04,0x02,0x00]
 
 v_mul_lo_u32 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x69,0xd5,0x7f,0x04,0x02,0x00]
+// GFX10: v_mul_lo_u32 v5, exec_hi, v2            ; encoding: [0x05,0x00,0x69,0xd5,0x7f,0x04,0x02,0x00]
 
 v_mul_lo_u32 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x69,0xd5,0x80,0x04,0x02,0x00]
+// GFX10: v_mul_lo_u32 v5, 0, v2                  ; encoding: [0x05,0x00,0x69,0xd5,0x80,0x04,0x02,0x00]
 
 v_mul_lo_u32 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x69,0xd5,0xc1,0x04,0x02,0x00]
+// GFX10: v_mul_lo_u32 v5, -1, v2                 ; encoding: [0x05,0x00,0x69,0xd5,0xc1,0x04,0x02,0x00]
 
 v_mul_lo_u32 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x69,0xd5,0xf0,0x04,0x02,0x00]
+// GFX10: v_mul_lo_u32 v5, 0.5, v2                ; encoding: [0x05,0x00,0x69,0xd5,0xf0,0x04,0x02,0x00]
 
 v_mul_lo_u32 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x69,0xd5,0xf7,0x04,0x02,0x00]
+// GFX10: v_mul_lo_u32 v5, -4.0, v2               ; encoding: [0x05,0x00,0x69,0xd5,0xf7,0x04,0x02,0x00]
 
 v_mul_lo_u32 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x69,0xd5,0x01,0xff,0x03,0x00]
+// GFX10: v_mul_lo_u32 v5, v1, v255               ; encoding: [0x05,0x00,0x69,0xd5,0x01,0xff,0x03,0x00]
 
 v_mul_lo_u32 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x69,0xd5,0x01,0x05,0x00,0x00]
+// GFX10: v_mul_lo_u32 v5, v1, s2                 ; encoding: [0x05,0x00,0x69,0xd5,0x01,0x05,0x00,0x00]
 
 v_mul_lo_u32 v5, v1, s103
-// GFX10: encoding: [0x05,0x00,0x69,0xd5,0x01,0xcf,0x00,0x00]
+// GFX10: v_mul_lo_u32 v5, v1, s103               ; encoding: [0x05,0x00,0x69,0xd5,0x01,0xcf,0x00,0x00]
 
 v_mul_lo_u32 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x69,0xd5,0x01,0xd5,0x00,0x00]
+// GFX10: v_mul_lo_u32 v5, v1, vcc_lo             ; encoding: [0x05,0x00,0x69,0xd5,0x01,0xd5,0x00,0x00]
 
 v_mul_lo_u32 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x69,0xd5,0x01,0xd7,0x00,0x00]
+// GFX10: v_mul_lo_u32 v5, v1, vcc_hi             ; encoding: [0x05,0x00,0x69,0xd5,0x01,0xd7,0x00,0x00]
 
 v_mul_lo_u32 v5, v1, ttmp11
-// GFX10: encoding: [0x05,0x00,0x69,0xd5,0x01,0xef,0x00,0x00]
+// GFX10: v_mul_lo_u32 v5, v1, ttmp11             ; encoding: [0x05,0x00,0x69,0xd5,0x01,0xef,0x00,0x00]
 
 v_mul_lo_u32 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x69,0xd5,0x01,0xf9,0x00,0x00]
+// GFX10: v_mul_lo_u32 v5, v1, m0                 ; encoding: [0x05,0x00,0x69,0xd5,0x01,0xf9,0x00,0x00]
 
 v_mul_lo_u32 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x69,0xd5,0x01,0xfd,0x00,0x00]
+// GFX10: v_mul_lo_u32 v5, v1, exec_lo            ; encoding: [0x05,0x00,0x69,0xd5,0x01,0xfd,0x00,0x00]
 
 v_mul_lo_u32 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x69,0xd5,0x01,0xff,0x00,0x00]
+// GFX10: v_mul_lo_u32 v5, v1, exec_hi            ; encoding: [0x05,0x00,0x69,0xd5,0x01,0xff,0x00,0x00]
 
 v_mul_lo_u32 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x69,0xd5,0x01,0x01,0x01,0x00]
+// GFX10: v_mul_lo_u32 v5, v1, 0                  ; encoding: [0x05,0x00,0x69,0xd5,0x01,0x01,0x01,0x00]
 
 v_mul_lo_u32 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x69,0xd5,0x01,0x83,0x01,0x00]
+// GFX10: v_mul_lo_u32 v5, v1, -1                 ; encoding: [0x05,0x00,0x69,0xd5,0x01,0x83,0x01,0x00]
 
 v_mul_lo_u32 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x69,0xd5,0x01,0xe1,0x01,0x00]
+// GFX10: v_mul_lo_u32 v5, v1, 0.5                ; encoding: [0x05,0x00,0x69,0xd5,0x01,0xe1,0x01,0x00]
 
 v_mul_lo_u32 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x69,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_mul_lo_u32 v5, v1, -4.0               ; encoding: [0x05,0x00,0x69,0xd5,0x01,0xef,0x01,0x00]
 
 v_mul_hi_u32 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x6a,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mul_hi_u32 v5, v1, v2                 ; encoding: [0x05,0x00,0x6a,0xd5,0x01,0x05,0x02,0x00]
 
 v_mul_hi_u32 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x6a,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mul_hi_u32 v255, v1, v2               ; encoding: [0xff,0x00,0x6a,0xd5,0x01,0x05,0x02,0x00]
 
 v_mul_hi_u32 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x6a,0xd5,0xff,0x05,0x02,0x00]
+// GFX10: v_mul_hi_u32 v5, v255, v2               ; encoding: [0x05,0x00,0x6a,0xd5,0xff,0x05,0x02,0x00]
 
 v_mul_hi_u32 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x6a,0xd5,0x01,0x04,0x02,0x00]
+// GFX10: v_mul_hi_u32 v5, s1, v2                 ; encoding: [0x05,0x00,0x6a,0xd5,0x01,0x04,0x02,0x00]
 
 v_mul_hi_u32 v5, s103, v2
-// GFX10: encoding: [0x05,0x00,0x6a,0xd5,0x67,0x04,0x02,0x00]
+// GFX10: v_mul_hi_u32 v5, s103, v2               ; encoding: [0x05,0x00,0x6a,0xd5,0x67,0x04,0x02,0x00]
 
 v_mul_hi_u32 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x6a,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_mul_hi_u32 v5, vcc_lo, v2             ; encoding: [0x05,0x00,0x6a,0xd5,0x6a,0x04,0x02,0x00]
 
 v_mul_hi_u32 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x6a,0xd5,0x6b,0x04,0x02,0x00]
+// GFX10: v_mul_hi_u32 v5, vcc_hi, v2             ; encoding: [0x05,0x00,0x6a,0xd5,0x6b,0x04,0x02,0x00]
 
 v_mul_hi_u32 v5, ttmp11, v2
-// GFX10: encoding: [0x05,0x00,0x6a,0xd5,0x77,0x04,0x02,0x00]
+// GFX10: v_mul_hi_u32 v5, ttmp11, v2             ; encoding: [0x05,0x00,0x6a,0xd5,0x77,0x04,0x02,0x00]
 
 v_mul_hi_u32 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x6a,0xd5,0x7c,0x04,0x02,0x00]
+// GFX10: v_mul_hi_u32 v5, m0, v2                 ; encoding: [0x05,0x00,0x6a,0xd5,0x7c,0x04,0x02,0x00]
 
 v_mul_hi_u32 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x6a,0xd5,0x7e,0x04,0x02,0x00]
+// GFX10: v_mul_hi_u32 v5, exec_lo, v2            ; encoding: [0x05,0x00,0x6a,0xd5,0x7e,0x04,0x02,0x00]
 
 v_mul_hi_u32 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x6a,0xd5,0x7f,0x04,0x02,0x00]
+// GFX10: v_mul_hi_u32 v5, exec_hi, v2            ; encoding: [0x05,0x00,0x6a,0xd5,0x7f,0x04,0x02,0x00]
 
 v_mul_hi_u32 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x6a,0xd5,0x80,0x04,0x02,0x00]
+// GFX10: v_mul_hi_u32 v5, 0, v2                  ; encoding: [0x05,0x00,0x6a,0xd5,0x80,0x04,0x02,0x00]
 
 v_mul_hi_u32 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x6a,0xd5,0xc1,0x04,0x02,0x00]
+// GFX10: v_mul_hi_u32 v5, -1, v2                 ; encoding: [0x05,0x00,0x6a,0xd5,0xc1,0x04,0x02,0x00]
 
 v_mul_hi_u32 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x6a,0xd5,0xf0,0x04,0x02,0x00]
+// GFX10: v_mul_hi_u32 v5, 0.5, v2                ; encoding: [0x05,0x00,0x6a,0xd5,0xf0,0x04,0x02,0x00]
 
 v_mul_hi_u32 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x6a,0xd5,0xf7,0x04,0x02,0x00]
+// GFX10: v_mul_hi_u32 v5, -4.0, v2               ; encoding: [0x05,0x00,0x6a,0xd5,0xf7,0x04,0x02,0x00]
 
 v_mul_hi_u32 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x6a,0xd5,0x01,0xff,0x03,0x00]
+// GFX10: v_mul_hi_u32 v5, v1, v255               ; encoding: [0x05,0x00,0x6a,0xd5,0x01,0xff,0x03,0x00]
 
 v_mul_hi_u32 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x6a,0xd5,0x01,0x05,0x00,0x00]
+// GFX10: v_mul_hi_u32 v5, v1, s2                 ; encoding: [0x05,0x00,0x6a,0xd5,0x01,0x05,0x00,0x00]
 
 v_mul_hi_u32 v5, v1, s103
-// GFX10: encoding: [0x05,0x00,0x6a,0xd5,0x01,0xcf,0x00,0x00]
+// GFX10: v_mul_hi_u32 v5, v1, s103               ; encoding: [0x05,0x00,0x6a,0xd5,0x01,0xcf,0x00,0x00]
 
 v_mul_hi_u32 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x6a,0xd5,0x01,0xd5,0x00,0x00]
+// GFX10: v_mul_hi_u32 v5, v1, vcc_lo             ; encoding: [0x05,0x00,0x6a,0xd5,0x01,0xd5,0x00,0x00]
 
 v_mul_hi_u32 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x6a,0xd5,0x01,0xd7,0x00,0x00]
+// GFX10: v_mul_hi_u32 v5, v1, vcc_hi             ; encoding: [0x05,0x00,0x6a,0xd5,0x01,0xd7,0x00,0x00]
 
 v_mul_hi_u32 v5, v1, ttmp11
-// GFX10: encoding: [0x05,0x00,0x6a,0xd5,0x01,0xef,0x00,0x00]
+// GFX10: v_mul_hi_u32 v5, v1, ttmp11             ; encoding: [0x05,0x00,0x6a,0xd5,0x01,0xef,0x00,0x00]
 
 v_mul_hi_u32 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x6a,0xd5,0x01,0xf9,0x00,0x00]
+// GFX10: v_mul_hi_u32 v5, v1, m0                 ; encoding: [0x05,0x00,0x6a,0xd5,0x01,0xf9,0x00,0x00]
 
 v_mul_hi_u32 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x6a,0xd5,0x01,0xfd,0x00,0x00]
+// GFX10: v_mul_hi_u32 v5, v1, exec_lo            ; encoding: [0x05,0x00,0x6a,0xd5,0x01,0xfd,0x00,0x00]
 
 v_mul_hi_u32 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x6a,0xd5,0x01,0xff,0x00,0x00]
+// GFX10: v_mul_hi_u32 v5, v1, exec_hi            ; encoding: [0x05,0x00,0x6a,0xd5,0x01,0xff,0x00,0x00]
 
 v_mul_hi_u32 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x6a,0xd5,0x01,0x01,0x01,0x00]
+// GFX10: v_mul_hi_u32 v5, v1, 0                  ; encoding: [0x05,0x00,0x6a,0xd5,0x01,0x01,0x01,0x00]
 
 v_mul_hi_u32 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x6a,0xd5,0x01,0x83,0x01,0x00]
+// GFX10: v_mul_hi_u32 v5, v1, -1                 ; encoding: [0x05,0x00,0x6a,0xd5,0x01,0x83,0x01,0x00]
 
 v_mul_hi_u32 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x6a,0xd5,0x01,0xe1,0x01,0x00]
+// GFX10: v_mul_hi_u32 v5, v1, 0.5                ; encoding: [0x05,0x00,0x6a,0xd5,0x01,0xe1,0x01,0x00]
 
 v_mul_hi_u32 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x6a,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_mul_hi_u32 v5, v1, -4.0               ; encoding: [0x05,0x00,0x6a,0xd5,0x01,0xef,0x01,0x00]
 
 v_mul_lo_i32 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x6b,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mul_lo_i32 v5, v1, v2                 ; encoding: [0x05,0x00,0x6b,0xd5,0x01,0x05,0x02,0x00]
 
 v_mul_lo_i32 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x6b,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mul_lo_i32 v255, v1, v2               ; encoding: [0xff,0x00,0x6b,0xd5,0x01,0x05,0x02,0x00]
 
 v_mul_lo_i32 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x6b,0xd5,0xff,0x05,0x02,0x00]
+// GFX10: v_mul_lo_i32 v5, v255, v2               ; encoding: [0x05,0x00,0x6b,0xd5,0xff,0x05,0x02,0x00]
 
 v_mul_lo_i32 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x6b,0xd5,0x01,0x04,0x02,0x00]
+// GFX10: v_mul_lo_i32 v5, s1, v2                 ; encoding: [0x05,0x00,0x6b,0xd5,0x01,0x04,0x02,0x00]
 
 v_mul_lo_i32 v5, s103, v2
-// GFX10: encoding: [0x05,0x00,0x6b,0xd5,0x67,0x04,0x02,0x00]
+// GFX10: v_mul_lo_i32 v5, s103, v2               ; encoding: [0x05,0x00,0x6b,0xd5,0x67,0x04,0x02,0x00]
 
 v_mul_lo_i32 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x6b,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_mul_lo_i32 v5, vcc_lo, v2             ; encoding: [0x05,0x00,0x6b,0xd5,0x6a,0x04,0x02,0x00]
 
 v_mul_lo_i32 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x6b,0xd5,0x6b,0x04,0x02,0x00]
+// GFX10: v_mul_lo_i32 v5, vcc_hi, v2             ; encoding: [0x05,0x00,0x6b,0xd5,0x6b,0x04,0x02,0x00]
 
 v_mul_lo_i32 v5, ttmp11, v2
-// GFX10: encoding: [0x05,0x00,0x6b,0xd5,0x77,0x04,0x02,0x00]
+// GFX10: v_mul_lo_i32 v5, ttmp11, v2             ; encoding: [0x05,0x00,0x6b,0xd5,0x77,0x04,0x02,0x00]
 
 v_mul_hi_i32 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x6c,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mul_hi_i32 v5, v1, v2                 ; encoding: [0x05,0x00,0x6c,0xd5,0x01,0x05,0x02,0x00]
 
 v_mul_hi_i32 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x6c,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_mul_hi_i32 v255, v1, v2               ; encoding: [0xff,0x00,0x6c,0xd5,0x01,0x05,0x02,0x00]
 
 v_mul_hi_i32 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x6c,0xd5,0xff,0x05,0x02,0x00]
+// GFX10: v_mul_hi_i32 v5, v255, v2               ; encoding: [0x05,0x00,0x6c,0xd5,0xff,0x05,0x02,0x00]
 
 v_mul_hi_i32 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x6c,0xd5,0x01,0x04,0x02,0x00]
+// GFX10: v_mul_hi_i32 v5, s1, v2                 ; encoding: [0x05,0x00,0x6c,0xd5,0x01,0x04,0x02,0x00]
 
 v_mul_hi_i32 v5, s103, v2
-// GFX10: encoding: [0x05,0x00,0x6c,0xd5,0x67,0x04,0x02,0x00]
+// GFX10: v_mul_hi_i32 v5, s103, v2               ; encoding: [0x05,0x00,0x6c,0xd5,0x67,0x04,0x02,0x00]
 
 v_mul_hi_i32 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x6c,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_mul_hi_i32 v5, vcc_lo, v2             ; encoding: [0x05,0x00,0x6c,0xd5,0x6a,0x04,0x02,0x00]
 
 v_mul_hi_i32 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x6c,0xd5,0x6b,0x04,0x02,0x00]
+// GFX10: v_mul_hi_i32 v5, vcc_hi, v2             ; encoding: [0x05,0x00,0x6c,0xd5,0x6b,0x04,0x02,0x00]
 
 v_mul_hi_i32 v5, ttmp11, v2
-// GFX10: encoding: [0x05,0x00,0x6c,0xd5,0x77,0x04,0x02,0x00]
+// GFX10: v_mul_hi_i32 v5, ttmp11, v2             ; encoding: [0x05,0x00,0x6c,0xd5,0x77,0x04,0x02,0x00]
 
 v_mul_hi_i32 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x6c,0xd5,0x7c,0x04,0x02,0x00]
+// GFX10: v_mul_hi_i32 v5, m0, v2                 ; encoding: [0x05,0x00,0x6c,0xd5,0x7c,0x04,0x02,0x00]
 
 v_mul_hi_i32 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x6c,0xd5,0x7e,0x04,0x02,0x00]
+// GFX10: v_mul_hi_i32 v5, exec_lo, v2            ; encoding: [0x05,0x00,0x6c,0xd5,0x7e,0x04,0x02,0x00]
 
 v_mul_hi_i32 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x6c,0xd5,0x7f,0x04,0x02,0x00]
+// GFX10: v_mul_hi_i32 v5, exec_hi, v2            ; encoding: [0x05,0x00,0x6c,0xd5,0x7f,0x04,0x02,0x00]
 
 v_mul_hi_i32 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x6c,0xd5,0x80,0x04,0x02,0x00]
+// GFX10: v_mul_hi_i32 v5, 0, v2                  ; encoding: [0x05,0x00,0x6c,0xd5,0x80,0x04,0x02,0x00]
 
 v_mul_hi_i32 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x6c,0xd5,0xc1,0x04,0x02,0x00]
+// GFX10: v_mul_hi_i32 v5, -1, v2                 ; encoding: [0x05,0x00,0x6c,0xd5,0xc1,0x04,0x02,0x00]
 
 v_mul_hi_i32 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x6c,0xd5,0xf0,0x04,0x02,0x00]
+// GFX10: v_mul_hi_i32 v5, 0.5, v2                ; encoding: [0x05,0x00,0x6c,0xd5,0xf0,0x04,0x02,0x00]
 
 v_mul_hi_i32 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x6c,0xd5,0xf7,0x04,0x02,0x00]
+// GFX10: v_mul_hi_i32 v5, -4.0, v2               ; encoding: [0x05,0x00,0x6c,0xd5,0xf7,0x04,0x02,0x00]
 
 v_mul_hi_i32 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x6c,0xd5,0x01,0xff,0x03,0x00]
+// GFX10: v_mul_hi_i32 v5, v1, v255               ; encoding: [0x05,0x00,0x6c,0xd5,0x01,0xff,0x03,0x00]
 
 v_mul_hi_i32 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x6c,0xd5,0x01,0x05,0x00,0x00]
+// GFX10: v_mul_hi_i32 v5, v1, s2                 ; encoding: [0x05,0x00,0x6c,0xd5,0x01,0x05,0x00,0x00]
 
 v_mul_hi_i32 v5, v1, s103
-// GFX10: encoding: [0x05,0x00,0x6c,0xd5,0x01,0xcf,0x00,0x00]
+// GFX10: v_mul_hi_i32 v5, v1, s103               ; encoding: [0x05,0x00,0x6c,0xd5,0x01,0xcf,0x00,0x00]
 
 v_mul_hi_i32 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x6c,0xd5,0x01,0xd5,0x00,0x00]
+// GFX10: v_mul_hi_i32 v5, v1, vcc_lo             ; encoding: [0x05,0x00,0x6c,0xd5,0x01,0xd5,0x00,0x00]
 
 v_mul_hi_i32 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x6c,0xd5,0x01,0xd7,0x00,0x00]
+// GFX10: v_mul_hi_i32 v5, v1, vcc_hi             ; encoding: [0x05,0x00,0x6c,0xd5,0x01,0xd7,0x00,0x00]
 
 v_mul_hi_i32 v5, v1, ttmp11
-// GFX10: encoding: [0x05,0x00,0x6c,0xd5,0x01,0xef,0x00,0x00]
+// GFX10: v_mul_hi_i32 v5, v1, ttmp11             ; encoding: [0x05,0x00,0x6c,0xd5,0x01,0xef,0x00,0x00]
 
 v_mul_hi_i32 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x6c,0xd5,0x01,0xf9,0x00,0x00]
+// GFX10: v_mul_hi_i32 v5, v1, m0                 ; encoding: [0x05,0x00,0x6c,0xd5,0x01,0xf9,0x00,0x00]
 
 v_mul_hi_i32 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x6c,0xd5,0x01,0xfd,0x00,0x00]
+// GFX10: v_mul_hi_i32 v5, v1, exec_lo            ; encoding: [0x05,0x00,0x6c,0xd5,0x01,0xfd,0x00,0x00]
 
 v_mul_hi_i32 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x6c,0xd5,0x01,0xff,0x00,0x00]
+// GFX10: v_mul_hi_i32 v5, v1, exec_hi            ; encoding: [0x05,0x00,0x6c,0xd5,0x01,0xff,0x00,0x00]
 
 v_mul_hi_i32 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x6c,0xd5,0x01,0x01,0x01,0x00]
+// GFX10: v_mul_hi_i32 v5, v1, 0                  ; encoding: [0x05,0x00,0x6c,0xd5,0x01,0x01,0x01,0x00]
 
 v_mul_hi_i32 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x6c,0xd5,0x01,0x83,0x01,0x00]
+// GFX10: v_mul_hi_i32 v5, v1, -1                 ; encoding: [0x05,0x00,0x6c,0xd5,0x01,0x83,0x01,0x00]
 
 v_mul_hi_i32 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x6c,0xd5,0x01,0xe1,0x01,0x00]
+// GFX10: v_mul_hi_i32 v5, v1, 0.5                ; encoding: [0x05,0x00,0x6c,0xd5,0x01,0xe1,0x01,0x00]
 
 v_mul_hi_i32 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x6c,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_mul_hi_i32 v5, v1, -4.0               ; encoding: [0x05,0x00,0x6c,0xd5,0x01,0xef,0x01,0x00]
 
 v_div_scale_f32 v5, s0, v1, v2, v3
-// W32: encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_div_scale_f32 v5, s0, v1, v2, v3      ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_div_scale_f32 v255, s0, v1, v2, v3
-// W32: encoding: [0xff,0x00,0x6d,0xd5,0x01,0x05,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_div_scale_f32 v255, s0, v1, v2, v3    ; encoding: [0xff,0x00,0x6d,0xd5,0x01,0x05,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_div_scale_f32 v5, s0, v255, v2, v3
-// W32: encoding: [0x05,0x00,0x6d,0xd5,0xff,0x05,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_div_scale_f32 v5, s0, v255, v2, v3    ; encoding: [0x05,0x00,0x6d,0xd5,0xff,0x05,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_div_scale_f32 v5, s0, s1, v2, v3
-// W32: encoding: [0x05,0x00,0x6d,0xd5,0x01,0x04,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_div_scale_f32 v5, s0, s1, v2, v3      ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0x04,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_div_scale_f32 v5, s0, s103, v2, v3
-// W32: encoding: [0x05,0x00,0x6d,0xd5,0x67,0x04,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_div_scale_f32 v5, s0, s103, v2, v3    ; encoding: [0x05,0x00,0x6d,0xd5,0x67,0x04,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_div_scale_f32 v5, s0, vcc_lo, v2, v3
-// W32: encoding: [0x05,0x00,0x6d,0xd5,0x6a,0x04,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_div_scale_f32 v5, s0, vcc_lo, v2, v3  ; encoding: [0x05,0x00,0x6d,0xd5,0x6a,0x04,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_div_scale_f32 v5, s0, vcc_hi, v2, v3
-// W32: encoding: [0x05,0x00,0x6d,0xd5,0x6b,0x04,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_div_scale_f32 v5, s0, vcc_hi, v2, v3  ; encoding: [0x05,0x00,0x6d,0xd5,0x6b,0x04,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_div_scale_f32 v5, s0, ttmp11, v2, v3
-// W32: encoding: [0x05,0x00,0x6d,0xd5,0x77,0x04,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_div_scale_f32 v5, s0, ttmp11, v2, v3  ; encoding: [0x05,0x00,0x6d,0xd5,0x77,0x04,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_div_scale_f32 v5, s0, m0, v2, v3
-// W32: encoding: [0x05,0x00,0x6d,0xd5,0x7c,0x04,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_div_scale_f32 v5, s0, m0, v2, v3      ; encoding: [0x05,0x00,0x6d,0xd5,0x7c,0x04,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_div_scale_f32 v5, s0, exec_lo, v2, v3
-// W32: encoding: [0x05,0x00,0x6d,0xd5,0x7e,0x04,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_div_scale_f32 v5, s0, exec_lo, v2, v3 ; encoding: [0x05,0x00,0x6d,0xd5,0x7e,0x04,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_div_scale_f32 v5, s0, exec_hi, v2, v3
-// W32: encoding: [0x05,0x00,0x6d,0xd5,0x7f,0x04,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_div_scale_f32 v5, s0, exec_hi, v2, v3 ; encoding: [0x05,0x00,0x6d,0xd5,0x7f,0x04,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_div_scale_f32 v5, s0, 0, v2, v3
-// W32: encoding: [0x05,0x00,0x6d,0xd5,0x80,0x04,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_div_scale_f32 v5, s0, 0, v2, v3       ; encoding: [0x05,0x00,0x6d,0xd5,0x80,0x04,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_div_scale_f32 v5, s0, -1, v2, v3
-// W32: encoding: [0x05,0x00,0x6d,0xd5,0xc1,0x04,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_div_scale_f32 v5, s0, -1, v2, v3      ; encoding: [0x05,0x00,0x6d,0xd5,0xc1,0x04,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_div_scale_f32 v5, s0, 0.5, v2, v3
-// W32: encoding: [0x05,0x00,0x6d,0xd5,0xf0,0x04,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_div_scale_f32 v5, s0, 0.5, v2, v3     ; encoding: [0x05,0x00,0x6d,0xd5,0xf0,0x04,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_div_scale_f32 v5, s0, -4.0, v2, v3
-// W32: encoding: [0x05,0x00,0x6d,0xd5,0xf7,0x04,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_div_scale_f32 v5, s0, -4.0, v2, v3    ; encoding: [0x05,0x00,0x6d,0xd5,0xf7,0x04,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_div_scale_f32 v5, s0, v1, v255, v3
-// W32: encoding: [0x05,0x00,0x6d,0xd5,0x01,0xff,0x0f,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_div_scale_f32 v5, s0, v1, v255, v3    ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0xff,0x0f,0x04]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_div_scale_f32 v5, s0, v1, s2, v3
-// W32: encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0x0c,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_div_scale_f32 v5, s0, v1, s2, v3      ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0x0c,0x04]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_div_scale_f32 v5, s0, v1, s103, v3
-// W32: encoding: [0x05,0x00,0x6d,0xd5,0x01,0xcf,0x0c,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_div_scale_f32 v5, s0, v1, s103, v3    ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0xcf,0x0c,0x04]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_div_scale_f32 v5, s0, v1, vcc_lo, v3
-// W32: encoding: [0x05,0x00,0x6d,0xd5,0x01,0xd5,0x0c,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_div_scale_f32 v5, s0, v1, vcc_lo, v3  ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0xd5,0x0c,0x04]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_div_scale_f32 v5, s0, v1, vcc_hi, v3
-// W32: encoding: [0x05,0x00,0x6d,0xd5,0x01,0xd7,0x0c,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_div_scale_f32 v5, s0, v1, vcc_hi, v3  ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0xd7,0x0c,0x04]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_div_scale_f32 v5, s0, v1, ttmp11, v3
-// W32: encoding: [0x05,0x00,0x6d,0xd5,0x01,0xef,0x0c,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_div_scale_f32 v5, s0, v1, ttmp11, v3  ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0xef,0x0c,0x04]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_div_scale_f32 v5, s0, v1, m0, v3
-// W32: encoding: [0x05,0x00,0x6d,0xd5,0x01,0xf9,0x0c,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_div_scale_f32 v5, s0, v1, m0, v3      ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0xf9,0x0c,0x04]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_div_scale_f32 v5, s0, v1, exec_lo, v3
-// W32: encoding: [0x05,0x00,0x6d,0xd5,0x01,0xfd,0x0c,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_div_scale_f32 v5, s0, v1, exec_lo, v3 ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0xfd,0x0c,0x04]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_div_scale_f32 v5, s0, v1, exec_hi, v3
-// W32: encoding: [0x05,0x00,0x6d,0xd5,0x01,0xff,0x0c,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_div_scale_f32 v5, s0, v1, exec_hi, v3 ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0xff,0x0c,0x04]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_div_scale_f32 v5, s0, v1, 0, v3
-// W32: encoding: [0x05,0x00,0x6d,0xd5,0x01,0x01,0x0d,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_div_scale_f32 v5, s0, v1, 0, v3       ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0x01,0x0d,0x04]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_div_scale_f32 v5, s0, v1, -1, v3
-// W32: encoding: [0x05,0x00,0x6d,0xd5,0x01,0x83,0x0d,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_div_scale_f32 v5, s0, v1, -1, v3      ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0x83,0x0d,0x04]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_div_scale_f32 v5, s0, v1, 0.5, v3
-// W32: encoding: [0x05,0x00,0x6d,0xd5,0x01,0xe1,0x0d,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_div_scale_f32 v5, s0, v1, 0.5, v3     ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0xe1,0x0d,0x04]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_div_scale_f32 v5, s0, v1, -4.0, v3
-// W32: encoding: [0x05,0x00,0x6d,0xd5,0x01,0xef,0x0d,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_div_scale_f32 v5, s0, v1, -4.0, v3    ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0xef,0x0d,0x04]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_div_scale_f32 v5, s0, v1, v2, v255
-// W32: encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0xfe,0x07]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_div_scale_f32 v5, s0, v1, v2, v255    ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0xfe,0x07]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_div_scale_f32 v5, s0, v1, v2, s3
-// W32: encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0x0e,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_div_scale_f32 v5, s0, v1, v2, s3      ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0x0e,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_div_scale_f32 v5, s0, v1, v2, s103
-// W32: encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0x9e,0x01]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_div_scale_f32 v5, s0, v1, v2, s103    ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0x9e,0x01]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_div_scale_f32 v5, s0, v1, v2, vcc_lo
-// W32: encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0xaa,0x01]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_div_scale_f32 v5, s0, v1, v2, vcc_lo  ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0xaa,0x01]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_div_scale_f32 v5, s0, v1, v2, vcc_hi
-// W32: encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0xae,0x01]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_div_scale_f32 v5, s0, v1, v2, vcc_hi  ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0xae,0x01]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_div_scale_f32 v5, s0, v1, v2, ttmp11
-// W32: encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0xde,0x01]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_div_scale_f32 v5, s0, v1, v2, ttmp11  ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0xde,0x01]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_div_scale_f32 v5, s0, v1, v2, m0
-// W32: encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0xf2,0x01]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_div_scale_f32 v5, s0, v1, v2, m0      ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0xf2,0x01]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_div_scale_f32 v5, s0, v1, v2, exec_lo
-// W32: encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0xfa,0x01]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_div_scale_f32 v5, s0, v1, v2, exec_lo ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0xfa,0x01]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_div_scale_f32 v5, s0, v1, v2, exec_hi
-// W32: encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0xfe,0x01]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_div_scale_f32 v5, s0, v1, v2, exec_hi ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0xfe,0x01]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_div_scale_f32 v5, s0, v1, v2, 0
-// W32: encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0x02,0x02]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_div_scale_f32 v5, s0, v1, v2, 0       ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0x02,0x02]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_div_scale_f32 v5, s0, v1, v2, -1
-// W32: encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0x06,0x03]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_div_scale_f32 v5, s0, v1, v2, -1      ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0x06,0x03]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_div_scale_f32 v5, s0, v1, v2, 0.5
-// W32: encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0xc2,0x03]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_div_scale_f32 v5, s0, v1, v2, 0.5     ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0xc2,0x03]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_div_scale_f32 v5, s0, v1, v2, -4.0
-// W32: encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0xde,0x03]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_div_scale_f32 v5, s0, v1, v2, -4.0    ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0xde,0x03]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_div_scale_f32 v5, s[0:1], v1, v2, v3
-// W64: encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_div_scale_f32 v5, s[0:1], v1, v2, v3  ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0x0e,0x04]
 
 v_div_scale_f32 v255, s[0:1], v1, v2, v3
-// W64: encoding: [0xff,0x00,0x6d,0xd5,0x01,0x05,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_div_scale_f32 v255, s[0:1], v1, v2, v3 ; encoding: [0xff,0x00,0x6d,0xd5,0x01,0x05,0x0e,0x04]
 
 v_div_scale_f32 v5, s[0:1], v255, v2, v3
-// W64: encoding: [0x05,0x00,0x6d,0xd5,0xff,0x05,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_div_scale_f32 v5, s[0:1], v255, v2, v3 ; encoding: [0x05,0x00,0x6d,0xd5,0xff,0x05,0x0e,0x04]
 
 v_div_scale_f32 v5, s[0:1], s1, v2, v3
-// W64: encoding: [0x05,0x00,0x6d,0xd5,0x01,0x04,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_div_scale_f32 v5, s[0:1], s1, v2, v3  ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0x04,0x0e,0x04]
 
 v_div_scale_f32 v5, s[0:1], s103, v2, v3
-// W64: encoding: [0x05,0x00,0x6d,0xd5,0x67,0x04,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_div_scale_f32 v5, s[0:1], s103, v2, v3 ; encoding: [0x05,0x00,0x6d,0xd5,0x67,0x04,0x0e,0x04]
 
 v_div_scale_f32 v5, s[0:1], vcc_lo, v2, v3
-// W64: encoding: [0x05,0x00,0x6d,0xd5,0x6a,0x04,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_div_scale_f32 v5, s[0:1], vcc_lo, v2, v3 ; encoding: [0x05,0x00,0x6d,0xd5,0x6a,0x04,0x0e,0x04]
 
 v_div_scale_f32 v5, s[0:1], vcc_hi, v2, v3
-// W64: encoding: [0x05,0x00,0x6d,0xd5,0x6b,0x04,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_div_scale_f32 v5, s[0:1], vcc_hi, v2, v3 ; encoding: [0x05,0x00,0x6d,0xd5,0x6b,0x04,0x0e,0x04]
 
 v_div_scale_f32 v5, s[0:1], ttmp11, v2, v3
-// W64: encoding: [0x05,0x00,0x6d,0xd5,0x77,0x04,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_div_scale_f32 v5, s[0:1], ttmp11, v2, v3 ; encoding: [0x05,0x00,0x6d,0xd5,0x77,0x04,0x0e,0x04]
 
 v_div_scale_f32 v5, s[0:1], m0, v2, v3
-// W64: encoding: [0x05,0x00,0x6d,0xd5,0x7c,0x04,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_div_scale_f32 v5, s[0:1], m0, v2, v3  ; encoding: [0x05,0x00,0x6d,0xd5,0x7c,0x04,0x0e,0x04]
 
 v_div_scale_f32 v5, s[0:1], exec_lo, v2, v3
-// W64: encoding: [0x05,0x00,0x6d,0xd5,0x7e,0x04,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_div_scale_f32 v5, s[0:1], exec_lo, v2, v3 ; encoding: [0x05,0x00,0x6d,0xd5,0x7e,0x04,0x0e,0x04]
 
 v_div_scale_f32 v5, s[0:1], exec_hi, v2, v3
-// W64: encoding: [0x05,0x00,0x6d,0xd5,0x7f,0x04,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_div_scale_f32 v5, s[0:1], exec_hi, v2, v3 ; encoding: [0x05,0x00,0x6d,0xd5,0x7f,0x04,0x0e,0x04]
 
 v_div_scale_f32 v5, s[0:1], 0, v2, v3
-// W64: encoding: [0x05,0x00,0x6d,0xd5,0x80,0x04,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_div_scale_f32 v5, s[0:1], 0, v2, v3   ; encoding: [0x05,0x00,0x6d,0xd5,0x80,0x04,0x0e,0x04]
 
 v_div_scale_f32 v5, s[0:1], -1, v2, v3
-// W64: encoding: [0x05,0x00,0x6d,0xd5,0xc1,0x04,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_div_scale_f32 v5, s[0:1], -1, v2, v3  ; encoding: [0x05,0x00,0x6d,0xd5,0xc1,0x04,0x0e,0x04]
 
 v_div_scale_f32 v5, s[0:1], 0.5, v2, v3
-// W64: encoding: [0x05,0x00,0x6d,0xd5,0xf0,0x04,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_div_scale_f32 v5, s[0:1], 0.5, v2, v3 ; encoding: [0x05,0x00,0x6d,0xd5,0xf0,0x04,0x0e,0x04]
 
 v_div_scale_f32 v5, s[0:1], -4.0, v2, v3
-// W64: encoding: [0x05,0x00,0x6d,0xd5,0xf7,0x04,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_div_scale_f32 v5, s[0:1], -4.0, v2, v3 ; encoding: [0x05,0x00,0x6d,0xd5,0xf7,0x04,0x0e,0x04]
 
 v_div_scale_f32 v5, s[0:1], v1, v255, v3
-// W64: encoding: [0x05,0x00,0x6d,0xd5,0x01,0xff,0x0f,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_div_scale_f32 v5, s[0:1], v1, v255, v3 ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0xff,0x0f,0x04]
 
 v_div_scale_f32 v5, s[0:1], v1, s2, v3
-// W64: encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0x0c,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_div_scale_f32 v5, s[0:1], v1, s2, v3  ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0x0c,0x04]
 
 v_div_scale_f32 v5, s[0:1], v1, s103, v3
-// W64: encoding: [0x05,0x00,0x6d,0xd5,0x01,0xcf,0x0c,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_div_scale_f32 v5, s[0:1], v1, s103, v3 ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0xcf,0x0c,0x04]
 
 v_div_scale_f32 v5, s[0:1], v1, vcc_lo, v3
-// W64: encoding: [0x05,0x00,0x6d,0xd5,0x01,0xd5,0x0c,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_div_scale_f32 v5, s[0:1], v1, vcc_lo, v3 ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0xd5,0x0c,0x04]
 
 v_div_scale_f32 v5, s[0:1], v1, vcc_hi, v3
-// W64: encoding: [0x05,0x00,0x6d,0xd5,0x01,0xd7,0x0c,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_div_scale_f32 v5, s[0:1], v1, vcc_hi, v3 ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0xd7,0x0c,0x04]
 
 v_div_scale_f32 v5, s[0:1], v1, ttmp11, v3
-// W64: encoding: [0x05,0x00,0x6d,0xd5,0x01,0xef,0x0c,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_div_scale_f32 v5, s[0:1], v1, ttmp11, v3 ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0xef,0x0c,0x04]
 
 v_div_scale_f32 v5, s[0:1], v1, m0, v3
-// W64: encoding: [0x05,0x00,0x6d,0xd5,0x01,0xf9,0x0c,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_div_scale_f32 v5, s[0:1], v1, m0, v3  ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0xf9,0x0c,0x04]
 
 v_div_scale_f32 v5, s[0:1], v1, exec_lo, v3
-// W64: encoding: [0x05,0x00,0x6d,0xd5,0x01,0xfd,0x0c,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_div_scale_f32 v5, s[0:1], v1, exec_lo, v3 ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0xfd,0x0c,0x04]
 
 v_div_scale_f32 v5, s[0:1], v1, exec_hi, v3
-// W64: encoding: [0x05,0x00,0x6d,0xd5,0x01,0xff,0x0c,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_div_scale_f32 v5, s[0:1], v1, exec_hi, v3 ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0xff,0x0c,0x04]
 
 v_div_scale_f32 v5, s[0:1], v1, 0, v3
-// W64: encoding: [0x05,0x00,0x6d,0xd5,0x01,0x01,0x0d,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_div_scale_f32 v5, s[0:1], v1, 0, v3   ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0x01,0x0d,0x04]
 
 v_div_scale_f32 v5, s[0:1], v1, -1, v3
-// W64: encoding: [0x05,0x00,0x6d,0xd5,0x01,0x83,0x0d,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_div_scale_f32 v5, s[0:1], v1, -1, v3  ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0x83,0x0d,0x04]
 
 v_div_scale_f32 v5, s[0:1], v1, 0.5, v3
-// W64: encoding: [0x05,0x00,0x6d,0xd5,0x01,0xe1,0x0d,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_div_scale_f32 v5, s[0:1], v1, 0.5, v3 ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0xe1,0x0d,0x04]
 
 v_div_scale_f32 v5, s[0:1], v1, -4.0, v3
-// W64: encoding: [0x05,0x00,0x6d,0xd5,0x01,0xef,0x0d,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_div_scale_f32 v5, s[0:1], v1, -4.0, v3 ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0xef,0x0d,0x04]
 
 v_div_scale_f32 v5, s[0:1], v1, v2, v255
-// W64: encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0xfe,0x07]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_div_scale_f32 v5, s[0:1], v1, v2, v255 ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0xfe,0x07]
 
 v_div_scale_f32 v5, s[0:1], v1, v2, s3
-// W64: encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0x0e,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_div_scale_f32 v5, s[0:1], v1, v2, s3  ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0x0e,0x00]
 
 v_div_scale_f32 v5, s[0:1], v1, v2, s103
-// W64: encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0x9e,0x01]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_div_scale_f32 v5, s[0:1], v1, v2, s103 ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0x9e,0x01]
 
 v_div_scale_f32 v5, s[0:1], v1, v2, vcc_lo
-// W64: encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0xaa,0x01]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_div_scale_f32 v5, s[0:1], v1, v2, vcc_lo ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0xaa,0x01]
 
 v_div_scale_f32 v5, s[0:1], v1, v2, vcc_hi
-// W64: encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0xae,0x01]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_div_scale_f32 v5, s[0:1], v1, v2, vcc_hi ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0xae,0x01]
 
 v_div_scale_f32 v5, s[0:1], v1, v2, ttmp11
-// W64: encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0xde,0x01]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_div_scale_f32 v5, s[0:1], v1, v2, ttmp11 ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0xde,0x01]
 
 v_div_scale_f32 v5, s[0:1], v1, v2, m0
-// W64: encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0xf2,0x01]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_div_scale_f32 v5, s[0:1], v1, v2, m0  ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0xf2,0x01]
 
 v_div_scale_f32 v5, s[0:1], v1, v2, exec_lo
-// W64: encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0xfa,0x01]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_div_scale_f32 v5, s[0:1], v1, v2, exec_lo ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0xfa,0x01]
 
 v_div_scale_f32 v5, s[0:1], v1, v2, exec_hi
-// W64: encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0xfe,0x01]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_div_scale_f32 v5, s[0:1], v1, v2, exec_hi ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0xfe,0x01]
 
 v_div_scale_f32 v5, s[0:1], v1, v2, 0
-// W64: encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0x02,0x02]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_div_scale_f32 v5, s[0:1], v1, v2, 0   ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0x02,0x02]
 
 v_div_scale_f32 v5, s[0:1], v1, v2, -1
-// W64: encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0x06,0x03]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_div_scale_f32 v5, s[0:1], v1, v2, -1  ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0x06,0x03]
 
 v_div_scale_f32 v5, s[0:1], v1, v2, 0.5
-// W64: encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0xc2,0x03]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_div_scale_f32 v5, s[0:1], v1, v2, 0.5 ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0xc2,0x03]
 
 v_div_scale_f32 v5, s[0:1], v1, v2, -4.0
-// W64: encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0xde,0x03]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_div_scale_f32 v5, s[0:1], v1, v2, -4.0 ; encoding: [0x05,0x00,0x6d,0xd5,0x01,0x05,0xde,0x03]
 
 v_div_fmas_f32 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x6f,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_div_fmas_f32 v5, v1, v2, v3           ; encoding: [0x05,0x00,0x6f,0xd5,0x01,0x05,0x0e,0x04]
 
 v_div_fmas_f32 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x6f,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_div_fmas_f32 v255, v1, v2, v3         ; encoding: [0xff,0x00,0x6f,0xd5,0x01,0x05,0x0e,0x04]
 
 v_div_fmas_f32 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x6f,0xd5,0xff,0x05,0x0e,0x04]
+// GFX10: v_div_fmas_f32 v5, v255, v2, v3         ; encoding: [0x05,0x00,0x6f,0xd5,0xff,0x05,0x0e,0x04]
 
 v_div_fmas_f32 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x6f,0xd5,0x80,0x04,0x0e,0x04]
+// GFX10: v_div_fmas_f32 v5, 0, v2, v3            ; encoding: [0x05,0x00,0x6f,0xd5,0x80,0x04,0x0e,0x04]
 
 v_div_fmas_f32 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x6f,0xd5,0xc1,0x04,0x0e,0x04]
+// GFX10: v_div_fmas_f32 v5, -1, v2, v3           ; encoding: [0x05,0x00,0x6f,0xd5,0xc1,0x04,0x0e,0x04]
 
 v_div_fmas_f32 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x6f,0xd5,0xf0,0x04,0x0e,0x04]
+// GFX10: v_div_fmas_f32 v5, 0.5, v2, v3          ; encoding: [0x05,0x00,0x6f,0xd5,0xf0,0x04,0x0e,0x04]
 
 v_div_fmas_f32 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x6f,0xd5,0xf7,0x04,0x0e,0x04]
+// GFX10: v_div_fmas_f32 v5, -4.0, v2, v3         ; encoding: [0x05,0x00,0x6f,0xd5,0xf7,0x04,0x0e,0x04]
 
 v_div_fmas_f32 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x6f,0xd5,0x01,0xff,0x0f,0x04]
+// GFX10: v_div_fmas_f32 v5, v1, v255, v3         ; encoding: [0x05,0x00,0x6f,0xd5,0x01,0xff,0x0f,0x04]
 
 v_div_fmas_f32 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x6f,0xd5,0x01,0x01,0x0d,0x04]
+// GFX10: v_div_fmas_f32 v5, v1, 0, v3            ; encoding: [0x05,0x00,0x6f,0xd5,0x01,0x01,0x0d,0x04]
 
 v_div_fmas_f32 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x6f,0xd5,0x01,0x83,0x0d,0x04]
+// GFX10: v_div_fmas_f32 v5, v1, -1, v3           ; encoding: [0x05,0x00,0x6f,0xd5,0x01,0x83,0x0d,0x04]
 
 v_div_fmas_f32 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x6f,0xd5,0x01,0xe1,0x0d,0x04]
+// GFX10: v_div_fmas_f32 v5, v1, 0.5, v3          ; encoding: [0x05,0x00,0x6f,0xd5,0x01,0xe1,0x0d,0x04]
 
 v_div_fmas_f32 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x6f,0xd5,0x01,0xef,0x0d,0x04]
+// GFX10: v_div_fmas_f32 v5, v1, -4.0, v3         ; encoding: [0x05,0x00,0x6f,0xd5,0x01,0xef,0x0d,0x04]
 
 v_div_fmas_f32 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x6f,0xd5,0x01,0x05,0xfe,0x07]
+// GFX10: v_div_fmas_f32 v5, v1, v2, v255         ; encoding: [0x05,0x00,0x6f,0xd5,0x01,0x05,0xfe,0x07]
 
 v_div_fmas_f32 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x6f,0xd5,0x01,0x05,0x02,0x02]
+// GFX10: v_div_fmas_f32 v5, v1, v2, 0            ; encoding: [0x05,0x00,0x6f,0xd5,0x01,0x05,0x02,0x02]
 
 v_div_fmas_f32 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x6f,0xd5,0x01,0x05,0x06,0x03]
+// GFX10: v_div_fmas_f32 v5, v1, v2, -1           ; encoding: [0x05,0x00,0x6f,0xd5,0x01,0x05,0x06,0x03]
 
 v_div_fmas_f32 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x6f,0xd5,0x01,0x05,0xc2,0x03]
+// GFX10: v_div_fmas_f32 v5, v1, v2, 0.5          ; encoding: [0x05,0x00,0x6f,0xd5,0x01,0x05,0xc2,0x03]
 
 v_div_fmas_f32 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x6f,0xd5,0x01,0x05,0xde,0x03]
+// GFX10: v_div_fmas_f32 v5, v1, v2, -4.0         ; encoding: [0x05,0x00,0x6f,0xd5,0x01,0x05,0xde,0x03]
 
 v_div_fmas_f32 v5, -v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x6f,0xd5,0x01,0x05,0x0e,0x24]
+// GFX10: v_div_fmas_f32 v5, -v1, v2, v3          ; encoding: [0x05,0x00,0x6f,0xd5,0x01,0x05,0x0e,0x24]
 
 v_div_fmas_f32 v5, v1, -v2, v3
-// GFX10: encoding: [0x05,0x00,0x6f,0xd5,0x01,0x05,0x0e,0x44]
+// GFX10: v_div_fmas_f32 v5, v1, -v2, v3          ; encoding: [0x05,0x00,0x6f,0xd5,0x01,0x05,0x0e,0x44]
 
 v_div_fmas_f32 v5, v1, v2, -v3
-// GFX10: encoding: [0x05,0x00,0x6f,0xd5,0x01,0x05,0x0e,0x84]
+// GFX10: v_div_fmas_f32 v5, v1, v2, -v3          ; encoding: [0x05,0x00,0x6f,0xd5,0x01,0x05,0x0e,0x84]
 
 v_div_fmas_f32 v5, -v1, -v2, -v3
-// GFX10: encoding: [0x05,0x00,0x6f,0xd5,0x01,0x05,0x0e,0xe4]
+// GFX10: v_div_fmas_f32 v5, -v1, -v2, -v3        ; encoding: [0x05,0x00,0x6f,0xd5,0x01,0x05,0x0e,0xe4]
 
 v_div_fmas_f32 v5, |v1|, v2, v3
-// GFX10: encoding: [0x05,0x01,0x6f,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_div_fmas_f32 v5, |v1|, v2, v3         ; encoding: [0x05,0x01,0x6f,0xd5,0x01,0x05,0x0e,0x04]
 
 v_div_fmas_f32 v5, v1, |v2|, v3
-// GFX10: encoding: [0x05,0x02,0x6f,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_div_fmas_f32 v5, v1, |v2|, v3         ; encoding: [0x05,0x02,0x6f,0xd5,0x01,0x05,0x0e,0x04]
 
 v_div_fmas_f32 v5, v1, v2, |v3|
-// GFX10: encoding: [0x05,0x04,0x6f,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_div_fmas_f32 v5, v1, v2, |v3|         ; encoding: [0x05,0x04,0x6f,0xd5,0x01,0x05,0x0e,0x04]
 
 v_div_fmas_f32 v5, |v1|, |v2|, |v3|
-// GFX10: encoding: [0x05,0x07,0x6f,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_div_fmas_f32 v5, |v1|, |v2|, |v3|     ; encoding: [0x05,0x07,0x6f,0xd5,0x01,0x05,0x0e,0x04]
 
 v_div_fmas_f32 v5, v1, v2, v3 clamp
-// GFX10: encoding: [0x05,0x80,0x6f,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_div_fmas_f32 v5, v1, v2, v3 clamp     ; encoding: [0x05,0x80,0x6f,0xd5,0x01,0x05,0x0e,0x04]
 
 v_div_fmas_f32 v5, v1, v2, v3 mul:2
-// GFX10: encoding: [0x05,0x00,0x6f,0xd5,0x01,0x05,0x0e,0x0c]
+// GFX10: v_div_fmas_f32 v5, v1, v2, v3 mul:2     ; encoding: [0x05,0x00,0x6f,0xd5,0x01,0x05,0x0e,0x0c]
 
 v_div_fmas_f32 v5, v1, v2, v3 mul:4
-// GFX10: encoding: [0x05,0x00,0x6f,0xd5,0x01,0x05,0x0e,0x14]
+// GFX10: v_div_fmas_f32 v5, v1, v2, v3 mul:4     ; encoding: [0x05,0x00,0x6f,0xd5,0x01,0x05,0x0e,0x14]
 
 v_div_fmas_f32 v5, v1, v2, v3 div:2
-// GFX10: encoding: [0x05,0x00,0x6f,0xd5,0x01,0x05,0x0e,0x1c]
+// GFX10: v_div_fmas_f32 v5, v1, v2, v3 div:2     ; encoding: [0x05,0x00,0x6f,0xd5,0x01,0x05,0x0e,0x1c]
 
 v_div_fmas_f64 v[5:6], v[1:2], v[2:3], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x70,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_div_fmas_f64 v[5:6], v[1:2], v[2:3], v[3:4] ; encoding: [0x05,0x00,0x70,0xd5,0x01,0x05,0x0e,0x04]
 
 v_div_fmas_f64 v[254:255], v[1:2], v[2:3], v[3:4]
-// GFX10: encoding: [0xfe,0x00,0x70,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_div_fmas_f64 v[254:255], v[1:2], v[2:3], v[3:4] ; encoding: [0xfe,0x00,0x70,0xd5,0x01,0x05,0x0e,0x04]
 
 v_div_fmas_f64 v[5:6], v[254:255], v[2:3], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x70,0xd5,0xfe,0x05,0x0e,0x04]
+// GFX10: v_div_fmas_f64 v[5:6], v[254:255], v[2:3], v[3:4] ; encoding: [0x05,0x00,0x70,0xd5,0xfe,0x05,0x0e,0x04]
 
 v_div_fmas_f64 v[5:6], 0, v[2:3], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x70,0xd5,0x80,0x04,0x0e,0x04]
+// GFX10: v_div_fmas_f64 v[5:6], 0, v[2:3], v[3:4] ; encoding: [0x05,0x00,0x70,0xd5,0x80,0x04,0x0e,0x04]
 
 v_div_fmas_f64 v[5:6], -1, v[2:3], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x70,0xd5,0xc1,0x04,0x0e,0x04]
+// GFX10: v_div_fmas_f64 v[5:6], -1, v[2:3], v[3:4] ; encoding: [0x05,0x00,0x70,0xd5,0xc1,0x04,0x0e,0x04]
 
 v_div_fmas_f64 v[5:6], 0.5, v[2:3], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x70,0xd5,0xf0,0x04,0x0e,0x04]
+// GFX10: v_div_fmas_f64 v[5:6], 0.5, v[2:3], v[3:4] ; encoding: [0x05,0x00,0x70,0xd5,0xf0,0x04,0x0e,0x04]
 
 v_div_fmas_f64 v[5:6], -4.0, v[2:3], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x70,0xd5,0xf7,0x04,0x0e,0x04]
+// GFX10: v_div_fmas_f64 v[5:6], -4.0, v[2:3], v[3:4] ; encoding: [0x05,0x00,0x70,0xd5,0xf7,0x04,0x0e,0x04]
 
 v_div_fmas_f64 v[5:6], v[1:2], v[254:255], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x70,0xd5,0x01,0xfd,0x0f,0x04]
+// GFX10: v_div_fmas_f64 v[5:6], v[1:2], v[254:255], v[3:4] ; encoding: [0x05,0x00,0x70,0xd5,0x01,0xfd,0x0f,0x04]
 
 v_div_fmas_f64 v[5:6], v[1:2], 0, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x70,0xd5,0x01,0x01,0x0d,0x04]
+// GFX10: v_div_fmas_f64 v[5:6], v[1:2], 0, v[3:4] ; encoding: [0x05,0x00,0x70,0xd5,0x01,0x01,0x0d,0x04]
 
 v_div_fmas_f64 v[5:6], v[1:2], -1, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x70,0xd5,0x01,0x83,0x0d,0x04]
+// GFX10: v_div_fmas_f64 v[5:6], v[1:2], -1, v[3:4] ; encoding: [0x05,0x00,0x70,0xd5,0x01,0x83,0x0d,0x04]
 
 v_div_fmas_f64 v[5:6], v[1:2], 0.5, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x70,0xd5,0x01,0xe1,0x0d,0x04]
+// GFX10: v_div_fmas_f64 v[5:6], v[1:2], 0.5, v[3:4] ; encoding: [0x05,0x00,0x70,0xd5,0x01,0xe1,0x0d,0x04]
 
 v_div_fmas_f64 v[5:6], v[1:2], -4.0, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x70,0xd5,0x01,0xef,0x0d,0x04]
+// GFX10: v_div_fmas_f64 v[5:6], v[1:2], -4.0, v[3:4] ; encoding: [0x05,0x00,0x70,0xd5,0x01,0xef,0x0d,0x04]
 
 v_div_fmas_f64 v[5:6], v[1:2], v[2:3], v[254:255]
-// GFX10: encoding: [0x05,0x00,0x70,0xd5,0x01,0x05,0xfa,0x07]
+// GFX10: v_div_fmas_f64 v[5:6], v[1:2], v[2:3], v[254:255] ; encoding: [0x05,0x00,0x70,0xd5,0x01,0x05,0xfa,0x07]
 
 v_div_fmas_f64 v[5:6], v[1:2], v[2:3], 0
-// GFX10: encoding: [0x05,0x00,0x70,0xd5,0x01,0x05,0x02,0x02]
+// GFX10: v_div_fmas_f64 v[5:6], v[1:2], v[2:3], 0 ; encoding: [0x05,0x00,0x70,0xd5,0x01,0x05,0x02,0x02]
 
 v_div_fmas_f64 v[5:6], v[1:2], v[2:3], -1
-// GFX10: encoding: [0x05,0x00,0x70,0xd5,0x01,0x05,0x06,0x03]
+// GFX10: v_div_fmas_f64 v[5:6], v[1:2], v[2:3], -1 ; encoding: [0x05,0x00,0x70,0xd5,0x01,0x05,0x06,0x03]
 
 v_div_fmas_f64 v[5:6], v[1:2], v[2:3], 0.5
-// GFX10: encoding: [0x05,0x00,0x70,0xd5,0x01,0x05,0xc2,0x03]
+// GFX10: v_div_fmas_f64 v[5:6], v[1:2], v[2:3], 0.5 ; encoding: [0x05,0x00,0x70,0xd5,0x01,0x05,0xc2,0x03]
 
 v_div_fmas_f64 v[5:6], v[1:2], v[2:3], -4.0
-// GFX10: encoding: [0x05,0x00,0x70,0xd5,0x01,0x05,0xde,0x03]
+// GFX10: v_div_fmas_f64 v[5:6], v[1:2], v[2:3], -4.0 ; encoding: [0x05,0x00,0x70,0xd5,0x01,0x05,0xde,0x03]
 
 v_div_fmas_f64 v[5:6], -v[1:2], v[2:3], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x70,0xd5,0x01,0x05,0x0e,0x24]
+// GFX10: v_div_fmas_f64 v[5:6], -v[1:2], v[2:3], v[3:4] ; encoding: [0x05,0x00,0x70,0xd5,0x01,0x05,0x0e,0x24]
 
 v_div_fmas_f64 v[5:6], v[1:2], -v[2:3], v[3:4]
-// GFX10: encoding: [0x05,0x00,0x70,0xd5,0x01,0x05,0x0e,0x44]
+// GFX10: v_div_fmas_f64 v[5:6], v[1:2], -v[2:3], v[3:4] ; encoding: [0x05,0x00,0x70,0xd5,0x01,0x05,0x0e,0x44]
 
 v_div_fmas_f64 v[5:6], v[1:2], v[2:3], -v[3:4]
-// GFX10: encoding: [0x05,0x00,0x70,0xd5,0x01,0x05,0x0e,0x84]
+// GFX10: v_div_fmas_f64 v[5:6], v[1:2], v[2:3], -v[3:4] ; encoding: [0x05,0x00,0x70,0xd5,0x01,0x05,0x0e,0x84]
 
 v_div_fmas_f64 v[5:6], -v[1:2], -v[2:3], -v[3:4]
-// GFX10: encoding: [0x05,0x00,0x70,0xd5,0x01,0x05,0x0e,0xe4]
+// GFX10: v_div_fmas_f64 v[5:6], -v[1:2], -v[2:3], -v[3:4] ; encoding: [0x05,0x00,0x70,0xd5,0x01,0x05,0x0e,0xe4]
 
 v_div_fmas_f64 v[5:6], |v[1:2]|, v[2:3], v[3:4]
-// GFX10: encoding: [0x05,0x01,0x70,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_div_fmas_f64 v[5:6], |v[1:2]|, v[2:3], v[3:4] ; encoding: [0x05,0x01,0x70,0xd5,0x01,0x05,0x0e,0x04]
 
 v_div_fmas_f64 v[5:6], v[1:2], |v[2:3]|, v[3:4]
-// GFX10: encoding: [0x05,0x02,0x70,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_div_fmas_f64 v[5:6], v[1:2], |v[2:3]|, v[3:4] ; encoding: [0x05,0x02,0x70,0xd5,0x01,0x05,0x0e,0x04]
 
 v_div_fmas_f64 v[5:6], v[1:2], v[2:3], |v[3:4]|
-// GFX10: encoding: [0x05,0x04,0x70,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_div_fmas_f64 v[5:6], v[1:2], v[2:3], |v[3:4]| ; encoding: [0x05,0x04,0x70,0xd5,0x01,0x05,0x0e,0x04]
 
 v_div_fmas_f64 v[5:6], |v[1:2]|, |v[2:3]|, |v[3:4]|
-// GFX10: encoding: [0x05,0x07,0x70,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_div_fmas_f64 v[5:6], |v[1:2]|, |v[2:3]|, |v[3:4]| ; encoding: [0x05,0x07,0x70,0xd5,0x01,0x05,0x0e,0x04]
 
 v_div_fmas_f64 v[5:6], v[1:2], v[2:3], v[3:4] clamp
-// GFX10: encoding: [0x05,0x80,0x70,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_div_fmas_f64 v[5:6], v[1:2], v[2:3], v[3:4] clamp ; encoding: [0x05,0x80,0x70,0xd5,0x01,0x05,0x0e,0x04]
 
 v_div_fmas_f64 v[5:6], v[1:2], v[2:3], v[3:4] mul:2
-// GFX10: encoding: [0x05,0x00,0x70,0xd5,0x01,0x05,0x0e,0x0c]
+// GFX10: v_div_fmas_f64 v[5:6], v[1:2], v[2:3], v[3:4] mul:2 ; encoding: [0x05,0x00,0x70,0xd5,0x01,0x05,0x0e,0x0c]
 
 v_div_fmas_f64 v[5:6], v[1:2], v[2:3], v[3:4] mul:4
-// GFX10: encoding: [0x05,0x00,0x70,0xd5,0x01,0x05,0x0e,0x14]
+// GFX10: v_div_fmas_f64 v[5:6], v[1:2], v[2:3], v[3:4] mul:4 ; encoding: [0x05,0x00,0x70,0xd5,0x01,0x05,0x0e,0x14]
 
 v_div_fmas_f64 v[5:6], v[1:2], v[2:3], v[3:4] div:2
-// GFX10: encoding: [0x05,0x00,0x70,0xd5,0x01,0x05,0x0e,0x1c]
+// GFX10: v_div_fmas_f64 v[5:6], v[1:2], v[2:3], v[3:4] div:2 ; encoding: [0x05,0x00,0x70,0xd5,0x01,0x05,0x0e,0x1c]
 
 v_msad_u8 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_msad_u8 v5, v1, v2, v3                ; encoding: [0x05,0x00,0x71,0xd5,0x01,0x05,0x0e,0x04]
 
 v_msad_u8 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x71,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_msad_u8 v255, v1, v2, v3              ; encoding: [0xff,0x00,0x71,0xd5,0x01,0x05,0x0e,0x04]
 
 v_msad_u8 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd5,0xff,0x05,0x0e,0x04]
+// GFX10: v_msad_u8 v5, v255, v2, v3              ; encoding: [0x05,0x00,0x71,0xd5,0xff,0x05,0x0e,0x04]
 
 v_msad_u8 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd5,0x01,0x04,0x0e,0x04]
+// GFX10: v_msad_u8 v5, s1, v2, v3                ; encoding: [0x05,0x00,0x71,0xd5,0x01,0x04,0x0e,0x04]
 
 v_msad_u8 v5, s103, v2, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd5,0x67,0x04,0x0e,0x04]
+// GFX10: v_msad_u8 v5, s103, v2, v3              ; encoding: [0x05,0x00,0x71,0xd5,0x67,0x04,0x0e,0x04]
 
 v_msad_u8 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd5,0x6a,0x04,0x0e,0x04]
+// GFX10: v_msad_u8 v5, vcc_lo, v2, v3            ; encoding: [0x05,0x00,0x71,0xd5,0x6a,0x04,0x0e,0x04]
 
 v_msad_u8 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd5,0x6b,0x04,0x0e,0x04]
+// GFX10: v_msad_u8 v5, vcc_hi, v2, v3            ; encoding: [0x05,0x00,0x71,0xd5,0x6b,0x04,0x0e,0x04]
 
 v_msad_u8 v5, ttmp11, v2, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd5,0x77,0x04,0x0e,0x04]
+// GFX10: v_msad_u8 v5, ttmp11, v2, v3            ; encoding: [0x05,0x00,0x71,0xd5,0x77,0x04,0x0e,0x04]
 
 v_msad_u8 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd5,0x7c,0x04,0x0e,0x04]
+// GFX10: v_msad_u8 v5, m0, v2, v3                ; encoding: [0x05,0x00,0x71,0xd5,0x7c,0x04,0x0e,0x04]
 
 v_msad_u8 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd5,0x7e,0x04,0x0e,0x04]
+// GFX10: v_msad_u8 v5, exec_lo, v2, v3           ; encoding: [0x05,0x00,0x71,0xd5,0x7e,0x04,0x0e,0x04]
 
 v_msad_u8 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd5,0x7f,0x04,0x0e,0x04]
+// GFX10: v_msad_u8 v5, exec_hi, v2, v3           ; encoding: [0x05,0x00,0x71,0xd5,0x7f,0x04,0x0e,0x04]
 
 v_msad_u8 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd5,0x80,0x04,0x0e,0x04]
+// GFX10: v_msad_u8 v5, 0, v2, v3                 ; encoding: [0x05,0x00,0x71,0xd5,0x80,0x04,0x0e,0x04]
 
 v_msad_u8 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd5,0xc1,0x04,0x0e,0x04]
+// GFX10: v_msad_u8 v5, -1, v2, v3                ; encoding: [0x05,0x00,0x71,0xd5,0xc1,0x04,0x0e,0x04]
 
 v_msad_u8 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd5,0xf0,0x04,0x0e,0x04]
+// GFX10: v_msad_u8 v5, 0.5, v2, v3               ; encoding: [0x05,0x00,0x71,0xd5,0xf0,0x04,0x0e,0x04]
 
 v_msad_u8 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd5,0xf7,0x04,0x0e,0x04]
+// GFX10: v_msad_u8 v5, -4.0, v2, v3              ; encoding: [0x05,0x00,0x71,0xd5,0xf7,0x04,0x0e,0x04]
 
 v_msad_u8 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd5,0x01,0xff,0x0f,0x04]
+// GFX10: v_msad_u8 v5, v1, v255, v3              ; encoding: [0x05,0x00,0x71,0xd5,0x01,0xff,0x0f,0x04]
 
 v_msad_u8 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd5,0x01,0x05,0x0c,0x04]
+// GFX10: v_msad_u8 v5, v1, s2, v3                ; encoding: [0x05,0x00,0x71,0xd5,0x01,0x05,0x0c,0x04]
 
 v_msad_u8 v5, v1, s103, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd5,0x01,0xcf,0x0c,0x04]
+// GFX10: v_msad_u8 v5, v1, s103, v3              ; encoding: [0x05,0x00,0x71,0xd5,0x01,0xcf,0x0c,0x04]
 
 v_msad_u8 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd5,0x01,0xd5,0x0c,0x04]
+// GFX10: v_msad_u8 v5, v1, vcc_lo, v3            ; encoding: [0x05,0x00,0x71,0xd5,0x01,0xd5,0x0c,0x04]
 
 v_msad_u8 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd5,0x01,0xd7,0x0c,0x04]
+// GFX10: v_msad_u8 v5, v1, vcc_hi, v3            ; encoding: [0x05,0x00,0x71,0xd5,0x01,0xd7,0x0c,0x04]
 
 v_msad_u8 v5, v1, ttmp11, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd5,0x01,0xef,0x0c,0x04]
+// GFX10: v_msad_u8 v5, v1, ttmp11, v3            ; encoding: [0x05,0x00,0x71,0xd5,0x01,0xef,0x0c,0x04]
 
 v_msad_u8 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd5,0x01,0xf9,0x0c,0x04]
+// GFX10: v_msad_u8 v5, v1, m0, v3                ; encoding: [0x05,0x00,0x71,0xd5,0x01,0xf9,0x0c,0x04]
 
 v_msad_u8 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd5,0x01,0xfd,0x0c,0x04]
+// GFX10: v_msad_u8 v5, v1, exec_lo, v3           ; encoding: [0x05,0x00,0x71,0xd5,0x01,0xfd,0x0c,0x04]
 
 v_msad_u8 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd5,0x01,0xff,0x0c,0x04]
+// GFX10: v_msad_u8 v5, v1, exec_hi, v3           ; encoding: [0x05,0x00,0x71,0xd5,0x01,0xff,0x0c,0x04]
 
 v_msad_u8 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd5,0x01,0x01,0x0d,0x04]
+// GFX10: v_msad_u8 v5, v1, 0, v3                 ; encoding: [0x05,0x00,0x71,0xd5,0x01,0x01,0x0d,0x04]
 
 v_msad_u8 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd5,0x01,0x83,0x0d,0x04]
+// GFX10: v_msad_u8 v5, v1, -1, v3                ; encoding: [0x05,0x00,0x71,0xd5,0x01,0x83,0x0d,0x04]
 
 v_msad_u8 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd5,0x01,0xe1,0x0d,0x04]
+// GFX10: v_msad_u8 v5, v1, 0.5, v3               ; encoding: [0x05,0x00,0x71,0xd5,0x01,0xe1,0x0d,0x04]
 
 v_msad_u8 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd5,0x01,0xef,0x0d,0x04]
+// GFX10: v_msad_u8 v5, v1, -4.0, v3              ; encoding: [0x05,0x00,0x71,0xd5,0x01,0xef,0x0d,0x04]
 
 v_msad_u8 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x71,0xd5,0x01,0x05,0xfe,0x07]
+// GFX10: v_msad_u8 v5, v1, v2, v255              ; encoding: [0x05,0x00,0x71,0xd5,0x01,0x05,0xfe,0x07]
 
 v_msad_u8 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x71,0xd5,0x01,0x05,0x0e,0x00]
+// GFX10: v_msad_u8 v5, v1, v2, s3                ; encoding: [0x05,0x00,0x71,0xd5,0x01,0x05,0x0e,0x00]
 
 v_msad_u8 v5, v1, v2, s103
-// GFX10: encoding: [0x05,0x00,0x71,0xd5,0x01,0x05,0x9e,0x01]
+// GFX10: v_msad_u8 v5, v1, v2, s103              ; encoding: [0x05,0x00,0x71,0xd5,0x01,0x05,0x9e,0x01]
 
 v_msad_u8 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x71,0xd5,0x01,0x05,0xaa,0x01]
+// GFX10: v_msad_u8 v5, v1, v2, vcc_lo            ; encoding: [0x05,0x00,0x71,0xd5,0x01,0x05,0xaa,0x01]
 
 v_msad_u8 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x71,0xd5,0x01,0x05,0xae,0x01]
+// GFX10: v_msad_u8 v5, v1, v2, vcc_hi            ; encoding: [0x05,0x00,0x71,0xd5,0x01,0x05,0xae,0x01]
 
 v_msad_u8 v5, v1, v2, ttmp11
-// GFX10: encoding: [0x05,0x00,0x71,0xd5,0x01,0x05,0xde,0x01]
+// GFX10: v_msad_u8 v5, v1, v2, ttmp11            ; encoding: [0x05,0x00,0x71,0xd5,0x01,0x05,0xde,0x01]
 
 v_msad_u8 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x71,0xd5,0x01,0x05,0xf2,0x01]
+// GFX10: v_msad_u8 v5, v1, v2, m0                ; encoding: [0x05,0x00,0x71,0xd5,0x01,0x05,0xf2,0x01]
 
 v_msad_u8 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x71,0xd5,0x01,0x05,0xfa,0x01]
+// GFX10: v_msad_u8 v5, v1, v2, exec_lo           ; encoding: [0x05,0x00,0x71,0xd5,0x01,0x05,0xfa,0x01]
 
 v_msad_u8 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x71,0xd5,0x01,0x05,0xfe,0x01]
+// GFX10: v_msad_u8 v5, v1, v2, exec_hi           ; encoding: [0x05,0x00,0x71,0xd5,0x01,0x05,0xfe,0x01]
 
 v_msad_u8 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x71,0xd5,0x01,0x05,0x02,0x02]
+// GFX10: v_msad_u8 v5, v1, v2, 0                 ; encoding: [0x05,0x00,0x71,0xd5,0x01,0x05,0x02,0x02]
 
 v_msad_u8 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x71,0xd5,0x01,0x05,0x06,0x03]
+// GFX10: v_msad_u8 v5, v1, v2, -1                ; encoding: [0x05,0x00,0x71,0xd5,0x01,0x05,0x06,0x03]
 
 v_msad_u8 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x71,0xd5,0x01,0x05,0xc2,0x03]
+// GFX10: v_msad_u8 v5, v1, v2, 0.5               ; encoding: [0x05,0x00,0x71,0xd5,0x01,0x05,0xc2,0x03]
 
 v_msad_u8 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x71,0xd5,0x01,0x05,0xde,0x03]
+// GFX10: v_msad_u8 v5, v1, v2, -4.0              ; encoding: [0x05,0x00,0x71,0xd5,0x01,0x05,0xde,0x03]
 
 v_qsad_pk_u16_u8 v[5:6], v[1:2], v2, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x72,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_qsad_pk_u16_u8 v[5:6], v[1:2], v2, v[3:4] ; encoding: [0x05,0x00,0x72,0xd5,0x01,0x05,0x0e,0x04]
 
 v_qsad_pk_u16_u8 v[254:255], v[1:2], v2, v[3:4]
-// GFX10: encoding: [0xfe,0x00,0x72,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_qsad_pk_u16_u8 v[254:255], v[1:2], v2, v[3:4] ; encoding: [0xfe,0x00,0x72,0xd5,0x01,0x05,0x0e,0x04]
 
 v_qsad_pk_u16_u8 v[5:6], v[254:255], v2, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x72,0xd5,0xfe,0x05,0x0e,0x04]
+// GFX10: v_qsad_pk_u16_u8 v[5:6], v[254:255], v2, v[3:4] ; encoding: [0x05,0x00,0x72,0xd5,0xfe,0x05,0x0e,0x04]
 
 v_qsad_pk_u16_u8 v[5:6], s[2:3], v2, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x72,0xd5,0x02,0x04,0x0e,0x04]
+// GFX10: v_qsad_pk_u16_u8 v[5:6], s[2:3], v2, v[3:4] ; encoding: [0x05,0x00,0x72,0xd5,0x02,0x04,0x0e,0x04]
 
 v_qsad_pk_u16_u8 v[5:6], s[4:5], v2, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x72,0xd5,0x04,0x04,0x0e,0x04]
+// GFX10: v_qsad_pk_u16_u8 v[5:6], s[4:5], v2, v[3:4] ; encoding: [0x05,0x00,0x72,0xd5,0x04,0x04,0x0e,0x04]
 
 v_qsad_pk_u16_u8 v[5:6], s[102:103], v2, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x72,0xd5,0x66,0x04,0x0e,0x04]
+// GFX10: v_qsad_pk_u16_u8 v[5:6], s[102:103], v2, v[3:4] ; encoding: [0x05,0x00,0x72,0xd5,0x66,0x04,0x0e,0x04]
 
 v_qsad_pk_u16_u8 v[5:6], vcc, v2, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x72,0xd5,0x6a,0x04,0x0e,0x04]
+// GFX10: v_qsad_pk_u16_u8 v[5:6], vcc, v2, v[3:4] ; encoding: [0x05,0x00,0x72,0xd5,0x6a,0x04,0x0e,0x04]
 
 v_qsad_pk_u16_u8 v[5:6], ttmp[10:11], v2, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x72,0xd5,0x76,0x04,0x0e,0x04]
+// GFX10: v_qsad_pk_u16_u8 v[5:6], ttmp[10:11], v2, v[3:4] ; encoding: [0x05,0x00,0x72,0xd5,0x76,0x04,0x0e,0x04]
 
 v_qsad_pk_u16_u8 v[5:6], exec, v2, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x72,0xd5,0x7e,0x04,0x0e,0x04]
+// GFX10: v_qsad_pk_u16_u8 v[5:6], exec, v2, v[3:4] ; encoding: [0x05,0x00,0x72,0xd5,0x7e,0x04,0x0e,0x04]
 
 v_qsad_pk_u16_u8 v[5:6], 0, v2, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x72,0xd5,0x80,0x04,0x0e,0x04]
+// GFX10: v_qsad_pk_u16_u8 v[5:6], 0, v2, v[3:4]  ; encoding: [0x05,0x00,0x72,0xd5,0x80,0x04,0x0e,0x04]
 
 v_qsad_pk_u16_u8 v[5:6], -1, v2, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x72,0xd5,0xc1,0x04,0x0e,0x04]
+// GFX10: v_qsad_pk_u16_u8 v[5:6], -1, v2, v[3:4] ; encoding: [0x05,0x00,0x72,0xd5,0xc1,0x04,0x0e,0x04]
 
 v_qsad_pk_u16_u8 v[5:6], v[1:2], v255, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x72,0xd5,0x01,0xff,0x0f,0x04]
+// GFX10: v_qsad_pk_u16_u8 v[5:6], v[1:2], v255, v[3:4] ; encoding: [0x05,0x00,0x72,0xd5,0x01,0xff,0x0f,0x04]
 
 v_qsad_pk_u16_u8 v[5:6], v[1:2], s2, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x72,0xd5,0x01,0x05,0x0c,0x04]
+// GFX10: v_qsad_pk_u16_u8 v[5:6], v[1:2], s2, v[3:4] ; encoding: [0x05,0x00,0x72,0xd5,0x01,0x05,0x0c,0x04]
 
 v_qsad_pk_u16_u8 v[5:6], v[1:2], s103, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x72,0xd5,0x01,0xcf,0x0c,0x04]
+// GFX10: v_qsad_pk_u16_u8 v[5:6], v[1:2], s103, v[3:4] ; encoding: [0x05,0x00,0x72,0xd5,0x01,0xcf,0x0c,0x04]
 
 v_qsad_pk_u16_u8 v[5:6], v[1:2], vcc_lo, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x72,0xd5,0x01,0xd5,0x0c,0x04]
+// GFX10: v_qsad_pk_u16_u8 v[5:6], v[1:2], vcc_lo, v[3:4] ; encoding: [0x05,0x00,0x72,0xd5,0x01,0xd5,0x0c,0x04]
 
 v_qsad_pk_u16_u8 v[5:6], v[1:2], vcc_hi, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x72,0xd5,0x01,0xd7,0x0c,0x04]
+// GFX10: v_qsad_pk_u16_u8 v[5:6], v[1:2], vcc_hi, v[3:4] ; encoding: [0x05,0x00,0x72,0xd5,0x01,0xd7,0x0c,0x04]
 
 v_qsad_pk_u16_u8 v[5:6], v[1:2], ttmp11, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x72,0xd5,0x01,0xef,0x0c,0x04]
+// GFX10: v_qsad_pk_u16_u8 v[5:6], v[1:2], ttmp11, v[3:4] ; encoding: [0x05,0x00,0x72,0xd5,0x01,0xef,0x0c,0x04]
 
 v_qsad_pk_u16_u8 v[5:6], v[1:2], m0, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x72,0xd5,0x01,0xf9,0x0c,0x04]
+// GFX10: v_qsad_pk_u16_u8 v[5:6], v[1:2], m0, v[3:4] ; encoding: [0x05,0x00,0x72,0xd5,0x01,0xf9,0x0c,0x04]
 
 v_qsad_pk_u16_u8 v[5:6], v[1:2], exec_lo, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x72,0xd5,0x01,0xfd,0x0c,0x04]
+// GFX10: v_qsad_pk_u16_u8 v[5:6], v[1:2], exec_lo, v[3:4] ; encoding: [0x05,0x00,0x72,0xd5,0x01,0xfd,0x0c,0x04]
 
 v_qsad_pk_u16_u8 v[5:6], v[1:2], exec_hi, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x72,0xd5,0x01,0xff,0x0c,0x04]
+// GFX10: v_qsad_pk_u16_u8 v[5:6], v[1:2], exec_hi, v[3:4] ; encoding: [0x05,0x00,0x72,0xd5,0x01,0xff,0x0c,0x04]
 
 v_qsad_pk_u16_u8 v[5:6], v[1:2], 0, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x72,0xd5,0x01,0x01,0x0d,0x04]
+// GFX10: v_qsad_pk_u16_u8 v[5:6], v[1:2], 0, v[3:4] ; encoding: [0x05,0x00,0x72,0xd5,0x01,0x01,0x0d,0x04]
 
 v_qsad_pk_u16_u8 v[5:6], v[1:2], -1, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x72,0xd5,0x01,0x83,0x0d,0x04]
+// GFX10: v_qsad_pk_u16_u8 v[5:6], v[1:2], -1, v[3:4] ; encoding: [0x05,0x00,0x72,0xd5,0x01,0x83,0x0d,0x04]
 
 v_qsad_pk_u16_u8 v[5:6], v[1:2], v2, v[254:255]
-// GFX10: encoding: [0x05,0x00,0x72,0xd5,0x01,0x05,0xfa,0x07]
+// GFX10: v_qsad_pk_u16_u8 v[5:6], v[1:2], v2, v[254:255] ; encoding: [0x05,0x00,0x72,0xd5,0x01,0x05,0xfa,0x07]
 
 v_qsad_pk_u16_u8 v[5:6], v[1:2], v2, s[6:7]
-// GFX10: encoding: [0x05,0x00,0x72,0xd5,0x01,0x05,0x1a,0x00]
+// GFX10: v_qsad_pk_u16_u8 v[5:6], v[1:2], v2, s[6:7] ; encoding: [0x05,0x00,0x72,0xd5,0x01,0x05,0x1a,0x00]
 
 v_qsad_pk_u16_u8 v[5:6], v[1:2], v2, s[8:9]
-// GFX10: encoding: [0x05,0x00,0x72,0xd5,0x01,0x05,0x22,0x00]
+// GFX10: v_qsad_pk_u16_u8 v[5:6], v[1:2], v2, s[8:9] ; encoding: [0x05,0x00,0x72,0xd5,0x01,0x05,0x22,0x00]
 
 v_qsad_pk_u16_u8 v[5:6], v[1:2], v2, s[102:103]
-// GFX10: encoding: [0x05,0x00,0x72,0xd5,0x01,0x05,0x9a,0x01]
+// GFX10: v_qsad_pk_u16_u8 v[5:6], v[1:2], v2, s[102:103] ; encoding: [0x05,0x00,0x72,0xd5,0x01,0x05,0x9a,0x01]
 
 v_qsad_pk_u16_u8 v[5:6], v[1:2], v2, vcc
-// GFX10: encoding: [0x05,0x00,0x72,0xd5,0x01,0x05,0xaa,0x01]
+// GFX10: v_qsad_pk_u16_u8 v[5:6], v[1:2], v2, vcc ; encoding: [0x05,0x00,0x72,0xd5,0x01,0x05,0xaa,0x01]
 
 v_qsad_pk_u16_u8 v[5:6], v[1:2], v2, ttmp[10:11]
-// GFX10: encoding: [0x05,0x00,0x72,0xd5,0x01,0x05,0xda,0x01]
+// GFX10: v_qsad_pk_u16_u8 v[5:6], v[1:2], v2, ttmp[10:11] ; encoding: [0x05,0x00,0x72,0xd5,0x01,0x05,0xda,0x01]
 
 v_qsad_pk_u16_u8 v[5:6], v[1:2], v2, exec
-// GFX10: encoding: [0x05,0x00,0x72,0xd5,0x01,0x05,0xfa,0x01]
+// GFX10: v_qsad_pk_u16_u8 v[5:6], v[1:2], v2, exec ; encoding: [0x05,0x00,0x72,0xd5,0x01,0x05,0xfa,0x01]
 
 v_qsad_pk_u16_u8 v[5:6], v[1:2], v2, 0
-// GFX10: encoding: [0x05,0x00,0x72,0xd5,0x01,0x05,0x02,0x02]
+// GFX10: v_qsad_pk_u16_u8 v[5:6], v[1:2], v2, 0  ; encoding: [0x05,0x00,0x72,0xd5,0x01,0x05,0x02,0x02]
 
 v_qsad_pk_u16_u8 v[5:6], v[1:2], v2, -1
-// GFX10: encoding: [0x05,0x00,0x72,0xd5,0x01,0x05,0x06,0x03]
+// GFX10: v_qsad_pk_u16_u8 v[5:6], v[1:2], v2, -1 ; encoding: [0x05,0x00,0x72,0xd5,0x01,0x05,0x06,0x03]
 
 v_mqsad_pk_u16_u8 v[5:6], v[1:2], v2, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x73,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_mqsad_pk_u16_u8 v[5:6], v[1:2], v2, v[3:4] ; encoding: [0x05,0x00,0x73,0xd5,0x01,0x05,0x0e,0x04]
 
 v_mqsad_pk_u16_u8 v[254:255], v[1:2], v2, v[3:4]
-// GFX10: encoding: [0xfe,0x00,0x73,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_mqsad_pk_u16_u8 v[254:255], v[1:2], v2, v[3:4] ; encoding: [0xfe,0x00,0x73,0xd5,0x01,0x05,0x0e,0x04]
 
 v_mqsad_pk_u16_u8 v[5:6], v[254:255], v2, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x73,0xd5,0xfe,0x05,0x0e,0x04]
+// GFX10: v_mqsad_pk_u16_u8 v[5:6], v[254:255], v2, v[3:4] ; encoding: [0x05,0x00,0x73,0xd5,0xfe,0x05,0x0e,0x04]
 
 v_mqsad_pk_u16_u8 v[5:6], s[2:3], v2, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x73,0xd5,0x02,0x04,0x0e,0x04]
+// GFX10: v_mqsad_pk_u16_u8 v[5:6], s[2:3], v2, v[3:4] ; encoding: [0x05,0x00,0x73,0xd5,0x02,0x04,0x0e,0x04]
 
 v_mqsad_pk_u16_u8 v[5:6], s[4:5], v2, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x73,0xd5,0x04,0x04,0x0e,0x04]
+// GFX10: v_mqsad_pk_u16_u8 v[5:6], s[4:5], v2, v[3:4] ; encoding: [0x05,0x00,0x73,0xd5,0x04,0x04,0x0e,0x04]
 
 v_mqsad_pk_u16_u8 v[5:6], s[102:103], v2, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x73,0xd5,0x66,0x04,0x0e,0x04]
+// GFX10: v_mqsad_pk_u16_u8 v[5:6], s[102:103], v2, v[3:4] ; encoding: [0x05,0x00,0x73,0xd5,0x66,0x04,0x0e,0x04]
 
 v_mqsad_pk_u16_u8 v[5:6], vcc, v2, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x73,0xd5,0x6a,0x04,0x0e,0x04]
+// GFX10: v_mqsad_pk_u16_u8 v[5:6], vcc, v2, v[3:4] ; encoding: [0x05,0x00,0x73,0xd5,0x6a,0x04,0x0e,0x04]
 
 v_mqsad_pk_u16_u8 v[5:6], ttmp[10:11], v2, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x73,0xd5,0x76,0x04,0x0e,0x04]
+// GFX10: v_mqsad_pk_u16_u8 v[5:6], ttmp[10:11], v2, v[3:4] ; encoding: [0x05,0x00,0x73,0xd5,0x76,0x04,0x0e,0x04]
 
 v_mqsad_pk_u16_u8 v[5:6], exec, v2, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x73,0xd5,0x7e,0x04,0x0e,0x04]
+// GFX10: v_mqsad_pk_u16_u8 v[5:6], exec, v2, v[3:4] ; encoding: [0x05,0x00,0x73,0xd5,0x7e,0x04,0x0e,0x04]
 
 v_mqsad_pk_u16_u8 v[5:6], 0, v2, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x73,0xd5,0x80,0x04,0x0e,0x04]
+// GFX10: v_mqsad_pk_u16_u8 v[5:6], 0, v2, v[3:4] ; encoding: [0x05,0x00,0x73,0xd5,0x80,0x04,0x0e,0x04]
 
 v_mqsad_pk_u16_u8 v[5:6], -1, v2, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x73,0xd5,0xc1,0x04,0x0e,0x04]
+// GFX10: v_mqsad_pk_u16_u8 v[5:6], -1, v2, v[3:4] ; encoding: [0x05,0x00,0x73,0xd5,0xc1,0x04,0x0e,0x04]
 
 v_mqsad_pk_u16_u8 v[5:6], v[1:2], v255, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x73,0xd5,0x01,0xff,0x0f,0x04]
+// GFX10: v_mqsad_pk_u16_u8 v[5:6], v[1:2], v255, v[3:4] ; encoding: [0x05,0x00,0x73,0xd5,0x01,0xff,0x0f,0x04]
 
 v_mqsad_pk_u16_u8 v[5:6], v[1:2], s2, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x73,0xd5,0x01,0x05,0x0c,0x04]
+// GFX10: v_mqsad_pk_u16_u8 v[5:6], v[1:2], s2, v[3:4] ; encoding: [0x05,0x00,0x73,0xd5,0x01,0x05,0x0c,0x04]
 
 v_mqsad_pk_u16_u8 v[5:6], v[1:2], s103, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x73,0xd5,0x01,0xcf,0x0c,0x04]
+// GFX10: v_mqsad_pk_u16_u8 v[5:6], v[1:2], s103, v[3:4] ; encoding: [0x05,0x00,0x73,0xd5,0x01,0xcf,0x0c,0x04]
 
 v_mqsad_pk_u16_u8 v[5:6], v[1:2], vcc_lo, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x73,0xd5,0x01,0xd5,0x0c,0x04]
+// GFX10: v_mqsad_pk_u16_u8 v[5:6], v[1:2], vcc_lo, v[3:4] ; encoding: [0x05,0x00,0x73,0xd5,0x01,0xd5,0x0c,0x04]
 
 v_mqsad_pk_u16_u8 v[5:6], v[1:2], vcc_hi, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x73,0xd5,0x01,0xd7,0x0c,0x04]
+// GFX10: v_mqsad_pk_u16_u8 v[5:6], v[1:2], vcc_hi, v[3:4] ; encoding: [0x05,0x00,0x73,0xd5,0x01,0xd7,0x0c,0x04]
 
 v_mqsad_pk_u16_u8 v[5:6], v[1:2], ttmp11, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x73,0xd5,0x01,0xef,0x0c,0x04]
+// GFX10: v_mqsad_pk_u16_u8 v[5:6], v[1:2], ttmp11, v[3:4] ; encoding: [0x05,0x00,0x73,0xd5,0x01,0xef,0x0c,0x04]
 
 v_mqsad_pk_u16_u8 v[5:6], v[1:2], m0, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x73,0xd5,0x01,0xf9,0x0c,0x04]
+// GFX10: v_mqsad_pk_u16_u8 v[5:6], v[1:2], m0, v[3:4] ; encoding: [0x05,0x00,0x73,0xd5,0x01,0xf9,0x0c,0x04]
 
 v_mqsad_pk_u16_u8 v[5:6], v[1:2], exec_lo, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x73,0xd5,0x01,0xfd,0x0c,0x04]
+// GFX10: v_mqsad_pk_u16_u8 v[5:6], v[1:2], exec_lo, v[3:4] ; encoding: [0x05,0x00,0x73,0xd5,0x01,0xfd,0x0c,0x04]
 
 v_mqsad_pk_u16_u8 v[5:6], v[1:2], exec_hi, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x73,0xd5,0x01,0xff,0x0c,0x04]
+// GFX10: v_mqsad_pk_u16_u8 v[5:6], v[1:2], exec_hi, v[3:4] ; encoding: [0x05,0x00,0x73,0xd5,0x01,0xff,0x0c,0x04]
 
 v_mqsad_pk_u16_u8 v[5:6], v[1:2], 0, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x73,0xd5,0x01,0x01,0x0d,0x04]
+// GFX10: v_mqsad_pk_u16_u8 v[5:6], v[1:2], 0, v[3:4] ; encoding: [0x05,0x00,0x73,0xd5,0x01,0x01,0x0d,0x04]
 
 v_mqsad_pk_u16_u8 v[5:6], v[1:2], -1, v[3:4]
-// GFX10: encoding: [0x05,0x00,0x73,0xd5,0x01,0x83,0x0d,0x04]
+// GFX10: v_mqsad_pk_u16_u8 v[5:6], v[1:2], -1, v[3:4] ; encoding: [0x05,0x00,0x73,0xd5,0x01,0x83,0x0d,0x04]
 
 v_mqsad_pk_u16_u8 v[5:6], v[1:2], v2, v[254:255]
-// GFX10: encoding: [0x05,0x00,0x73,0xd5,0x01,0x05,0xfa,0x07]
+// GFX10: v_mqsad_pk_u16_u8 v[5:6], v[1:2], v2, v[254:255] ; encoding: [0x05,0x00,0x73,0xd5,0x01,0x05,0xfa,0x07]
 
 v_mqsad_pk_u16_u8 v[5:6], v[1:2], v2, s[6:7]
-// GFX10: encoding: [0x05,0x00,0x73,0xd5,0x01,0x05,0x1a,0x00]
+// GFX10: v_mqsad_pk_u16_u8 v[5:6], v[1:2], v2, s[6:7] ; encoding: [0x05,0x00,0x73,0xd5,0x01,0x05,0x1a,0x00]
 
 v_mqsad_pk_u16_u8 v[5:6], v[1:2], v2, s[8:9]
-// GFX10: encoding: [0x05,0x00,0x73,0xd5,0x01,0x05,0x22,0x00]
+// GFX10: v_mqsad_pk_u16_u8 v[5:6], v[1:2], v2, s[8:9] ; encoding: [0x05,0x00,0x73,0xd5,0x01,0x05,0x22,0x00]
 
 v_mqsad_pk_u16_u8 v[5:6], v[1:2], v2, s[102:103]
-// GFX10: encoding: [0x05,0x00,0x73,0xd5,0x01,0x05,0x9a,0x01]
+// GFX10: v_mqsad_pk_u16_u8 v[5:6], v[1:2], v2, s[102:103] ; encoding: [0x05,0x00,0x73,0xd5,0x01,0x05,0x9a,0x01]
 
 v_mqsad_pk_u16_u8 v[5:6], v[1:2], v2, vcc
-// GFX10: encoding: [0x05,0x00,0x73,0xd5,0x01,0x05,0xaa,0x01]
+// GFX10: v_mqsad_pk_u16_u8 v[5:6], v[1:2], v2, vcc ; encoding: [0x05,0x00,0x73,0xd5,0x01,0x05,0xaa,0x01]
 
 v_mqsad_pk_u16_u8 v[5:6], v[1:2], v2, ttmp[10:11]
-// GFX10: encoding: [0x05,0x00,0x73,0xd5,0x01,0x05,0xda,0x01]
+// GFX10: v_mqsad_pk_u16_u8 v[5:6], v[1:2], v2, ttmp[10:11] ; encoding: [0x05,0x00,0x73,0xd5,0x01,0x05,0xda,0x01]
 
 v_mqsad_pk_u16_u8 v[5:6], v[1:2], v2, exec
-// GFX10: encoding: [0x05,0x00,0x73,0xd5,0x01,0x05,0xfa,0x01]
+// GFX10: v_mqsad_pk_u16_u8 v[5:6], v[1:2], v2, exec ; encoding: [0x05,0x00,0x73,0xd5,0x01,0x05,0xfa,0x01]
 
 v_mqsad_pk_u16_u8 v[5:6], v[1:2], v2, 0
-// GFX10: encoding: [0x05,0x00,0x73,0xd5,0x01,0x05,0x02,0x02]
+// GFX10: v_mqsad_pk_u16_u8 v[5:6], v[1:2], v2, 0 ; encoding: [0x05,0x00,0x73,0xd5,0x01,0x05,0x02,0x02]
 
 v_mqsad_pk_u16_u8 v[5:6], v[1:2], v2, -1
-// GFX10: encoding: [0x05,0x00,0x73,0xd5,0x01,0x05,0x06,0x03]
+// GFX10: v_mqsad_pk_u16_u8 v[5:6], v[1:2], v2, -1 ; encoding: [0x05,0x00,0x73,0xd5,0x01,0x05,0x06,0x03]
 
 v_trig_preop_f64 v[5:6], v[1:2], v2
-// GFX10: encoding: [0x05,0x00,0x74,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_trig_preop_f64 v[5:6], v[1:2], v2     ; encoding: [0x05,0x00,0x74,0xd5,0x01,0x05,0x02,0x00]
 
 v_trig_preop_f64 v[254:255], v[1:2], v2
-// GFX10: encoding: [0xfe,0x00,0x74,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_trig_preop_f64 v[254:255], v[1:2], v2 ; encoding: [0xfe,0x00,0x74,0xd5,0x01,0x05,0x02,0x00]
 
 v_trig_preop_f64 v[5:6], v[254:255], v2
-// GFX10: encoding: [0x05,0x00,0x74,0xd5,0xfe,0x05,0x02,0x00]
+// GFX10: v_trig_preop_f64 v[5:6], v[254:255], v2 ; encoding: [0x05,0x00,0x74,0xd5,0xfe,0x05,0x02,0x00]
 
 v_trig_preop_f64 v[5:6], s[2:3], v2
-// GFX10: encoding: [0x05,0x00,0x74,0xd5,0x02,0x04,0x02,0x00]
+// GFX10: v_trig_preop_f64 v[5:6], s[2:3], v2     ; encoding: [0x05,0x00,0x74,0xd5,0x02,0x04,0x02,0x00]
 
 v_trig_preop_f64 v[5:6], s[4:5], v2
-// GFX10: encoding: [0x05,0x00,0x74,0xd5,0x04,0x04,0x02,0x00]
+// GFX10: v_trig_preop_f64 v[5:6], s[4:5], v2     ; encoding: [0x05,0x00,0x74,0xd5,0x04,0x04,0x02,0x00]
 
 v_trig_preop_f64 v[5:6], s[102:103], v2
-// GFX10: encoding: [0x05,0x00,0x74,0xd5,0x66,0x04,0x02,0x00]
+// GFX10: v_trig_preop_f64 v[5:6], s[102:103], v2 ; encoding: [0x05,0x00,0x74,0xd5,0x66,0x04,0x02,0x00]
 
 v_trig_preop_f64 v[5:6], vcc, v2
-// GFX10: encoding: [0x05,0x00,0x74,0xd5,0x6a,0x04,0x02,0x00]
+// GFX10: v_trig_preop_f64 v[5:6], vcc, v2        ; encoding: [0x05,0x00,0x74,0xd5,0x6a,0x04,0x02,0x00]
 
 v_trig_preop_f64 v[5:6], ttmp[10:11], v2
-// GFX10: encoding: [0x05,0x00,0x74,0xd5,0x76,0x04,0x02,0x00]
+// GFX10: v_trig_preop_f64 v[5:6], ttmp[10:11], v2 ; encoding: [0x05,0x00,0x74,0xd5,0x76,0x04,0x02,0x00]
 
 v_trig_preop_f64 v[5:6], exec, v2
-// GFX10: encoding: [0x05,0x00,0x74,0xd5,0x7e,0x04,0x02,0x00]
+// GFX10: v_trig_preop_f64 v[5:6], exec, v2       ; encoding: [0x05,0x00,0x74,0xd5,0x7e,0x04,0x02,0x00]
 
 v_trig_preop_f64 v[5:6], 0, v2
-// GFX10: encoding: [0x05,0x00,0x74,0xd5,0x80,0x04,0x02,0x00]
+// GFX10: v_trig_preop_f64 v[5:6], 0, v2          ; encoding: [0x05,0x00,0x74,0xd5,0x80,0x04,0x02,0x00]
 
 v_trig_preop_f64 v[5:6], -1, v2
-// GFX10: encoding: [0x05,0x00,0x74,0xd5,0xc1,0x04,0x02,0x00]
+// GFX10: v_trig_preop_f64 v[5:6], -1, v2         ; encoding: [0x05,0x00,0x74,0xd5,0xc1,0x04,0x02,0x00]
 
 v_trig_preop_f64 v[5:6], 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x74,0xd5,0xf0,0x04,0x02,0x00]
+// GFX10: v_trig_preop_f64 v[5:6], 0.5, v2        ; encoding: [0x05,0x00,0x74,0xd5,0xf0,0x04,0x02,0x00]
 
 v_trig_preop_f64 v[5:6], -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x74,0xd5,0xf7,0x04,0x02,0x00]
+// GFX10: v_trig_preop_f64 v[5:6], -4.0, v2       ; encoding: [0x05,0x00,0x74,0xd5,0xf7,0x04,0x02,0x00]
 
 v_trig_preop_f64 v[5:6], v[1:2], v255
-// GFX10: encoding: [0x05,0x00,0x74,0xd5,0x01,0xff,0x03,0x00]
+// GFX10: v_trig_preop_f64 v[5:6], v[1:2], v255   ; encoding: [0x05,0x00,0x74,0xd5,0x01,0xff,0x03,0x00]
 
 v_trig_preop_f64 v[5:6], v[1:2], s2
-// GFX10: encoding: [0x05,0x00,0x74,0xd5,0x01,0x05,0x00,0x00]
+// GFX10: v_trig_preop_f64 v[5:6], v[1:2], s2     ; encoding: [0x05,0x00,0x74,0xd5,0x01,0x05,0x00,0x00]
 
 v_trig_preop_f64 v[5:6], v[1:2], s103
-// GFX10: encoding: [0x05,0x00,0x74,0xd5,0x01,0xcf,0x00,0x00]
+// GFX10: v_trig_preop_f64 v[5:6], v[1:2], s103   ; encoding: [0x05,0x00,0x74,0xd5,0x01,0xcf,0x00,0x00]
 
 v_trig_preop_f64 v[5:6], v[1:2], vcc_lo
-// GFX10: encoding: [0x05,0x00,0x74,0xd5,0x01,0xd5,0x00,0x00]
+// GFX10: v_trig_preop_f64 v[5:6], v[1:2], vcc_lo ; encoding: [0x05,0x00,0x74,0xd5,0x01,0xd5,0x00,0x00]
 
 v_trig_preop_f64 v[5:6], v[1:2], vcc_hi
-// GFX10: encoding: [0x05,0x00,0x74,0xd5,0x01,0xd7,0x00,0x00]
+// GFX10: v_trig_preop_f64 v[5:6], v[1:2], vcc_hi ; encoding: [0x05,0x00,0x74,0xd5,0x01,0xd7,0x00,0x00]
 
 v_trig_preop_f64 v[5:6], v[1:2], ttmp11
-// GFX10: encoding: [0x05,0x00,0x74,0xd5,0x01,0xef,0x00,0x00]
+// GFX10: v_trig_preop_f64 v[5:6], v[1:2], ttmp11 ; encoding: [0x05,0x00,0x74,0xd5,0x01,0xef,0x00,0x00]
 
 v_trig_preop_f64 v[5:6], v[1:2], m0
-// GFX10: encoding: [0x05,0x00,0x74,0xd5,0x01,0xf9,0x00,0x00]
+// GFX10: v_trig_preop_f64 v[5:6], v[1:2], m0     ; encoding: [0x05,0x00,0x74,0xd5,0x01,0xf9,0x00,0x00]
 
 v_trig_preop_f64 v[5:6], v[1:2], exec_lo
-// GFX10: encoding: [0x05,0x00,0x74,0xd5,0x01,0xfd,0x00,0x00]
+// GFX10: v_trig_preop_f64 v[5:6], v[1:2], exec_lo ; encoding: [0x05,0x00,0x74,0xd5,0x01,0xfd,0x00,0x00]
 
 v_trig_preop_f64 v[5:6], v[1:2], exec_hi
-// GFX10: encoding: [0x05,0x00,0x74,0xd5,0x01,0xff,0x00,0x00]
+// GFX10: v_trig_preop_f64 v[5:6], v[1:2], exec_hi ; encoding: [0x05,0x00,0x74,0xd5,0x01,0xff,0x00,0x00]
 
 v_trig_preop_f64 v[5:6], v[1:2], 0
-// GFX10: encoding: [0x05,0x00,0x74,0xd5,0x01,0x01,0x01,0x00]
+// GFX10: v_trig_preop_f64 v[5:6], v[1:2], 0      ; encoding: [0x05,0x00,0x74,0xd5,0x01,0x01,0x01,0x00]
 
 v_trig_preop_f64 v[5:6], v[1:2], -1
-// GFX10: encoding: [0x05,0x00,0x74,0xd5,0x01,0x83,0x01,0x00]
+// GFX10: v_trig_preop_f64 v[5:6], v[1:2], -1     ; encoding: [0x05,0x00,0x74,0xd5,0x01,0x83,0x01,0x00]
 
 v_trig_preop_f64 v[5:6], v[1:2], 0.5
-// GFX10: encoding: [0x05,0x00,0x74,0xd5,0x01,0xe1,0x01,0x00]
+// GFX10: v_trig_preop_f64 v[5:6], v[1:2], 0.5    ; encoding: [0x05,0x00,0x74,0xd5,0x01,0xe1,0x01,0x00]
 
 v_trig_preop_f64 v[5:6], v[1:2], -4.0
-// GFX10: encoding: [0x05,0x00,0x74,0xd5,0x01,0xef,0x01,0x00]
+// GFX10: v_trig_preop_f64 v[5:6], v[1:2], -4.0   ; encoding: [0x05,0x00,0x74,0xd5,0x01,0xef,0x01,0x00]
 
 v_trig_preop_f64 v[5:6], -v[1:2], v2
-// GFX10: encoding: [0x05,0x00,0x74,0xd5,0x01,0x05,0x02,0x20]
+// GFX10: v_trig_preop_f64 v[5:6], -v[1:2], v2    ; encoding: [0x05,0x00,0x74,0xd5,0x01,0x05,0x02,0x20]
 
 v_trig_preop_f64 v[5:6], |v[1:2]|, v2
-// GFX10: encoding: [0x05,0x01,0x74,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_trig_preop_f64 v[5:6], |v[1:2]|, v2   ; encoding: [0x05,0x01,0x74,0xd5,0x01,0x05,0x02,0x00]
 
 v_trig_preop_f64 v[5:6], v[1:2], v2 clamp
-// GFX10: encoding: [0x05,0x80,0x74,0xd5,0x01,0x05,0x02,0x00]
+// GFX10: v_trig_preop_f64 v[5:6], v[1:2], v2 clamp ; encoding: [0x05,0x80,0x74,0xd5,0x01,0x05,0x02,0x00]
 
 v_trig_preop_f64 v[5:6], v[1:2], v2 mul:2
-// GFX10: encoding: [0x05,0x00,0x74,0xd5,0x01,0x05,0x02,0x08]
+// GFX10: v_trig_preop_f64 v[5:6], v[1:2], v2 mul:2 ; encoding: [0x05,0x00,0x74,0xd5,0x01,0x05,0x02,0x08]
 
 v_trig_preop_f64 v[5:6], v[1:2], v2 mul:4
-// GFX10: encoding: [0x05,0x00,0x74,0xd5,0x01,0x05,0x02,0x10]
+// GFX10: v_trig_preop_f64 v[5:6], v[1:2], v2 mul:4 ; encoding: [0x05,0x00,0x74,0xd5,0x01,0x05,0x02,0x10]
 
 v_trig_preop_f64 v[5:6], v[1:2], v2 div:2
-// GFX10: encoding: [0x05,0x00,0x74,0xd5,0x01,0x05,0x02,0x18]
+// GFX10: v_trig_preop_f64 v[5:6], v[1:2], v2 div:2 ; encoding: [0x05,0x00,0x74,0xd5,0x01,0x05,0x02,0x18]
 
 v_mqsad_u32_u8 v[252:255], v[1:2], v2, v[3:6]
-// GFX10: encoding: [0xfc,0x00,0x75,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_mqsad_u32_u8 v[252:255], v[1:2], v2, v[3:6] ; encoding: [0xfc,0x00,0x75,0xd5,0x01,0x05,0x0e,0x04]
 
 v_mqsad_u32_u8 v[252:255], s[2:3], v2, v[3:6]
-// GFX10: encoding: [0xfc,0x00,0x75,0xd5,0x02,0x04,0x0e,0x04]
+// GFX10: v_mqsad_u32_u8 v[252:255], s[2:3], v2, v[3:6] ; encoding: [0xfc,0x00,0x75,0xd5,0x02,0x04,0x0e,0x04]
 
 v_mqsad_u32_u8 v[252:255], s[4:5], v2, v[3:6]
-// GFX10: encoding: [0xfc,0x00,0x75,0xd5,0x04,0x04,0x0e,0x04]
+// GFX10: v_mqsad_u32_u8 v[252:255], s[4:5], v2, v[3:6] ; encoding: [0xfc,0x00,0x75,0xd5,0x04,0x04,0x0e,0x04]
 
 v_mqsad_u32_u8 v[252:255], s[102:103], v2, v[3:6]
-// GFX10: encoding: [0xfc,0x00,0x75,0xd5,0x66,0x04,0x0e,0x04]
+// GFX10: v_mqsad_u32_u8 v[252:255], s[102:103], v2, v[3:6] ; encoding: [0xfc,0x00,0x75,0xd5,0x66,0x04,0x0e,0x04]
 
 v_mqsad_u32_u8 v[252:255], vcc, v2, v[3:6]
-// GFX10: encoding: [0xfc,0x00,0x75,0xd5,0x6a,0x04,0x0e,0x04]
+// GFX10: v_mqsad_u32_u8 v[252:255], vcc, v2, v[3:6] ; encoding: [0xfc,0x00,0x75,0xd5,0x6a,0x04,0x0e,0x04]
 
 v_mqsad_u32_u8 v[252:255], ttmp[10:11], v2, v[3:6]
-// GFX10: encoding: [0xfc,0x00,0x75,0xd5,0x76,0x04,0x0e,0x04]
+// GFX10: v_mqsad_u32_u8 v[252:255], ttmp[10:11], v2, v[3:6] ; encoding: [0xfc,0x00,0x75,0xd5,0x76,0x04,0x0e,0x04]
 
 v_mqsad_u32_u8 v[252:255], exec, v2, v[3:6]
-// GFX10: encoding: [0xfc,0x00,0x75,0xd5,0x7e,0x04,0x0e,0x04]
+// GFX10: v_mqsad_u32_u8 v[252:255], exec, v2, v[3:6] ; encoding: [0xfc,0x00,0x75,0xd5,0x7e,0x04,0x0e,0x04]
 
 v_mqsad_u32_u8 v[252:255], 0, v2, v[3:6]
-// GFX10: encoding: [0xfc,0x00,0x75,0xd5,0x80,0x04,0x0e,0x04]
+// GFX10: v_mqsad_u32_u8 v[252:255], 0, v2, v[3:6] ; encoding: [0xfc,0x00,0x75,0xd5,0x80,0x04,0x0e,0x04]
 
 v_mqsad_u32_u8 v[252:255], -1, v2, v[3:6]
-// GFX10: encoding: [0xfc,0x00,0x75,0xd5,0xc1,0x04,0x0e,0x04]
+// GFX10: v_mqsad_u32_u8 v[252:255], -1, v2, v[3:6] ; encoding: [0xfc,0x00,0x75,0xd5,0xc1,0x04,0x0e,0x04]
 
 v_mqsad_u32_u8 v[252:255], v[1:2], s2, v[3:6]
-// GFX10: encoding: [0xfc,0x00,0x75,0xd5,0x01,0x05,0x0c,0x04]
+// GFX10: v_mqsad_u32_u8 v[252:255], v[1:2], s2, v[3:6] ; encoding: [0xfc,0x00,0x75,0xd5,0x01,0x05,0x0c,0x04]
 
 v_mqsad_u32_u8 v[252:255], v[1:2], s103, v[3:6]
-// GFX10: encoding: [0xfc,0x00,0x75,0xd5,0x01,0xcf,0x0c,0x04]
+// GFX10: v_mqsad_u32_u8 v[252:255], v[1:2], s103, v[3:6] ; encoding: [0xfc,0x00,0x75,0xd5,0x01,0xcf,0x0c,0x04]
 
 v_mqsad_u32_u8 v[252:255], v[1:2], vcc_lo, v[3:6]
-// GFX10: encoding: [0xfc,0x00,0x75,0xd5,0x01,0xd5,0x0c,0x04]
+// GFX10: v_mqsad_u32_u8 v[252:255], v[1:2], vcc_lo, v[3:6] ; encoding: [0xfc,0x00,0x75,0xd5,0x01,0xd5,0x0c,0x04]
 
 v_mqsad_u32_u8 v[252:255], v[1:2], vcc_hi, v[3:6]
-// GFX10: encoding: [0xfc,0x00,0x75,0xd5,0x01,0xd7,0x0c,0x04]
+// GFX10: v_mqsad_u32_u8 v[252:255], v[1:2], vcc_hi, v[3:6] ; encoding: [0xfc,0x00,0x75,0xd5,0x01,0xd7,0x0c,0x04]
 
 v_mqsad_u32_u8 v[252:255], v[1:2], ttmp11, v[3:6]
-// GFX10: encoding: [0xfc,0x00,0x75,0xd5,0x01,0xef,0x0c,0x04]
+// GFX10: v_mqsad_u32_u8 v[252:255], v[1:2], ttmp11, v[3:6] ; encoding: [0xfc,0x00,0x75,0xd5,0x01,0xef,0x0c,0x04]
 
 v_mqsad_u32_u8 v[252:255], v[1:2], m0, v[3:6]
-// GFX10: encoding: [0xfc,0x00,0x75,0xd5,0x01,0xf9,0x0c,0x04]
+// GFX10: v_mqsad_u32_u8 v[252:255], v[1:2], m0, v[3:6] ; encoding: [0xfc,0x00,0x75,0xd5,0x01,0xf9,0x0c,0x04]
 
 v_mqsad_u32_u8 v[252:255], v[1:2], exec_lo, v[3:6]
-// GFX10: encoding: [0xfc,0x00,0x75,0xd5,0x01,0xfd,0x0c,0x04]
+// GFX10: v_mqsad_u32_u8 v[252:255], v[1:2], exec_lo, v[3:6] ; encoding: [0xfc,0x00,0x75,0xd5,0x01,0xfd,0x0c,0x04]
 
 v_mqsad_u32_u8 v[252:255], v[1:2], exec_hi, v[3:6]
-// GFX10: encoding: [0xfc,0x00,0x75,0xd5,0x01,0xff,0x0c,0x04]
+// GFX10: v_mqsad_u32_u8 v[252:255], v[1:2], exec_hi, v[3:6] ; encoding: [0xfc,0x00,0x75,0xd5,0x01,0xff,0x0c,0x04]
 
 v_mqsad_u32_u8 v[252:255], v[1:2], 0, v[3:6]
-// GFX10: encoding: [0xfc,0x00,0x75,0xd5,0x01,0x01,0x0d,0x04]
+// GFX10: v_mqsad_u32_u8 v[252:255], v[1:2], 0, v[3:6] ; encoding: [0xfc,0x00,0x75,0xd5,0x01,0x01,0x0d,0x04]
 
 v_mqsad_u32_u8 v[252:255], v[1:2], -1, v[3:6]
-// GFX10: encoding: [0xfc,0x00,0x75,0xd5,0x01,0x83,0x0d,0x04]
+// GFX10: v_mqsad_u32_u8 v[252:255], v[1:2], -1, v[3:6] ; encoding: [0xfc,0x00,0x75,0xd5,0x01,0x83,0x0d,0x04]
 
 v_mad_u64_u32 v[5:6], s12, v1, v2, v[3:4]
-// W32: encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_u64_u32 v[5:6], s12, v1, v2, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_u64_u32 v[254:255], s12, v1, v2, v[3:4]
-// W32: encoding: [0xfe,0x0c,0x76,0xd5,0x01,0x05,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_u64_u32 v[254:255], s12, v1, v2, v[3:4] ; encoding: [0xfe,0x0c,0x76,0xd5,0x01,0x05,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:27: error: invalid operand for instruction
 
 v_mad_u64_u32 v[5:6], s14, v1, v2, v[3:4]
-// W32: encoding: [0x05,0x0e,0x76,0xd5,0x01,0x05,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_u64_u32 v[5:6], s14, v1, v2, v[3:4] ; encoding: [0x05,0x0e,0x76,0xd5,0x01,0x05,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_u64_u32 v[5:6], s100, v1, v2, v[3:4]
-// W32: encoding: [0x05,0x64,0x76,0xd5,0x01,0x05,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_u64_u32 v[5:6], s100, v1, v2, v[3:4] ; encoding: [0x05,0x64,0x76,0xd5,0x01,0x05,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_u64_u32 v[5:6], s12, v255, v2, v[3:4]
-// W32: encoding: [0x05,0x0c,0x76,0xd5,0xff,0x05,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_u64_u32 v[5:6], s12, v255, v2, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0xff,0x05,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_u64_u32 v[5:6], s12, s1, v2, v[3:4]
-// W32: encoding: [0x05,0x0c,0x76,0xd5,0x01,0x04,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_u64_u32 v[5:6], s12, s1, v2, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0x04,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_u64_u32 v[5:6], s12, s101, v2, v[3:4]
-// W32: encoding: [0x05,0x0c,0x76,0xd5,0x65,0x04,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_u64_u32 v[5:6], s12, s101, v2, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0x65,0x04,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_u64_u32 v[5:6], s12, vcc_lo, v2, v[3:4]
-// W32: encoding: [0x05,0x0c,0x76,0xd5,0x6a,0x04,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_u64_u32 v[5:6], s12, vcc_lo, v2, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0x6a,0x04,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_u64_u32 v[5:6], s12, vcc_hi, v2, v[3:4]
-// W32: encoding: [0x05,0x0c,0x76,0xd5,0x6b,0x04,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_u64_u32 v[5:6], s12, vcc_hi, v2, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0x6b,0x04,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_u64_u32 v[5:6], s12, m0, v2, v[3:4]
-// W32: encoding: [0x05,0x0c,0x76,0xd5,0x7c,0x04,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_u64_u32 v[5:6], s12, m0, v2, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0x7c,0x04,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_u64_u32 v[5:6], s12, exec_lo, v2, v[3:4]
-// W32: encoding: [0x05,0x0c,0x76,0xd5,0x7e,0x04,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_u64_u32 v[5:6], s12, exec_lo, v2, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0x7e,0x04,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_u64_u32 v[5:6], s12, exec_hi, v2, v[3:4]
-// W32: encoding: [0x05,0x0c,0x76,0xd5,0x7f,0x04,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_u64_u32 v[5:6], s12, exec_hi, v2, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0x7f,0x04,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_u64_u32 v[5:6], s12, 0, v2, v[3:4]
-// W32: encoding: [0x05,0x0c,0x76,0xd5,0x80,0x04,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_u64_u32 v[5:6], s12, 0, v2, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0x80,0x04,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_u64_u32 v[5:6], s12, -1, v2, v[3:4]
-// W32: encoding: [0x05,0x0c,0x76,0xd5,0xc1,0x04,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_u64_u32 v[5:6], s12, -1, v2, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0xc1,0x04,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_u64_u32 v[5:6], s12, 0.5, v2, v[3:4]
-// W32: encoding: [0x05,0x0c,0x76,0xd5,0xf0,0x04,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_u64_u32 v[5:6], s12, 0.5, v2, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0xf0,0x04,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_u64_u32 v[5:6], s12, -4.0, v2, v[3:4]
-// W32: encoding: [0x05,0x0c,0x76,0xd5,0xf7,0x04,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_u64_u32 v[5:6], s12, -4.0, v2, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0xf7,0x04,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_u64_u32 v[5:6], s12, v1, v255, v[3:4]
-// W32: encoding: [0x05,0x0c,0x76,0xd5,0x01,0xff,0x0f,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_u64_u32 v[5:6], s12, v1, v255, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0xff,0x0f,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_u64_u32 v[5:6], s12, v1, s2, v[3:4]
-// W32: encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0x0c,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_u64_u32 v[5:6], s12, v1, s2, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0x0c,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_u64_u32 v[5:6], s12, v1, s101, v[3:4]
-// W32: encoding: [0x05,0x0c,0x76,0xd5,0x01,0xcb,0x0c,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_u64_u32 v[5:6], s12, v1, s101, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0xcb,0x0c,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_u64_u32 v[5:6], s12, v1, vcc_lo, v[3:4]
-// W32: encoding: [0x05,0x0c,0x76,0xd5,0x01,0xd5,0x0c,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_u64_u32 v[5:6], s12, v1, vcc_lo, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0xd5,0x0c,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_u64_u32 v[5:6], s12, v1, vcc_hi, v[3:4]
-// W32: encoding: [0x05,0x0c,0x76,0xd5,0x01,0xd7,0x0c,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_u64_u32 v[5:6], s12, v1, vcc_hi, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0xd7,0x0c,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_u64_u32 v[5:6], s12, v1, m0, v[3:4]
-// W32: encoding: [0x05,0x0c,0x76,0xd5,0x01,0xf9,0x0c,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_u64_u32 v[5:6], s12, v1, m0, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0xf9,0x0c,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_u64_u32 v[5:6], s12, v1, exec_lo, v[3:4]
-// W32: encoding: [0x05,0x0c,0x76,0xd5,0x01,0xfd,0x0c,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_u64_u32 v[5:6], s12, v1, exec_lo, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0xfd,0x0c,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_u64_u32 v[5:6], s12, v1, exec_hi, v[3:4]
-// W32: encoding: [0x05,0x0c,0x76,0xd5,0x01,0xff,0x0c,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_u64_u32 v[5:6], s12, v1, exec_hi, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0xff,0x0c,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_u64_u32 v[5:6], s12, v1, 0, v[3:4]
-// W32: encoding: [0x05,0x0c,0x76,0xd5,0x01,0x01,0x0d,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_u64_u32 v[5:6], s12, v1, 0, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0x01,0x0d,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_u64_u32 v[5:6], s12, v1, -1, v[3:4]
-// W32: encoding: [0x05,0x0c,0x76,0xd5,0x01,0x83,0x0d,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_u64_u32 v[5:6], s12, v1, -1, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0x83,0x0d,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_u64_u32 v[5:6], s12, v1, 0.5, v[3:4]
-// W32: encoding: [0x05,0x0c,0x76,0xd5,0x01,0xe1,0x0d,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_u64_u32 v[5:6], s12, v1, 0.5, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0xe1,0x0d,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_u64_u32 v[5:6], s12, v1, -4.0, v[3:4]
-// W32: encoding: [0x05,0x0c,0x76,0xd5,0x01,0xef,0x0d,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_u64_u32 v[5:6], s12, v1, -4.0, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0xef,0x0d,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_u64_u32 v[5:6], s12, v1, v2, v[254:255]
-// W32: encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0xfa,0x07]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_u64_u32 v[5:6], s12, v1, v2, v[254:255] ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0xfa,0x07]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_u64_u32 v[5:6], s12, v1, v2, s[6:7]
-// W32: encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0x1a,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_u64_u32 v[5:6], s12, v1, v2, s[6:7] ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0x1a,0x00]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_u64_u32 v[5:6], s12, v1, v2, s[8:9]
-// W32: encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0x22,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_u64_u32 v[5:6], s12, v1, v2, s[8:9] ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0x22,0x00]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_u64_u32 v[5:6], s12, v1, v2, s[100:101]
-// W32: encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0x92,0x01]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_u64_u32 v[5:6], s12, v1, v2, s[100:101] ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0x92,0x01]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_u64_u32 v[5:6], s12, v1, v2, vcc
-// W32: encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0xaa,0x01]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_u64_u32 v[5:6], s12, v1, v2, vcc  ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0xaa,0x01]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_u64_u32 v[5:6], s12, v1, v2, exec
-// W32: encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0xfa,0x01]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_u64_u32 v[5:6], s12, v1, v2, exec ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0xfa,0x01]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_u64_u32 v[5:6], s12, v1, v2, 0
-// W32: encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0x02,0x02]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_u64_u32 v[5:6], s12, v1, v2, 0    ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0x02,0x02]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_u64_u32 v[5:6], s12, v1, v2, -1
-// W32: encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0x06,0x03]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_u64_u32 v[5:6], s12, v1, v2, -1   ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0x06,0x03]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_u64_u32 v[5:6], s12, v1, v2, 0.5
-// W32: encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0xc2,0x03]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_u64_u32 v[5:6], s12, v1, v2, 0.5  ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0xc2,0x03]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_u64_u32 v[5:6], s12, v1, v2, -4.0
-// W32: encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0xde,0x03]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_u64_u32 v[5:6], s12, v1, v2, -4.0 ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0xde,0x03]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_u64_u32 v[5:6], s[12:13], v1, v2, v[3:4]
-// W64: encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_u64_u32 v[5:6], s[12:13], v1, v2, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0x0e,0x04]
 
 v_mad_u64_u32 v[254:255], s[12:13], v1, v2, v[3:4]
-// W64: encoding: [0xfe,0x0c,0x76,0xd5,0x01,0x05,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:27: error: invalid operand for instruction
+// W64: v_mad_u64_u32 v[254:255], s[12:13], v1, v2, v[3:4] ; encoding: [0xfe,0x0c,0x76,0xd5,0x01,0x05,0x0e,0x04]
 
 v_mad_u64_u32 v[5:6], s[14:15], v1, v2, v[3:4]
-// W64: encoding: [0x05,0x0e,0x76,0xd5,0x01,0x05,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_u64_u32 v[5:6], s[14:15], v1, v2, v[3:4] ; encoding: [0x05,0x0e,0x76,0xd5,0x01,0x05,0x0e,0x04]
 
 v_mad_u64_u32 v[5:6], s[100:101], v1, v2, v[3:4]
-// W64: encoding: [0x05,0x64,0x76,0xd5,0x01,0x05,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_u64_u32 v[5:6], s[100:101], v1, v2, v[3:4] ; encoding: [0x05,0x64,0x76,0xd5,0x01,0x05,0x0e,0x04]
 
 v_mad_u64_u32 v[5:6], s[12:13], v255, v2, v[3:4]
-// W64: encoding: [0x05,0x0c,0x76,0xd5,0xff,0x05,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_u64_u32 v[5:6], s[12:13], v255, v2, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0xff,0x05,0x0e,0x04]
 
 v_mad_u64_u32 v[5:6], s[12:13], s1, v2, v[3:4]
-// W64: encoding: [0x05,0x0c,0x76,0xd5,0x01,0x04,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_u64_u32 v[5:6], s[12:13], s1, v2, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0x04,0x0e,0x04]
 
 v_mad_u64_u32 v[5:6], s[12:13], s101, v2, v[3:4]
-// W64: encoding: [0x05,0x0c,0x76,0xd5,0x65,0x04,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_u64_u32 v[5:6], s[12:13], s101, v2, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0x65,0x04,0x0e,0x04]
 
 v_mad_u64_u32 v[5:6], s[12:13], vcc_lo, v2, v[3:4]
-// W64: encoding: [0x05,0x0c,0x76,0xd5,0x6a,0x04,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_u64_u32 v[5:6], s[12:13], vcc_lo, v2, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0x6a,0x04,0x0e,0x04]
 
 v_mad_u64_u32 v[5:6], s[12:13], vcc_hi, v2, v[3:4]
-// W64: encoding: [0x05,0x0c,0x76,0xd5,0x6b,0x04,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_u64_u32 v[5:6], s[12:13], vcc_hi, v2, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0x6b,0x04,0x0e,0x04]
 
 v_mad_u64_u32 v[5:6], s[12:13], m0, v2, v[3:4]
-// W64: encoding: [0x05,0x0c,0x76,0xd5,0x7c,0x04,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_u64_u32 v[5:6], s[12:13], m0, v2, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0x7c,0x04,0x0e,0x04]
 
 v_mad_u64_u32 v[5:6], s[12:13], exec_lo, v2, v[3:4]
-// W64: encoding: [0x05,0x0c,0x76,0xd5,0x7e,0x04,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_u64_u32 v[5:6], s[12:13], exec_lo, v2, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0x7e,0x04,0x0e,0x04]
 
 v_mad_u64_u32 v[5:6], s[12:13], exec_hi, v2, v[3:4]
-// W64: encoding: [0x05,0x0c,0x76,0xd5,0x7f,0x04,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_u64_u32 v[5:6], s[12:13], exec_hi, v2, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0x7f,0x04,0x0e,0x04]
 
 v_mad_u64_u32 v[5:6], s[12:13], 0, v2, v[3:4]
-// W64: encoding: [0x05,0x0c,0x76,0xd5,0x80,0x04,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_u64_u32 v[5:6], s[12:13], 0, v2, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0x80,0x04,0x0e,0x04]
 
 v_mad_u64_u32 v[5:6], s[12:13], -1, v2, v[3:4]
-// W64: encoding: [0x05,0x0c,0x76,0xd5,0xc1,0x04,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_u64_u32 v[5:6], s[12:13], -1, v2, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0xc1,0x04,0x0e,0x04]
 
 v_mad_u64_u32 v[5:6], s[12:13], 0.5, v2, v[3:4]
-// W64: encoding: [0x05,0x0c,0x76,0xd5,0xf0,0x04,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_u64_u32 v[5:6], s[12:13], 0.5, v2, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0xf0,0x04,0x0e,0x04]
 
 v_mad_u64_u32 v[5:6], s[12:13], -4.0, v2, v[3:4]
-// W64: encoding: [0x05,0x0c,0x76,0xd5,0xf7,0x04,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_u64_u32 v[5:6], s[12:13], -4.0, v2, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0xf7,0x04,0x0e,0x04]
 
 v_mad_u64_u32 v[5:6], s[12:13], v1, v255, v[3:4]
-// W64: encoding: [0x05,0x0c,0x76,0xd5,0x01,0xff,0x0f,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_u64_u32 v[5:6], s[12:13], v1, v255, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0xff,0x0f,0x04]
 
 v_mad_u64_u32 v[5:6], s[12:13], v1, s2, v[3:4]
-// W64: encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0x0c,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_u64_u32 v[5:6], s[12:13], v1, s2, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0x0c,0x04]
 
 v_mad_u64_u32 v[5:6], s[12:13], v1, s101, v[3:4]
-// W64: encoding: [0x05,0x0c,0x76,0xd5,0x01,0xcb,0x0c,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_u64_u32 v[5:6], s[12:13], v1, s101, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0xcb,0x0c,0x04]
 
 v_mad_u64_u32 v[5:6], s[12:13], v1, vcc_lo, v[3:4]
-// W64: encoding: [0x05,0x0c,0x76,0xd5,0x01,0xd5,0x0c,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_u64_u32 v[5:6], s[12:13], v1, vcc_lo, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0xd5,0x0c,0x04]
 
 v_mad_u64_u32 v[5:6], s[12:13], v1, vcc_hi, v[3:4]
-// W64: encoding: [0x05,0x0c,0x76,0xd5,0x01,0xd7,0x0c,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_u64_u32 v[5:6], s[12:13], v1, vcc_hi, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0xd7,0x0c,0x04]
 
 v_mad_u64_u32 v[5:6], s[12:13], v1, m0, v[3:4]
-// W64: encoding: [0x05,0x0c,0x76,0xd5,0x01,0xf9,0x0c,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_u64_u32 v[5:6], s[12:13], v1, m0, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0xf9,0x0c,0x04]
 
 v_mad_u64_u32 v[5:6], s[12:13], v1, exec_lo, v[3:4]
-// W64: encoding: [0x05,0x0c,0x76,0xd5,0x01,0xfd,0x0c,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_u64_u32 v[5:6], s[12:13], v1, exec_lo, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0xfd,0x0c,0x04]
 
 v_mad_u64_u32 v[5:6], s[12:13], v1, exec_hi, v[3:4]
-// W64: encoding: [0x05,0x0c,0x76,0xd5,0x01,0xff,0x0c,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_u64_u32 v[5:6], s[12:13], v1, exec_hi, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0xff,0x0c,0x04]
 
 v_mad_u64_u32 v[5:6], s[12:13], v1, 0, v[3:4]
-// W64: encoding: [0x05,0x0c,0x76,0xd5,0x01,0x01,0x0d,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_u64_u32 v[5:6], s[12:13], v1, 0, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0x01,0x0d,0x04]
 
 v_mad_u64_u32 v[5:6], s[12:13], v1, -1, v[3:4]
-// W64: encoding: [0x05,0x0c,0x76,0xd5,0x01,0x83,0x0d,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_u64_u32 v[5:6], s[12:13], v1, -1, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0x83,0x0d,0x04]
 
 v_mad_u64_u32 v[5:6], s[12:13], v1, 0.5, v[3:4]
-// W64: encoding: [0x05,0x0c,0x76,0xd5,0x01,0xe1,0x0d,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_u64_u32 v[5:6], s[12:13], v1, 0.5, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0xe1,0x0d,0x04]
 
 v_mad_u64_u32 v[5:6], s[12:13], v1, -4.0, v[3:4]
-// W64: encoding: [0x05,0x0c,0x76,0xd5,0x01,0xef,0x0d,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_u64_u32 v[5:6], s[12:13], v1, -4.0, v[3:4] ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0xef,0x0d,0x04]
 
 v_mad_u64_u32 v[5:6], s[12:13], v1, v2, v[254:255]
-// W64: encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0xfa,0x07]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_u64_u32 v[5:6], s[12:13], v1, v2, v[254:255] ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0xfa,0x07]
 
 v_mad_u64_u32 v[5:6], s[12:13], v1, v2, s[6:7]
-// W64: encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0x1a,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_u64_u32 v[5:6], s[12:13], v1, v2, s[6:7] ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0x1a,0x00]
 
 v_mad_u64_u32 v[5:6], s[12:13], v1, v2, s[8:9]
-// W64: encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0x22,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_u64_u32 v[5:6], s[12:13], v1, v2, s[8:9] ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0x22,0x00]
 
 v_mad_u64_u32 v[5:6], s[12:13], v1, v2, s[100:101]
-// W64: encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0x92,0x01]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_u64_u32 v[5:6], s[12:13], v1, v2, s[100:101] ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0x92,0x01]
 
 v_mad_u64_u32 v[5:6], s[12:13], v1, v2, vcc
-// W64: encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0xaa,0x01]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_u64_u32 v[5:6], s[12:13], v1, v2, vcc ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0xaa,0x01]
 
 v_mad_u64_u32 v[5:6], s[12:13], v1, v2, exec
-// W64: encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0xfa,0x01]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_u64_u32 v[5:6], s[12:13], v1, v2, exec ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0xfa,0x01]
 
 v_mad_u64_u32 v[5:6], s[12:13], v1, v2, 0
-// W64: encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0x02,0x02]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_u64_u32 v[5:6], s[12:13], v1, v2, 0 ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0x02,0x02]
 
 v_mad_u64_u32 v[5:6], s[12:13], v1, v2, -1
-// W64: encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0x06,0x03]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_u64_u32 v[5:6], s[12:13], v1, v2, -1 ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0x06,0x03]
 
 v_mad_u64_u32 v[5:6], s[12:13], v1, v2, 0.5
-// W64: encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0xc2,0x03]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_u64_u32 v[5:6], s[12:13], v1, v2, 0.5 ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0xc2,0x03]
 
 v_mad_u64_u32 v[5:6], s[12:13], v1, v2, -4.0
-// W64: encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0xde,0x03]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_u64_u32 v[5:6], s[12:13], v1, v2, -4.0 ; encoding: [0x05,0x0c,0x76,0xd5,0x01,0x05,0xde,0x03]
 
 v_mad_i64_i32 v[5:6], s12, v1, v2, v[3:4]
-// W32: encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_i64_i32 v[5:6], s12, v1, v2, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_i64_i32 v[254:255], s12, v1, v2, v[3:4]
-// W32: encoding: [0xfe,0x0c,0x77,0xd5,0x01,0x05,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_i64_i32 v[254:255], s12, v1, v2, v[3:4] ; encoding: [0xfe,0x0c,0x77,0xd5,0x01,0x05,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:27: error: invalid operand for instruction
 
 v_mad_i64_i32 v[5:6], s14, v1, v2, v[3:4]
-// W32: encoding: [0x05,0x0e,0x77,0xd5,0x01,0x05,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_i64_i32 v[5:6], s14, v1, v2, v[3:4] ; encoding: [0x05,0x0e,0x77,0xd5,0x01,0x05,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_i64_i32 v[5:6], s100, v1, v2, v[3:4]
-// W32: encoding: [0x05,0x64,0x77,0xd5,0x01,0x05,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_i64_i32 v[5:6], s100, v1, v2, v[3:4] ; encoding: [0x05,0x64,0x77,0xd5,0x01,0x05,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_i64_i32 v[5:6], s12, v255, v2, v[3:4]
-// W32: encoding: [0x05,0x0c,0x77,0xd5,0xff,0x05,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_i64_i32 v[5:6], s12, v255, v2, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0xff,0x05,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_i64_i32 v[5:6], s12, s1, v2, v[3:4]
-// W32: encoding: [0x05,0x0c,0x77,0xd5,0x01,0x04,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_i64_i32 v[5:6], s12, s1, v2, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0x04,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_i64_i32 v[5:6], s12, s101, v2, v[3:4]
-// W32: encoding: [0x05,0x0c,0x77,0xd5,0x65,0x04,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_i64_i32 v[5:6], s12, s101, v2, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0x65,0x04,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_i64_i32 v[5:6], s12, vcc_lo, v2, v[3:4]
-// W32: encoding: [0x05,0x0c,0x77,0xd5,0x6a,0x04,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_i64_i32 v[5:6], s12, vcc_lo, v2, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0x6a,0x04,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_i64_i32 v[5:6], s12, vcc_hi, v2, v[3:4]
-// W32: encoding: [0x05,0x0c,0x77,0xd5,0x6b,0x04,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_i64_i32 v[5:6], s12, vcc_hi, v2, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0x6b,0x04,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_i64_i32 v[5:6], s12, m0, v2, v[3:4]
-// W32: encoding: [0x05,0x0c,0x77,0xd5,0x7c,0x04,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_i64_i32 v[5:6], s12, m0, v2, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0x7c,0x04,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_i64_i32 v[5:6], s12, exec_lo, v2, v[3:4]
-// W32: encoding: [0x05,0x0c,0x77,0xd5,0x7e,0x04,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_i64_i32 v[5:6], s12, exec_lo, v2, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0x7e,0x04,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_i64_i32 v[5:6], s12, exec_hi, v2, v[3:4]
-// W32: encoding: [0x05,0x0c,0x77,0xd5,0x7f,0x04,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_i64_i32 v[5:6], s12, exec_hi, v2, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0x7f,0x04,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_i64_i32 v[5:6], s12, 0, v2, v[3:4]
-// W32: encoding: [0x05,0x0c,0x77,0xd5,0x80,0x04,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_i64_i32 v[5:6], s12, 0, v2, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0x80,0x04,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_i64_i32 v[5:6], s12, -1, v2, v[3:4]
-// W32: encoding: [0x05,0x0c,0x77,0xd5,0xc1,0x04,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_i64_i32 v[5:6], s12, -1, v2, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0xc1,0x04,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_i64_i32 v[5:6], s12, 0.5, v2, v[3:4]
-// W32: encoding: [0x05,0x0c,0x77,0xd5,0xf0,0x04,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_i64_i32 v[5:6], s12, 0.5, v2, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0xf0,0x04,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_i64_i32 v[5:6], s12, -4.0, v2, v[3:4]
-// W32: encoding: [0x05,0x0c,0x77,0xd5,0xf7,0x04,0x0e,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_i64_i32 v[5:6], s12, -4.0, v2, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0xf7,0x04,0x0e,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_i64_i32 v[5:6], s12, v1, v255, v[3:4]
-// W32: encoding: [0x05,0x0c,0x77,0xd5,0x01,0xff,0x0f,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_i64_i32 v[5:6], s12, v1, v255, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0xff,0x0f,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_i64_i32 v[5:6], s12, v1, s2, v[3:4]
-// W32: encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0x0c,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_i64_i32 v[5:6], s12, v1, s2, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0x0c,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_i64_i32 v[5:6], s12, v1, s101, v[3:4]
-// W32: encoding: [0x05,0x0c,0x77,0xd5,0x01,0xcb,0x0c,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_i64_i32 v[5:6], s12, v1, s101, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0xcb,0x0c,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_i64_i32 v[5:6], s12, v1, vcc_lo, v[3:4]
-// W32: encoding: [0x05,0x0c,0x77,0xd5,0x01,0xd5,0x0c,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_i64_i32 v[5:6], s12, v1, vcc_lo, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0xd5,0x0c,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_i64_i32 v[5:6], s12, v1, vcc_hi, v[3:4]
-// W32: encoding: [0x05,0x0c,0x77,0xd5,0x01,0xd7,0x0c,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_i64_i32 v[5:6], s12, v1, vcc_hi, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0xd7,0x0c,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_i64_i32 v[5:6], s12, v1, m0, v[3:4]
-// W32: encoding: [0x05,0x0c,0x77,0xd5,0x01,0xf9,0x0c,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_i64_i32 v[5:6], s12, v1, m0, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0xf9,0x0c,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_i64_i32 v[5:6], s12, v1, exec_lo, v[3:4]
-// W32: encoding: [0x05,0x0c,0x77,0xd5,0x01,0xfd,0x0c,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_i64_i32 v[5:6], s12, v1, exec_lo, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0xfd,0x0c,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_i64_i32 v[5:6], s12, v1, exec_hi, v[3:4]
-// W32: encoding: [0x05,0x0c,0x77,0xd5,0x01,0xff,0x0c,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_i64_i32 v[5:6], s12, v1, exec_hi, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0xff,0x0c,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_i64_i32 v[5:6], s12, v1, 0, v[3:4]
-// W32: encoding: [0x05,0x0c,0x77,0xd5,0x01,0x01,0x0d,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_i64_i32 v[5:6], s12, v1, 0, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0x01,0x0d,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_i64_i32 v[5:6], s12, v1, -1, v[3:4]
-// W32: encoding: [0x05,0x0c,0x77,0xd5,0x01,0x83,0x0d,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_i64_i32 v[5:6], s12, v1, -1, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0x83,0x0d,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_i64_i32 v[5:6], s12, v1, 0.5, v[3:4]
-// W32: encoding: [0x05,0x0c,0x77,0xd5,0x01,0xe1,0x0d,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_i64_i32 v[5:6], s12, v1, 0.5, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0xe1,0x0d,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_i64_i32 v[5:6], s12, v1, -4.0, v[3:4]
-// W32: encoding: [0x05,0x0c,0x77,0xd5,0x01,0xef,0x0d,0x04]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_i64_i32 v[5:6], s12, v1, -4.0, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0xef,0x0d,0x04]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_i64_i32 v[5:6], s12, v1, v2, v[254:255]
-// W32: encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0xfa,0x07]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_i64_i32 v[5:6], s12, v1, v2, v[254:255] ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0xfa,0x07]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_i64_i32 v[5:6], s12, v1, v2, s[6:7]
-// W32: encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0x1a,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_i64_i32 v[5:6], s12, v1, v2, s[6:7] ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0x1a,0x00]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_i64_i32 v[5:6], s12, v1, v2, s[8:9]
-// W32: encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0x22,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_i64_i32 v[5:6], s12, v1, v2, s[8:9] ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0x22,0x00]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_i64_i32 v[5:6], s12, v1, v2, s[100:101]
-// W32: encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0x92,0x01]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_i64_i32 v[5:6], s12, v1, v2, s[100:101] ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0x92,0x01]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_i64_i32 v[5:6], s12, v1, v2, vcc
-// W32: encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0xaa,0x01]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_i64_i32 v[5:6], s12, v1, v2, vcc  ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0xaa,0x01]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_i64_i32 v[5:6], s12, v1, v2, exec
-// W32: encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0xfa,0x01]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_i64_i32 v[5:6], s12, v1, v2, exec ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0xfa,0x01]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_i64_i32 v[5:6], s12, v1, v2, 0
-// W32: encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0x02,0x02]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_i64_i32 v[5:6], s12, v1, v2, 0    ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0x02,0x02]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_i64_i32 v[5:6], s12, v1, v2, -1
-// W32: encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0x06,0x03]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_i64_i32 v[5:6], s12, v1, v2, -1   ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0x06,0x03]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_i64_i32 v[5:6], s12, v1, v2, 0.5
-// W32: encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0xc2,0x03]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_i64_i32 v[5:6], s12, v1, v2, 0.5  ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0xc2,0x03]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_i64_i32 v[5:6], s12, v1, v2, -4.0
-// W32: encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0xde,0x03]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_mad_i64_i32 v[5:6], s12, v1, v2, -4.0 ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0xde,0x03]
+// W64-ERR: :[[@LINE-2]]:23: error: invalid operand for instruction
 
 v_mad_i64_i32 v[5:6], s[12:13], v1, v2, v[3:4]
-// W64: encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_i64_i32 v[5:6], s[12:13], v1, v2, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0x0e,0x04]
 
 v_mad_i64_i32 v[254:255], s[12:13], v1, v2, v[3:4]
-// W64: encoding: [0xfe,0x0c,0x77,0xd5,0x01,0x05,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:27: error: invalid operand for instruction
+// W64: v_mad_i64_i32 v[254:255], s[12:13], v1, v2, v[3:4] ; encoding: [0xfe,0x0c,0x77,0xd5,0x01,0x05,0x0e,0x04]
 
 v_mad_i64_i32 v[5:6], s[14:15], v1, v2, v[3:4]
-// W64: encoding: [0x05,0x0e,0x77,0xd5,0x01,0x05,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_i64_i32 v[5:6], s[14:15], v1, v2, v[3:4] ; encoding: [0x05,0x0e,0x77,0xd5,0x01,0x05,0x0e,0x04]
 
 v_mad_i64_i32 v[5:6], s[100:101], v1, v2, v[3:4]
-// W64: encoding: [0x05,0x64,0x77,0xd5,0x01,0x05,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_i64_i32 v[5:6], s[100:101], v1, v2, v[3:4] ; encoding: [0x05,0x64,0x77,0xd5,0x01,0x05,0x0e,0x04]
 
 v_mad_i64_i32 v[5:6], s[12:13], v255, v2, v[3:4]
-// W64: encoding: [0x05,0x0c,0x77,0xd5,0xff,0x05,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_i64_i32 v[5:6], s[12:13], v255, v2, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0xff,0x05,0x0e,0x04]
 
 v_mad_i64_i32 v[5:6], s[12:13], s1, v2, v[3:4]
-// W64: encoding: [0x05,0x0c,0x77,0xd5,0x01,0x04,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_i64_i32 v[5:6], s[12:13], s1, v2, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0x04,0x0e,0x04]
 
 v_mad_i64_i32 v[5:6], s[12:13], s101, v2, v[3:4]
-// W64: encoding: [0x05,0x0c,0x77,0xd5,0x65,0x04,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_i64_i32 v[5:6], s[12:13], s101, v2, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0x65,0x04,0x0e,0x04]
 
 v_mad_i64_i32 v[5:6], s[12:13], vcc_lo, v2, v[3:4]
-// W64: encoding: [0x05,0x0c,0x77,0xd5,0x6a,0x04,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_i64_i32 v[5:6], s[12:13], vcc_lo, v2, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0x6a,0x04,0x0e,0x04]
 
 v_mad_i64_i32 v[5:6], s[12:13], vcc_hi, v2, v[3:4]
-// W64: encoding: [0x05,0x0c,0x77,0xd5,0x6b,0x04,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_i64_i32 v[5:6], s[12:13], vcc_hi, v2, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0x6b,0x04,0x0e,0x04]
 
 v_mad_i64_i32 v[5:6], s[12:13], m0, v2, v[3:4]
-// W64: encoding: [0x05,0x0c,0x77,0xd5,0x7c,0x04,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_i64_i32 v[5:6], s[12:13], m0, v2, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0x7c,0x04,0x0e,0x04]
 
 v_mad_i64_i32 v[5:6], s[12:13], exec_lo, v2, v[3:4]
-// W64: encoding: [0x05,0x0c,0x77,0xd5,0x7e,0x04,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_i64_i32 v[5:6], s[12:13], exec_lo, v2, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0x7e,0x04,0x0e,0x04]
 
 v_mad_i64_i32 v[5:6], s[12:13], exec_hi, v2, v[3:4]
-// W64: encoding: [0x05,0x0c,0x77,0xd5,0x7f,0x04,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_i64_i32 v[5:6], s[12:13], exec_hi, v2, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0x7f,0x04,0x0e,0x04]
 
 v_mad_i64_i32 v[5:6], s[12:13], 0, v2, v[3:4]
-// W64: encoding: [0x05,0x0c,0x77,0xd5,0x80,0x04,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_i64_i32 v[5:6], s[12:13], 0, v2, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0x80,0x04,0x0e,0x04]
 
 v_mad_i64_i32 v[5:6], s[12:13], -1, v2, v[3:4]
-// W64: encoding: [0x05,0x0c,0x77,0xd5,0xc1,0x04,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_i64_i32 v[5:6], s[12:13], -1, v2, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0xc1,0x04,0x0e,0x04]
 
 v_mad_i64_i32 v[5:6], s[12:13], 0.5, v2, v[3:4]
-// W64: encoding: [0x05,0x0c,0x77,0xd5,0xf0,0x04,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_i64_i32 v[5:6], s[12:13], 0.5, v2, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0xf0,0x04,0x0e,0x04]
 
 v_mad_i64_i32 v[5:6], s[12:13], -4.0, v2, v[3:4]
-// W64: encoding: [0x05,0x0c,0x77,0xd5,0xf7,0x04,0x0e,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_i64_i32 v[5:6], s[12:13], -4.0, v2, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0xf7,0x04,0x0e,0x04]
 
 v_mad_i64_i32 v[5:6], s[12:13], v1, v255, v[3:4]
-// W64: encoding: [0x05,0x0c,0x77,0xd5,0x01,0xff,0x0f,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_i64_i32 v[5:6], s[12:13], v1, v255, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0xff,0x0f,0x04]
 
 v_mad_i64_i32 v[5:6], s[12:13], v1, s2, v[3:4]
-// W64: encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0x0c,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_i64_i32 v[5:6], s[12:13], v1, s2, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0x0c,0x04]
 
 v_mad_i64_i32 v[5:6], s[12:13], v1, s101, v[3:4]
-// W64: encoding: [0x05,0x0c,0x77,0xd5,0x01,0xcb,0x0c,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_i64_i32 v[5:6], s[12:13], v1, s101, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0xcb,0x0c,0x04]
 
 v_mad_i64_i32 v[5:6], s[12:13], v1, vcc_lo, v[3:4]
-// W64: encoding: [0x05,0x0c,0x77,0xd5,0x01,0xd5,0x0c,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_i64_i32 v[5:6], s[12:13], v1, vcc_lo, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0xd5,0x0c,0x04]
 
 v_mad_i64_i32 v[5:6], s[12:13], v1, vcc_hi, v[3:4]
-// W64: encoding: [0x05,0x0c,0x77,0xd5,0x01,0xd7,0x0c,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_i64_i32 v[5:6], s[12:13], v1, vcc_hi, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0xd7,0x0c,0x04]
 
 v_mad_i64_i32 v[5:6], s[12:13], v1, m0, v[3:4]
-// W64: encoding: [0x05,0x0c,0x77,0xd5,0x01,0xf9,0x0c,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_i64_i32 v[5:6], s[12:13], v1, m0, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0xf9,0x0c,0x04]
 
 v_mad_i64_i32 v[5:6], s[12:13], v1, exec_lo, v[3:4]
-// W64: encoding: [0x05,0x0c,0x77,0xd5,0x01,0xfd,0x0c,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_i64_i32 v[5:6], s[12:13], v1, exec_lo, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0xfd,0x0c,0x04]
 
 v_mad_i64_i32 v[5:6], s[12:13], v1, exec_hi, v[3:4]
-// W64: encoding: [0x05,0x0c,0x77,0xd5,0x01,0xff,0x0c,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_i64_i32 v[5:6], s[12:13], v1, exec_hi, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0xff,0x0c,0x04]
 
 v_mad_i64_i32 v[5:6], s[12:13], v1, 0, v[3:4]
-// W64: encoding: [0x05,0x0c,0x77,0xd5,0x01,0x01,0x0d,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_i64_i32 v[5:6], s[12:13], v1, 0, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0x01,0x0d,0x04]
 
 v_mad_i64_i32 v[5:6], s[12:13], v1, -1, v[3:4]
-// W64: encoding: [0x05,0x0c,0x77,0xd5,0x01,0x83,0x0d,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_i64_i32 v[5:6], s[12:13], v1, -1, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0x83,0x0d,0x04]
 
 v_mad_i64_i32 v[5:6], s[12:13], v1, 0.5, v[3:4]
-// W64: encoding: [0x05,0x0c,0x77,0xd5,0x01,0xe1,0x0d,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_i64_i32 v[5:6], s[12:13], v1, 0.5, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0xe1,0x0d,0x04]
 
 v_mad_i64_i32 v[5:6], s[12:13], v1, -4.0, v[3:4]
-// W64: encoding: [0x05,0x0c,0x77,0xd5,0x01,0xef,0x0d,0x04]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_i64_i32 v[5:6], s[12:13], v1, -4.0, v[3:4] ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0xef,0x0d,0x04]
 
 v_mad_i64_i32 v[5:6], s[12:13], v1, v2, v[254:255]
-// W64: encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0xfa,0x07]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_i64_i32 v[5:6], s[12:13], v1, v2, v[254:255] ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0xfa,0x07]
 
 v_mad_i64_i32 v[5:6], s[12:13], v1, v2, s[6:7]
-// W64: encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0x1a,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_i64_i32 v[5:6], s[12:13], v1, v2, s[6:7] ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0x1a,0x00]
 
 v_mad_i64_i32 v[5:6], s[12:13], v1, v2, s[8:9]
-// W64: encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0x22,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_i64_i32 v[5:6], s[12:13], v1, v2, s[8:9] ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0x22,0x00]
 
 v_mad_i64_i32 v[5:6], s[12:13], v1, v2, s[100:101]
-// W64: encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0x92,0x01]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_i64_i32 v[5:6], s[12:13], v1, v2, s[100:101] ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0x92,0x01]
 
 v_mad_i64_i32 v[5:6], s[12:13], v1, v2, vcc
-// W64: encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0xaa,0x01]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_i64_i32 v[5:6], s[12:13], v1, v2, vcc ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0xaa,0x01]
 
 v_mad_i64_i32 v[5:6], s[12:13], v1, v2, exec
-// W64: encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0xfa,0x01]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_i64_i32 v[5:6], s[12:13], v1, v2, exec ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0xfa,0x01]
 
 v_mad_i64_i32 v[5:6], s[12:13], v1, v2, 0
-// W64: encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0x02,0x02]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_i64_i32 v[5:6], s[12:13], v1, v2, 0 ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0x02,0x02]
 
 v_mad_i64_i32 v[5:6], s[12:13], v1, v2, -1
-// W64: encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0x06,0x03]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_i64_i32 v[5:6], s[12:13], v1, v2, -1 ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0x06,0x03]
 
 v_mad_i64_i32 v[5:6], s[12:13], v1, v2, 0.5
-// W64: encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0xc2,0x03]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_i64_i32 v[5:6], s[12:13], v1, v2, 0.5 ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0xc2,0x03]
 
 v_mad_i64_i32 v[5:6], s[12:13], v1, v2, -4.0
-// W64: encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0xde,0x03]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
+// W64: v_mad_i64_i32 v[5:6], s[12:13], v1, v2, -4.0 ; encoding: [0x05,0x0c,0x77,0xd5,0x01,0x05,0xde,0x03]
 
 v_xor3_b32 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x78,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_xor3_b32 v5, v1, v2, v3               ; encoding: [0x05,0x00,0x78,0xd5,0x01,0x05,0x0e,0x04]
 
 v_xor3_b32 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x78,0xd5,0x01,0x05,0x0e,0x04]
+// GFX10: v_xor3_b32 v255, v1, v2, v3             ; encoding: [0xff,0x00,0x78,0xd5,0x01,0x05,0x0e,0x04]
 
 v_xor3_b32 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x78,0xd5,0xff,0x05,0x0e,0x04]
+// GFX10: v_xor3_b32 v5, v255, v2, v3             ; encoding: [0x05,0x00,0x78,0xd5,0xff,0x05,0x0e,0x04]
 
 v_xor3_b32 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x78,0xd5,0x01,0x04,0x0e,0x04]
+// GFX10: v_xor3_b32 v5, s1, v2, v3               ; encoding: [0x05,0x00,0x78,0xd5,0x01,0x04,0x0e,0x04]
 
 v_xor3_b32 v5, s103, v2, v3
-// GFX10: encoding: [0x05,0x00,0x78,0xd5,0x67,0x04,0x0e,0x04]
+// GFX10: v_xor3_b32 v5, s103, v2, v3             ; encoding: [0x05,0x00,0x78,0xd5,0x67,0x04,0x0e,0x04]
 
 v_xor3_b32 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x78,0xd5,0x6a,0x04,0x0e,0x04]
+// GFX10: v_xor3_b32 v5, vcc_lo, v2, v3           ; encoding: [0x05,0x00,0x78,0xd5,0x6a,0x04,0x0e,0x04]
 
 v_xor3_b32 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x78,0xd5,0x6b,0x04,0x0e,0x04]
+// GFX10: v_xor3_b32 v5, vcc_hi, v2, v3           ; encoding: [0x05,0x00,0x78,0xd5,0x6b,0x04,0x0e,0x04]
 
 v_xor3_b32 v5, ttmp11, v2, v3
-// GFX10: encoding: [0x05,0x00,0x78,0xd5,0x77,0x04,0x0e,0x04]
+// GFX10: v_xor3_b32 v5, ttmp11, v2, v3           ; encoding: [0x05,0x00,0x78,0xd5,0x77,0x04,0x0e,0x04]
 
 v_xor3_b32 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x78,0xd5,0x7c,0x04,0x0e,0x04]
+// GFX10: v_xor3_b32 v5, m0, v2, v3               ; encoding: [0x05,0x00,0x78,0xd5,0x7c,0x04,0x0e,0x04]
 
 v_xor3_b32 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x78,0xd5,0x7e,0x04,0x0e,0x04]
+// GFX10: v_xor3_b32 v5, exec_lo, v2, v3          ; encoding: [0x05,0x00,0x78,0xd5,0x7e,0x04,0x0e,0x04]
 
 v_xor3_b32 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x78,0xd5,0x7f,0x04,0x0e,0x04]
+// GFX10: v_xor3_b32 v5, exec_hi, v2, v3          ; encoding: [0x05,0x00,0x78,0xd5,0x7f,0x04,0x0e,0x04]
 
 v_xor3_b32 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x78,0xd5,0x80,0x04,0x0e,0x04]
+// GFX10: v_xor3_b32 v5, 0, v2, v3                ; encoding: [0x05,0x00,0x78,0xd5,0x80,0x04,0x0e,0x04]
 
 v_xor3_b32 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x78,0xd5,0xc1,0x04,0x0e,0x04]
+// GFX10: v_xor3_b32 v5, -1, v2, v3               ; encoding: [0x05,0x00,0x78,0xd5,0xc1,0x04,0x0e,0x04]
 
 v_xor3_b32 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x78,0xd5,0xf0,0x04,0x0e,0x04]
+// GFX10: v_xor3_b32 v5, 0.5, v2, v3              ; encoding: [0x05,0x00,0x78,0xd5,0xf0,0x04,0x0e,0x04]
 
 v_xor3_b32 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x78,0xd5,0xf7,0x04,0x0e,0x04]
+// GFX10: v_xor3_b32 v5, -4.0, v2, v3             ; encoding: [0x05,0x00,0x78,0xd5,0xf7,0x04,0x0e,0x04]
 
 v_xor3_b32 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x78,0xd5,0x01,0xff,0x0f,0x04]
+// GFX10: v_xor3_b32 v5, v1, v255, v3             ; encoding: [0x05,0x00,0x78,0xd5,0x01,0xff,0x0f,0x04]
 
 v_xor3_b32 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x78,0xd5,0x01,0x05,0x0c,0x04]
+// GFX10: v_xor3_b32 v5, v1, s2, v3               ; encoding: [0x05,0x00,0x78,0xd5,0x01,0x05,0x0c,0x04]
 
 v_xor3_b32 v5, v1, s103, v3
-// GFX10: encoding: [0x05,0x00,0x78,0xd5,0x01,0xcf,0x0c,0x04]
+// GFX10: v_xor3_b32 v5, v1, s103, v3             ; encoding: [0x05,0x00,0x78,0xd5,0x01,0xcf,0x0c,0x04]
 
 v_xor3_b32 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x78,0xd5,0x01,0xd5,0x0c,0x04]
+// GFX10: v_xor3_b32 v5, v1, vcc_lo, v3           ; encoding: [0x05,0x00,0x78,0xd5,0x01,0xd5,0x0c,0x04]
 
 v_xor3_b32 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x78,0xd5,0x01,0xd7,0x0c,0x04]
+// GFX10: v_xor3_b32 v5, v1, vcc_hi, v3           ; encoding: [0x05,0x00,0x78,0xd5,0x01,0xd7,0x0c,0x04]
 
 v_xor3_b32 v5, v1, ttmp11, v3
-// GFX10: encoding: [0x05,0x00,0x78,0xd5,0x01,0xef,0x0c,0x04]
+// GFX10: v_xor3_b32 v5, v1, ttmp11, v3           ; encoding: [0x05,0x00,0x78,0xd5,0x01,0xef,0x0c,0x04]
 
 v_xor3_b32 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x78,0xd5,0x01,0xf9,0x0c,0x04]
+// GFX10: v_xor3_b32 v5, v1, m0, v3               ; encoding: [0x05,0x00,0x78,0xd5,0x01,0xf9,0x0c,0x04]
 
 v_xor3_b32 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x78,0xd5,0x01,0xfd,0x0c,0x04]
+// GFX10: v_xor3_b32 v5, v1, exec_lo, v3          ; encoding: [0x05,0x00,0x78,0xd5,0x01,0xfd,0x0c,0x04]
 
 v_xor3_b32 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x78,0xd5,0x01,0xff,0x0c,0x04]
+// GFX10: v_xor3_b32 v5, v1, exec_hi, v3          ; encoding: [0x05,0x00,0x78,0xd5,0x01,0xff,0x0c,0x04]
 
 v_xor3_b32 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x78,0xd5,0x01,0x01,0x0d,0x04]
+// GFX10: v_xor3_b32 v5, v1, 0, v3                ; encoding: [0x05,0x00,0x78,0xd5,0x01,0x01,0x0d,0x04]
 
 v_xor3_b32 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x78,0xd5,0x01,0x83,0x0d,0x04]
+// GFX10: v_xor3_b32 v5, v1, -1, v3               ; encoding: [0x05,0x00,0x78,0xd5,0x01,0x83,0x0d,0x04]
 
 v_xor3_b32 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x78,0xd5,0x01,0xe1,0x0d,0x04]
+// GFX10: v_xor3_b32 v5, v1, 0.5, v3              ; encoding: [0x05,0x00,0x78,0xd5,0x01,0xe1,0x0d,0x04]
 
 v_xor3_b32 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x78,0xd5,0x01,0xef,0x0d,0x04]
+// GFX10: v_xor3_b32 v5, v1, -4.0, v3             ; encoding: [0x05,0x00,0x78,0xd5,0x01,0xef,0x0d,0x04]
 
 v_xor3_b32 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x78,0xd5,0x01,0x05,0xfe,0x07]
+// GFX10: v_xor3_b32 v5, v1, v2, v255             ; encoding: [0x05,0x00,0x78,0xd5,0x01,0x05,0xfe,0x07]
 
 v_xor3_b32 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x78,0xd5,0x01,0x05,0x0e,0x00]
+// GFX10: v_xor3_b32 v5, v1, v2, s3               ; encoding: [0x05,0x00,0x78,0xd5,0x01,0x05,0x0e,0x00]
 
 v_xor3_b32 v5, v1, v2, s103
-// GFX10: encoding: [0x05,0x00,0x78,0xd5,0x01,0x05,0x9e,0x01]
+// GFX10: v_xor3_b32 v5, v1, v2, s103             ; encoding: [0x05,0x00,0x78,0xd5,0x01,0x05,0x9e,0x01]
 
 v_xor3_b32 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x78,0xd5,0x01,0x05,0xaa,0x01]
+// GFX10: v_xor3_b32 v5, v1, v2, vcc_lo           ; encoding: [0x05,0x00,0x78,0xd5,0x01,0x05,0xaa,0x01]
 
 v_xor3_b32 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x78,0xd5,0x01,0x05,0xae,0x01]
+// GFX10: v_xor3_b32 v5, v1, v2, vcc_hi           ; encoding: [0x05,0x00,0x78,0xd5,0x01,0x05,0xae,0x01]
 
 v_xor3_b32 v5, v1, v2, ttmp11
-// GFX10: encoding: [0x05,0x00,0x78,0xd5,0x01,0x05,0xde,0x01]
+// GFX10: v_xor3_b32 v5, v1, v2, ttmp11           ; encoding: [0x05,0x00,0x78,0xd5,0x01,0x05,0xde,0x01]
 
 v_xor3_b32 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x78,0xd5,0x01,0x05,0xf2,0x01]
+// GFX10: v_xor3_b32 v5, v1, v2, m0               ; encoding: [0x05,0x00,0x78,0xd5,0x01,0x05,0xf2,0x01]
 
 v_xor3_b32 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x78,0xd5,0x01,0x05,0xfa,0x01]
+// GFX10: v_xor3_b32 v5, v1, v2, exec_lo          ; encoding: [0x05,0x00,0x78,0xd5,0x01,0x05,0xfa,0x01]
 
 v_xor3_b32 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x78,0xd5,0x01,0x05,0xfe,0x01]
+// GFX10: v_xor3_b32 v5, v1, v2, exec_hi          ; encoding: [0x05,0x00,0x78,0xd5,0x01,0x05,0xfe,0x01]
 
 v_xor3_b32 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x78,0xd5,0x01,0x05,0x02,0x02]
+// GFX10: v_xor3_b32 v5, v1, v2, 0                ; encoding: [0x05,0x00,0x78,0xd5,0x01,0x05,0x02,0x02]
 
 v_xor3_b32 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x78,0xd5,0x01,0x05,0x06,0x03]
+// GFX10: v_xor3_b32 v5, v1, v2, -1               ; encoding: [0x05,0x00,0x78,0xd5,0x01,0x05,0x06,0x03]
 
 v_xor3_b32 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x78,0xd5,0x01,0x05,0xc2,0x03]
+// GFX10: v_xor3_b32 v5, v1, v2, 0.5              ; encoding: [0x05,0x00,0x78,0xd5,0x01,0x05,0xc2,0x03]
 
 v_xor3_b32 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x78,0xd5,0x01,0x05,0xde,0x03]
+// GFX10: v_xor3_b32 v5, v1, v2, -4.0             ; encoding: [0x05,0x00,0x78,0xd5,0x01,0x05,0xde,0x03]
 
 v_lshlrev_b64 v[5:6], v1, v[2:3]
-// GFX10: encoding: [0x05,0x00,0xff,0xd6,0x01,0x05,0x02,0x00]
+// GFX10: v_lshlrev_b64 v[5:6], v1, v[2:3]        ; encoding: [0x05,0x00,0xff,0xd6,0x01,0x05,0x02,0x00]
 
 v_lshlrev_b64 v[254:255], v1, v[2:3]
-// GFX10: encoding: [0xfe,0x00,0xff,0xd6,0x01,0x05,0x02,0x00]
+// GFX10: v_lshlrev_b64 v[254:255], v1, v[2:3]    ; encoding: [0xfe,0x00,0xff,0xd6,0x01,0x05,0x02,0x00]
 
 v_lshlrev_b64 v[5:6], v255, v[2:3]
-// GFX10: encoding: [0x05,0x00,0xff,0xd6,0xff,0x05,0x02,0x00]
+// GFX10: v_lshlrev_b64 v[5:6], v255, v[2:3]      ; encoding: [0x05,0x00,0xff,0xd6,0xff,0x05,0x02,0x00]
 
 v_lshlrev_b64 v[5:6], s1, v[2:3]
-// GFX10: encoding: [0x05,0x00,0xff,0xd6,0x01,0x04,0x02,0x00]
+// GFX10: v_lshlrev_b64 v[5:6], s1, v[2:3]        ; encoding: [0x05,0x00,0xff,0xd6,0x01,0x04,0x02,0x00]
 
 v_lshlrev_b64 v[5:6], s101, v[2:3]
-// GFX10: encoding: [0x05,0x00,0xff,0xd6,0x65,0x04,0x02,0x00]
+// GFX10: v_lshlrev_b64 v[5:6], s101, v[2:3]      ; encoding: [0x05,0x00,0xff,0xd6,0x65,0x04,0x02,0x00]
 
 v_lshlrev_b64 v[5:6], vcc_lo, v[2:3]
-// GFX10: encoding: [0x05,0x00,0xff,0xd6,0x6a,0x04,0x02,0x00]
+// GFX10: v_lshlrev_b64 v[5:6], vcc_lo, v[2:3]    ; encoding: [0x05,0x00,0xff,0xd6,0x6a,0x04,0x02,0x00]
 
 v_lshlrev_b64 v[5:6], vcc_hi, v[2:3]
-// GFX10: encoding: [0x05,0x00,0xff,0xd6,0x6b,0x04,0x02,0x00]
+// GFX10: v_lshlrev_b64 v[5:6], vcc_hi, v[2:3]    ; encoding: [0x05,0x00,0xff,0xd6,0x6b,0x04,0x02,0x00]
 
 v_lshlrev_b64 v[5:6], m0, v[2:3]
-// GFX10: encoding: [0x05,0x00,0xff,0xd6,0x7c,0x04,0x02,0x00]
+// GFX10: v_lshlrev_b64 v[5:6], m0, v[2:3]        ; encoding: [0x05,0x00,0xff,0xd6,0x7c,0x04,0x02,0x00]
 
 v_lshlrev_b64 v[5:6], exec_lo, v[2:3]
-// GFX10: encoding: [0x05,0x00,0xff,0xd6,0x7e,0x04,0x02,0x00]
+// GFX10: v_lshlrev_b64 v[5:6], exec_lo, v[2:3]   ; encoding: [0x05,0x00,0xff,0xd6,0x7e,0x04,0x02,0x00]
 
 v_lshlrev_b64 v[5:6], exec_hi, v[2:3]
-// GFX10: encoding: [0x05,0x00,0xff,0xd6,0x7f,0x04,0x02,0x00]
+// GFX10: v_lshlrev_b64 v[5:6], exec_hi, v[2:3]   ; encoding: [0x05,0x00,0xff,0xd6,0x7f,0x04,0x02,0x00]
 
 v_lshlrev_b64 v[5:6], 0, v[2:3]
-// GFX10: encoding: [0x05,0x00,0xff,0xd6,0x80,0x04,0x02,0x00]
+// GFX10: v_lshlrev_b64 v[5:6], 0, v[2:3]         ; encoding: [0x05,0x00,0xff,0xd6,0x80,0x04,0x02,0x00]
 
 v_lshlrev_b64 v[5:6], -1, v[2:3]
-// GFX10: encoding: [0x05,0x00,0xff,0xd6,0xc1,0x04,0x02,0x00]
+// GFX10: v_lshlrev_b64 v[5:6], -1, v[2:3]        ; encoding: [0x05,0x00,0xff,0xd6,0xc1,0x04,0x02,0x00]
 
 v_lshlrev_b64 v[5:6], 0.5, v[2:3]
-// GFX10: encoding: [0x05,0x00,0xff,0xd6,0xf0,0x04,0x02,0x00]
+// GFX10: v_lshlrev_b64 v[5:6], 0.5, v[2:3]       ; encoding: [0x05,0x00,0xff,0xd6,0xf0,0x04,0x02,0x00]
 
 v_lshlrev_b64 v[5:6], -4.0, v[2:3]
-// GFX10: encoding: [0x05,0x00,0xff,0xd6,0xf7,0x04,0x02,0x00]
+// GFX10: v_lshlrev_b64 v[5:6], -4.0, v[2:3]      ; encoding: [0x05,0x00,0xff,0xd6,0xf7,0x04,0x02,0x00]
 
 v_lshlrev_b64 v[5:6], v1, v[254:255]
-// GFX10: encoding: [0x05,0x00,0xff,0xd6,0x01,0xfd,0x03,0x00]
+// GFX10: v_lshlrev_b64 v[5:6], v1, v[254:255]    ; encoding: [0x05,0x00,0xff,0xd6,0x01,0xfd,0x03,0x00]
 
 v_lshlrev_b64 v[5:6], v1, s[4:5]
-// GFX10: encoding: [0x05,0x00,0xff,0xd6,0x01,0x09,0x00,0x00]
+// GFX10: v_lshlrev_b64 v[5:6], v1, s[4:5]        ; encoding: [0x05,0x00,0xff,0xd6,0x01,0x09,0x00,0x00]
 
 v_lshlrev_b64 v[5:6], v1, s[6:7]
-// GFX10: encoding: [0x05,0x00,0xff,0xd6,0x01,0x0d,0x00,0x00]
+// GFX10: v_lshlrev_b64 v[5:6], v1, s[6:7]        ; encoding: [0x05,0x00,0xff,0xd6,0x01,0x0d,0x00,0x00]
 
 v_lshlrev_b64 v[5:6], v1, s[100:101]
-// GFX10: encoding: [0x05,0x00,0xff,0xd6,0x01,0xc9,0x00,0x00]
+// GFX10: v_lshlrev_b64 v[5:6], v1, s[100:101]    ; encoding: [0x05,0x00,0xff,0xd6,0x01,0xc9,0x00,0x00]
 
 v_lshlrev_b64 v[5:6], v1, vcc
-// GFX10: encoding: [0x05,0x00,0xff,0xd6,0x01,0xd5,0x00,0x00]
+// GFX10: v_lshlrev_b64 v[5:6], v1, vcc           ; encoding: [0x05,0x00,0xff,0xd6,0x01,0xd5,0x00,0x00]
 
 v_lshlrev_b64 v[5:6], v1, exec
-// GFX10: encoding: [0x05,0x00,0xff,0xd6,0x01,0xfd,0x00,0x00]
+// GFX10: v_lshlrev_b64 v[5:6], v1, exec          ; encoding: [0x05,0x00,0xff,0xd6,0x01,0xfd,0x00,0x00]
 
 v_lshlrev_b64 v[5:6], v1, 0
-// GFX10: encoding: [0x05,0x00,0xff,0xd6,0x01,0x01,0x01,0x00]
+// GFX10: v_lshlrev_b64 v[5:6], v1, 0             ; encoding: [0x05,0x00,0xff,0xd6,0x01,0x01,0x01,0x00]
 
 v_lshlrev_b64 v[5:6], v1, -1
-// GFX10: encoding: [0x05,0x00,0xff,0xd6,0x01,0x83,0x01,0x00]
+// GFX10: v_lshlrev_b64 v[5:6], v1, -1            ; encoding: [0x05,0x00,0xff,0xd6,0x01,0x83,0x01,0x00]
 
 v_lshlrev_b64 v[5:6], v1, 0.5
-// GFX10: encoding: [0x05,0x00,0xff,0xd6,0x01,0xe1,0x01,0x00]
+// GFX10: v_lshlrev_b64 v[5:6], v1, 0.5           ; encoding: [0x05,0x00,0xff,0xd6,0x01,0xe1,0x01,0x00]
 
 v_lshlrev_b64 v[5:6], v1, -4.0
-// GFX10: encoding: [0x05,0x00,0xff,0xd6,0x01,0xef,0x01,0x00]
+// GFX10: v_lshlrev_b64 v[5:6], v1, -4.0          ; encoding: [0x05,0x00,0xff,0xd6,0x01,0xef,0x01,0x00]
 
 v_lshrrev_b64 v[5:6], v1, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x00,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_lshrrev_b64 v[5:6], v1, v[2:3]        ; encoding: [0x05,0x00,0x00,0xd7,0x01,0x05,0x02,0x00]
 
 v_lshrrev_b64 v[254:255], v1, v[2:3]
-// GFX10: encoding: [0xfe,0x00,0x00,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_lshrrev_b64 v[254:255], v1, v[2:3]    ; encoding: [0xfe,0x00,0x00,0xd7,0x01,0x05,0x02,0x00]
 
 v_lshrrev_b64 v[5:6], v255, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x00,0xd7,0xff,0x05,0x02,0x00]
+// GFX10: v_lshrrev_b64 v[5:6], v255, v[2:3]      ; encoding: [0x05,0x00,0x00,0xd7,0xff,0x05,0x02,0x00]
 
 v_lshrrev_b64 v[5:6], s1, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x00,0xd7,0x01,0x04,0x02,0x00]
+// GFX10: v_lshrrev_b64 v[5:6], s1, v[2:3]        ; encoding: [0x05,0x00,0x00,0xd7,0x01,0x04,0x02,0x00]
 
 v_lshrrev_b64 v[5:6], s101, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x00,0xd7,0x65,0x04,0x02,0x00]
+// GFX10: v_lshrrev_b64 v[5:6], s101, v[2:3]      ; encoding: [0x05,0x00,0x00,0xd7,0x65,0x04,0x02,0x00]
 
 v_lshrrev_b64 v[5:6], vcc_lo, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x00,0xd7,0x6a,0x04,0x02,0x00]
+// GFX10: v_lshrrev_b64 v[5:6], vcc_lo, v[2:3]    ; encoding: [0x05,0x00,0x00,0xd7,0x6a,0x04,0x02,0x00]
 
 v_lshrrev_b64 v[5:6], vcc_hi, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x00,0xd7,0x6b,0x04,0x02,0x00]
+// GFX10: v_lshrrev_b64 v[5:6], vcc_hi, v[2:3]    ; encoding: [0x05,0x00,0x00,0xd7,0x6b,0x04,0x02,0x00]
 
 v_lshrrev_b64 v[5:6], m0, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x00,0xd7,0x7c,0x04,0x02,0x00]
+// GFX10: v_lshrrev_b64 v[5:6], m0, v[2:3]        ; encoding: [0x05,0x00,0x00,0xd7,0x7c,0x04,0x02,0x00]
 
 v_lshrrev_b64 v[5:6], exec_lo, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x00,0xd7,0x7e,0x04,0x02,0x00]
+// GFX10: v_lshrrev_b64 v[5:6], exec_lo, v[2:3]   ; encoding: [0x05,0x00,0x00,0xd7,0x7e,0x04,0x02,0x00]
 
 v_lshrrev_b64 v[5:6], exec_hi, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x00,0xd7,0x7f,0x04,0x02,0x00]
+// GFX10: v_lshrrev_b64 v[5:6], exec_hi, v[2:3]   ; encoding: [0x05,0x00,0x00,0xd7,0x7f,0x04,0x02,0x00]
 
 v_lshrrev_b64 v[5:6], 0, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x00,0xd7,0x80,0x04,0x02,0x00]
+// GFX10: v_lshrrev_b64 v[5:6], 0, v[2:3]         ; encoding: [0x05,0x00,0x00,0xd7,0x80,0x04,0x02,0x00]
 
 v_lshrrev_b64 v[5:6], -1, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x00,0xd7,0xc1,0x04,0x02,0x00]
+// GFX10: v_lshrrev_b64 v[5:6], -1, v[2:3]        ; encoding: [0x05,0x00,0x00,0xd7,0xc1,0x04,0x02,0x00]
 
 v_lshrrev_b64 v[5:6], 0.5, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x00,0xd7,0xf0,0x04,0x02,0x00]
+// GFX10: v_lshrrev_b64 v[5:6], 0.5, v[2:3]       ; encoding: [0x05,0x00,0x00,0xd7,0xf0,0x04,0x02,0x00]
 
 v_lshrrev_b64 v[5:6], -4.0, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x00,0xd7,0xf7,0x04,0x02,0x00]
+// GFX10: v_lshrrev_b64 v[5:6], -4.0, v[2:3]      ; encoding: [0x05,0x00,0x00,0xd7,0xf7,0x04,0x02,0x00]
 
 v_lshrrev_b64 v[5:6], v1, v[254:255]
-// GFX10: encoding: [0x05,0x00,0x00,0xd7,0x01,0xfd,0x03,0x00]
+// GFX10: v_lshrrev_b64 v[5:6], v1, v[254:255]    ; encoding: [0x05,0x00,0x00,0xd7,0x01,0xfd,0x03,0x00]
 
 v_lshrrev_b64 v[5:6], v1, s[4:5]
-// GFX10: encoding: [0x05,0x00,0x00,0xd7,0x01,0x09,0x00,0x00]
+// GFX10: v_lshrrev_b64 v[5:6], v1, s[4:5]        ; encoding: [0x05,0x00,0x00,0xd7,0x01,0x09,0x00,0x00]
 
 v_lshrrev_b64 v[5:6], v1, s[6:7]
-// GFX10: encoding: [0x05,0x00,0x00,0xd7,0x01,0x0d,0x00,0x00]
+// GFX10: v_lshrrev_b64 v[5:6], v1, s[6:7]        ; encoding: [0x05,0x00,0x00,0xd7,0x01,0x0d,0x00,0x00]
 
 v_lshrrev_b64 v[5:6], v1, s[100:101]
-// GFX10: encoding: [0x05,0x00,0x00,0xd7,0x01,0xc9,0x00,0x00]
+// GFX10: v_lshrrev_b64 v[5:6], v1, s[100:101]    ; encoding: [0x05,0x00,0x00,0xd7,0x01,0xc9,0x00,0x00]
 
 v_lshrrev_b64 v[5:6], v1, vcc
-// GFX10: encoding: [0x05,0x00,0x00,0xd7,0x01,0xd5,0x00,0x00]
+// GFX10: v_lshrrev_b64 v[5:6], v1, vcc           ; encoding: [0x05,0x00,0x00,0xd7,0x01,0xd5,0x00,0x00]
 
 v_lshrrev_b64 v[5:6], v1, exec
-// GFX10: encoding: [0x05,0x00,0x00,0xd7,0x01,0xfd,0x00,0x00]
+// GFX10: v_lshrrev_b64 v[5:6], v1, exec          ; encoding: [0x05,0x00,0x00,0xd7,0x01,0xfd,0x00,0x00]
 
 v_lshrrev_b64 v[5:6], v1, 0
-// GFX10: encoding: [0x05,0x00,0x00,0xd7,0x01,0x01,0x01,0x00]
+// GFX10: v_lshrrev_b64 v[5:6], v1, 0             ; encoding: [0x05,0x00,0x00,0xd7,0x01,0x01,0x01,0x00]
 
 v_lshrrev_b64 v[5:6], v1, -1
-// GFX10: encoding: [0x05,0x00,0x00,0xd7,0x01,0x83,0x01,0x00]
+// GFX10: v_lshrrev_b64 v[5:6], v1, -1            ; encoding: [0x05,0x00,0x00,0xd7,0x01,0x83,0x01,0x00]
 
 v_lshrrev_b64 v[5:6], v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x00,0xd7,0x01,0xe1,0x01,0x00]
+// GFX10: v_lshrrev_b64 v[5:6], v1, 0.5           ; encoding: [0x05,0x00,0x00,0xd7,0x01,0xe1,0x01,0x00]
 
 v_lshrrev_b64 v[5:6], v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x00,0xd7,0x01,0xef,0x01,0x00]
+// GFX10: v_lshrrev_b64 v[5:6], v1, -4.0          ; encoding: [0x05,0x00,0x00,0xd7,0x01,0xef,0x01,0x00]
 
 v_ashrrev_i64 v[5:6], v1, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x01,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_ashrrev_i64 v[5:6], v1, v[2:3]        ; encoding: [0x05,0x00,0x01,0xd7,0x01,0x05,0x02,0x00]
 
 v_ashrrev_i64 v[254:255], v1, v[2:3]
-// GFX10: encoding: [0xfe,0x00,0x01,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_ashrrev_i64 v[254:255], v1, v[2:3]    ; encoding: [0xfe,0x00,0x01,0xd7,0x01,0x05,0x02,0x00]
 
 v_ashrrev_i64 v[5:6], v255, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x01,0xd7,0xff,0x05,0x02,0x00]
+// GFX10: v_ashrrev_i64 v[5:6], v255, v[2:3]      ; encoding: [0x05,0x00,0x01,0xd7,0xff,0x05,0x02,0x00]
 
 v_ashrrev_i64 v[5:6], s1, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x01,0xd7,0x01,0x04,0x02,0x00]
+// GFX10: v_ashrrev_i64 v[5:6], s1, v[2:3]        ; encoding: [0x05,0x00,0x01,0xd7,0x01,0x04,0x02,0x00]
 
 v_ashrrev_i64 v[5:6], s101, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x01,0xd7,0x65,0x04,0x02,0x00]
+// GFX10: v_ashrrev_i64 v[5:6], s101, v[2:3]      ; encoding: [0x05,0x00,0x01,0xd7,0x65,0x04,0x02,0x00]
 
 v_ashrrev_i64 v[5:6], vcc_lo, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x01,0xd7,0x6a,0x04,0x02,0x00]
+// GFX10: v_ashrrev_i64 v[5:6], vcc_lo, v[2:3]    ; encoding: [0x05,0x00,0x01,0xd7,0x6a,0x04,0x02,0x00]
 
 v_ashrrev_i64 v[5:6], vcc_hi, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x01,0xd7,0x6b,0x04,0x02,0x00]
+// GFX10: v_ashrrev_i64 v[5:6], vcc_hi, v[2:3]    ; encoding: [0x05,0x00,0x01,0xd7,0x6b,0x04,0x02,0x00]
 
 v_ashrrev_i64 v[5:6], m0, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x01,0xd7,0x7c,0x04,0x02,0x00]
+// GFX10: v_ashrrev_i64 v[5:6], m0, v[2:3]        ; encoding: [0x05,0x00,0x01,0xd7,0x7c,0x04,0x02,0x00]
 
 v_ashrrev_i64 v[5:6], exec_lo, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x01,0xd7,0x7e,0x04,0x02,0x00]
+// GFX10: v_ashrrev_i64 v[5:6], exec_lo, v[2:3]   ; encoding: [0x05,0x00,0x01,0xd7,0x7e,0x04,0x02,0x00]
 
 v_ashrrev_i64 v[5:6], exec_hi, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x01,0xd7,0x7f,0x04,0x02,0x00]
+// GFX10: v_ashrrev_i64 v[5:6], exec_hi, v[2:3]   ; encoding: [0x05,0x00,0x01,0xd7,0x7f,0x04,0x02,0x00]
 
 v_ashrrev_i64 v[5:6], 0, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x01,0xd7,0x80,0x04,0x02,0x00]
+// GFX10: v_ashrrev_i64 v[5:6], 0, v[2:3]         ; encoding: [0x05,0x00,0x01,0xd7,0x80,0x04,0x02,0x00]
 
 v_ashrrev_i64 v[5:6], -1, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x01,0xd7,0xc1,0x04,0x02,0x00]
+// GFX10: v_ashrrev_i64 v[5:6], -1, v[2:3]        ; encoding: [0x05,0x00,0x01,0xd7,0xc1,0x04,0x02,0x00]
 
 v_ashrrev_i64 v[5:6], 0.5, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x01,0xd7,0xf0,0x04,0x02,0x00]
+// GFX10: v_ashrrev_i64 v[5:6], 0.5, v[2:3]       ; encoding: [0x05,0x00,0x01,0xd7,0xf0,0x04,0x02,0x00]
 
 v_ashrrev_i64 v[5:6], -4.0, v[2:3]
-// GFX10: encoding: [0x05,0x00,0x01,0xd7,0xf7,0x04,0x02,0x00]
+// GFX10: v_ashrrev_i64 v[5:6], -4.0, v[2:3]      ; encoding: [0x05,0x00,0x01,0xd7,0xf7,0x04,0x02,0x00]
 
 v_ashrrev_i64 v[5:6], v1, v[254:255]
-// GFX10: encoding: [0x05,0x00,0x01,0xd7,0x01,0xfd,0x03,0x00]
+// GFX10: v_ashrrev_i64 v[5:6], v1, v[254:255]    ; encoding: [0x05,0x00,0x01,0xd7,0x01,0xfd,0x03,0x00]
 
 v_ashrrev_i64 v[5:6], v1, s[4:5]
-// GFX10: encoding: [0x05,0x00,0x01,0xd7,0x01,0x09,0x00,0x00]
+// GFX10: v_ashrrev_i64 v[5:6], v1, s[4:5]        ; encoding: [0x05,0x00,0x01,0xd7,0x01,0x09,0x00,0x00]
 
 v_ashrrev_i64 v[5:6], v1, s[6:7]
-// GFX10: encoding: [0x05,0x00,0x01,0xd7,0x01,0x0d,0x00,0x00]
+// GFX10: v_ashrrev_i64 v[5:6], v1, s[6:7]        ; encoding: [0x05,0x00,0x01,0xd7,0x01,0x0d,0x00,0x00]
 
 v_ashrrev_i64 v[5:6], v1, s[100:101]
-// GFX10: encoding: [0x05,0x00,0x01,0xd7,0x01,0xc9,0x00,0x00]
+// GFX10: v_ashrrev_i64 v[5:6], v1, s[100:101]    ; encoding: [0x05,0x00,0x01,0xd7,0x01,0xc9,0x00,0x00]
 
 v_ashrrev_i64 v[5:6], v1, vcc
-// GFX10: encoding: [0x05,0x00,0x01,0xd7,0x01,0xd5,0x00,0x00]
+// GFX10: v_ashrrev_i64 v[5:6], v1, vcc           ; encoding: [0x05,0x00,0x01,0xd7,0x01,0xd5,0x00,0x00]
 
 v_ashrrev_i64 v[5:6], v1, exec
-// GFX10: encoding: [0x05,0x00,0x01,0xd7,0x01,0xfd,0x00,0x00]
+// GFX10: v_ashrrev_i64 v[5:6], v1, exec          ; encoding: [0x05,0x00,0x01,0xd7,0x01,0xfd,0x00,0x00]
 
 v_ashrrev_i64 v[5:6], v1, 0
-// GFX10: encoding: [0x05,0x00,0x01,0xd7,0x01,0x01,0x01,0x00]
+// GFX10: v_ashrrev_i64 v[5:6], v1, 0             ; encoding: [0x05,0x00,0x01,0xd7,0x01,0x01,0x01,0x00]
 
 v_ashrrev_i64 v[5:6], v1, -1
-// GFX10: encoding: [0x05,0x00,0x01,0xd7,0x01,0x83,0x01,0x00]
+// GFX10: v_ashrrev_i64 v[5:6], v1, -1            ; encoding: [0x05,0x00,0x01,0xd7,0x01,0x83,0x01,0x00]
 
 v_ashrrev_i64 v[5:6], v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x01,0xd7,0x01,0xe1,0x01,0x00]
+// GFX10: v_ashrrev_i64 v[5:6], v1, 0.5           ; encoding: [0x05,0x00,0x01,0xd7,0x01,0xe1,0x01,0x00]
 
 v_ashrrev_i64 v[5:6], v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x01,0xd7,0x01,0xef,0x01,0x00]
+// GFX10: v_ashrrev_i64 v[5:6], v1, -4.0          ; encoding: [0x05,0x00,0x01,0xd7,0x01,0xef,0x01,0x00]
 
 v_add_nc_u16 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x03,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_add_nc_u16 v5, v1, v2                 ; encoding: [0x05,0x00,0x03,0xd7,0x01,0x05,0x02,0x00]
 
 v_add_nc_u16 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x03,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_add_nc_u16 v255, v1, v2               ; encoding: [0xff,0x00,0x03,0xd7,0x01,0x05,0x02,0x00]
 
 v_add_nc_u16 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x03,0xd7,0xff,0x05,0x02,0x00]
+// GFX10: v_add_nc_u16 v5, v255, v2               ; encoding: [0x05,0x00,0x03,0xd7,0xff,0x05,0x02,0x00]
 
 v_add_nc_u16 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x03,0xd7,0x01,0x04,0x02,0x00]
+// GFX10: v_add_nc_u16 v5, s1, v2                 ; encoding: [0x05,0x00,0x03,0xd7,0x01,0x04,0x02,0x00]
 
 v_add_nc_u16 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x03,0xd7,0x65,0x04,0x02,0x00]
+// GFX10: v_add_nc_u16 v5, s101, v2               ; encoding: [0x05,0x00,0x03,0xd7,0x65,0x04,0x02,0x00]
 
 v_add_nc_u16 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x03,0xd7,0x6a,0x04,0x02,0x00]
+// GFX10: v_add_nc_u16 v5, vcc_lo, v2             ; encoding: [0x05,0x00,0x03,0xd7,0x6a,0x04,0x02,0x00]
 
 v_add_nc_u16 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x03,0xd7,0x6b,0x04,0x02,0x00]
+// GFX10: v_add_nc_u16 v5, vcc_hi, v2             ; encoding: [0x05,0x00,0x03,0xd7,0x6b,0x04,0x02,0x00]
 
 v_add_nc_u16 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x03,0xd7,0x7c,0x04,0x02,0x00]
+// GFX10: v_add_nc_u16 v5, m0, v2                 ; encoding: [0x05,0x00,0x03,0xd7,0x7c,0x04,0x02,0x00]
 
 v_add_nc_u16 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x03,0xd7,0x7e,0x04,0x02,0x00]
+// GFX10: v_add_nc_u16 v5, exec_lo, v2            ; encoding: [0x05,0x00,0x03,0xd7,0x7e,0x04,0x02,0x00]
 
 v_add_nc_u16 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x03,0xd7,0x7f,0x04,0x02,0x00]
+// GFX10: v_add_nc_u16 v5, exec_hi, v2            ; encoding: [0x05,0x00,0x03,0xd7,0x7f,0x04,0x02,0x00]
 
 v_add_nc_u16 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x03,0xd7,0x80,0x04,0x02,0x00]
+// GFX10: v_add_nc_u16 v5, 0, v2                  ; encoding: [0x05,0x00,0x03,0xd7,0x80,0x04,0x02,0x00]
 
 v_add_nc_u16 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x03,0xd7,0xc1,0x04,0x02,0x00]
+// GFX10: v_add_nc_u16 v5, -1, v2                 ; encoding: [0x05,0x00,0x03,0xd7,0xc1,0x04,0x02,0x00]
 
 v_add_nc_u16 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x03,0xd7,0xf0,0x04,0x02,0x00]
+// GFX10: v_add_nc_u16 v5, 0.5, v2                ; encoding: [0x05,0x00,0x03,0xd7,0xf0,0x04,0x02,0x00]
 
 v_add_nc_u16 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x03,0xd7,0xf7,0x04,0x02,0x00]
+// GFX10: v_add_nc_u16 v5, -4.0, v2               ; encoding: [0x05,0x00,0x03,0xd7,0xf7,0x04,0x02,0x00]
 
 v_add_nc_u16 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x03,0xd7,0x01,0xff,0x03,0x00]
+// GFX10: v_add_nc_u16 v5, v1, v255               ; encoding: [0x05,0x00,0x03,0xd7,0x01,0xff,0x03,0x00]
 
 v_add_nc_u16 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x03,0xd7,0x01,0x05,0x00,0x00]
+// GFX10: v_add_nc_u16 v5, v1, s2                 ; encoding: [0x05,0x00,0x03,0xd7,0x01,0x05,0x00,0x00]
 
 v_add_nc_u16 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x03,0xd7,0x01,0xcb,0x00,0x00]
+// GFX10: v_add_nc_u16 v5, v1, s101               ; encoding: [0x05,0x00,0x03,0xd7,0x01,0xcb,0x00,0x00]
 
 v_add_nc_u16 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x03,0xd7,0x01,0xd5,0x00,0x00]
+// GFX10: v_add_nc_u16 v5, v1, vcc_lo             ; encoding: [0x05,0x00,0x03,0xd7,0x01,0xd5,0x00,0x00]
 
 v_add_nc_u16 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x03,0xd7,0x01,0xd7,0x00,0x00]
+// GFX10: v_add_nc_u16 v5, v1, vcc_hi             ; encoding: [0x05,0x00,0x03,0xd7,0x01,0xd7,0x00,0x00]
 
 v_add_nc_u16 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x03,0xd7,0x01,0xf9,0x00,0x00]
+// GFX10: v_add_nc_u16 v5, v1, m0                 ; encoding: [0x05,0x00,0x03,0xd7,0x01,0xf9,0x00,0x00]
 
 v_add_nc_u16 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x03,0xd7,0x01,0xfd,0x00,0x00]
+// GFX10: v_add_nc_u16 v5, v1, exec_lo            ; encoding: [0x05,0x00,0x03,0xd7,0x01,0xfd,0x00,0x00]
 
 v_add_nc_u16 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x03,0xd7,0x01,0xff,0x00,0x00]
+// GFX10: v_add_nc_u16 v5, v1, exec_hi            ; encoding: [0x05,0x00,0x03,0xd7,0x01,0xff,0x00,0x00]
 
 v_add_nc_u16 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x03,0xd7,0x01,0x01,0x01,0x00]
+// GFX10: v_add_nc_u16 v5, v1, 0                  ; encoding: [0x05,0x00,0x03,0xd7,0x01,0x01,0x01,0x00]
 
 v_add_nc_u16 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x03,0xd7,0x01,0x83,0x01,0x00]
+// GFX10: v_add_nc_u16 v5, v1, -1                 ; encoding: [0x05,0x00,0x03,0xd7,0x01,0x83,0x01,0x00]
 
 v_add_nc_u16 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x03,0xd7,0x01,0xe1,0x01,0x00]
+// GFX10: v_add_nc_u16 v5, v1, 0.5                ; encoding: [0x05,0x00,0x03,0xd7,0x01,0xe1,0x01,0x00]
 
 v_add_nc_u16 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x03,0xd7,0x01,0xef,0x01,0x00]
+// GFX10: v_add_nc_u16 v5, v1, -4.0               ; encoding: [0x05,0x00,0x03,0xd7,0x01,0xef,0x01,0x00]
 
 v_add_nc_u16 v5, v1, -4.0 clamp
-// GFX10: encoding: [0x05,0x80,0x03,0xd7,0x01,0xef,0x01,0x00]
+// GFX10: v_add_nc_u16 v5, v1, -4.0 clamp         ; encoding: [0x05,0x80,0x03,0xd7,0x01,0xef,0x01,0x00]
 
 v_add_nc_u16 v5, v1, v2 op_sel:[1,1,1]
-// GFX10: [0x05,0x58,0x03,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_add_nc_u16 v5, v1, v2 op_sel:[1,1,1]  ; encoding: [0x05,0x58,0x03,0xd7,0x01,0x05,0x02,0x00]
 
 v_add_nc_u16 v5, v1, v2 op_sel:[0,0,0]
-// GFX10: [0x05,0x00,0x03,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_add_nc_u16 v5, v1, v2                 ; encoding: [0x05,0x00,0x03,0xd7,0x01,0x05,0x02,0x00]
 
 v_add_nc_u16 v5, v1, v2 op_sel:[1,0,0]
-// GFX10: [0x05,0x08,0x03,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_add_nc_u16 v5, v1, v2 op_sel:[1,0,0]  ; encoding: [0x05,0x08,0x03,0xd7,0x01,0x05,0x02,0x00]
 
 v_add_nc_u16 v5, v1, v2 op_sel:[0,1,0]
-// GFX10: [0x05,0x10,0x03,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_add_nc_u16 v5, v1, v2 op_sel:[0,1,0]  ; encoding: [0x05,0x10,0x03,0xd7,0x01,0x05,0x02,0x00]
 
 v_add_nc_u16 v5, v1, v2 op_sel:[0,0,1]
-// GFX10: [0x05,0x40,0x03,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_add_nc_u16 v5, v1, v2 op_sel:[0,0,1]  ; encoding: [0x05,0x40,0x03,0xd7,0x01,0x05,0x02,0x00]
 
 v_sub_nc_u16 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x04,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_sub_nc_u16 v5, v1, v2                 ; encoding: [0x05,0x00,0x04,0xd7,0x01,0x05,0x02,0x00]
 
 v_sub_nc_u16 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x04,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_sub_nc_u16 v255, v1, v2               ; encoding: [0xff,0x00,0x04,0xd7,0x01,0x05,0x02,0x00]
 
 v_sub_nc_u16 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x04,0xd7,0xff,0x05,0x02,0x00]
+// GFX10: v_sub_nc_u16 v5, v255, v2               ; encoding: [0x05,0x00,0x04,0xd7,0xff,0x05,0x02,0x00]
 
 v_sub_nc_u16 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x04,0xd7,0x01,0x04,0x02,0x00]
+// GFX10: v_sub_nc_u16 v5, s1, v2                 ; encoding: [0x05,0x00,0x04,0xd7,0x01,0x04,0x02,0x00]
 
 v_sub_nc_u16 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x04,0xd7,0x65,0x04,0x02,0x00]
+// GFX10: v_sub_nc_u16 v5, s101, v2               ; encoding: [0x05,0x00,0x04,0xd7,0x65,0x04,0x02,0x00]
 
 v_sub_nc_u16 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x04,0xd7,0x6a,0x04,0x02,0x00]
+// GFX10: v_sub_nc_u16 v5, vcc_lo, v2             ; encoding: [0x05,0x00,0x04,0xd7,0x6a,0x04,0x02,0x00]
 
 v_sub_nc_u16 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x04,0xd7,0x6b,0x04,0x02,0x00]
+// GFX10: v_sub_nc_u16 v5, vcc_hi, v2             ; encoding: [0x05,0x00,0x04,0xd7,0x6b,0x04,0x02,0x00]
 
 v_sub_nc_u16 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x04,0xd7,0x7c,0x04,0x02,0x00]
+// GFX10: v_sub_nc_u16 v5, m0, v2                 ; encoding: [0x05,0x00,0x04,0xd7,0x7c,0x04,0x02,0x00]
 
 v_sub_nc_u16 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x04,0xd7,0x7e,0x04,0x02,0x00]
+// GFX10: v_sub_nc_u16 v5, exec_lo, v2            ; encoding: [0x05,0x00,0x04,0xd7,0x7e,0x04,0x02,0x00]
 
 v_sub_nc_u16 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x04,0xd7,0x7f,0x04,0x02,0x00]
+// GFX10: v_sub_nc_u16 v5, exec_hi, v2            ; encoding: [0x05,0x00,0x04,0xd7,0x7f,0x04,0x02,0x00]
 
 v_sub_nc_u16 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x04,0xd7,0x80,0x04,0x02,0x00]
+// GFX10: v_sub_nc_u16 v5, 0, v2                  ; encoding: [0x05,0x00,0x04,0xd7,0x80,0x04,0x02,0x00]
 
 v_sub_nc_u16 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x04,0xd7,0xc1,0x04,0x02,0x00]
+// GFX10: v_sub_nc_u16 v5, -1, v2                 ; encoding: [0x05,0x00,0x04,0xd7,0xc1,0x04,0x02,0x00]
 
 v_sub_nc_u16 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x04,0xd7,0xf0,0x04,0x02,0x00]
+// GFX10: v_sub_nc_u16 v5, 0.5, v2                ; encoding: [0x05,0x00,0x04,0xd7,0xf0,0x04,0x02,0x00]
 
 v_sub_nc_u16 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x04,0xd7,0xf7,0x04,0x02,0x00]
+// GFX10: v_sub_nc_u16 v5, -4.0, v2               ; encoding: [0x05,0x00,0x04,0xd7,0xf7,0x04,0x02,0x00]
 
 v_sub_nc_u16 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x04,0xd7,0x01,0xff,0x03,0x00]
+// GFX10: v_sub_nc_u16 v5, v1, v255               ; encoding: [0x05,0x00,0x04,0xd7,0x01,0xff,0x03,0x00]
 
 v_sub_nc_u16 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x04,0xd7,0x01,0x05,0x00,0x00]
+// GFX10: v_sub_nc_u16 v5, v1, s2                 ; encoding: [0x05,0x00,0x04,0xd7,0x01,0x05,0x00,0x00]
 
 v_sub_nc_u16 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x04,0xd7,0x01,0xcb,0x00,0x00]
+// GFX10: v_sub_nc_u16 v5, v1, s101               ; encoding: [0x05,0x00,0x04,0xd7,0x01,0xcb,0x00,0x00]
 
 v_sub_nc_u16 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x04,0xd7,0x01,0xd5,0x00,0x00]
+// GFX10: v_sub_nc_u16 v5, v1, vcc_lo             ; encoding: [0x05,0x00,0x04,0xd7,0x01,0xd5,0x00,0x00]
 
 v_sub_nc_u16 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x04,0xd7,0x01,0xd7,0x00,0x00]
+// GFX10: v_sub_nc_u16 v5, v1, vcc_hi             ; encoding: [0x05,0x00,0x04,0xd7,0x01,0xd7,0x00,0x00]
 
 v_sub_nc_u16 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x04,0xd7,0x01,0xf9,0x00,0x00]
+// GFX10: v_sub_nc_u16 v5, v1, m0                 ; encoding: [0x05,0x00,0x04,0xd7,0x01,0xf9,0x00,0x00]
 
 v_sub_nc_u16 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x04,0xd7,0x01,0xfd,0x00,0x00]
+// GFX10: v_sub_nc_u16 v5, v1, exec_lo            ; encoding: [0x05,0x00,0x04,0xd7,0x01,0xfd,0x00,0x00]
 
 v_sub_nc_u16 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x04,0xd7,0x01,0xff,0x00,0x00]
+// GFX10: v_sub_nc_u16 v5, v1, exec_hi            ; encoding: [0x05,0x00,0x04,0xd7,0x01,0xff,0x00,0x00]
 
 v_sub_nc_u16 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x04,0xd7,0x01,0x01,0x01,0x00]
+// GFX10: v_sub_nc_u16 v5, v1, 0                  ; encoding: [0x05,0x00,0x04,0xd7,0x01,0x01,0x01,0x00]
 
 v_sub_nc_u16 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x04,0xd7,0x01,0x83,0x01,0x00]
+// GFX10: v_sub_nc_u16 v5, v1, -1                 ; encoding: [0x05,0x00,0x04,0xd7,0x01,0x83,0x01,0x00]
 
 v_sub_nc_u16 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x04,0xd7,0x01,0xe1,0x01,0x00]
+// GFX10: v_sub_nc_u16 v5, v1, 0.5                ; encoding: [0x05,0x00,0x04,0xd7,0x01,0xe1,0x01,0x00]
 
 v_sub_nc_u16 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x04,0xd7,0x01,0xef,0x01,0x00]
+// GFX10: v_sub_nc_u16 v5, v1, -4.0               ; encoding: [0x05,0x00,0x04,0xd7,0x01,0xef,0x01,0x00]
 
 v_sub_nc_u16 v5, v1, -4.0 clamp
-// GFX10: encoding: [0x05,0x80,0x04,0xd7,0x01,0xef,0x01,0x00]
+// GFX10: v_sub_nc_u16 v5, v1, -4.0 clamp         ; encoding: [0x05,0x80,0x04,0xd7,0x01,0xef,0x01,0x00]
 
 v_sub_nc_u16 v5, v1, v2 op_sel:[1,1,1]
-// GFX10: [0x05,0x58,0x04,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_sub_nc_u16 v5, v1, v2 op_sel:[1,1,1]  ; encoding: [0x05,0x58,0x04,0xd7,0x01,0x05,0x02,0x00]
 
 v_sub_nc_u16 v5, v1, v2 op_sel:[0,0,0]
-// GFX10: [0x05,0x00,0x04,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_sub_nc_u16 v5, v1, v2                 ; encoding: [0x05,0x00,0x04,0xd7,0x01,0x05,0x02,0x00]
 
 v_sub_nc_u16 v5, v1, v2 op_sel:[1,0,0]
-// GFX10: [0x05,0x08,0x04,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_sub_nc_u16 v5, v1, v2 op_sel:[1,0,0]  ; encoding: [0x05,0x08,0x04,0xd7,0x01,0x05,0x02,0x00]
 
 v_sub_nc_u16 v5, v1, v2 op_sel:[0,1,0]
-// GFX10: [0x05,0x10,0x04,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_sub_nc_u16 v5, v1, v2 op_sel:[0,1,0]  ; encoding: [0x05,0x10,0x04,0xd7,0x01,0x05,0x02,0x00]
 
 v_sub_nc_u16 v5, v1, v2 op_sel:[0,0,1]
-// GFX10: [0x05,0x40,0x04,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_sub_nc_u16 v5, v1, v2 op_sel:[0,0,1]  ; encoding: [0x05,0x40,0x04,0xd7,0x01,0x05,0x02,0x00]
 
 v_mul_lo_u16 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x05,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_mul_lo_u16 v5, v1, v2                 ; encoding: [0x05,0x00,0x05,0xd7,0x01,0x05,0x02,0x00]
 
 v_mul_lo_u16 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x05,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_mul_lo_u16 v255, v1, v2               ; encoding: [0xff,0x00,0x05,0xd7,0x01,0x05,0x02,0x00]
 
 v_mul_lo_u16 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x05,0xd7,0xff,0x05,0x02,0x00]
+// GFX10: v_mul_lo_u16 v5, v255, v2               ; encoding: [0x05,0x00,0x05,0xd7,0xff,0x05,0x02,0x00]
 
 v_mul_lo_u16 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x05,0xd7,0x01,0x04,0x02,0x00]
+// GFX10: v_mul_lo_u16 v5, s1, v2                 ; encoding: [0x05,0x00,0x05,0xd7,0x01,0x04,0x02,0x00]
 
 v_mul_lo_u16 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x05,0xd7,0x65,0x04,0x02,0x00]
+// GFX10: v_mul_lo_u16 v5, s101, v2               ; encoding: [0x05,0x00,0x05,0xd7,0x65,0x04,0x02,0x00]
 
 v_mul_lo_u16 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x05,0xd7,0x6a,0x04,0x02,0x00]
+// GFX10: v_mul_lo_u16 v5, vcc_lo, v2             ; encoding: [0x05,0x00,0x05,0xd7,0x6a,0x04,0x02,0x00]
 
 v_mul_lo_u16 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x05,0xd7,0x6b,0x04,0x02,0x00]
+// GFX10: v_mul_lo_u16 v5, vcc_hi, v2             ; encoding: [0x05,0x00,0x05,0xd7,0x6b,0x04,0x02,0x00]
 
 v_mul_lo_u16 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x05,0xd7,0x7c,0x04,0x02,0x00]
+// GFX10: v_mul_lo_u16 v5, m0, v2                 ; encoding: [0x05,0x00,0x05,0xd7,0x7c,0x04,0x02,0x00]
 
 v_mul_lo_u16 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x05,0xd7,0x7e,0x04,0x02,0x00]
+// GFX10: v_mul_lo_u16 v5, exec_lo, v2            ; encoding: [0x05,0x00,0x05,0xd7,0x7e,0x04,0x02,0x00]
 
 v_mul_lo_u16 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x05,0xd7,0x7f,0x04,0x02,0x00]
+// GFX10: v_mul_lo_u16 v5, exec_hi, v2            ; encoding: [0x05,0x00,0x05,0xd7,0x7f,0x04,0x02,0x00]
 
 v_mul_lo_u16 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x05,0xd7,0x80,0x04,0x02,0x00]
+// GFX10: v_mul_lo_u16 v5, 0, v2                  ; encoding: [0x05,0x00,0x05,0xd7,0x80,0x04,0x02,0x00]
 
 v_mul_lo_u16 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x05,0xd7,0xc1,0x04,0x02,0x00]
+// GFX10: v_mul_lo_u16 v5, -1, v2                 ; encoding: [0x05,0x00,0x05,0xd7,0xc1,0x04,0x02,0x00]
 
 v_mul_lo_u16 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x05,0xd7,0xf0,0x04,0x02,0x00]
+// GFX10: v_mul_lo_u16 v5, 0.5, v2                ; encoding: [0x05,0x00,0x05,0xd7,0xf0,0x04,0x02,0x00]
 
 v_mul_lo_u16 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x05,0xd7,0xf7,0x04,0x02,0x00]
+// GFX10: v_mul_lo_u16 v5, -4.0, v2               ; encoding: [0x05,0x00,0x05,0xd7,0xf7,0x04,0x02,0x00]
 
 v_mul_lo_u16 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x05,0xd7,0x01,0xff,0x03,0x00]
+// GFX10: v_mul_lo_u16 v5, v1, v255               ; encoding: [0x05,0x00,0x05,0xd7,0x01,0xff,0x03,0x00]
 
 v_mul_lo_u16 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x05,0xd7,0x01,0x05,0x00,0x00]
+// GFX10: v_mul_lo_u16 v5, v1, s2                 ; encoding: [0x05,0x00,0x05,0xd7,0x01,0x05,0x00,0x00]
 
 v_mul_lo_u16 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x05,0xd7,0x01,0xcb,0x00,0x00]
+// GFX10: v_mul_lo_u16 v5, v1, s101               ; encoding: [0x05,0x00,0x05,0xd7,0x01,0xcb,0x00,0x00]
 
 v_mul_lo_u16 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x05,0xd7,0x01,0xd5,0x00,0x00]
+// GFX10: v_mul_lo_u16 v5, v1, vcc_lo             ; encoding: [0x05,0x00,0x05,0xd7,0x01,0xd5,0x00,0x00]
 
 v_mul_lo_u16 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x05,0xd7,0x01,0xd7,0x00,0x00]
+// GFX10: v_mul_lo_u16 v5, v1, vcc_hi             ; encoding: [0x05,0x00,0x05,0xd7,0x01,0xd7,0x00,0x00]
 
 v_mul_lo_u16 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x05,0xd7,0x01,0xf9,0x00,0x00]
+// GFX10: v_mul_lo_u16 v5, v1, m0                 ; encoding: [0x05,0x00,0x05,0xd7,0x01,0xf9,0x00,0x00]
 
 v_mul_lo_u16 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x05,0xd7,0x01,0xfd,0x00,0x00]
+// GFX10: v_mul_lo_u16 v5, v1, exec_lo            ; encoding: [0x05,0x00,0x05,0xd7,0x01,0xfd,0x00,0x00]
 
 v_mul_lo_u16 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x05,0xd7,0x01,0xff,0x00,0x00]
+// GFX10: v_mul_lo_u16 v5, v1, exec_hi            ; encoding: [0x05,0x00,0x05,0xd7,0x01,0xff,0x00,0x00]
 
 v_mul_lo_u16 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x05,0xd7,0x01,0x01,0x01,0x00]
+// GFX10: v_mul_lo_u16 v5, v1, 0                  ; encoding: [0x05,0x00,0x05,0xd7,0x01,0x01,0x01,0x00]
 
 v_mul_lo_u16 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x05,0xd7,0x01,0x83,0x01,0x00]
+// GFX10: v_mul_lo_u16 v5, v1, -1                 ; encoding: [0x05,0x00,0x05,0xd7,0x01,0x83,0x01,0x00]
 
 v_mul_lo_u16 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x05,0xd7,0x01,0xe1,0x01,0x00]
+// GFX10: v_mul_lo_u16 v5, v1, 0.5                ; encoding: [0x05,0x00,0x05,0xd7,0x01,0xe1,0x01,0x00]
 
 v_mul_lo_u16 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x05,0xd7,0x01,0xef,0x01,0x00]
+// GFX10: v_mul_lo_u16 v5, v1, -4.0               ; encoding: [0x05,0x00,0x05,0xd7,0x01,0xef,0x01,0x00]
 
 v_mul_lo_u16 v5, v1, v2 op_sel:[1,1,1]
-// GFX10: encoding: [0x05,0x58,0x05,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_mul_lo_u16 v5, v1, v2 op_sel:[1,1,1]  ; encoding: [0x05,0x58,0x05,0xd7,0x01,0x05,0x02,0x00]
 
 v_lshrrev_b16 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x07,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_lshrrev_b16 v5, v1, v2                ; encoding: [0x05,0x00,0x07,0xd7,0x01,0x05,0x02,0x00]
 
 v_lshrrev_b16 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x07,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_lshrrev_b16 v255, v1, v2              ; encoding: [0xff,0x00,0x07,0xd7,0x01,0x05,0x02,0x00]
 
 v_lshrrev_b16 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x07,0xd7,0xff,0x05,0x02,0x00]
+// GFX10: v_lshrrev_b16 v5, v255, v2              ; encoding: [0x05,0x00,0x07,0xd7,0xff,0x05,0x02,0x00]
 
 v_lshrrev_b16 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x07,0xd7,0x01,0x04,0x02,0x00]
+// GFX10: v_lshrrev_b16 v5, s1, v2                ; encoding: [0x05,0x00,0x07,0xd7,0x01,0x04,0x02,0x00]
 
 v_lshrrev_b16 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x07,0xd7,0x65,0x04,0x02,0x00]
+// GFX10: v_lshrrev_b16 v5, s101, v2              ; encoding: [0x05,0x00,0x07,0xd7,0x65,0x04,0x02,0x00]
 
 v_lshrrev_b16 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x07,0xd7,0x6a,0x04,0x02,0x00]
+// GFX10: v_lshrrev_b16 v5, vcc_lo, v2            ; encoding: [0x05,0x00,0x07,0xd7,0x6a,0x04,0x02,0x00]
 
 v_lshrrev_b16 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x07,0xd7,0x6b,0x04,0x02,0x00]
+// GFX10: v_lshrrev_b16 v5, vcc_hi, v2            ; encoding: [0x05,0x00,0x07,0xd7,0x6b,0x04,0x02,0x00]
 
 v_lshrrev_b16 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x07,0xd7,0x7c,0x04,0x02,0x00]
+// GFX10: v_lshrrev_b16 v5, m0, v2                ; encoding: [0x05,0x00,0x07,0xd7,0x7c,0x04,0x02,0x00]
 
 v_lshrrev_b16 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x07,0xd7,0x7e,0x04,0x02,0x00]
+// GFX10: v_lshrrev_b16 v5, exec_lo, v2           ; encoding: [0x05,0x00,0x07,0xd7,0x7e,0x04,0x02,0x00]
 
 v_lshrrev_b16 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x07,0xd7,0x7f,0x04,0x02,0x00]
+// GFX10: v_lshrrev_b16 v5, exec_hi, v2           ; encoding: [0x05,0x00,0x07,0xd7,0x7f,0x04,0x02,0x00]
 
 v_lshrrev_b16 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x07,0xd7,0x80,0x04,0x02,0x00]
+// GFX10: v_lshrrev_b16 v5, 0, v2                 ; encoding: [0x05,0x00,0x07,0xd7,0x80,0x04,0x02,0x00]
 
 v_lshrrev_b16 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x07,0xd7,0xc1,0x04,0x02,0x00]
+// GFX10: v_lshrrev_b16 v5, -1, v2                ; encoding: [0x05,0x00,0x07,0xd7,0xc1,0x04,0x02,0x00]
 
 v_lshrrev_b16 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x07,0xd7,0xf0,0x04,0x02,0x00]
+// GFX10: v_lshrrev_b16 v5, 0.5, v2               ; encoding: [0x05,0x00,0x07,0xd7,0xf0,0x04,0x02,0x00]
 
 v_lshrrev_b16 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x07,0xd7,0xf7,0x04,0x02,0x00]
+// GFX10: v_lshrrev_b16 v5, -4.0, v2              ; encoding: [0x05,0x00,0x07,0xd7,0xf7,0x04,0x02,0x00]
 
 v_lshrrev_b16 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x07,0xd7,0x01,0xff,0x03,0x00]
+// GFX10: v_lshrrev_b16 v5, v1, v255              ; encoding: [0x05,0x00,0x07,0xd7,0x01,0xff,0x03,0x00]
 
 v_lshrrev_b16 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x07,0xd7,0x01,0x05,0x00,0x00]
+// GFX10: v_lshrrev_b16 v5, v1, s2                ; encoding: [0x05,0x00,0x07,0xd7,0x01,0x05,0x00,0x00]
 
 v_lshrrev_b16 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x07,0xd7,0x01,0xcb,0x00,0x00]
+// GFX10: v_lshrrev_b16 v5, v1, s101              ; encoding: [0x05,0x00,0x07,0xd7,0x01,0xcb,0x00,0x00]
 
 v_lshrrev_b16 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x07,0xd7,0x01,0xd5,0x00,0x00]
+// GFX10: v_lshrrev_b16 v5, v1, vcc_lo            ; encoding: [0x05,0x00,0x07,0xd7,0x01,0xd5,0x00,0x00]
 
 v_lshrrev_b16 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x07,0xd7,0x01,0xd7,0x00,0x00]
+// GFX10: v_lshrrev_b16 v5, v1, vcc_hi            ; encoding: [0x05,0x00,0x07,0xd7,0x01,0xd7,0x00,0x00]
 
 v_lshrrev_b16 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x07,0xd7,0x01,0xf9,0x00,0x00]
+// GFX10: v_lshrrev_b16 v5, v1, m0                ; encoding: [0x05,0x00,0x07,0xd7,0x01,0xf9,0x00,0x00]
 
 v_lshrrev_b16 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x07,0xd7,0x01,0xfd,0x00,0x00]
+// GFX10: v_lshrrev_b16 v5, v1, exec_lo           ; encoding: [0x05,0x00,0x07,0xd7,0x01,0xfd,0x00,0x00]
 
 v_lshrrev_b16 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x07,0xd7,0x01,0xff,0x00,0x00]
+// GFX10: v_lshrrev_b16 v5, v1, exec_hi           ; encoding: [0x05,0x00,0x07,0xd7,0x01,0xff,0x00,0x00]
 
 v_lshrrev_b16 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x07,0xd7,0x01,0x01,0x01,0x00]
+// GFX10: v_lshrrev_b16 v5, v1, 0                 ; encoding: [0x05,0x00,0x07,0xd7,0x01,0x01,0x01,0x00]
 
 v_lshrrev_b16 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x07,0xd7,0x01,0x83,0x01,0x00]
+// GFX10: v_lshrrev_b16 v5, v1, -1                ; encoding: [0x05,0x00,0x07,0xd7,0x01,0x83,0x01,0x00]
 
 v_lshrrev_b16 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x07,0xd7,0x01,0xe1,0x01,0x00]
+// GFX10: v_lshrrev_b16 v5, v1, 0.5               ; encoding: [0x05,0x00,0x07,0xd7,0x01,0xe1,0x01,0x00]
 
 v_lshrrev_b16 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x07,0xd7,0x01,0xef,0x01,0x00]
+// GFX10: v_lshrrev_b16 v5, v1, -4.0              ; encoding: [0x05,0x00,0x07,0xd7,0x01,0xef,0x01,0x00]
 
 v_lshrrev_b16 v5, v1, v2 op_sel:[1,1,1]
-// GFX10: encoding: [0x05,0x58,0x07,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_lshrrev_b16 v5, v1, v2 op_sel:[1,1,1] ; encoding: [0x05,0x58,0x07,0xd7,0x01,0x05,0x02,0x00]
 
 v_ashrrev_i16 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x08,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_ashrrev_i16 v5, v1, v2                ; encoding: [0x05,0x00,0x08,0xd7,0x01,0x05,0x02,0x00]
 
 v_ashrrev_i16 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x08,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_ashrrev_i16 v255, v1, v2              ; encoding: [0xff,0x00,0x08,0xd7,0x01,0x05,0x02,0x00]
 
 v_ashrrev_i16 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x08,0xd7,0xff,0x05,0x02,0x00]
+// GFX10: v_ashrrev_i16 v5, v255, v2              ; encoding: [0x05,0x00,0x08,0xd7,0xff,0x05,0x02,0x00]
 
 v_ashrrev_i16 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x08,0xd7,0x01,0x04,0x02,0x00]
+// GFX10: v_ashrrev_i16 v5, s1, v2                ; encoding: [0x05,0x00,0x08,0xd7,0x01,0x04,0x02,0x00]
 
 v_ashrrev_i16 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x08,0xd7,0x65,0x04,0x02,0x00]
+// GFX10: v_ashrrev_i16 v5, s101, v2              ; encoding: [0x05,0x00,0x08,0xd7,0x65,0x04,0x02,0x00]
 
 v_ashrrev_i16 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x08,0xd7,0x6a,0x04,0x02,0x00]
+// GFX10: v_ashrrev_i16 v5, vcc_lo, v2            ; encoding: [0x05,0x00,0x08,0xd7,0x6a,0x04,0x02,0x00]
 
 v_ashrrev_i16 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x08,0xd7,0x6b,0x04,0x02,0x00]
+// GFX10: v_ashrrev_i16 v5, vcc_hi, v2            ; encoding: [0x05,0x00,0x08,0xd7,0x6b,0x04,0x02,0x00]
 
 v_ashrrev_i16 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x08,0xd7,0x7c,0x04,0x02,0x00]
+// GFX10: v_ashrrev_i16 v5, m0, v2                ; encoding: [0x05,0x00,0x08,0xd7,0x7c,0x04,0x02,0x00]
 
 v_ashrrev_i16 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x08,0xd7,0x7e,0x04,0x02,0x00]
+// GFX10: v_ashrrev_i16 v5, exec_lo, v2           ; encoding: [0x05,0x00,0x08,0xd7,0x7e,0x04,0x02,0x00]
 
 v_ashrrev_i16 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x08,0xd7,0x7f,0x04,0x02,0x00]
+// GFX10: v_ashrrev_i16 v5, exec_hi, v2           ; encoding: [0x05,0x00,0x08,0xd7,0x7f,0x04,0x02,0x00]
 
 v_ashrrev_i16 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x08,0xd7,0x80,0x04,0x02,0x00]
+// GFX10: v_ashrrev_i16 v5, 0, v2                 ; encoding: [0x05,0x00,0x08,0xd7,0x80,0x04,0x02,0x00]
 
 v_ashrrev_i16 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x08,0xd7,0xc1,0x04,0x02,0x00]
+// GFX10: v_ashrrev_i16 v5, -1, v2                ; encoding: [0x05,0x00,0x08,0xd7,0xc1,0x04,0x02,0x00]
 
 v_ashrrev_i16 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x08,0xd7,0xf0,0x04,0x02,0x00]
+// GFX10: v_ashrrev_i16 v5, 0.5, v2               ; encoding: [0x05,0x00,0x08,0xd7,0xf0,0x04,0x02,0x00]
 
 v_ashrrev_i16 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x08,0xd7,0xf7,0x04,0x02,0x00]
+// GFX10: v_ashrrev_i16 v5, -4.0, v2              ; encoding: [0x05,0x00,0x08,0xd7,0xf7,0x04,0x02,0x00]
 
 v_ashrrev_i16 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x08,0xd7,0x01,0xff,0x03,0x00]
+// GFX10: v_ashrrev_i16 v5, v1, v255              ; encoding: [0x05,0x00,0x08,0xd7,0x01,0xff,0x03,0x00]
 
 v_ashrrev_i16 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x08,0xd7,0x01,0x05,0x00,0x00]
+// GFX10: v_ashrrev_i16 v5, v1, s2                ; encoding: [0x05,0x00,0x08,0xd7,0x01,0x05,0x00,0x00]
 
 v_ashrrev_i16 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x08,0xd7,0x01,0xcb,0x00,0x00]
+// GFX10: v_ashrrev_i16 v5, v1, s101              ; encoding: [0x05,0x00,0x08,0xd7,0x01,0xcb,0x00,0x00]
 
 v_ashrrev_i16 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x08,0xd7,0x01,0xd5,0x00,0x00]
+// GFX10: v_ashrrev_i16 v5, v1, vcc_lo            ; encoding: [0x05,0x00,0x08,0xd7,0x01,0xd5,0x00,0x00]
 
 v_ashrrev_i16 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x08,0xd7,0x01,0xd7,0x00,0x00]
+// GFX10: v_ashrrev_i16 v5, v1, vcc_hi            ; encoding: [0x05,0x00,0x08,0xd7,0x01,0xd7,0x00,0x00]
 
 v_ashrrev_i16 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x08,0xd7,0x01,0xf9,0x00,0x00]
+// GFX10: v_ashrrev_i16 v5, v1, m0                ; encoding: [0x05,0x00,0x08,0xd7,0x01,0xf9,0x00,0x00]
 
 v_ashrrev_i16 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x08,0xd7,0x01,0xfd,0x00,0x00]
+// GFX10: v_ashrrev_i16 v5, v1, exec_lo           ; encoding: [0x05,0x00,0x08,0xd7,0x01,0xfd,0x00,0x00]
 
 v_ashrrev_i16 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x08,0xd7,0x01,0xff,0x00,0x00]
+// GFX10: v_ashrrev_i16 v5, v1, exec_hi           ; encoding: [0x05,0x00,0x08,0xd7,0x01,0xff,0x00,0x00]
 
 v_ashrrev_i16 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x08,0xd7,0x01,0x01,0x01,0x00]
+// GFX10: v_ashrrev_i16 v5, v1, 0                 ; encoding: [0x05,0x00,0x08,0xd7,0x01,0x01,0x01,0x00]
 
 v_ashrrev_i16 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x08,0xd7,0x01,0x83,0x01,0x00]
+// GFX10: v_ashrrev_i16 v5, v1, -1                ; encoding: [0x05,0x00,0x08,0xd7,0x01,0x83,0x01,0x00]
 
 v_ashrrev_i16 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x08,0xd7,0x01,0xe1,0x01,0x00]
+// GFX10: v_ashrrev_i16 v5, v1, 0.5               ; encoding: [0x05,0x00,0x08,0xd7,0x01,0xe1,0x01,0x00]
 
 v_ashrrev_i16 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x08,0xd7,0x01,0xef,0x01,0x00]
+// GFX10: v_ashrrev_i16 v5, v1, -4.0              ; encoding: [0x05,0x00,0x08,0xd7,0x01,0xef,0x01,0x00]
 
 v_ashrrev_i16 v5, v1, v2 op_sel:[1,1,1]
-// GFX10: encoding: [0x05,0x58,0x08,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_ashrrev_i16 v5, v1, v2 op_sel:[1,1,1] ; encoding: [0x05,0x58,0x08,0xd7,0x01,0x05,0x02,0x00]
 
 v_max_u16 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x09,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_max_u16 v5, v1, v2                    ; encoding: [0x05,0x00,0x09,0xd7,0x01,0x05,0x02,0x00]
 
 v_max_u16 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x09,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_max_u16 v255, v1, v2                  ; encoding: [0xff,0x00,0x09,0xd7,0x01,0x05,0x02,0x00]
 
 v_max_u16 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x09,0xd7,0xff,0x05,0x02,0x00]
+// GFX10: v_max_u16 v5, v255, v2                  ; encoding: [0x05,0x00,0x09,0xd7,0xff,0x05,0x02,0x00]
 
 v_max_u16 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x09,0xd7,0x01,0x04,0x02,0x00]
+// GFX10: v_max_u16 v5, s1, v2                    ; encoding: [0x05,0x00,0x09,0xd7,0x01,0x04,0x02,0x00]
 
 v_max_u16 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x09,0xd7,0x65,0x04,0x02,0x00]
+// GFX10: v_max_u16 v5, s101, v2                  ; encoding: [0x05,0x00,0x09,0xd7,0x65,0x04,0x02,0x00]
 
 v_max_u16 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x09,0xd7,0x6a,0x04,0x02,0x00]
+// GFX10: v_max_u16 v5, vcc_lo, v2                ; encoding: [0x05,0x00,0x09,0xd7,0x6a,0x04,0x02,0x00]
 
 v_max_u16 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x09,0xd7,0x6b,0x04,0x02,0x00]
+// GFX10: v_max_u16 v5, vcc_hi, v2                ; encoding: [0x05,0x00,0x09,0xd7,0x6b,0x04,0x02,0x00]
 
 v_max_u16 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x09,0xd7,0x7c,0x04,0x02,0x00]
+// GFX10: v_max_u16 v5, m0, v2                    ; encoding: [0x05,0x00,0x09,0xd7,0x7c,0x04,0x02,0x00]
 
 v_max_u16 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x09,0xd7,0x7e,0x04,0x02,0x00]
+// GFX10: v_max_u16 v5, exec_lo, v2               ; encoding: [0x05,0x00,0x09,0xd7,0x7e,0x04,0x02,0x00]
 
 v_max_u16 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x09,0xd7,0x7f,0x04,0x02,0x00]
+// GFX10: v_max_u16 v5, exec_hi, v2               ; encoding: [0x05,0x00,0x09,0xd7,0x7f,0x04,0x02,0x00]
 
 v_max_u16 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x09,0xd7,0x80,0x04,0x02,0x00]
+// GFX10: v_max_u16 v5, 0, v2                     ; encoding: [0x05,0x00,0x09,0xd7,0x80,0x04,0x02,0x00]
 
 v_max_u16 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x09,0xd7,0xc1,0x04,0x02,0x00]
+// GFX10: v_max_u16 v5, -1, v2                    ; encoding: [0x05,0x00,0x09,0xd7,0xc1,0x04,0x02,0x00]
 
 v_max_u16 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x09,0xd7,0xf0,0x04,0x02,0x00]
+// GFX10: v_max_u16 v5, 0.5, v2                   ; encoding: [0x05,0x00,0x09,0xd7,0xf0,0x04,0x02,0x00]
 
 v_max_u16 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x09,0xd7,0xf7,0x04,0x02,0x00]
+// GFX10: v_max_u16 v5, -4.0, v2                  ; encoding: [0x05,0x00,0x09,0xd7,0xf7,0x04,0x02,0x00]
 
 v_max_u16 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x09,0xd7,0x01,0xff,0x03,0x00]
+// GFX10: v_max_u16 v5, v1, v255                  ; encoding: [0x05,0x00,0x09,0xd7,0x01,0xff,0x03,0x00]
 
 v_max_u16 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x09,0xd7,0x01,0x05,0x00,0x00]
+// GFX10: v_max_u16 v5, v1, s2                    ; encoding: [0x05,0x00,0x09,0xd7,0x01,0x05,0x00,0x00]
 
 v_max_u16 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x09,0xd7,0x01,0xcb,0x00,0x00]
+// GFX10: v_max_u16 v5, v1, s101                  ; encoding: [0x05,0x00,0x09,0xd7,0x01,0xcb,0x00,0x00]
 
 v_max_u16 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x09,0xd7,0x01,0xd5,0x00,0x00]
+// GFX10: v_max_u16 v5, v1, vcc_lo                ; encoding: [0x05,0x00,0x09,0xd7,0x01,0xd5,0x00,0x00]
 
 v_max_u16 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x09,0xd7,0x01,0xd7,0x00,0x00]
+// GFX10: v_max_u16 v5, v1, vcc_hi                ; encoding: [0x05,0x00,0x09,0xd7,0x01,0xd7,0x00,0x00]
 
 v_max_u16 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x09,0xd7,0x01,0xf9,0x00,0x00]
+// GFX10: v_max_u16 v5, v1, m0                    ; encoding: [0x05,0x00,0x09,0xd7,0x01,0xf9,0x00,0x00]
 
 v_max_u16 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x09,0xd7,0x01,0xfd,0x00,0x00]
+// GFX10: v_max_u16 v5, v1, exec_lo               ; encoding: [0x05,0x00,0x09,0xd7,0x01,0xfd,0x00,0x00]
 
 v_max_u16 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x09,0xd7,0x01,0xff,0x00,0x00]
+// GFX10: v_max_u16 v5, v1, exec_hi               ; encoding: [0x05,0x00,0x09,0xd7,0x01,0xff,0x00,0x00]
 
 v_max_u16 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x09,0xd7,0x01,0x01,0x01,0x00]
+// GFX10: v_max_u16 v5, v1, 0                     ; encoding: [0x05,0x00,0x09,0xd7,0x01,0x01,0x01,0x00]
 
 v_max_u16 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x09,0xd7,0x01,0x83,0x01,0x00]
+// GFX10: v_max_u16 v5, v1, -1                    ; encoding: [0x05,0x00,0x09,0xd7,0x01,0x83,0x01,0x00]
 
 v_max_u16 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x09,0xd7,0x01,0xe1,0x01,0x00]
+// GFX10: v_max_u16 v5, v1, 0.5                   ; encoding: [0x05,0x00,0x09,0xd7,0x01,0xe1,0x01,0x00]
 
 v_max_u16 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x09,0xd7,0x01,0xef,0x01,0x00]
+// GFX10: v_max_u16 v5, v1, -4.0                  ; encoding: [0x05,0x00,0x09,0xd7,0x01,0xef,0x01,0x00]
 
 v_max_u16 v5, v1, v2 op_sel:[1,1,1]
-// GFX10: encoding: [0x05,0x58,0x09,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_max_u16 v5, v1, v2 op_sel:[1,1,1]     ; encoding: [0x05,0x58,0x09,0xd7,0x01,0x05,0x02,0x00]
 
 v_max_i16 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x0a,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_max_i16 v5, v1, v2                    ; encoding: [0x05,0x00,0x0a,0xd7,0x01,0x05,0x02,0x00]
 
 v_max_i16 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x0a,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_max_i16 v255, v1, v2                  ; encoding: [0xff,0x00,0x0a,0xd7,0x01,0x05,0x02,0x00]
 
 v_max_i16 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x0a,0xd7,0xff,0x05,0x02,0x00]
+// GFX10: v_max_i16 v5, v255, v2                  ; encoding: [0x05,0x00,0x0a,0xd7,0xff,0x05,0x02,0x00]
 
 v_max_i16 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x0a,0xd7,0x01,0x04,0x02,0x00]
+// GFX10: v_max_i16 v5, s1, v2                    ; encoding: [0x05,0x00,0x0a,0xd7,0x01,0x04,0x02,0x00]
 
 v_max_i16 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x0a,0xd7,0x65,0x04,0x02,0x00]
+// GFX10: v_max_i16 v5, s101, v2                  ; encoding: [0x05,0x00,0x0a,0xd7,0x65,0x04,0x02,0x00]
 
 v_max_i16 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x0a,0xd7,0x6a,0x04,0x02,0x00]
+// GFX10: v_max_i16 v5, vcc_lo, v2                ; encoding: [0x05,0x00,0x0a,0xd7,0x6a,0x04,0x02,0x00]
 
 v_max_i16 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x0a,0xd7,0x6b,0x04,0x02,0x00]
+// GFX10: v_max_i16 v5, vcc_hi, v2                ; encoding: [0x05,0x00,0x0a,0xd7,0x6b,0x04,0x02,0x00]
 
 v_max_i16 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x0a,0xd7,0x7c,0x04,0x02,0x00]
+// GFX10: v_max_i16 v5, m0, v2                    ; encoding: [0x05,0x00,0x0a,0xd7,0x7c,0x04,0x02,0x00]
 
 v_max_i16 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x0a,0xd7,0x7e,0x04,0x02,0x00]
+// GFX10: v_max_i16 v5, exec_lo, v2               ; encoding: [0x05,0x00,0x0a,0xd7,0x7e,0x04,0x02,0x00]
 
 v_max_i16 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x0a,0xd7,0x7f,0x04,0x02,0x00]
+// GFX10: v_max_i16 v5, exec_hi, v2               ; encoding: [0x05,0x00,0x0a,0xd7,0x7f,0x04,0x02,0x00]
 
 v_max_i16 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x0a,0xd7,0x80,0x04,0x02,0x00]
+// GFX10: v_max_i16 v5, 0, v2                     ; encoding: [0x05,0x00,0x0a,0xd7,0x80,0x04,0x02,0x00]
 
 v_max_i16 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x0a,0xd7,0xc1,0x04,0x02,0x00]
+// GFX10: v_max_i16 v5, -1, v2                    ; encoding: [0x05,0x00,0x0a,0xd7,0xc1,0x04,0x02,0x00]
 
 v_max_i16 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x0a,0xd7,0xf0,0x04,0x02,0x00]
+// GFX10: v_max_i16 v5, 0.5, v2                   ; encoding: [0x05,0x00,0x0a,0xd7,0xf0,0x04,0x02,0x00]
 
 v_max_i16 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x0a,0xd7,0xf7,0x04,0x02,0x00]
+// GFX10: v_max_i16 v5, -4.0, v2                  ; encoding: [0x05,0x00,0x0a,0xd7,0xf7,0x04,0x02,0x00]
 
 v_max_i16 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x0a,0xd7,0x01,0xff,0x03,0x00]
+// GFX10: v_max_i16 v5, v1, v255                  ; encoding: [0x05,0x00,0x0a,0xd7,0x01,0xff,0x03,0x00]
 
 v_max_i16 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x0a,0xd7,0x01,0x05,0x00,0x00]
+// GFX10: v_max_i16 v5, v1, s2                    ; encoding: [0x05,0x00,0x0a,0xd7,0x01,0x05,0x00,0x00]
 
 v_max_i16 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x0a,0xd7,0x01,0xcb,0x00,0x00]
+// GFX10: v_max_i16 v5, v1, s101                  ; encoding: [0x05,0x00,0x0a,0xd7,0x01,0xcb,0x00,0x00]
 
 v_max_i16 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x0a,0xd7,0x01,0xd5,0x00,0x00]
+// GFX10: v_max_i16 v5, v1, vcc_lo                ; encoding: [0x05,0x00,0x0a,0xd7,0x01,0xd5,0x00,0x00]
 
 v_max_i16 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x0a,0xd7,0x01,0xd7,0x00,0x00]
+// GFX10: v_max_i16 v5, v1, vcc_hi                ; encoding: [0x05,0x00,0x0a,0xd7,0x01,0xd7,0x00,0x00]
 
 v_max_i16 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x0a,0xd7,0x01,0xf9,0x00,0x00]
+// GFX10: v_max_i16 v5, v1, m0                    ; encoding: [0x05,0x00,0x0a,0xd7,0x01,0xf9,0x00,0x00]
 
 v_max_i16 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x0a,0xd7,0x01,0xfd,0x00,0x00]
+// GFX10: v_max_i16 v5, v1, exec_lo               ; encoding: [0x05,0x00,0x0a,0xd7,0x01,0xfd,0x00,0x00]
 
 v_max_i16 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x0a,0xd7,0x01,0xff,0x00,0x00]
+// GFX10: v_max_i16 v5, v1, exec_hi               ; encoding: [0x05,0x00,0x0a,0xd7,0x01,0xff,0x00,0x00]
 
 v_max_i16 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x0a,0xd7,0x01,0x01,0x01,0x00]
+// GFX10: v_max_i16 v5, v1, 0                     ; encoding: [0x05,0x00,0x0a,0xd7,0x01,0x01,0x01,0x00]
 
 v_max_i16 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x0a,0xd7,0x01,0x83,0x01,0x00]
+// GFX10: v_max_i16 v5, v1, -1                    ; encoding: [0x05,0x00,0x0a,0xd7,0x01,0x83,0x01,0x00]
 
 v_max_i16 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x0a,0xd7,0x01,0xe1,0x01,0x00]
+// GFX10: v_max_i16 v5, v1, 0.5                   ; encoding: [0x05,0x00,0x0a,0xd7,0x01,0xe1,0x01,0x00]
 
 v_max_i16 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x0a,0xd7,0x01,0xef,0x01,0x00]
+// GFX10: v_max_i16 v5, v1, -4.0                  ; encoding: [0x05,0x00,0x0a,0xd7,0x01,0xef,0x01,0x00]
 
 v_max_i16 v5, v1, v2 op_sel:[1,1,1]
-// GFX10: encoding: [0x05,0x58,0x0a,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_max_i16 v5, v1, v2 op_sel:[1,1,1]     ; encoding: [0x05,0x58,0x0a,0xd7,0x01,0x05,0x02,0x00]
 
 v_min_u16 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x0b,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_min_u16 v5, v1, v2                    ; encoding: [0x05,0x00,0x0b,0xd7,0x01,0x05,0x02,0x00]
 
 v_min_u16 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x0b,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_min_u16 v255, v1, v2                  ; encoding: [0xff,0x00,0x0b,0xd7,0x01,0x05,0x02,0x00]
 
 v_min_u16 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x0b,0xd7,0xff,0x05,0x02,0x00]
+// GFX10: v_min_u16 v5, v255, v2                  ; encoding: [0x05,0x00,0x0b,0xd7,0xff,0x05,0x02,0x00]
 
 v_min_u16 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x0b,0xd7,0x01,0x04,0x02,0x00]
+// GFX10: v_min_u16 v5, s1, v2                    ; encoding: [0x05,0x00,0x0b,0xd7,0x01,0x04,0x02,0x00]
 
 v_min_u16 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x0b,0xd7,0x65,0x04,0x02,0x00]
+// GFX10: v_min_u16 v5, s101, v2                  ; encoding: [0x05,0x00,0x0b,0xd7,0x65,0x04,0x02,0x00]
 
 v_min_u16 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x0b,0xd7,0x6a,0x04,0x02,0x00]
+// GFX10: v_min_u16 v5, vcc_lo, v2                ; encoding: [0x05,0x00,0x0b,0xd7,0x6a,0x04,0x02,0x00]
 
 v_min_u16 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x0b,0xd7,0x6b,0x04,0x02,0x00]
+// GFX10: v_min_u16 v5, vcc_hi, v2                ; encoding: [0x05,0x00,0x0b,0xd7,0x6b,0x04,0x02,0x00]
 
 v_min_u16 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x0b,0xd7,0x7c,0x04,0x02,0x00]
+// GFX10: v_min_u16 v5, m0, v2                    ; encoding: [0x05,0x00,0x0b,0xd7,0x7c,0x04,0x02,0x00]
 
 v_min_u16 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x0b,0xd7,0x7e,0x04,0x02,0x00]
+// GFX10: v_min_u16 v5, exec_lo, v2               ; encoding: [0x05,0x00,0x0b,0xd7,0x7e,0x04,0x02,0x00]
 
 v_min_u16 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x0b,0xd7,0x7f,0x04,0x02,0x00]
+// GFX10: v_min_u16 v5, exec_hi, v2               ; encoding: [0x05,0x00,0x0b,0xd7,0x7f,0x04,0x02,0x00]
 
 v_min_u16 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x0b,0xd7,0x80,0x04,0x02,0x00]
+// GFX10: v_min_u16 v5, 0, v2                     ; encoding: [0x05,0x00,0x0b,0xd7,0x80,0x04,0x02,0x00]
 
 v_min_u16 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x0b,0xd7,0xc1,0x04,0x02,0x00]
+// GFX10: v_min_u16 v5, -1, v2                    ; encoding: [0x05,0x00,0x0b,0xd7,0xc1,0x04,0x02,0x00]
 
 v_min_u16 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x0b,0xd7,0xf0,0x04,0x02,0x00]
+// GFX10: v_min_u16 v5, 0.5, v2                   ; encoding: [0x05,0x00,0x0b,0xd7,0xf0,0x04,0x02,0x00]
 
 v_min_u16 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x0b,0xd7,0xf7,0x04,0x02,0x00]
+// GFX10: v_min_u16 v5, -4.0, v2                  ; encoding: [0x05,0x00,0x0b,0xd7,0xf7,0x04,0x02,0x00]
 
 v_min_u16 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x0b,0xd7,0x01,0xff,0x03,0x00]
+// GFX10: v_min_u16 v5, v1, v255                  ; encoding: [0x05,0x00,0x0b,0xd7,0x01,0xff,0x03,0x00]
 
 v_min_u16 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x0b,0xd7,0x01,0x05,0x00,0x00]
+// GFX10: v_min_u16 v5, v1, s2                    ; encoding: [0x05,0x00,0x0b,0xd7,0x01,0x05,0x00,0x00]
 
 v_min_u16 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x0b,0xd7,0x01,0xcb,0x00,0x00]
+// GFX10: v_min_u16 v5, v1, s101                  ; encoding: [0x05,0x00,0x0b,0xd7,0x01,0xcb,0x00,0x00]
 
 v_min_u16 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x0b,0xd7,0x01,0xd5,0x00,0x00]
+// GFX10: v_min_u16 v5, v1, vcc_lo                ; encoding: [0x05,0x00,0x0b,0xd7,0x01,0xd5,0x00,0x00]
 
 v_min_u16 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x0b,0xd7,0x01,0xd7,0x00,0x00]
+// GFX10: v_min_u16 v5, v1, vcc_hi                ; encoding: [0x05,0x00,0x0b,0xd7,0x01,0xd7,0x00,0x00]
 
 v_min_u16 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x0b,0xd7,0x01,0xf9,0x00,0x00]
+// GFX10: v_min_u16 v5, v1, m0                    ; encoding: [0x05,0x00,0x0b,0xd7,0x01,0xf9,0x00,0x00]
 
 v_min_u16 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x0b,0xd7,0x01,0xfd,0x00,0x00]
+// GFX10: v_min_u16 v5, v1, exec_lo               ; encoding: [0x05,0x00,0x0b,0xd7,0x01,0xfd,0x00,0x00]
 
 v_min_u16 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x0b,0xd7,0x01,0xff,0x00,0x00]
+// GFX10: v_min_u16 v5, v1, exec_hi               ; encoding: [0x05,0x00,0x0b,0xd7,0x01,0xff,0x00,0x00]
 
 v_min_u16 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x0b,0xd7,0x01,0x01,0x01,0x00]
+// GFX10: v_min_u16 v5, v1, 0                     ; encoding: [0x05,0x00,0x0b,0xd7,0x01,0x01,0x01,0x00]
 
 v_min_u16 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x0b,0xd7,0x01,0x83,0x01,0x00]
+// GFX10: v_min_u16 v5, v1, -1                    ; encoding: [0x05,0x00,0x0b,0xd7,0x01,0x83,0x01,0x00]
 
 v_min_u16 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x0b,0xd7,0x01,0xe1,0x01,0x00]
+// GFX10: v_min_u16 v5, v1, 0.5                   ; encoding: [0x05,0x00,0x0b,0xd7,0x01,0xe1,0x01,0x00]
 
 v_min_u16 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x0b,0xd7,0x01,0xef,0x01,0x00]
+// GFX10: v_min_u16 v5, v1, -4.0                  ; encoding: [0x05,0x00,0x0b,0xd7,0x01,0xef,0x01,0x00]
 
 v_min_u16 v5, v1, v2 op_sel:[1,1,1]
-// GFX10: encoding: [0x05,0x58,0x0b,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_min_u16 v5, v1, v2 op_sel:[1,1,1]     ; encoding: [0x05,0x58,0x0b,0xd7,0x01,0x05,0x02,0x00]
 
 v_min_i16 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x0c,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_min_i16 v5, v1, v2                    ; encoding: [0x05,0x00,0x0c,0xd7,0x01,0x05,0x02,0x00]
 
 v_min_i16 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x0c,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_min_i16 v255, v1, v2                  ; encoding: [0xff,0x00,0x0c,0xd7,0x01,0x05,0x02,0x00]
 
 v_min_i16 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x0c,0xd7,0xff,0x05,0x02,0x00]
+// GFX10: v_min_i16 v5, v255, v2                  ; encoding: [0x05,0x00,0x0c,0xd7,0xff,0x05,0x02,0x00]
 
 v_min_i16 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x0c,0xd7,0x01,0x04,0x02,0x00]
+// GFX10: v_min_i16 v5, s1, v2                    ; encoding: [0x05,0x00,0x0c,0xd7,0x01,0x04,0x02,0x00]
 
 v_min_i16 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x0c,0xd7,0x65,0x04,0x02,0x00]
+// GFX10: v_min_i16 v5, s101, v2                  ; encoding: [0x05,0x00,0x0c,0xd7,0x65,0x04,0x02,0x00]
 
 v_min_i16 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x0c,0xd7,0x6a,0x04,0x02,0x00]
+// GFX10: v_min_i16 v5, vcc_lo, v2                ; encoding: [0x05,0x00,0x0c,0xd7,0x6a,0x04,0x02,0x00]
 
 v_min_i16 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x0c,0xd7,0x6b,0x04,0x02,0x00]
+// GFX10: v_min_i16 v5, vcc_hi, v2                ; encoding: [0x05,0x00,0x0c,0xd7,0x6b,0x04,0x02,0x00]
 
 v_min_i16 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x0c,0xd7,0x7c,0x04,0x02,0x00]
+// GFX10: v_min_i16 v5, m0, v2                    ; encoding: [0x05,0x00,0x0c,0xd7,0x7c,0x04,0x02,0x00]
 
 v_min_i16 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x0c,0xd7,0x7e,0x04,0x02,0x00]
+// GFX10: v_min_i16 v5, exec_lo, v2               ; encoding: [0x05,0x00,0x0c,0xd7,0x7e,0x04,0x02,0x00]
 
 v_min_i16 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x0c,0xd7,0x7f,0x04,0x02,0x00]
+// GFX10: v_min_i16 v5, exec_hi, v2               ; encoding: [0x05,0x00,0x0c,0xd7,0x7f,0x04,0x02,0x00]
 
 v_min_i16 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x0c,0xd7,0x80,0x04,0x02,0x00]
+// GFX10: v_min_i16 v5, 0, v2                     ; encoding: [0x05,0x00,0x0c,0xd7,0x80,0x04,0x02,0x00]
 
 v_min_i16 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x0c,0xd7,0xc1,0x04,0x02,0x00]
+// GFX10: v_min_i16 v5, -1, v2                    ; encoding: [0x05,0x00,0x0c,0xd7,0xc1,0x04,0x02,0x00]
 
 v_min_i16 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x0c,0xd7,0xf0,0x04,0x02,0x00]
+// GFX10: v_min_i16 v5, 0.5, v2                   ; encoding: [0x05,0x00,0x0c,0xd7,0xf0,0x04,0x02,0x00]
 
 v_min_i16 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x0c,0xd7,0xf7,0x04,0x02,0x00]
+// GFX10: v_min_i16 v5, -4.0, v2                  ; encoding: [0x05,0x00,0x0c,0xd7,0xf7,0x04,0x02,0x00]
 
 v_min_i16 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x0c,0xd7,0x01,0xff,0x03,0x00]
+// GFX10: v_min_i16 v5, v1, v255                  ; encoding: [0x05,0x00,0x0c,0xd7,0x01,0xff,0x03,0x00]
 
 v_min_i16 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x0c,0xd7,0x01,0x05,0x00,0x00]
+// GFX10: v_min_i16 v5, v1, s2                    ; encoding: [0x05,0x00,0x0c,0xd7,0x01,0x05,0x00,0x00]
 
 v_min_i16 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x0c,0xd7,0x01,0xcb,0x00,0x00]
+// GFX10: v_min_i16 v5, v1, s101                  ; encoding: [0x05,0x00,0x0c,0xd7,0x01,0xcb,0x00,0x00]
 
 v_min_i16 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x0c,0xd7,0x01,0xd5,0x00,0x00]
+// GFX10: v_min_i16 v5, v1, vcc_lo                ; encoding: [0x05,0x00,0x0c,0xd7,0x01,0xd5,0x00,0x00]
 
 v_min_i16 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x0c,0xd7,0x01,0xd7,0x00,0x00]
+// GFX10: v_min_i16 v5, v1, vcc_hi                ; encoding: [0x05,0x00,0x0c,0xd7,0x01,0xd7,0x00,0x00]
 
 v_min_i16 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x0c,0xd7,0x01,0xf9,0x00,0x00]
+// GFX10: v_min_i16 v5, v1, m0                    ; encoding: [0x05,0x00,0x0c,0xd7,0x01,0xf9,0x00,0x00]
 
 v_min_i16 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x0c,0xd7,0x01,0xfd,0x00,0x00]
+// GFX10: v_min_i16 v5, v1, exec_lo               ; encoding: [0x05,0x00,0x0c,0xd7,0x01,0xfd,0x00,0x00]
 
 v_min_i16 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x0c,0xd7,0x01,0xff,0x00,0x00]
+// GFX10: v_min_i16 v5, v1, exec_hi               ; encoding: [0x05,0x00,0x0c,0xd7,0x01,0xff,0x00,0x00]
 
 v_min_i16 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x0c,0xd7,0x01,0x01,0x01,0x00]
+// GFX10: v_min_i16 v5, v1, 0                     ; encoding: [0x05,0x00,0x0c,0xd7,0x01,0x01,0x01,0x00]
 
 v_min_i16 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x0c,0xd7,0x01,0x83,0x01,0x00]
+// GFX10: v_min_i16 v5, v1, -1                    ; encoding: [0x05,0x00,0x0c,0xd7,0x01,0x83,0x01,0x00]
 
 v_min_i16 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x0c,0xd7,0x01,0xe1,0x01,0x00]
+// GFX10: v_min_i16 v5, v1, 0.5                   ; encoding: [0x05,0x00,0x0c,0xd7,0x01,0xe1,0x01,0x00]
 
 v_min_i16 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x0c,0xd7,0x01,0xef,0x01,0x00]
+// GFX10: v_min_i16 v5, v1, -4.0                  ; encoding: [0x05,0x00,0x0c,0xd7,0x01,0xef,0x01,0x00]
 
 v_min_i16 v5, v1, v2 op_sel:[1,1,1]
-// GFX10: encoding: [0x05,0x58,0x0c,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_min_i16 v5, v1, v2 op_sel:[1,1,1]     ; encoding: [0x05,0x58,0x0c,0xd7,0x01,0x05,0x02,0x00]
 
 v_add_nc_i16 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x0d,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_add_nc_i16 v5, v1, v2                 ; encoding: [0x05,0x00,0x0d,0xd7,0x01,0x05,0x02,0x00]
 
 v_add_nc_i16 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x0d,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_add_nc_i16 v255, v1, v2               ; encoding: [0xff,0x00,0x0d,0xd7,0x01,0x05,0x02,0x00]
 
 v_add_nc_i16 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x0d,0xd7,0xff,0x05,0x02,0x00]
+// GFX10: v_add_nc_i16 v5, v255, v2               ; encoding: [0x05,0x00,0x0d,0xd7,0xff,0x05,0x02,0x00]
 
 v_add_nc_i16 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x0d,0xd7,0x01,0x04,0x02,0x00]
+// GFX10: v_add_nc_i16 v5, s1, v2                 ; encoding: [0x05,0x00,0x0d,0xd7,0x01,0x04,0x02,0x00]
 
 v_add_nc_i16 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x0d,0xd7,0x65,0x04,0x02,0x00]
+// GFX10: v_add_nc_i16 v5, s101, v2               ; encoding: [0x05,0x00,0x0d,0xd7,0x65,0x04,0x02,0x00]
 
 v_add_nc_i16 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x0d,0xd7,0x6a,0x04,0x02,0x00]
+// GFX10: v_add_nc_i16 v5, vcc_lo, v2             ; encoding: [0x05,0x00,0x0d,0xd7,0x6a,0x04,0x02,0x00]
 
 v_add_nc_i16 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x0d,0xd7,0x6b,0x04,0x02,0x00]
+// GFX10: v_add_nc_i16 v5, vcc_hi, v2             ; encoding: [0x05,0x00,0x0d,0xd7,0x6b,0x04,0x02,0x00]
 
 v_add_nc_i16 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x0d,0xd7,0x7c,0x04,0x02,0x00]
+// GFX10: v_add_nc_i16 v5, m0, v2                 ; encoding: [0x05,0x00,0x0d,0xd7,0x7c,0x04,0x02,0x00]
 
 v_add_nc_i16 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x0d,0xd7,0x7e,0x04,0x02,0x00]
+// GFX10: v_add_nc_i16 v5, exec_lo, v2            ; encoding: [0x05,0x00,0x0d,0xd7,0x7e,0x04,0x02,0x00]
 
 v_add_nc_i16 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x0d,0xd7,0x7f,0x04,0x02,0x00]
+// GFX10: v_add_nc_i16 v5, exec_hi, v2            ; encoding: [0x05,0x00,0x0d,0xd7,0x7f,0x04,0x02,0x00]
 
 v_add_nc_i16 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x0d,0xd7,0x80,0x04,0x02,0x00]
+// GFX10: v_add_nc_i16 v5, 0, v2                  ; encoding: [0x05,0x00,0x0d,0xd7,0x80,0x04,0x02,0x00]
 
 v_add_nc_i16 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x0d,0xd7,0xc1,0x04,0x02,0x00]
+// GFX10: v_add_nc_i16 v5, -1, v2                 ; encoding: [0x05,0x00,0x0d,0xd7,0xc1,0x04,0x02,0x00]
 
 v_add_nc_i16 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x0d,0xd7,0xf0,0x04,0x02,0x00]
+// GFX10: v_add_nc_i16 v5, 0.5, v2                ; encoding: [0x05,0x00,0x0d,0xd7,0xf0,0x04,0x02,0x00]
 
 v_add_nc_i16 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x0d,0xd7,0xf7,0x04,0x02,0x00]
+// GFX10: v_add_nc_i16 v5, -4.0, v2               ; encoding: [0x05,0x00,0x0d,0xd7,0xf7,0x04,0x02,0x00]
 
 v_add_nc_i16 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x0d,0xd7,0x01,0xff,0x03,0x00]
+// GFX10: v_add_nc_i16 v5, v1, v255               ; encoding: [0x05,0x00,0x0d,0xd7,0x01,0xff,0x03,0x00]
 
 v_add_nc_i16 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x0d,0xd7,0x01,0x05,0x00,0x00]
+// GFX10: v_add_nc_i16 v5, v1, s2                 ; encoding: [0x05,0x00,0x0d,0xd7,0x01,0x05,0x00,0x00]
 
 v_add_nc_i16 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x0d,0xd7,0x01,0xcb,0x00,0x00]
+// GFX10: v_add_nc_i16 v5, v1, s101               ; encoding: [0x05,0x00,0x0d,0xd7,0x01,0xcb,0x00,0x00]
 
 v_add_nc_i16 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x0d,0xd7,0x01,0xd5,0x00,0x00]
+// GFX10: v_add_nc_i16 v5, v1, vcc_lo             ; encoding: [0x05,0x00,0x0d,0xd7,0x01,0xd5,0x00,0x00]
 
 v_add_nc_i16 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x0d,0xd7,0x01,0xd7,0x00,0x00]
+// GFX10: v_add_nc_i16 v5, v1, vcc_hi             ; encoding: [0x05,0x00,0x0d,0xd7,0x01,0xd7,0x00,0x00]
 
 v_add_nc_i16 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x0d,0xd7,0x01,0xf9,0x00,0x00]
+// GFX10: v_add_nc_i16 v5, v1, m0                 ; encoding: [0x05,0x00,0x0d,0xd7,0x01,0xf9,0x00,0x00]
 
 v_add_nc_i16 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x0d,0xd7,0x01,0xfd,0x00,0x00]
+// GFX10: v_add_nc_i16 v5, v1, exec_lo            ; encoding: [0x05,0x00,0x0d,0xd7,0x01,0xfd,0x00,0x00]
 
 v_add_nc_i16 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x0d,0xd7,0x01,0xff,0x00,0x00]
+// GFX10: v_add_nc_i16 v5, v1, exec_hi            ; encoding: [0x05,0x00,0x0d,0xd7,0x01,0xff,0x00,0x00]
 
 v_add_nc_i16 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x0d,0xd7,0x01,0x01,0x01,0x00]
+// GFX10: v_add_nc_i16 v5, v1, 0                  ; encoding: [0x05,0x00,0x0d,0xd7,0x01,0x01,0x01,0x00]
 
 v_add_nc_i16 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x0d,0xd7,0x01,0x83,0x01,0x00]
+// GFX10: v_add_nc_i16 v5, v1, -1                 ; encoding: [0x05,0x00,0x0d,0xd7,0x01,0x83,0x01,0x00]
 
 v_add_nc_i16 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x0d,0xd7,0x01,0xe1,0x01,0x00]
+// GFX10: v_add_nc_i16 v5, v1, 0.5                ; encoding: [0x05,0x00,0x0d,0xd7,0x01,0xe1,0x01,0x00]
 
 v_add_nc_i16 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x0d,0xd7,0x01,0xef,0x01,0x00]
+// GFX10: v_add_nc_i16 v5, v1, -4.0               ; encoding: [0x05,0x00,0x0d,0xd7,0x01,0xef,0x01,0x00]
 
 v_sub_nc_i16 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x0e,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_sub_nc_i16 v5, v1, v2                 ; encoding: [0x05,0x00,0x0e,0xd7,0x01,0x05,0x02,0x00]
 
 v_sub_nc_i16 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x0e,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_sub_nc_i16 v255, v1, v2               ; encoding: [0xff,0x00,0x0e,0xd7,0x01,0x05,0x02,0x00]
 
 v_sub_nc_i16 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x0e,0xd7,0xff,0x05,0x02,0x00]
+// GFX10: v_sub_nc_i16 v5, v255, v2               ; encoding: [0x05,0x00,0x0e,0xd7,0xff,0x05,0x02,0x00]
 
 v_sub_nc_i16 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x0e,0xd7,0x01,0x04,0x02,0x00]
+// GFX10: v_sub_nc_i16 v5, s1, v2                 ; encoding: [0x05,0x00,0x0e,0xd7,0x01,0x04,0x02,0x00]
 
 v_sub_nc_i16 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x0e,0xd7,0x65,0x04,0x02,0x00]
+// GFX10: v_sub_nc_i16 v5, s101, v2               ; encoding: [0x05,0x00,0x0e,0xd7,0x65,0x04,0x02,0x00]
 
 v_sub_nc_i16 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x0e,0xd7,0x6a,0x04,0x02,0x00]
+// GFX10: v_sub_nc_i16 v5, vcc_lo, v2             ; encoding: [0x05,0x00,0x0e,0xd7,0x6a,0x04,0x02,0x00]
 
 v_sub_nc_i16 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x0e,0xd7,0x6b,0x04,0x02,0x00]
+// GFX10: v_sub_nc_i16 v5, vcc_hi, v2             ; encoding: [0x05,0x00,0x0e,0xd7,0x6b,0x04,0x02,0x00]
 
 v_sub_nc_i16 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x0e,0xd7,0x7c,0x04,0x02,0x00]
+// GFX10: v_sub_nc_i16 v5, m0, v2                 ; encoding: [0x05,0x00,0x0e,0xd7,0x7c,0x04,0x02,0x00]
 
 v_sub_nc_i16 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x0e,0xd7,0x7e,0x04,0x02,0x00]
+// GFX10: v_sub_nc_i16 v5, exec_lo, v2            ; encoding: [0x05,0x00,0x0e,0xd7,0x7e,0x04,0x02,0x00]
 
 v_sub_nc_i16 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x0e,0xd7,0x7f,0x04,0x02,0x00]
+// GFX10: v_sub_nc_i16 v5, exec_hi, v2            ; encoding: [0x05,0x00,0x0e,0xd7,0x7f,0x04,0x02,0x00]
 
 v_sub_nc_i16 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x0e,0xd7,0x80,0x04,0x02,0x00]
+// GFX10: v_sub_nc_i16 v5, 0, v2                  ; encoding: [0x05,0x00,0x0e,0xd7,0x80,0x04,0x02,0x00]
 
 v_sub_nc_i16 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x0e,0xd7,0xc1,0x04,0x02,0x00]
+// GFX10: v_sub_nc_i16 v5, -1, v2                 ; encoding: [0x05,0x00,0x0e,0xd7,0xc1,0x04,0x02,0x00]
 
 v_sub_nc_i16 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x0e,0xd7,0xf0,0x04,0x02,0x00]
+// GFX10: v_sub_nc_i16 v5, 0.5, v2                ; encoding: [0x05,0x00,0x0e,0xd7,0xf0,0x04,0x02,0x00]
 
 v_sub_nc_i16 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x0e,0xd7,0xf7,0x04,0x02,0x00]
+// GFX10: v_sub_nc_i16 v5, -4.0, v2               ; encoding: [0x05,0x00,0x0e,0xd7,0xf7,0x04,0x02,0x00]
 
 v_sub_nc_i16 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x0e,0xd7,0x01,0xff,0x03,0x00]
+// GFX10: v_sub_nc_i16 v5, v1, v255               ; encoding: [0x05,0x00,0x0e,0xd7,0x01,0xff,0x03,0x00]
 
 v_sub_nc_i16 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x0e,0xd7,0x01,0x05,0x00,0x00]
+// GFX10: v_sub_nc_i16 v5, v1, s2                 ; encoding: [0x05,0x00,0x0e,0xd7,0x01,0x05,0x00,0x00]
 
 v_sub_nc_i16 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x0e,0xd7,0x01,0xcb,0x00,0x00]
+// GFX10: v_sub_nc_i16 v5, v1, s101               ; encoding: [0x05,0x00,0x0e,0xd7,0x01,0xcb,0x00,0x00]
 
 v_sub_nc_i16 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x0e,0xd7,0x01,0xd5,0x00,0x00]
+// GFX10: v_sub_nc_i16 v5, v1, vcc_lo             ; encoding: [0x05,0x00,0x0e,0xd7,0x01,0xd5,0x00,0x00]
 
 v_sub_nc_i16 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x0e,0xd7,0x01,0xd7,0x00,0x00]
+// GFX10: v_sub_nc_i16 v5, v1, vcc_hi             ; encoding: [0x05,0x00,0x0e,0xd7,0x01,0xd7,0x00,0x00]
 
 v_sub_nc_i16 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x0e,0xd7,0x01,0xf9,0x00,0x00]
+// GFX10: v_sub_nc_i16 v5, v1, m0                 ; encoding: [0x05,0x00,0x0e,0xd7,0x01,0xf9,0x00,0x00]
 
 v_sub_nc_i16 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x0e,0xd7,0x01,0xfd,0x00,0x00]
+// GFX10: v_sub_nc_i16 v5, v1, exec_lo            ; encoding: [0x05,0x00,0x0e,0xd7,0x01,0xfd,0x00,0x00]
 
 v_sub_nc_i16 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x0e,0xd7,0x01,0xff,0x00,0x00]
+// GFX10: v_sub_nc_i16 v5, v1, exec_hi            ; encoding: [0x05,0x00,0x0e,0xd7,0x01,0xff,0x00,0x00]
 
 v_sub_nc_i16 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x0e,0xd7,0x01,0x01,0x01,0x00]
+// GFX10: v_sub_nc_i16 v5, v1, 0                  ; encoding: [0x05,0x00,0x0e,0xd7,0x01,0x01,0x01,0x00]
 
 v_sub_nc_i16 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x0e,0xd7,0x01,0x83,0x01,0x00]
+// GFX10: v_sub_nc_i16 v5, v1, -1                 ; encoding: [0x05,0x00,0x0e,0xd7,0x01,0x83,0x01,0x00]
 
 v_sub_nc_i16 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x0e,0xd7,0x01,0xe1,0x01,0x00]
+// GFX10: v_sub_nc_i16 v5, v1, 0.5                ; encoding: [0x05,0x00,0x0e,0xd7,0x01,0xe1,0x01,0x00]
 
 v_sub_nc_i16 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x0e,0xd7,0x01,0xef,0x01,0x00]
+// GFX10: v_sub_nc_i16 v5, v1, -4.0               ; encoding: [0x05,0x00,0x0e,0xd7,0x01,0xef,0x01,0x00]
 
 v_pack_b32_f16 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x11,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_pack_b32_f16 v5, v1, v2               ; encoding: [0x05,0x00,0x11,0xd7,0x01,0x05,0x02,0x00]
 
 v_pack_b32_f16 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x11,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_pack_b32_f16 v255, v1, v2             ; encoding: [0xff,0x00,0x11,0xd7,0x01,0x05,0x02,0x00]
 
 v_pack_b32_f16 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x11,0xd7,0xff,0x05,0x02,0x00]
+// GFX10: v_pack_b32_f16 v5, v255, v2             ; encoding: [0x05,0x00,0x11,0xd7,0xff,0x05,0x02,0x00]
 
 v_pack_b32_f16 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x11,0xd7,0x01,0x04,0x02,0x00]
+// GFX10: v_pack_b32_f16 v5, s1, v2               ; encoding: [0x05,0x00,0x11,0xd7,0x01,0x04,0x02,0x00]
 
 v_pack_b32_f16 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x11,0xd7,0x65,0x04,0x02,0x00]
+// GFX10: v_pack_b32_f16 v5, s101, v2             ; encoding: [0x05,0x00,0x11,0xd7,0x65,0x04,0x02,0x00]
 
 v_pack_b32_f16 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x11,0xd7,0x6a,0x04,0x02,0x00]
+// GFX10: v_pack_b32_f16 v5, vcc_lo, v2           ; encoding: [0x05,0x00,0x11,0xd7,0x6a,0x04,0x02,0x00]
 
 v_pack_b32_f16 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x11,0xd7,0x6b,0x04,0x02,0x00]
+// GFX10: v_pack_b32_f16 v5, vcc_hi, v2           ; encoding: [0x05,0x00,0x11,0xd7,0x6b,0x04,0x02,0x00]
 
 v_pack_b32_f16 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x11,0xd7,0x7c,0x04,0x02,0x00]
+// GFX10: v_pack_b32_f16 v5, m0, v2               ; encoding: [0x05,0x00,0x11,0xd7,0x7c,0x04,0x02,0x00]
 
 v_pack_b32_f16 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x11,0xd7,0x7e,0x04,0x02,0x00]
+// GFX10: v_pack_b32_f16 v5, exec_lo, v2          ; encoding: [0x05,0x00,0x11,0xd7,0x7e,0x04,0x02,0x00]
 
 v_pack_b32_f16 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x11,0xd7,0x7f,0x04,0x02,0x00]
+// GFX10: v_pack_b32_f16 v5, exec_hi, v2          ; encoding: [0x05,0x00,0x11,0xd7,0x7f,0x04,0x02,0x00]
 
 v_pack_b32_f16 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x11,0xd7,0x80,0x04,0x02,0x00]
+// GFX10: v_pack_b32_f16 v5, 0, v2                ; encoding: [0x05,0x00,0x11,0xd7,0x80,0x04,0x02,0x00]
 
 v_pack_b32_f16 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x11,0xd7,0xc1,0x04,0x02,0x00]
+// GFX10: v_pack_b32_f16 v5, -1, v2               ; encoding: [0x05,0x00,0x11,0xd7,0xc1,0x04,0x02,0x00]
 
 v_pack_b32_f16 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x11,0xd7,0xf0,0x04,0x02,0x00]
+// GFX10: v_pack_b32_f16 v5, 0.5, v2              ; encoding: [0x05,0x00,0x11,0xd7,0xf0,0x04,0x02,0x00]
 
 v_pack_b32_f16 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x11,0xd7,0xf7,0x04,0x02,0x00]
+// GFX10: v_pack_b32_f16 v5, -4.0, v2             ; encoding: [0x05,0x00,0x11,0xd7,0xf7,0x04,0x02,0x00]
 
 v_pack_b32_f16 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x11,0xd7,0x01,0xff,0x03,0x00]
+// GFX10: v_pack_b32_f16 v5, v1, v255             ; encoding: [0x05,0x00,0x11,0xd7,0x01,0xff,0x03,0x00]
 
 v_pack_b32_f16 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x11,0xd7,0x01,0x05,0x00,0x00]
+// GFX10: v_pack_b32_f16 v5, v1, s2               ; encoding: [0x05,0x00,0x11,0xd7,0x01,0x05,0x00,0x00]
 
 v_pack_b32_f16 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x11,0xd7,0x01,0xcb,0x00,0x00]
+// GFX10: v_pack_b32_f16 v5, v1, s101             ; encoding: [0x05,0x00,0x11,0xd7,0x01,0xcb,0x00,0x00]
 
 v_pack_b32_f16 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x11,0xd7,0x01,0xd5,0x00,0x00]
+// GFX10: v_pack_b32_f16 v5, v1, vcc_lo           ; encoding: [0x05,0x00,0x11,0xd7,0x01,0xd5,0x00,0x00]
 
 v_pack_b32_f16 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x11,0xd7,0x01,0xd7,0x00,0x00]
+// GFX10: v_pack_b32_f16 v5, v1, vcc_hi           ; encoding: [0x05,0x00,0x11,0xd7,0x01,0xd7,0x00,0x00]
 
 v_pack_b32_f16 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x11,0xd7,0x01,0xf9,0x00,0x00]
+// GFX10: v_pack_b32_f16 v5, v1, m0               ; encoding: [0x05,0x00,0x11,0xd7,0x01,0xf9,0x00,0x00]
 
 v_pack_b32_f16 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x11,0xd7,0x01,0xfd,0x00,0x00]
+// GFX10: v_pack_b32_f16 v5, v1, exec_lo          ; encoding: [0x05,0x00,0x11,0xd7,0x01,0xfd,0x00,0x00]
 
 v_pack_b32_f16 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x11,0xd7,0x01,0xff,0x00,0x00]
+// GFX10: v_pack_b32_f16 v5, v1, exec_hi          ; encoding: [0x05,0x00,0x11,0xd7,0x01,0xff,0x00,0x00]
 
 v_pack_b32_f16 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x11,0xd7,0x01,0x01,0x01,0x00]
+// GFX10: v_pack_b32_f16 v5, v1, 0                ; encoding: [0x05,0x00,0x11,0xd7,0x01,0x01,0x01,0x00]
 
 v_pack_b32_f16 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x11,0xd7,0x01,0x83,0x01,0x00]
+// GFX10: v_pack_b32_f16 v5, v1, -1               ; encoding: [0x05,0x00,0x11,0xd7,0x01,0x83,0x01,0x00]
 
 v_pack_b32_f16 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x11,0xd7,0x01,0xe1,0x01,0x00]
+// GFX10: v_pack_b32_f16 v5, v1, 0.5              ; encoding: [0x05,0x00,0x11,0xd7,0x01,0xe1,0x01,0x00]
 
 v_pack_b32_f16 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x11,0xd7,0x01,0xef,0x01,0x00]
+// GFX10: v_pack_b32_f16 v5, v1, -4.0             ; encoding: [0x05,0x00,0x11,0xd7,0x01,0xef,0x01,0x00]
 
 v_pack_b32_f16 v5, -v1, v2
-// GFX10: encoding: [0x05,0x00,0x11,0xd7,0x01,0x05,0x02,0x20]
+// GFX10: v_pack_b32_f16 v5, -v1, v2              ; encoding: [0x05,0x00,0x11,0xd7,0x01,0x05,0x02,0x20]
 
 v_pack_b32_f16 v5, v1, -v2
-// GFX10: encoding: [0x05,0x00,0x11,0xd7,0x01,0x05,0x02,0x40]
+// GFX10: v_pack_b32_f16 v5, v1, -v2              ; encoding: [0x05,0x00,0x11,0xd7,0x01,0x05,0x02,0x40]
 
 v_pack_b32_f16 v5, -v1, -v2
-// GFX10: encoding: [0x05,0x00,0x11,0xd7,0x01,0x05,0x02,0x60]
+// GFX10: v_pack_b32_f16 v5, -v1, -v2             ; encoding: [0x05,0x00,0x11,0xd7,0x01,0x05,0x02,0x60]
 
 v_pack_b32_f16 v5, |v1|, v2
-// GFX10: encoding: [0x05,0x01,0x11,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_pack_b32_f16 v5, |v1|, v2             ; encoding: [0x05,0x01,0x11,0xd7,0x01,0x05,0x02,0x00]
 
 v_pack_b32_f16 v5, v1, |v2|
-// GFX10: encoding: [0x05,0x02,0x11,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_pack_b32_f16 v5, v1, |v2|             ; encoding: [0x05,0x02,0x11,0xd7,0x01,0x05,0x02,0x00]
 
 v_pack_b32_f16 v5, |v1|, |v2|
-// GFX10: encoding: [0x05,0x03,0x11,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_pack_b32_f16 v5, |v1|, |v2|           ; encoding: [0x05,0x03,0x11,0xd7,0x01,0x05,0x02,0x00]
 
 v_pack_b32_f16 v5, v1, v2 op_sel:[0,0,0]
-// GFX10: encoding: [0x05,0x00,0x11,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_pack_b32_f16 v5, v1, v2               ; encoding: [0x05,0x00,0x11,0xd7,0x01,0x05,0x02,0x00]
 
 v_pack_b32_f16 v5, v1, v2 op_sel:[1,0,0]
-// GFX10: encoding: [0x05,0x08,0x11,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_pack_b32_f16 v5, v1, v2 op_sel:[1,0,0] ; encoding: [0x05,0x08,0x11,0xd7,0x01,0x05,0x02,0x00]
 
 v_pack_b32_f16 v5, v1, v2 op_sel:[0,1,0]
-// GFX10: encoding: [0x05,0x10,0x11,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_pack_b32_f16 v5, v1, v2 op_sel:[0,1,0] ; encoding: [0x05,0x10,0x11,0xd7,0x01,0x05,0x02,0x00]
 
 v_pack_b32_f16 v5, v1, v2 op_sel:[0,0,1]
-// GFX10: encoding: [0x05,0x40,0x11,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_pack_b32_f16 v5, v1, v2 op_sel:[0,0,1] ; encoding: [0x05,0x40,0x11,0xd7,0x01,0x05,0x02,0x00]
 
 v_pack_b32_f16 v5, v1, v2 op_sel:[1,1,1]
-// GFX10: encoding: [0x05,0x58,0x11,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_pack_b32_f16 v5, v1, v2 op_sel:[1,1,1] ; encoding: [0x05,0x58,0x11,0xd7,0x01,0x05,0x02,0x00]
 
 v_cvt_pknorm_i16_f16 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x12,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_cvt_pknorm_i16_f16 v5, v1, v2         ; encoding: [0x05,0x00,0x12,0xd7,0x01,0x05,0x02,0x00]
 
 v_cvt_pknorm_i16_f16 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x12,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_cvt_pknorm_i16_f16 v255, v1, v2       ; encoding: [0xff,0x00,0x12,0xd7,0x01,0x05,0x02,0x00]
 
 v_cvt_pknorm_i16_f16 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x12,0xd7,0xff,0x05,0x02,0x00]
+// GFX10: v_cvt_pknorm_i16_f16 v5, v255, v2       ; encoding: [0x05,0x00,0x12,0xd7,0xff,0x05,0x02,0x00]
 
 v_cvt_pknorm_i16_f16 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x12,0xd7,0x01,0x04,0x02,0x00]
+// GFX10: v_cvt_pknorm_i16_f16 v5, s1, v2         ; encoding: [0x05,0x00,0x12,0xd7,0x01,0x04,0x02,0x00]
 
 v_cvt_pknorm_i16_f16 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x12,0xd7,0x65,0x04,0x02,0x00]
+// GFX10: v_cvt_pknorm_i16_f16 v5, s101, v2       ; encoding: [0x05,0x00,0x12,0xd7,0x65,0x04,0x02,0x00]
 
 v_cvt_pknorm_i16_f16 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x12,0xd7,0x6a,0x04,0x02,0x00]
+// GFX10: v_cvt_pknorm_i16_f16 v5, vcc_lo, v2     ; encoding: [0x05,0x00,0x12,0xd7,0x6a,0x04,0x02,0x00]
 
 v_cvt_pknorm_i16_f16 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x12,0xd7,0x6b,0x04,0x02,0x00]
+// GFX10: v_cvt_pknorm_i16_f16 v5, vcc_hi, v2     ; encoding: [0x05,0x00,0x12,0xd7,0x6b,0x04,0x02,0x00]
 
 v_cvt_pknorm_i16_f16 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x12,0xd7,0x7c,0x04,0x02,0x00]
+// GFX10: v_cvt_pknorm_i16_f16 v5, m0, v2         ; encoding: [0x05,0x00,0x12,0xd7,0x7c,0x04,0x02,0x00]
 
 v_cvt_pknorm_i16_f16 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x12,0xd7,0x7e,0x04,0x02,0x00]
+// GFX10: v_cvt_pknorm_i16_f16 v5, exec_lo, v2    ; encoding: [0x05,0x00,0x12,0xd7,0x7e,0x04,0x02,0x00]
 
 v_cvt_pknorm_i16_f16 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x12,0xd7,0x7f,0x04,0x02,0x00]
+// GFX10: v_cvt_pknorm_i16_f16 v5, exec_hi, v2    ; encoding: [0x05,0x00,0x12,0xd7,0x7f,0x04,0x02,0x00]
 
 v_cvt_pknorm_i16_f16 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x12,0xd7,0x80,0x04,0x02,0x00]
+// GFX10: v_cvt_pknorm_i16_f16 v5, 0, v2          ; encoding: [0x05,0x00,0x12,0xd7,0x80,0x04,0x02,0x00]
 
 v_cvt_pknorm_i16_f16 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x12,0xd7,0xc1,0x04,0x02,0x00]
+// GFX10: v_cvt_pknorm_i16_f16 v5, -1, v2         ; encoding: [0x05,0x00,0x12,0xd7,0xc1,0x04,0x02,0x00]
 
 v_cvt_pknorm_i16_f16 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x12,0xd7,0xf0,0x04,0x02,0x00]
+// GFX10: v_cvt_pknorm_i16_f16 v5, 0.5, v2        ; encoding: [0x05,0x00,0x12,0xd7,0xf0,0x04,0x02,0x00]
 
 v_cvt_pknorm_i16_f16 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x12,0xd7,0xf7,0x04,0x02,0x00]
+// GFX10: v_cvt_pknorm_i16_f16 v5, -4.0, v2       ; encoding: [0x05,0x00,0x12,0xd7,0xf7,0x04,0x02,0x00]
 
 v_cvt_pknorm_i16_f16 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x12,0xd7,0x01,0xff,0x03,0x00]
+// GFX10: v_cvt_pknorm_i16_f16 v5, v1, v255       ; encoding: [0x05,0x00,0x12,0xd7,0x01,0xff,0x03,0x00]
 
 v_cvt_pknorm_i16_f16 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x12,0xd7,0x01,0x05,0x00,0x00]
+// GFX10: v_cvt_pknorm_i16_f16 v5, v1, s2         ; encoding: [0x05,0x00,0x12,0xd7,0x01,0x05,0x00,0x00]
 
 v_cvt_pknorm_i16_f16 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x12,0xd7,0x01,0xcb,0x00,0x00]
+// GFX10: v_cvt_pknorm_i16_f16 v5, v1, s101       ; encoding: [0x05,0x00,0x12,0xd7,0x01,0xcb,0x00,0x00]
 
 v_cvt_pknorm_i16_f16 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x12,0xd7,0x01,0xd5,0x00,0x00]
+// GFX10: v_cvt_pknorm_i16_f16 v5, v1, vcc_lo     ; encoding: [0x05,0x00,0x12,0xd7,0x01,0xd5,0x00,0x00]
 
 v_cvt_pknorm_i16_f16 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x12,0xd7,0x01,0xd7,0x00,0x00]
+// GFX10: v_cvt_pknorm_i16_f16 v5, v1, vcc_hi     ; encoding: [0x05,0x00,0x12,0xd7,0x01,0xd7,0x00,0x00]
 
 v_cvt_pknorm_i16_f16 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x12,0xd7,0x01,0xf9,0x00,0x00]
+// GFX10: v_cvt_pknorm_i16_f16 v5, v1, m0         ; encoding: [0x05,0x00,0x12,0xd7,0x01,0xf9,0x00,0x00]
 
 v_cvt_pknorm_i16_f16 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x12,0xd7,0x01,0xfd,0x00,0x00]
+// GFX10: v_cvt_pknorm_i16_f16 v5, v1, exec_lo    ; encoding: [0x05,0x00,0x12,0xd7,0x01,0xfd,0x00,0x00]
 
 v_cvt_pknorm_i16_f16 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x12,0xd7,0x01,0xff,0x00,0x00]
+// GFX10: v_cvt_pknorm_i16_f16 v5, v1, exec_hi    ; encoding: [0x05,0x00,0x12,0xd7,0x01,0xff,0x00,0x00]
 
 v_cvt_pknorm_i16_f16 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x12,0xd7,0x01,0x01,0x01,0x00]
+// GFX10: v_cvt_pknorm_i16_f16 v5, v1, 0          ; encoding: [0x05,0x00,0x12,0xd7,0x01,0x01,0x01,0x00]
 
 v_cvt_pknorm_i16_f16 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x12,0xd7,0x01,0x83,0x01,0x00]
+// GFX10: v_cvt_pknorm_i16_f16 v5, v1, -1         ; encoding: [0x05,0x00,0x12,0xd7,0x01,0x83,0x01,0x00]
 
 v_cvt_pknorm_i16_f16 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x12,0xd7,0x01,0xe1,0x01,0x00]
+// GFX10: v_cvt_pknorm_i16_f16 v5, v1, 0.5        ; encoding: [0x05,0x00,0x12,0xd7,0x01,0xe1,0x01,0x00]
 
 v_cvt_pknorm_i16_f16 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x12,0xd7,0x01,0xef,0x01,0x00]
+// GFX10: v_cvt_pknorm_i16_f16 v5, v1, -4.0       ; encoding: [0x05,0x00,0x12,0xd7,0x01,0xef,0x01,0x00]
 
 v_cvt_pknorm_i16_f16 v5, -v1, v2
-// GFX10: encoding: [0x05,0x00,0x12,0xd7,0x01,0x05,0x02,0x20]
+// GFX10: v_cvt_pknorm_i16_f16 v5, -v1, v2        ; encoding: [0x05,0x00,0x12,0xd7,0x01,0x05,0x02,0x20]
 
 v_cvt_pknorm_i16_f16 v5, v1, -v2
-// GFX10: encoding: [0x05,0x00,0x12,0xd7,0x01,0x05,0x02,0x40]
+// GFX10: v_cvt_pknorm_i16_f16 v5, v1, -v2        ; encoding: [0x05,0x00,0x12,0xd7,0x01,0x05,0x02,0x40]
 
 v_cvt_pknorm_i16_f16 v5, -v1, -v2
-// GFX10: encoding: [0x05,0x00,0x12,0xd7,0x01,0x05,0x02,0x60]
+// GFX10: v_cvt_pknorm_i16_f16 v5, -v1, -v2       ; encoding: [0x05,0x00,0x12,0xd7,0x01,0x05,0x02,0x60]
 
 v_cvt_pknorm_i16_f16 v5, |v1|, v2
-// GFX10: encoding: [0x05,0x01,0x12,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_cvt_pknorm_i16_f16 v5, |v1|, v2       ; encoding: [0x05,0x01,0x12,0xd7,0x01,0x05,0x02,0x00]
 
 v_cvt_pknorm_i16_f16 v5, v1, |v2|
-// GFX10: encoding: [0x05,0x02,0x12,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_cvt_pknorm_i16_f16 v5, v1, |v2|       ; encoding: [0x05,0x02,0x12,0xd7,0x01,0x05,0x02,0x00]
 
 v_cvt_pknorm_i16_f16 v5, |v1|, |v2|
-// GFX10: encoding: [0x05,0x03,0x12,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_cvt_pknorm_i16_f16 v5, |v1|, |v2|     ; encoding: [0x05,0x03,0x12,0xd7,0x01,0x05,0x02,0x00]
 
 v_cvt_pknorm_i16_f16 v5, v1, v2 op_sel:[0,0,0]
-// GFX10: encoding: [0x05,0x00,0x12,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_cvt_pknorm_i16_f16 v5, v1, v2         ; encoding: [0x05,0x00,0x12,0xd7,0x01,0x05,0x02,0x00]
 
 v_cvt_pknorm_i16_f16 v5, v1, v2 op_sel:[1,0,0]
-// GFX10: encoding: [0x05,0x08,0x12,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_cvt_pknorm_i16_f16 v5, v1, v2 op_sel:[1,0,0] ; encoding: [0x05,0x08,0x12,0xd7,0x01,0x05,0x02,0x00]
 
 v_cvt_pknorm_i16_f16 v5, v1, v2 op_sel:[0,1,0]
-// GFX10: encoding: [0x05,0x10,0x12,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_cvt_pknorm_i16_f16 v5, v1, v2 op_sel:[0,1,0] ; encoding: [0x05,0x10,0x12,0xd7,0x01,0x05,0x02,0x00]
 
 v_cvt_pknorm_i16_f16 v5, v1, v2 op_sel:[0,0,1]
-// GFX10: encoding: [0x05,0x40,0x12,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_cvt_pknorm_i16_f16 v5, v1, v2 op_sel:[0,0,1] ; encoding: [0x05,0x40,0x12,0xd7,0x01,0x05,0x02,0x00]
 
 v_cvt_pknorm_i16_f16 v5, v1, v2 op_sel:[1,1,1]
-// GFX10: encoding: [0x05,0x58,0x12,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_cvt_pknorm_i16_f16 v5, v1, v2 op_sel:[1,1,1] ; encoding: [0x05,0x58,0x12,0xd7,0x01,0x05,0x02,0x00]
 
 v_cvt_pknorm_u16_f16 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x13,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_cvt_pknorm_u16_f16 v5, v1, v2         ; encoding: [0x05,0x00,0x13,0xd7,0x01,0x05,0x02,0x00]
 
 v_cvt_pknorm_u16_f16 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x13,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_cvt_pknorm_u16_f16 v255, v1, v2       ; encoding: [0xff,0x00,0x13,0xd7,0x01,0x05,0x02,0x00]
 
 v_cvt_pknorm_u16_f16 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x13,0xd7,0xff,0x05,0x02,0x00]
+// GFX10: v_cvt_pknorm_u16_f16 v5, v255, v2       ; encoding: [0x05,0x00,0x13,0xd7,0xff,0x05,0x02,0x00]
 
 v_cvt_pknorm_u16_f16 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x13,0xd7,0x01,0x04,0x02,0x00]
+// GFX10: v_cvt_pknorm_u16_f16 v5, s1, v2         ; encoding: [0x05,0x00,0x13,0xd7,0x01,0x04,0x02,0x00]
 
 v_cvt_pknorm_u16_f16 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x13,0xd7,0x65,0x04,0x02,0x00]
+// GFX10: v_cvt_pknorm_u16_f16 v5, s101, v2       ; encoding: [0x05,0x00,0x13,0xd7,0x65,0x04,0x02,0x00]
 
 v_cvt_pknorm_u16_f16 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x13,0xd7,0x6a,0x04,0x02,0x00]
+// GFX10: v_cvt_pknorm_u16_f16 v5, vcc_lo, v2     ; encoding: [0x05,0x00,0x13,0xd7,0x6a,0x04,0x02,0x00]
 
 v_cvt_pknorm_u16_f16 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x13,0xd7,0x6b,0x04,0x02,0x00]
+// GFX10: v_cvt_pknorm_u16_f16 v5, vcc_hi, v2     ; encoding: [0x05,0x00,0x13,0xd7,0x6b,0x04,0x02,0x00]
 
 v_cvt_pknorm_u16_f16 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x13,0xd7,0x7c,0x04,0x02,0x00]
+// GFX10: v_cvt_pknorm_u16_f16 v5, m0, v2         ; encoding: [0x05,0x00,0x13,0xd7,0x7c,0x04,0x02,0x00]
 
 v_cvt_pknorm_u16_f16 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x13,0xd7,0x7e,0x04,0x02,0x00]
+// GFX10: v_cvt_pknorm_u16_f16 v5, exec_lo, v2    ; encoding: [0x05,0x00,0x13,0xd7,0x7e,0x04,0x02,0x00]
 
 v_cvt_pknorm_u16_f16 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x13,0xd7,0x7f,0x04,0x02,0x00]
+// GFX10: v_cvt_pknorm_u16_f16 v5, exec_hi, v2    ; encoding: [0x05,0x00,0x13,0xd7,0x7f,0x04,0x02,0x00]
 
 v_cvt_pknorm_u16_f16 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x13,0xd7,0x80,0x04,0x02,0x00]
+// GFX10: v_cvt_pknorm_u16_f16 v5, 0, v2          ; encoding: [0x05,0x00,0x13,0xd7,0x80,0x04,0x02,0x00]
 
 v_cvt_pknorm_u16_f16 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x13,0xd7,0xc1,0x04,0x02,0x00]
+// GFX10: v_cvt_pknorm_u16_f16 v5, -1, v2         ; encoding: [0x05,0x00,0x13,0xd7,0xc1,0x04,0x02,0x00]
 
 v_cvt_pknorm_u16_f16 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x13,0xd7,0xf0,0x04,0x02,0x00]
+// GFX10: v_cvt_pknorm_u16_f16 v5, 0.5, v2        ; encoding: [0x05,0x00,0x13,0xd7,0xf0,0x04,0x02,0x00]
 
 v_cvt_pknorm_u16_f16 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x13,0xd7,0xf7,0x04,0x02,0x00]
+// GFX10: v_cvt_pknorm_u16_f16 v5, -4.0, v2       ; encoding: [0x05,0x00,0x13,0xd7,0xf7,0x04,0x02,0x00]
 
 v_cvt_pknorm_u16_f16 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x13,0xd7,0x01,0xff,0x03,0x00]
+// GFX10: v_cvt_pknorm_u16_f16 v5, v1, v255       ; encoding: [0x05,0x00,0x13,0xd7,0x01,0xff,0x03,0x00]
 
 v_cvt_pknorm_u16_f16 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x13,0xd7,0x01,0x05,0x00,0x00]
+// GFX10: v_cvt_pknorm_u16_f16 v5, v1, s2         ; encoding: [0x05,0x00,0x13,0xd7,0x01,0x05,0x00,0x00]
 
 v_cvt_pknorm_u16_f16 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x13,0xd7,0x01,0xcb,0x00,0x00]
+// GFX10: v_cvt_pknorm_u16_f16 v5, v1, s101       ; encoding: [0x05,0x00,0x13,0xd7,0x01,0xcb,0x00,0x00]
 
 v_cvt_pknorm_u16_f16 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x13,0xd7,0x01,0xd5,0x00,0x00]
+// GFX10: v_cvt_pknorm_u16_f16 v5, v1, vcc_lo     ; encoding: [0x05,0x00,0x13,0xd7,0x01,0xd5,0x00,0x00]
 
 v_cvt_pknorm_u16_f16 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x13,0xd7,0x01,0xd7,0x00,0x00]
+// GFX10: v_cvt_pknorm_u16_f16 v5, v1, vcc_hi     ; encoding: [0x05,0x00,0x13,0xd7,0x01,0xd7,0x00,0x00]
 
 v_cvt_pknorm_u16_f16 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x13,0xd7,0x01,0xf9,0x00,0x00]
+// GFX10: v_cvt_pknorm_u16_f16 v5, v1, m0         ; encoding: [0x05,0x00,0x13,0xd7,0x01,0xf9,0x00,0x00]
 
 v_cvt_pknorm_u16_f16 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x13,0xd7,0x01,0xfd,0x00,0x00]
+// GFX10: v_cvt_pknorm_u16_f16 v5, v1, exec_lo    ; encoding: [0x05,0x00,0x13,0xd7,0x01,0xfd,0x00,0x00]
 
 v_cvt_pknorm_u16_f16 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x13,0xd7,0x01,0xff,0x00,0x00]
+// GFX10: v_cvt_pknorm_u16_f16 v5, v1, exec_hi    ; encoding: [0x05,0x00,0x13,0xd7,0x01,0xff,0x00,0x00]
 
 v_cvt_pknorm_u16_f16 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x13,0xd7,0x01,0x01,0x01,0x00]
+// GFX10: v_cvt_pknorm_u16_f16 v5, v1, 0          ; encoding: [0x05,0x00,0x13,0xd7,0x01,0x01,0x01,0x00]
 
 v_cvt_pknorm_u16_f16 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x13,0xd7,0x01,0x83,0x01,0x00]
+// GFX10: v_cvt_pknorm_u16_f16 v5, v1, -1         ; encoding: [0x05,0x00,0x13,0xd7,0x01,0x83,0x01,0x00]
 
 v_cvt_pknorm_u16_f16 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x13,0xd7,0x01,0xe1,0x01,0x00]
+// GFX10: v_cvt_pknorm_u16_f16 v5, v1, 0.5        ; encoding: [0x05,0x00,0x13,0xd7,0x01,0xe1,0x01,0x00]
 
 v_cvt_pknorm_u16_f16 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x13,0xd7,0x01,0xef,0x01,0x00]
+// GFX10: v_cvt_pknorm_u16_f16 v5, v1, -4.0       ; encoding: [0x05,0x00,0x13,0xd7,0x01,0xef,0x01,0x00]
 
 v_cvt_pknorm_u16_f16 v5, -v1, v2
-// GFX10: encoding: [0x05,0x00,0x13,0xd7,0x01,0x05,0x02,0x20]
+// GFX10: v_cvt_pknorm_u16_f16 v5, -v1, v2        ; encoding: [0x05,0x00,0x13,0xd7,0x01,0x05,0x02,0x20]
 
 v_cvt_pknorm_u16_f16 v5, v1, -v2
-// GFX10: encoding: [0x05,0x00,0x13,0xd7,0x01,0x05,0x02,0x40]
+// GFX10: v_cvt_pknorm_u16_f16 v5, v1, -v2        ; encoding: [0x05,0x00,0x13,0xd7,0x01,0x05,0x02,0x40]
 
 v_cvt_pknorm_u16_f16 v5, -v1, -v2
-// GFX10: encoding: [0x05,0x00,0x13,0xd7,0x01,0x05,0x02,0x60]
+// GFX10: v_cvt_pknorm_u16_f16 v5, -v1, -v2       ; encoding: [0x05,0x00,0x13,0xd7,0x01,0x05,0x02,0x60]
 
 v_cvt_pknorm_u16_f16 v5, |v1|, v2
-// GFX10: encoding: [0x05,0x01,0x13,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_cvt_pknorm_u16_f16 v5, |v1|, v2       ; encoding: [0x05,0x01,0x13,0xd7,0x01,0x05,0x02,0x00]
 
 v_cvt_pknorm_u16_f16 v5, v1, |v2|
-// GFX10: encoding: [0x05,0x02,0x13,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_cvt_pknorm_u16_f16 v5, v1, |v2|       ; encoding: [0x05,0x02,0x13,0xd7,0x01,0x05,0x02,0x00]
 
 v_cvt_pknorm_u16_f16 v5, |v1|, |v2|
-// GFX10: encoding: [0x05,0x03,0x13,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_cvt_pknorm_u16_f16 v5, |v1|, |v2|     ; encoding: [0x05,0x03,0x13,0xd7,0x01,0x05,0x02,0x00]
 
 v_cvt_pknorm_u16_f16 v5, v1, v2 op_sel:[0,0,0]
-// GFX10: encoding: [0x05,0x00,0x13,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_cvt_pknorm_u16_f16 v5, v1, v2         ; encoding: [0x05,0x00,0x13,0xd7,0x01,0x05,0x02,0x00]
 
 v_cvt_pknorm_u16_f16 v5, v1, v2 op_sel:[1,0,0]
-// GFX10: encoding: [0x05,0x08,0x13,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_cvt_pknorm_u16_f16 v5, v1, v2 op_sel:[1,0,0] ; encoding: [0x05,0x08,0x13,0xd7,0x01,0x05,0x02,0x00]
 
 v_cvt_pknorm_u16_f16 v5, v1, v2 op_sel:[0,1,0]
-// GFX10: encoding: [0x05,0x10,0x13,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_cvt_pknorm_u16_f16 v5, v1, v2 op_sel:[0,1,0] ; encoding: [0x05,0x10,0x13,0xd7,0x01,0x05,0x02,0x00]
 
 v_cvt_pknorm_u16_f16 v5, v1, v2 op_sel:[0,0,1]
-// GFX10: encoding: [0x05,0x40,0x13,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_cvt_pknorm_u16_f16 v5, v1, v2 op_sel:[0,0,1] ; encoding: [0x05,0x40,0x13,0xd7,0x01,0x05,0x02,0x00]
 
 v_cvt_pknorm_u16_f16 v5, v1, v2 op_sel:[1,1,1]
-// GFX10: encoding: [0x05,0x58,0x13,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_cvt_pknorm_u16_f16 v5, v1, v2 op_sel:[1,1,1] ; encoding: [0x05,0x58,0x13,0xd7,0x01,0x05,0x02,0x00]
 
 v_lshlrev_b16 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x14,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_lshlrev_b16 v5, v1, v2                ; encoding: [0x05,0x00,0x14,0xd7,0x01,0x05,0x02,0x00]
 
 v_lshlrev_b16 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x14,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_lshlrev_b16 v255, v1, v2              ; encoding: [0xff,0x00,0x14,0xd7,0x01,0x05,0x02,0x00]
 
 v_lshlrev_b16 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x14,0xd7,0xff,0x05,0x02,0x00]
+// GFX10: v_lshlrev_b16 v5, v255, v2              ; encoding: [0x05,0x00,0x14,0xd7,0xff,0x05,0x02,0x00]
 
 v_lshlrev_b16 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x14,0xd7,0x01,0x04,0x02,0x00]
+// GFX10: v_lshlrev_b16 v5, s1, v2                ; encoding: [0x05,0x00,0x14,0xd7,0x01,0x04,0x02,0x00]
 
 v_lshlrev_b16 v5, s101, v2
-// GFX10: encoding: [0x05,0x00,0x14,0xd7,0x65,0x04,0x02,0x00]
+// GFX10: v_lshlrev_b16 v5, s101, v2              ; encoding: [0x05,0x00,0x14,0xd7,0x65,0x04,0x02,0x00]
 
 v_lshlrev_b16 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x14,0xd7,0x6a,0x04,0x02,0x00]
+// GFX10: v_lshlrev_b16 v5, vcc_lo, v2            ; encoding: [0x05,0x00,0x14,0xd7,0x6a,0x04,0x02,0x00]
 
 v_lshlrev_b16 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x14,0xd7,0x6b,0x04,0x02,0x00]
+// GFX10: v_lshlrev_b16 v5, vcc_hi, v2            ; encoding: [0x05,0x00,0x14,0xd7,0x6b,0x04,0x02,0x00]
 
 v_lshlrev_b16 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x14,0xd7,0x7c,0x04,0x02,0x00]
+// GFX10: v_lshlrev_b16 v5, m0, v2                ; encoding: [0x05,0x00,0x14,0xd7,0x7c,0x04,0x02,0x00]
 
 v_lshlrev_b16 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x14,0xd7,0x7e,0x04,0x02,0x00]
+// GFX10: v_lshlrev_b16 v5, exec_lo, v2           ; encoding: [0x05,0x00,0x14,0xd7,0x7e,0x04,0x02,0x00]
 
 v_lshlrev_b16 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x14,0xd7,0x7f,0x04,0x02,0x00]
+// GFX10: v_lshlrev_b16 v5, exec_hi, v2           ; encoding: [0x05,0x00,0x14,0xd7,0x7f,0x04,0x02,0x00]
 
 v_lshlrev_b16 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x14,0xd7,0x80,0x04,0x02,0x00]
+// GFX10: v_lshlrev_b16 v5, 0, v2                 ; encoding: [0x05,0x00,0x14,0xd7,0x80,0x04,0x02,0x00]
 
 v_lshlrev_b16 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x14,0xd7,0xc1,0x04,0x02,0x00]
+// GFX10: v_lshlrev_b16 v5, -1, v2                ; encoding: [0x05,0x00,0x14,0xd7,0xc1,0x04,0x02,0x00]
 
 v_lshlrev_b16 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x14,0xd7,0xf0,0x04,0x02,0x00]
+// GFX10: v_lshlrev_b16 v5, 0.5, v2               ; encoding: [0x05,0x00,0x14,0xd7,0xf0,0x04,0x02,0x00]
 
 v_lshlrev_b16 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x14,0xd7,0xf7,0x04,0x02,0x00]
+// GFX10: v_lshlrev_b16 v5, -4.0, v2              ; encoding: [0x05,0x00,0x14,0xd7,0xf7,0x04,0x02,0x00]
 
 v_lshlrev_b16 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x14,0xd7,0x01,0xff,0x03,0x00]
+// GFX10: v_lshlrev_b16 v5, v1, v255              ; encoding: [0x05,0x00,0x14,0xd7,0x01,0xff,0x03,0x00]
 
 v_lshlrev_b16 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x14,0xd7,0x01,0x05,0x00,0x00]
+// GFX10: v_lshlrev_b16 v5, v1, s2                ; encoding: [0x05,0x00,0x14,0xd7,0x01,0x05,0x00,0x00]
 
 v_lshlrev_b16 v5, v1, s101
-// GFX10: encoding: [0x05,0x00,0x14,0xd7,0x01,0xcb,0x00,0x00]
+// GFX10: v_lshlrev_b16 v5, v1, s101              ; encoding: [0x05,0x00,0x14,0xd7,0x01,0xcb,0x00,0x00]
 
 v_lshlrev_b16 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x14,0xd7,0x01,0xd5,0x00,0x00]
+// GFX10: v_lshlrev_b16 v5, v1, vcc_lo            ; encoding: [0x05,0x00,0x14,0xd7,0x01,0xd5,0x00,0x00]
 
 v_lshlrev_b16 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x14,0xd7,0x01,0xd7,0x00,0x00]
+// GFX10: v_lshlrev_b16 v5, v1, vcc_hi            ; encoding: [0x05,0x00,0x14,0xd7,0x01,0xd7,0x00,0x00]
 
 v_lshlrev_b16 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x14,0xd7,0x01,0xf9,0x00,0x00]
+// GFX10: v_lshlrev_b16 v5, v1, m0                ; encoding: [0x05,0x00,0x14,0xd7,0x01,0xf9,0x00,0x00]
 
 v_lshlrev_b16 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x14,0xd7,0x01,0xfd,0x00,0x00]
+// GFX10: v_lshlrev_b16 v5, v1, exec_lo           ; encoding: [0x05,0x00,0x14,0xd7,0x01,0xfd,0x00,0x00]
 
 v_lshlrev_b16 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x14,0xd7,0x01,0xff,0x00,0x00]
+// GFX10: v_lshlrev_b16 v5, v1, exec_hi           ; encoding: [0x05,0x00,0x14,0xd7,0x01,0xff,0x00,0x00]
 
 v_lshlrev_b16 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x14,0xd7,0x01,0x01,0x01,0x00]
+// GFX10: v_lshlrev_b16 v5, v1, 0                 ; encoding: [0x05,0x00,0x14,0xd7,0x01,0x01,0x01,0x00]
 
 v_lshlrev_b16 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x14,0xd7,0x01,0x83,0x01,0x00]
+// GFX10: v_lshlrev_b16 v5, v1, -1                ; encoding: [0x05,0x00,0x14,0xd7,0x01,0x83,0x01,0x00]
 
 v_lshlrev_b16 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x14,0xd7,0x01,0xe1,0x01,0x00]
+// GFX10: v_lshlrev_b16 v5, v1, 0.5               ; encoding: [0x05,0x00,0x14,0xd7,0x01,0xe1,0x01,0x00]
 
 v_lshlrev_b16 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x14,0xd7,0x01,0xef,0x01,0x00]
+// GFX10: v_lshlrev_b16 v5, v1, -4.0              ; encoding: [0x05,0x00,0x14,0xd7,0x01,0xef,0x01,0x00]
 
 v_lshlrev_b16 v5, v1, v2 op_sel:[1,1,1]
-// GFX10: encoding: [0x05,0x58,0x14,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_lshlrev_b16 v5, v1, v2 op_sel:[1,1,1] ; encoding: [0x05,0x58,0x14,0xd7,0x01,0x05,0x02,0x00]
 
 v_mad_u16 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x40,0xd7,0x80,0x04,0x0e,0x04]
+// GFX10: v_mad_u16 v5, 0, v2, v3                 ; encoding: [0x05,0x00,0x40,0xd7,0x80,0x04,0x0e,0x04]
 
 v_mad_u16 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x40,0xd7,0x01,0x83,0x0d,0x04]
+// GFX10: v_mad_u16 v5, v1, -1, v3                ; encoding: [0x05,0x00,0x40,0xd7,0x01,0x83,0x0d,0x04]
 
 v_mad_u16 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x40,0xd7,0x01,0x05,0xde,0x03]
+// GFX10: v_mad_u16 v5, v1, v2, -4.0              ; encoding: [0x05,0x00,0x40,0xd7,0x01,0x05,0xde,0x03]
 
 v_mad_u16 v5, v1, v2, v3 clamp
-// GFX10: encoding: [0x05,0x80,0x40,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_mad_u16 v5, v1, v2, v3 clamp          ; encoding: [0x05,0x80,0x40,0xd7,0x01,0x05,0x0e,0x04]
 
 v_mad_u16 v5, v1, v2, v3 op_sel:[1,0,0,0]
-// GFX10: encoding: [0x05,0x08,0x40,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_mad_u16 v5, v1, v2, v3 op_sel:[1,0,0,0] ; encoding: [0x05,0x08,0x40,0xd7,0x01,0x05,0x0e,0x04]
 
 v_mad_u16 v5, v1, v2, v3 op_sel:[0,0,0,1]
-// GFX10: encoding: [0x05,0x40,0x40,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_mad_u16 v5, v1, v2, v3 op_sel:[0,0,0,1] ; encoding: [0x05,0x40,0x40,0xd7,0x01,0x05,0x0e,0x04]
 
 v_mad_u16 v5, v1, v2, v3 op_sel:[1,1,1,1]
-// GFX10: encoding: [0x05,0x78,0x40,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_mad_u16 v5, v1, v2, v3 op_sel:[1,1,1,1] ; encoding: [0x05,0x78,0x40,0xd7,0x01,0x05,0x0e,0x04]
 
 v_interp_p1ll_f16 v5, v2, attr31.x
-// GFX10: encoding: [0x05,0x00,0x42,0xd7,0x1f,0x04,0x02,0x00]
+// GFX10: v_interp_p1ll_f16 v5, v2, attr31.x      ; encoding: [0x05,0x00,0x42,0xd7,0x1f,0x04,0x02,0x00]
 
 v_interp_p1ll_f16 v5, v2, attr0.w
-// GFX10: encoding: [0x05,0x00,0x42,0xd7,0xc0,0x04,0x02,0x00]
+// GFX10: v_interp_p1ll_f16 v5, v2, attr0.w       ; encoding: [0x05,0x00,0x42,0xd7,0xc0,0x04,0x02,0x00]
 
 v_interp_p1ll_f16 v5, -v2, attr0.x
-// GFX10: encoding: [0x05,0x00,0x42,0xd7,0x00,0x04,0x02,0x40]
+// GFX10: v_interp_p1ll_f16 v5, -v2, attr0.x      ; encoding: [0x05,0x00,0x42,0xd7,0x00,0x04,0x02,0x40]
 
 v_interp_p1ll_f16 v5, |v2|, attr0.x
-// GFX10: encoding: [0x05,0x02,0x42,0xd7,0x00,0x04,0x02,0x00]
+// GFX10: v_interp_p1ll_f16 v5, |v2|, attr0.x     ; encoding: [0x05,0x02,0x42,0xd7,0x00,0x04,0x02,0x00]
 
 v_interp_p1ll_f16 v5, v2, attr0.x high
-// GFX10: encoding: [0x05,0x00,0x42,0xd7,0x00,0x05,0x02,0x00]
+// GFX10: v_interp_p1ll_f16 v5, v2, attr0.x high  ; encoding: [0x05,0x00,0x42,0xd7,0x00,0x05,0x02,0x00]
 
 v_interp_p1ll_f16 v5, v2, attr0.x clamp
-// GFX10: encoding: [0x05,0x80,0x42,0xd7,0x00,0x04,0x02,0x00]
+// GFX10: v_interp_p1ll_f16 v5, v2, attr0.x clamp ; encoding: [0x05,0x80,0x42,0xd7,0x00,0x04,0x02,0x00]
 
 v_interp_p1ll_f16 v5, v2, attr0.x mul:4
-// GFX10: encoding: [0x05,0x00,0x42,0xd7,0x00,0x04,0x02,0x10]
+// GFX10: v_interp_p1ll_f16 v5, v2, attr0.x mul:4 ; encoding: [0x05,0x00,0x42,0xd7,0x00,0x04,0x02,0x10]
 
 v_interp_p1lv_f16 v5, v2, attr1.x, v3
-// GFX10: encoding: [0x05,0x00,0x43,0xd7,0x01,0x04,0x0e,0x04]
+// GFX10: v_interp_p1lv_f16 v5, v2, attr1.x, v3   ; encoding: [0x05,0x00,0x43,0xd7,0x01,0x04,0x0e,0x04]
 
 v_interp_p1lv_f16 v5, v2, attr0.z, v3
-// GFX10: encoding: [0x05,0x00,0x43,0xd7,0x80,0x04,0x0e,0x04]
+// GFX10: v_interp_p1lv_f16 v5, v2, attr0.z, v3   ; encoding: [0x05,0x00,0x43,0xd7,0x80,0x04,0x0e,0x04]
 
 v_interp_p1lv_f16 v5, -v2, attr0.x, v3
-// GFX10: encoding: [0x05,0x00,0x43,0xd7,0x00,0x04,0x0e,0x44]
+// GFX10: v_interp_p1lv_f16 v5, -v2, attr0.x, v3  ; encoding: [0x05,0x00,0x43,0xd7,0x00,0x04,0x0e,0x44]
 
 v_interp_p1lv_f16 v5, v2, attr0.x, -v3
-// GFX10: encoding: [0x05,0x00,0x43,0xd7,0x00,0x04,0x0e,0x84]
+// GFX10: v_interp_p1lv_f16 v5, v2, attr0.x, -v3  ; encoding: [0x05,0x00,0x43,0xd7,0x00,0x04,0x0e,0x84]
 
 v_interp_p1lv_f16 v5, |v2|, attr0.x, v3
-// GFX10: encoding: [0x05,0x02,0x43,0xd7,0x00,0x04,0x0e,0x04]
+// GFX10: v_interp_p1lv_f16 v5, |v2|, attr0.x, v3 ; encoding: [0x05,0x02,0x43,0xd7,0x00,0x04,0x0e,0x04]
 
 v_interp_p1lv_f16 v5, v2, attr0.x, |v3|
-// GFX10: encoding: [0x05,0x04,0x43,0xd7,0x00,0x04,0x0e,0x04]
+// GFX10: v_interp_p1lv_f16 v5, v2, attr0.x, |v3| ; encoding: [0x05,0x04,0x43,0xd7,0x00,0x04,0x0e,0x04]
 
 v_interp_p1lv_f16 v5, v2, attr0.x, v3 high
-// GFX10: encoding: [0x05,0x00,0x43,0xd7,0x00,0x05,0x0e,0x04]
+// GFX10: v_interp_p1lv_f16 v5, v2, attr0.x, v3 high ; encoding: [0x05,0x00,0x43,0xd7,0x00,0x05,0x0e,0x04]
 
 v_interp_p1lv_f16 v5, v2, attr0.x, v3 clamp
-// GFX10: encoding: [0x05,0x80,0x43,0xd7,0x00,0x04,0x0e,0x04]
+// GFX10: v_interp_p1lv_f16 v5, v2, attr0.x, v3 clamp ; encoding: [0x05,0x80,0x43,0xd7,0x00,0x04,0x0e,0x04]
 
 v_interp_p1lv_f16 v5, v2, attr0.x, v3 mul:2
-// GFX10: encoding: [0x05,0x00,0x43,0xd7,0x00,0x04,0x0e,0x0c]
+// GFX10: v_interp_p1lv_f16 v5, v2, attr0.x, v3 mul:2 ; encoding: [0x05,0x00,0x43,0xd7,0x00,0x04,0x0e,0x0c]
 
 v_interp_p1lv_f16 v5, v2, attr0.x, v3 div:2
-// GFX10: encoding: [0x05,0x00,0x43,0xd7,0x00,0x04,0x0e,0x1c]
+// GFX10: v_interp_p1lv_f16 v5, v2, attr0.x, v3 div:2 ; encoding: [0x05,0x00,0x43,0xd7,0x00,0x04,0x0e,0x1c]
 
 v_perm_b32 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_perm_b32 v5, v1, v2, v3               ; encoding: [0x05,0x00,0x44,0xd7,0x01,0x05,0x0e,0x04]
 
 v_perm_b32 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x44,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_perm_b32 v255, v1, v2, v3             ; encoding: [0xff,0x00,0x44,0xd7,0x01,0x05,0x0e,0x04]
 
 v_perm_b32 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd7,0xff,0x05,0x0e,0x04]
+// GFX10: v_perm_b32 v5, v255, v2, v3             ; encoding: [0x05,0x00,0x44,0xd7,0xff,0x05,0x0e,0x04]
 
 v_perm_b32 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd7,0x01,0x04,0x0e,0x04]
+// GFX10: v_perm_b32 v5, s1, v2, v3               ; encoding: [0x05,0x00,0x44,0xd7,0x01,0x04,0x0e,0x04]
 
 v_perm_b32 v5, s101, v2, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd7,0x65,0x04,0x0e,0x04]
+// GFX10: v_perm_b32 v5, s101, v2, v3             ; encoding: [0x05,0x00,0x44,0xd7,0x65,0x04,0x0e,0x04]
 
 v_perm_b32 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd7,0x6a,0x04,0x0e,0x04]
+// GFX10: v_perm_b32 v5, vcc_lo, v2, v3           ; encoding: [0x05,0x00,0x44,0xd7,0x6a,0x04,0x0e,0x04]
 
 v_perm_b32 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd7,0x6b,0x04,0x0e,0x04]
+// GFX10: v_perm_b32 v5, vcc_hi, v2, v3           ; encoding: [0x05,0x00,0x44,0xd7,0x6b,0x04,0x0e,0x04]
 
 v_perm_b32 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd7,0x7c,0x04,0x0e,0x04]
+// GFX10: v_perm_b32 v5, m0, v2, v3               ; encoding: [0x05,0x00,0x44,0xd7,0x7c,0x04,0x0e,0x04]
 
 v_perm_b32 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd7,0x7e,0x04,0x0e,0x04]
+// GFX10: v_perm_b32 v5, exec_lo, v2, v3          ; encoding: [0x05,0x00,0x44,0xd7,0x7e,0x04,0x0e,0x04]
 
 v_perm_b32 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd7,0x7f,0x04,0x0e,0x04]
+// GFX10: v_perm_b32 v5, exec_hi, v2, v3          ; encoding: [0x05,0x00,0x44,0xd7,0x7f,0x04,0x0e,0x04]
 
 v_perm_b32 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd7,0x80,0x04,0x0e,0x04]
+// GFX10: v_perm_b32 v5, 0, v2, v3                ; encoding: [0x05,0x00,0x44,0xd7,0x80,0x04,0x0e,0x04]
 
 v_perm_b32 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd7,0xc1,0x04,0x0e,0x04]
+// GFX10: v_perm_b32 v5, -1, v2, v3               ; encoding: [0x05,0x00,0x44,0xd7,0xc1,0x04,0x0e,0x04]
 
 v_perm_b32 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd7,0xf0,0x04,0x0e,0x04]
+// GFX10: v_perm_b32 v5, 0.5, v2, v3              ; encoding: [0x05,0x00,0x44,0xd7,0xf0,0x04,0x0e,0x04]
 
 v_perm_b32 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd7,0xf7,0x04,0x0e,0x04]
+// GFX10: v_perm_b32 v5, -4.0, v2, v3             ; encoding: [0x05,0x00,0x44,0xd7,0xf7,0x04,0x0e,0x04]
 
 v_perm_b32 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd7,0x01,0xff,0x0f,0x04]
+// GFX10: v_perm_b32 v5, v1, v255, v3             ; encoding: [0x05,0x00,0x44,0xd7,0x01,0xff,0x0f,0x04]
 
 v_perm_b32 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd7,0x01,0x05,0x0c,0x04]
+// GFX10: v_perm_b32 v5, v1, s2, v3               ; encoding: [0x05,0x00,0x44,0xd7,0x01,0x05,0x0c,0x04]
 
 v_perm_b32 v5, v1, s101, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd7,0x01,0xcb,0x0c,0x04]
+// GFX10: v_perm_b32 v5, v1, s101, v3             ; encoding: [0x05,0x00,0x44,0xd7,0x01,0xcb,0x0c,0x04]
 
 v_perm_b32 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd7,0x01,0xd5,0x0c,0x04]
+// GFX10: v_perm_b32 v5, v1, vcc_lo, v3           ; encoding: [0x05,0x00,0x44,0xd7,0x01,0xd5,0x0c,0x04]
 
 v_perm_b32 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd7,0x01,0xd7,0x0c,0x04]
+// GFX10: v_perm_b32 v5, v1, vcc_hi, v3           ; encoding: [0x05,0x00,0x44,0xd7,0x01,0xd7,0x0c,0x04]
 
 v_perm_b32 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd7,0x01,0xf9,0x0c,0x04]
+// GFX10: v_perm_b32 v5, v1, m0, v3               ; encoding: [0x05,0x00,0x44,0xd7,0x01,0xf9,0x0c,0x04]
 
 v_perm_b32 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd7,0x01,0xfd,0x0c,0x04]
+// GFX10: v_perm_b32 v5, v1, exec_lo, v3          ; encoding: [0x05,0x00,0x44,0xd7,0x01,0xfd,0x0c,0x04]
 
 v_perm_b32 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd7,0x01,0xff,0x0c,0x04]
+// GFX10: v_perm_b32 v5, v1, exec_hi, v3          ; encoding: [0x05,0x00,0x44,0xd7,0x01,0xff,0x0c,0x04]
 
 v_perm_b32 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd7,0x01,0x01,0x0d,0x04]
+// GFX10: v_perm_b32 v5, v1, 0, v3                ; encoding: [0x05,0x00,0x44,0xd7,0x01,0x01,0x0d,0x04]
 
 v_perm_b32 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd7,0x01,0x83,0x0d,0x04]
+// GFX10: v_perm_b32 v5, v1, -1, v3               ; encoding: [0x05,0x00,0x44,0xd7,0x01,0x83,0x0d,0x04]
 
 v_perm_b32 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd7,0x01,0xe1,0x0d,0x04]
+// GFX10: v_perm_b32 v5, v1, 0.5, v3              ; encoding: [0x05,0x00,0x44,0xd7,0x01,0xe1,0x0d,0x04]
 
 v_perm_b32 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x44,0xd7,0x01,0xef,0x0d,0x04]
+// GFX10: v_perm_b32 v5, v1, -4.0, v3             ; encoding: [0x05,0x00,0x44,0xd7,0x01,0xef,0x0d,0x04]
 
 v_perm_b32 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x44,0xd7,0x01,0x05,0xfe,0x07]
+// GFX10: v_perm_b32 v5, v1, v2, v255             ; encoding: [0x05,0x00,0x44,0xd7,0x01,0x05,0xfe,0x07]
 
 v_perm_b32 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x44,0xd7,0x01,0x05,0x0e,0x00]
+// GFX10: v_perm_b32 v5, v1, v2, s3               ; encoding: [0x05,0x00,0x44,0xd7,0x01,0x05,0x0e,0x00]
 
 v_perm_b32 v5, v1, v2, s101
-// GFX10: encoding: [0x05,0x00,0x44,0xd7,0x01,0x05,0x96,0x01]
+// GFX10: v_perm_b32 v5, v1, v2, s101             ; encoding: [0x05,0x00,0x44,0xd7,0x01,0x05,0x96,0x01]
 
 v_perm_b32 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x44,0xd7,0x01,0x05,0xaa,0x01]
+// GFX10: v_perm_b32 v5, v1, v2, vcc_lo           ; encoding: [0x05,0x00,0x44,0xd7,0x01,0x05,0xaa,0x01]
 
 v_perm_b32 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x44,0xd7,0x01,0x05,0xae,0x01]
+// GFX10: v_perm_b32 v5, v1, v2, vcc_hi           ; encoding: [0x05,0x00,0x44,0xd7,0x01,0x05,0xae,0x01]
 
 v_perm_b32 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x44,0xd7,0x01,0x05,0xf2,0x01]
+// GFX10: v_perm_b32 v5, v1, v2, m0               ; encoding: [0x05,0x00,0x44,0xd7,0x01,0x05,0xf2,0x01]
 
 v_perm_b32 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x44,0xd7,0x01,0x05,0xfa,0x01]
+// GFX10: v_perm_b32 v5, v1, v2, exec_lo          ; encoding: [0x05,0x00,0x44,0xd7,0x01,0x05,0xfa,0x01]
 
 v_perm_b32 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x44,0xd7,0x01,0x05,0xfe,0x01]
+// GFX10: v_perm_b32 v5, v1, v2, exec_hi          ; encoding: [0x05,0x00,0x44,0xd7,0x01,0x05,0xfe,0x01]
 
 v_perm_b32 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x44,0xd7,0x01,0x05,0x02,0x02]
+// GFX10: v_perm_b32 v5, v1, v2, 0                ; encoding: [0x05,0x00,0x44,0xd7,0x01,0x05,0x02,0x02]
 
 v_perm_b32 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x44,0xd7,0x01,0x05,0x06,0x03]
+// GFX10: v_perm_b32 v5, v1, v2, -1               ; encoding: [0x05,0x00,0x44,0xd7,0x01,0x05,0x06,0x03]
 
 v_perm_b32 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x44,0xd7,0x01,0x05,0xc2,0x03]
+// GFX10: v_perm_b32 v5, v1, v2, 0.5              ; encoding: [0x05,0x00,0x44,0xd7,0x01,0x05,0xc2,0x03]
 
 v_perm_b32 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x44,0xd7,0x01,0x05,0xde,0x03]
+// GFX10: v_perm_b32 v5, v1, v2, -4.0             ; encoding: [0x05,0x00,0x44,0xd7,0x01,0x05,0xde,0x03]
 
 v_xad_u32 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_xad_u32 v5, v1, v2, v3                ; encoding: [0x05,0x00,0x45,0xd7,0x01,0x05,0x0e,0x04]
 
 v_xad_u32 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x45,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_xad_u32 v255, v1, v2, v3              ; encoding: [0xff,0x00,0x45,0xd7,0x01,0x05,0x0e,0x04]
 
 v_xad_u32 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd7,0xff,0x05,0x0e,0x04]
+// GFX10: v_xad_u32 v5, v255, v2, v3              ; encoding: [0x05,0x00,0x45,0xd7,0xff,0x05,0x0e,0x04]
 
 v_xad_u32 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd7,0x01,0x04,0x0e,0x04]
+// GFX10: v_xad_u32 v5, s1, v2, v3                ; encoding: [0x05,0x00,0x45,0xd7,0x01,0x04,0x0e,0x04]
 
 v_xad_u32 v5, s101, v2, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd7,0x65,0x04,0x0e,0x04]
+// GFX10: v_xad_u32 v5, s101, v2, v3              ; encoding: [0x05,0x00,0x45,0xd7,0x65,0x04,0x0e,0x04]
 
 v_xad_u32 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd7,0x6a,0x04,0x0e,0x04]
+// GFX10: v_xad_u32 v5, vcc_lo, v2, v3            ; encoding: [0x05,0x00,0x45,0xd7,0x6a,0x04,0x0e,0x04]
 
 v_xad_u32 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd7,0x6b,0x04,0x0e,0x04]
+// GFX10: v_xad_u32 v5, vcc_hi, v2, v3            ; encoding: [0x05,0x00,0x45,0xd7,0x6b,0x04,0x0e,0x04]
 
 v_xad_u32 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd7,0x7c,0x04,0x0e,0x04]
+// GFX10: v_xad_u32 v5, m0, v2, v3                ; encoding: [0x05,0x00,0x45,0xd7,0x7c,0x04,0x0e,0x04]
 
 v_xad_u32 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd7,0x7e,0x04,0x0e,0x04]
+// GFX10: v_xad_u32 v5, exec_lo, v2, v3           ; encoding: [0x05,0x00,0x45,0xd7,0x7e,0x04,0x0e,0x04]
 
 v_xad_u32 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd7,0x7f,0x04,0x0e,0x04]
+// GFX10: v_xad_u32 v5, exec_hi, v2, v3           ; encoding: [0x05,0x00,0x45,0xd7,0x7f,0x04,0x0e,0x04]
 
 v_xad_u32 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd7,0x80,0x04,0x0e,0x04]
+// GFX10: v_xad_u32 v5, 0, v2, v3                 ; encoding: [0x05,0x00,0x45,0xd7,0x80,0x04,0x0e,0x04]
 
 v_xad_u32 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd7,0xc1,0x04,0x0e,0x04]
+// GFX10: v_xad_u32 v5, -1, v2, v3                ; encoding: [0x05,0x00,0x45,0xd7,0xc1,0x04,0x0e,0x04]
 
 v_xad_u32 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd7,0xf0,0x04,0x0e,0x04]
+// GFX10: v_xad_u32 v5, 0.5, v2, v3               ; encoding: [0x05,0x00,0x45,0xd7,0xf0,0x04,0x0e,0x04]
 
 v_xad_u32 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd7,0xf7,0x04,0x0e,0x04]
+// GFX10: v_xad_u32 v5, -4.0, v2, v3              ; encoding: [0x05,0x00,0x45,0xd7,0xf7,0x04,0x0e,0x04]
 
 v_xad_u32 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd7,0x01,0xff,0x0f,0x04]
+// GFX10: v_xad_u32 v5, v1, v255, v3              ; encoding: [0x05,0x00,0x45,0xd7,0x01,0xff,0x0f,0x04]
 
 v_xad_u32 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd7,0x01,0x05,0x0c,0x04]
+// GFX10: v_xad_u32 v5, v1, s2, v3                ; encoding: [0x05,0x00,0x45,0xd7,0x01,0x05,0x0c,0x04]
 
 v_xad_u32 v5, v1, s101, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd7,0x01,0xcb,0x0c,0x04]
+// GFX10: v_xad_u32 v5, v1, s101, v3              ; encoding: [0x05,0x00,0x45,0xd7,0x01,0xcb,0x0c,0x04]
 
 v_xad_u32 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd7,0x01,0xd5,0x0c,0x04]
+// GFX10: v_xad_u32 v5, v1, vcc_lo, v3            ; encoding: [0x05,0x00,0x45,0xd7,0x01,0xd5,0x0c,0x04]
 
 v_xad_u32 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd7,0x01,0xd7,0x0c,0x04]
+// GFX10: v_xad_u32 v5, v1, vcc_hi, v3            ; encoding: [0x05,0x00,0x45,0xd7,0x01,0xd7,0x0c,0x04]
 
 v_xad_u32 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd7,0x01,0xf9,0x0c,0x04]
+// GFX10: v_xad_u32 v5, v1, m0, v3                ; encoding: [0x05,0x00,0x45,0xd7,0x01,0xf9,0x0c,0x04]
 
 v_xad_u32 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd7,0x01,0xfd,0x0c,0x04]
+// GFX10: v_xad_u32 v5, v1, exec_lo, v3           ; encoding: [0x05,0x00,0x45,0xd7,0x01,0xfd,0x0c,0x04]
 
 v_xad_u32 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd7,0x01,0xff,0x0c,0x04]
+// GFX10: v_xad_u32 v5, v1, exec_hi, v3           ; encoding: [0x05,0x00,0x45,0xd7,0x01,0xff,0x0c,0x04]
 
 v_xad_u32 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd7,0x01,0x01,0x0d,0x04]
+// GFX10: v_xad_u32 v5, v1, 0, v3                 ; encoding: [0x05,0x00,0x45,0xd7,0x01,0x01,0x0d,0x04]
 
 v_xad_u32 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd7,0x01,0x83,0x0d,0x04]
+// GFX10: v_xad_u32 v5, v1, -1, v3                ; encoding: [0x05,0x00,0x45,0xd7,0x01,0x83,0x0d,0x04]
 
 v_xad_u32 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd7,0x01,0xe1,0x0d,0x04]
+// GFX10: v_xad_u32 v5, v1, 0.5, v3               ; encoding: [0x05,0x00,0x45,0xd7,0x01,0xe1,0x0d,0x04]
 
 v_xad_u32 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x45,0xd7,0x01,0xef,0x0d,0x04]
+// GFX10: v_xad_u32 v5, v1, -4.0, v3              ; encoding: [0x05,0x00,0x45,0xd7,0x01,0xef,0x0d,0x04]
 
 v_xad_u32 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x45,0xd7,0x01,0x05,0xfe,0x07]
+// GFX10: v_xad_u32 v5, v1, v2, v255              ; encoding: [0x05,0x00,0x45,0xd7,0x01,0x05,0xfe,0x07]
 
 v_xad_u32 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x45,0xd7,0x01,0x05,0x0e,0x00]
+// GFX10: v_xad_u32 v5, v1, v2, s3                ; encoding: [0x05,0x00,0x45,0xd7,0x01,0x05,0x0e,0x00]
 
 v_xad_u32 v5, v1, v2, s101
-// GFX10: encoding: [0x05,0x00,0x45,0xd7,0x01,0x05,0x96,0x01]
+// GFX10: v_xad_u32 v5, v1, v2, s101              ; encoding: [0x05,0x00,0x45,0xd7,0x01,0x05,0x96,0x01]
 
 v_xad_u32 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x45,0xd7,0x01,0x05,0xaa,0x01]
+// GFX10: v_xad_u32 v5, v1, v2, vcc_lo            ; encoding: [0x05,0x00,0x45,0xd7,0x01,0x05,0xaa,0x01]
 
 v_xad_u32 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x45,0xd7,0x01,0x05,0xae,0x01]
+// GFX10: v_xad_u32 v5, v1, v2, vcc_hi            ; encoding: [0x05,0x00,0x45,0xd7,0x01,0x05,0xae,0x01]
 
 v_xad_u32 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x45,0xd7,0x01,0x05,0xf2,0x01]
+// GFX10: v_xad_u32 v5, v1, v2, m0                ; encoding: [0x05,0x00,0x45,0xd7,0x01,0x05,0xf2,0x01]
 
 v_xad_u32 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x45,0xd7,0x01,0x05,0xfa,0x01]
+// GFX10: v_xad_u32 v5, v1, v2, exec_lo           ; encoding: [0x05,0x00,0x45,0xd7,0x01,0x05,0xfa,0x01]
 
 v_xad_u32 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x45,0xd7,0x01,0x05,0xfe,0x01]
+// GFX10: v_xad_u32 v5, v1, v2, exec_hi           ; encoding: [0x05,0x00,0x45,0xd7,0x01,0x05,0xfe,0x01]
 
 v_xad_u32 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x45,0xd7,0x01,0x05,0x02,0x02]
+// GFX10: v_xad_u32 v5, v1, v2, 0                 ; encoding: [0x05,0x00,0x45,0xd7,0x01,0x05,0x02,0x02]
 
 v_xad_u32 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x45,0xd7,0x01,0x05,0x06,0x03]
+// GFX10: v_xad_u32 v5, v1, v2, -1                ; encoding: [0x05,0x00,0x45,0xd7,0x01,0x05,0x06,0x03]
 
 v_xad_u32 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x45,0xd7,0x01,0x05,0xc2,0x03]
+// GFX10: v_xad_u32 v5, v1, v2, 0.5               ; encoding: [0x05,0x00,0x45,0xd7,0x01,0x05,0xc2,0x03]
 
 v_xad_u32 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x45,0xd7,0x01,0x05,0xde,0x03]
+// GFX10: v_xad_u32 v5, v1, v2, -4.0              ; encoding: [0x05,0x00,0x45,0xd7,0x01,0x05,0xde,0x03]
 
 v_lshl_add_u32 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_lshl_add_u32 v5, v1, v2, v3           ; encoding: [0x05,0x00,0x46,0xd7,0x01,0x05,0x0e,0x04]
 
 v_lshl_add_u32 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x46,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_lshl_add_u32 v255, v1, v2, v3         ; encoding: [0xff,0x00,0x46,0xd7,0x01,0x05,0x0e,0x04]
 
 v_lshl_add_u32 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd7,0xff,0x05,0x0e,0x04]
+// GFX10: v_lshl_add_u32 v5, v255, v2, v3         ; encoding: [0x05,0x00,0x46,0xd7,0xff,0x05,0x0e,0x04]
 
 v_lshl_add_u32 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd7,0x01,0x04,0x0e,0x04]
+// GFX10: v_lshl_add_u32 v5, s1, v2, v3           ; encoding: [0x05,0x00,0x46,0xd7,0x01,0x04,0x0e,0x04]
 
 v_lshl_add_u32 v5, s101, v2, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd7,0x65,0x04,0x0e,0x04]
+// GFX10: v_lshl_add_u32 v5, s101, v2, v3         ; encoding: [0x05,0x00,0x46,0xd7,0x65,0x04,0x0e,0x04]
 
 v_lshl_add_u32 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd7,0x6a,0x04,0x0e,0x04]
+// GFX10: v_lshl_add_u32 v5, vcc_lo, v2, v3       ; encoding: [0x05,0x00,0x46,0xd7,0x6a,0x04,0x0e,0x04]
 
 v_lshl_add_u32 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd7,0x6b,0x04,0x0e,0x04]
+// GFX10: v_lshl_add_u32 v5, vcc_hi, v2, v3       ; encoding: [0x05,0x00,0x46,0xd7,0x6b,0x04,0x0e,0x04]
 
 v_lshl_add_u32 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd7,0x7c,0x04,0x0e,0x04]
+// GFX10: v_lshl_add_u32 v5, m0, v2, v3           ; encoding: [0x05,0x00,0x46,0xd7,0x7c,0x04,0x0e,0x04]
 
 v_lshl_add_u32 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd7,0x7e,0x04,0x0e,0x04]
+// GFX10: v_lshl_add_u32 v5, exec_lo, v2, v3      ; encoding: [0x05,0x00,0x46,0xd7,0x7e,0x04,0x0e,0x04]
 
 v_lshl_add_u32 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd7,0x7f,0x04,0x0e,0x04]
+// GFX10: v_lshl_add_u32 v5, exec_hi, v2, v3      ; encoding: [0x05,0x00,0x46,0xd7,0x7f,0x04,0x0e,0x04]
 
 v_lshl_add_u32 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd7,0x80,0x04,0x0e,0x04]
+// GFX10: v_lshl_add_u32 v5, 0, v2, v3            ; encoding: [0x05,0x00,0x46,0xd7,0x80,0x04,0x0e,0x04]
 
 v_lshl_add_u32 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd7,0xc1,0x04,0x0e,0x04]
+// GFX10: v_lshl_add_u32 v5, -1, v2, v3           ; encoding: [0x05,0x00,0x46,0xd7,0xc1,0x04,0x0e,0x04]
 
 v_lshl_add_u32 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd7,0xf0,0x04,0x0e,0x04]
+// GFX10: v_lshl_add_u32 v5, 0.5, v2, v3          ; encoding: [0x05,0x00,0x46,0xd7,0xf0,0x04,0x0e,0x04]
 
 v_lshl_add_u32 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd7,0xf7,0x04,0x0e,0x04]
+// GFX10: v_lshl_add_u32 v5, -4.0, v2, v3         ; encoding: [0x05,0x00,0x46,0xd7,0xf7,0x04,0x0e,0x04]
 
 v_lshl_add_u32 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd7,0x01,0xff,0x0f,0x04]
+// GFX10: v_lshl_add_u32 v5, v1, v255, v3         ; encoding: [0x05,0x00,0x46,0xd7,0x01,0xff,0x0f,0x04]
 
 v_lshl_add_u32 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd7,0x01,0x05,0x0c,0x04]
+// GFX10: v_lshl_add_u32 v5, v1, s2, v3           ; encoding: [0x05,0x00,0x46,0xd7,0x01,0x05,0x0c,0x04]
 
 v_lshl_add_u32 v5, v1, s101, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd7,0x01,0xcb,0x0c,0x04]
+// GFX10: v_lshl_add_u32 v5, v1, s101, v3         ; encoding: [0x05,0x00,0x46,0xd7,0x01,0xcb,0x0c,0x04]
 
 v_lshl_add_u32 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd7,0x01,0xd5,0x0c,0x04]
+// GFX10: v_lshl_add_u32 v5, v1, vcc_lo, v3       ; encoding: [0x05,0x00,0x46,0xd7,0x01,0xd5,0x0c,0x04]
 
 v_lshl_add_u32 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd7,0x01,0xd7,0x0c,0x04]
+// GFX10: v_lshl_add_u32 v5, v1, vcc_hi, v3       ; encoding: [0x05,0x00,0x46,0xd7,0x01,0xd7,0x0c,0x04]
 
 v_lshl_add_u32 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd7,0x01,0xf9,0x0c,0x04]
+// GFX10: v_lshl_add_u32 v5, v1, m0, v3           ; encoding: [0x05,0x00,0x46,0xd7,0x01,0xf9,0x0c,0x04]
 
 v_lshl_add_u32 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd7,0x01,0xfd,0x0c,0x04]
+// GFX10: v_lshl_add_u32 v5, v1, exec_lo, v3      ; encoding: [0x05,0x00,0x46,0xd7,0x01,0xfd,0x0c,0x04]
 
 v_lshl_add_u32 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd7,0x01,0xff,0x0c,0x04]
+// GFX10: v_lshl_add_u32 v5, v1, exec_hi, v3      ; encoding: [0x05,0x00,0x46,0xd7,0x01,0xff,0x0c,0x04]
 
 v_lshl_add_u32 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd7,0x01,0x01,0x0d,0x04]
+// GFX10: v_lshl_add_u32 v5, v1, 0, v3            ; encoding: [0x05,0x00,0x46,0xd7,0x01,0x01,0x0d,0x04]
 
 v_lshl_add_u32 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd7,0x01,0x83,0x0d,0x04]
+// GFX10: v_lshl_add_u32 v5, v1, -1, v3           ; encoding: [0x05,0x00,0x46,0xd7,0x01,0x83,0x0d,0x04]
 
 v_lshl_add_u32 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd7,0x01,0xe1,0x0d,0x04]
+// GFX10: v_lshl_add_u32 v5, v1, 0.5, v3          ; encoding: [0x05,0x00,0x46,0xd7,0x01,0xe1,0x0d,0x04]
 
 v_lshl_add_u32 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x46,0xd7,0x01,0xef,0x0d,0x04]
+// GFX10: v_lshl_add_u32 v5, v1, -4.0, v3         ; encoding: [0x05,0x00,0x46,0xd7,0x01,0xef,0x0d,0x04]
 
 v_lshl_add_u32 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x46,0xd7,0x01,0x05,0xfe,0x07]
+// GFX10: v_lshl_add_u32 v5, v1, v2, v255         ; encoding: [0x05,0x00,0x46,0xd7,0x01,0x05,0xfe,0x07]
 
 v_lshl_add_u32 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x46,0xd7,0x01,0x05,0x0e,0x00]
+// GFX10: v_lshl_add_u32 v5, v1, v2, s3           ; encoding: [0x05,0x00,0x46,0xd7,0x01,0x05,0x0e,0x00]
 
 v_lshl_add_u32 v5, v1, v2, s101
-// GFX10: encoding: [0x05,0x00,0x46,0xd7,0x01,0x05,0x96,0x01]
+// GFX10: v_lshl_add_u32 v5, v1, v2, s101         ; encoding: [0x05,0x00,0x46,0xd7,0x01,0x05,0x96,0x01]
 
 v_lshl_add_u32 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x46,0xd7,0x01,0x05,0xaa,0x01]
+// GFX10: v_lshl_add_u32 v5, v1, v2, vcc_lo       ; encoding: [0x05,0x00,0x46,0xd7,0x01,0x05,0xaa,0x01]
 
 v_lshl_add_u32 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x46,0xd7,0x01,0x05,0xae,0x01]
+// GFX10: v_lshl_add_u32 v5, v1, v2, vcc_hi       ; encoding: [0x05,0x00,0x46,0xd7,0x01,0x05,0xae,0x01]
 
 v_lshl_add_u32 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x46,0xd7,0x01,0x05,0xf2,0x01]
+// GFX10: v_lshl_add_u32 v5, v1, v2, m0           ; encoding: [0x05,0x00,0x46,0xd7,0x01,0x05,0xf2,0x01]
 
 v_lshl_add_u32 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x46,0xd7,0x01,0x05,0xfa,0x01]
+// GFX10: v_lshl_add_u32 v5, v1, v2, exec_lo      ; encoding: [0x05,0x00,0x46,0xd7,0x01,0x05,0xfa,0x01]
 
 v_lshl_add_u32 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x46,0xd7,0x01,0x05,0xfe,0x01]
+// GFX10: v_lshl_add_u32 v5, v1, v2, exec_hi      ; encoding: [0x05,0x00,0x46,0xd7,0x01,0x05,0xfe,0x01]
 
 v_lshl_add_u32 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x46,0xd7,0x01,0x05,0x02,0x02]
+// GFX10: v_lshl_add_u32 v5, v1, v2, 0            ; encoding: [0x05,0x00,0x46,0xd7,0x01,0x05,0x02,0x02]
 
 v_lshl_add_u32 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x46,0xd7,0x01,0x05,0x06,0x03]
+// GFX10: v_lshl_add_u32 v5, v1, v2, -1           ; encoding: [0x05,0x00,0x46,0xd7,0x01,0x05,0x06,0x03]
 
 v_lshl_add_u32 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x46,0xd7,0x01,0x05,0xc2,0x03]
+// GFX10: v_lshl_add_u32 v5, v1, v2, 0.5          ; encoding: [0x05,0x00,0x46,0xd7,0x01,0x05,0xc2,0x03]
 
 v_lshl_add_u32 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x46,0xd7,0x01,0x05,0xde,0x03]
+// GFX10: v_lshl_add_u32 v5, v1, v2, -4.0         ; encoding: [0x05,0x00,0x46,0xd7,0x01,0x05,0xde,0x03]
 
 v_add_lshl_u32 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_add_lshl_u32 v5, v1, v2, v3           ; encoding: [0x05,0x00,0x47,0xd7,0x01,0x05,0x0e,0x04]
 
 v_add_lshl_u32 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x47,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_add_lshl_u32 v255, v1, v2, v3         ; encoding: [0xff,0x00,0x47,0xd7,0x01,0x05,0x0e,0x04]
 
 v_add_lshl_u32 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd7,0xff,0x05,0x0e,0x04]
+// GFX10: v_add_lshl_u32 v5, v255, v2, v3         ; encoding: [0x05,0x00,0x47,0xd7,0xff,0x05,0x0e,0x04]
 
 v_add_lshl_u32 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd7,0x01,0x04,0x0e,0x04]
+// GFX10: v_add_lshl_u32 v5, s1, v2, v3           ; encoding: [0x05,0x00,0x47,0xd7,0x01,0x04,0x0e,0x04]
 
 v_add_lshl_u32 v5, s101, v2, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd7,0x65,0x04,0x0e,0x04]
+// GFX10: v_add_lshl_u32 v5, s101, v2, v3         ; encoding: [0x05,0x00,0x47,0xd7,0x65,0x04,0x0e,0x04]
 
 v_add_lshl_u32 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd7,0x6a,0x04,0x0e,0x04]
+// GFX10: v_add_lshl_u32 v5, vcc_lo, v2, v3       ; encoding: [0x05,0x00,0x47,0xd7,0x6a,0x04,0x0e,0x04]
 
 v_add_lshl_u32 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd7,0x6b,0x04,0x0e,0x04]
+// GFX10: v_add_lshl_u32 v5, vcc_hi, v2, v3       ; encoding: [0x05,0x00,0x47,0xd7,0x6b,0x04,0x0e,0x04]
 
 v_add_lshl_u32 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd7,0x7c,0x04,0x0e,0x04]
+// GFX10: v_add_lshl_u32 v5, m0, v2, v3           ; encoding: [0x05,0x00,0x47,0xd7,0x7c,0x04,0x0e,0x04]
 
 v_add_lshl_u32 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd7,0x7e,0x04,0x0e,0x04]
+// GFX10: v_add_lshl_u32 v5, exec_lo, v2, v3      ; encoding: [0x05,0x00,0x47,0xd7,0x7e,0x04,0x0e,0x04]
 
 v_add_lshl_u32 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd7,0x7f,0x04,0x0e,0x04]
+// GFX10: v_add_lshl_u32 v5, exec_hi, v2, v3      ; encoding: [0x05,0x00,0x47,0xd7,0x7f,0x04,0x0e,0x04]
 
 v_add_lshl_u32 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd7,0x80,0x04,0x0e,0x04]
+// GFX10: v_add_lshl_u32 v5, 0, v2, v3            ; encoding: [0x05,0x00,0x47,0xd7,0x80,0x04,0x0e,0x04]
 
 v_add_lshl_u32 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd7,0xc1,0x04,0x0e,0x04]
+// GFX10: v_add_lshl_u32 v5, -1, v2, v3           ; encoding: [0x05,0x00,0x47,0xd7,0xc1,0x04,0x0e,0x04]
 
 v_add_lshl_u32 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd7,0xf0,0x04,0x0e,0x04]
+// GFX10: v_add_lshl_u32 v5, 0.5, v2, v3          ; encoding: [0x05,0x00,0x47,0xd7,0xf0,0x04,0x0e,0x04]
 
 v_add_lshl_u32 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd7,0xf7,0x04,0x0e,0x04]
+// GFX10: v_add_lshl_u32 v5, -4.0, v2, v3         ; encoding: [0x05,0x00,0x47,0xd7,0xf7,0x04,0x0e,0x04]
 
 v_add_lshl_u32 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd7,0x01,0xff,0x0f,0x04]
+// GFX10: v_add_lshl_u32 v5, v1, v255, v3         ; encoding: [0x05,0x00,0x47,0xd7,0x01,0xff,0x0f,0x04]
 
 v_add_lshl_u32 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd7,0x01,0x05,0x0c,0x04]
+// GFX10: v_add_lshl_u32 v5, v1, s2, v3           ; encoding: [0x05,0x00,0x47,0xd7,0x01,0x05,0x0c,0x04]
 
 v_add_lshl_u32 v5, v1, s101, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd7,0x01,0xcb,0x0c,0x04]
+// GFX10: v_add_lshl_u32 v5, v1, s101, v3         ; encoding: [0x05,0x00,0x47,0xd7,0x01,0xcb,0x0c,0x04]
 
 v_add_lshl_u32 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd7,0x01,0xd5,0x0c,0x04]
+// GFX10: v_add_lshl_u32 v5, v1, vcc_lo, v3       ; encoding: [0x05,0x00,0x47,0xd7,0x01,0xd5,0x0c,0x04]
 
 v_add_lshl_u32 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd7,0x01,0xd7,0x0c,0x04]
+// GFX10: v_add_lshl_u32 v5, v1, vcc_hi, v3       ; encoding: [0x05,0x00,0x47,0xd7,0x01,0xd7,0x0c,0x04]
 
 v_add_lshl_u32 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd7,0x01,0xf9,0x0c,0x04]
+// GFX10: v_add_lshl_u32 v5, v1, m0, v3           ; encoding: [0x05,0x00,0x47,0xd7,0x01,0xf9,0x0c,0x04]
 
 v_add_lshl_u32 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd7,0x01,0xfd,0x0c,0x04]
+// GFX10: v_add_lshl_u32 v5, v1, exec_lo, v3      ; encoding: [0x05,0x00,0x47,0xd7,0x01,0xfd,0x0c,0x04]
 
 v_add_lshl_u32 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd7,0x01,0xff,0x0c,0x04]
+// GFX10: v_add_lshl_u32 v5, v1, exec_hi, v3      ; encoding: [0x05,0x00,0x47,0xd7,0x01,0xff,0x0c,0x04]
 
 v_add_lshl_u32 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd7,0x01,0x01,0x0d,0x04]
+// GFX10: v_add_lshl_u32 v5, v1, 0, v3            ; encoding: [0x05,0x00,0x47,0xd7,0x01,0x01,0x0d,0x04]
 
 v_add_lshl_u32 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd7,0x01,0x83,0x0d,0x04]
+// GFX10: v_add_lshl_u32 v5, v1, -1, v3           ; encoding: [0x05,0x00,0x47,0xd7,0x01,0x83,0x0d,0x04]
 
 v_add_lshl_u32 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd7,0x01,0xe1,0x0d,0x04]
+// GFX10: v_add_lshl_u32 v5, v1, 0.5, v3          ; encoding: [0x05,0x00,0x47,0xd7,0x01,0xe1,0x0d,0x04]
 
 v_add_lshl_u32 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x47,0xd7,0x01,0xef,0x0d,0x04]
+// GFX10: v_add_lshl_u32 v5, v1, -4.0, v3         ; encoding: [0x05,0x00,0x47,0xd7,0x01,0xef,0x0d,0x04]
 
 v_add_lshl_u32 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x47,0xd7,0x01,0x05,0xfe,0x07]
+// GFX10: v_add_lshl_u32 v5, v1, v2, v255         ; encoding: [0x05,0x00,0x47,0xd7,0x01,0x05,0xfe,0x07]
 
 v_add_lshl_u32 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x47,0xd7,0x01,0x05,0x0e,0x00]
+// GFX10: v_add_lshl_u32 v5, v1, v2, s3           ; encoding: [0x05,0x00,0x47,0xd7,0x01,0x05,0x0e,0x00]
 
 v_add_lshl_u32 v5, v1, v2, s101
-// GFX10: encoding: [0x05,0x00,0x47,0xd7,0x01,0x05,0x96,0x01]
+// GFX10: v_add_lshl_u32 v5, v1, v2, s101         ; encoding: [0x05,0x00,0x47,0xd7,0x01,0x05,0x96,0x01]
 
 v_add_lshl_u32 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x47,0xd7,0x01,0x05,0xaa,0x01]
+// GFX10: v_add_lshl_u32 v5, v1, v2, vcc_lo       ; encoding: [0x05,0x00,0x47,0xd7,0x01,0x05,0xaa,0x01]
 
 v_add_lshl_u32 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x47,0xd7,0x01,0x05,0xae,0x01]
+// GFX10: v_add_lshl_u32 v5, v1, v2, vcc_hi       ; encoding: [0x05,0x00,0x47,0xd7,0x01,0x05,0xae,0x01]
 
 v_add_lshl_u32 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x47,0xd7,0x01,0x05,0xf2,0x01]
+// GFX10: v_add_lshl_u32 v5, v1, v2, m0           ; encoding: [0x05,0x00,0x47,0xd7,0x01,0x05,0xf2,0x01]
 
 v_add_lshl_u32 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x47,0xd7,0x01,0x05,0xfa,0x01]
+// GFX10: v_add_lshl_u32 v5, v1, v2, exec_lo      ; encoding: [0x05,0x00,0x47,0xd7,0x01,0x05,0xfa,0x01]
 
 v_add_lshl_u32 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x47,0xd7,0x01,0x05,0xfe,0x01]
+// GFX10: v_add_lshl_u32 v5, v1, v2, exec_hi      ; encoding: [0x05,0x00,0x47,0xd7,0x01,0x05,0xfe,0x01]
 
 v_add_lshl_u32 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x47,0xd7,0x01,0x05,0x02,0x02]
+// GFX10: v_add_lshl_u32 v5, v1, v2, 0            ; encoding: [0x05,0x00,0x47,0xd7,0x01,0x05,0x02,0x02]
 
 v_add_lshl_u32 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x47,0xd7,0x01,0x05,0x06,0x03]
+// GFX10: v_add_lshl_u32 v5, v1, v2, -1           ; encoding: [0x05,0x00,0x47,0xd7,0x01,0x05,0x06,0x03]
 
 v_add_lshl_u32 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x47,0xd7,0x01,0x05,0xc2,0x03]
+// GFX10: v_add_lshl_u32 v5, v1, v2, 0.5          ; encoding: [0x05,0x00,0x47,0xd7,0x01,0x05,0xc2,0x03]
 
 v_add_lshl_u32 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x47,0xd7,0x01,0x05,0xde,0x03]
+// GFX10: v_add_lshl_u32 v5, v1, v2, -4.0         ; encoding: [0x05,0x00,0x47,0xd7,0x01,0x05,0xde,0x03]
 
 v_fma_f16 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x4b,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_fma_f16 v5, v1, v2, v3                ; encoding: [0x05,0x00,0x4b,0xd7,0x01,0x05,0x0e,0x04]
 
 v_fma_f16 v5, v1, -v2, v3
-// GFX10: encoding: [0x05,0x00,0x4b,0xd7,0x01,0x05,0x0e,0x44]
+// GFX10: v_fma_f16 v5, v1, -v2, v3               ; encoding: [0x05,0x00,0x4b,0xd7,0x01,0x05,0x0e,0x44]
 
 v_fma_f16 v5, v1, v2, |v3|
-// GFX10: encoding: [0x05,0x04,0x4b,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_fma_f16 v5, v1, v2, |v3|              ; encoding: [0x05,0x04,0x4b,0xd7,0x01,0x05,0x0e,0x04]
 
 v_fma_f16 v5, v1, v2, v3 clamp
-// GFX10: encoding: [0x05,0x80,0x4b,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_fma_f16 v5, v1, v2, v3 clamp          ; encoding: [0x05,0x80,0x4b,0xd7,0x01,0x05,0x0e,0x04]
 
 // FIXME-GFX10-V_FMA_F16: See "FIXME-GFX10-V_FMA_F16" in VOP3Instructions.td.
 // v_fma_f16 v5, v1, v2, v3 op_sel:[1,0,0,0]
@@ -10608,2558 +10609,2558 @@ v_fma_f16 v5, v1, v2, v3 clamp
 // FIXME-GFX10-V_FMA_F16: encoding: [0x05,0x78,0x4b,0xd7,0x01,0x05,0x0e,0x04]
 
 v_min3_f16 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_min3_f16 v5, v1, v2, v3               ; encoding: [0x05,0x00,0x51,0xd7,0x01,0x05,0x0e,0x04]
 
 v_min3_f16 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x51,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_min3_f16 v255, v1, v2, v3             ; encoding: [0xff,0x00,0x51,0xd7,0x01,0x05,0x0e,0x04]
 
 v_min3_f16 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd7,0xff,0x05,0x0e,0x04]
+// GFX10: v_min3_f16 v5, v255, v2, v3             ; encoding: [0x05,0x00,0x51,0xd7,0xff,0x05,0x0e,0x04]
 
 v_min3_f16 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd7,0x01,0x04,0x0e,0x04]
+// GFX10: v_min3_f16 v5, s1, v2, v3               ; encoding: [0x05,0x00,0x51,0xd7,0x01,0x04,0x0e,0x04]
 
 v_min3_f16 v5, s101, v2, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd7,0x65,0x04,0x0e,0x04]
+// GFX10: v_min3_f16 v5, s101, v2, v3             ; encoding: [0x05,0x00,0x51,0xd7,0x65,0x04,0x0e,0x04]
 
 v_min3_f16 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd7,0x6a,0x04,0x0e,0x04]
+// GFX10: v_min3_f16 v5, vcc_lo, v2, v3           ; encoding: [0x05,0x00,0x51,0xd7,0x6a,0x04,0x0e,0x04]
 
 v_min3_f16 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd7,0x6b,0x04,0x0e,0x04]
+// GFX10: v_min3_f16 v5, vcc_hi, v2, v3           ; encoding: [0x05,0x00,0x51,0xd7,0x6b,0x04,0x0e,0x04]
 
 v_min3_f16 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd7,0x7c,0x04,0x0e,0x04]
+// GFX10: v_min3_f16 v5, m0, v2, v3               ; encoding: [0x05,0x00,0x51,0xd7,0x7c,0x04,0x0e,0x04]
 
 v_min3_f16 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd7,0x7e,0x04,0x0e,0x04]
+// GFX10: v_min3_f16 v5, exec_lo, v2, v3          ; encoding: [0x05,0x00,0x51,0xd7,0x7e,0x04,0x0e,0x04]
 
 v_min3_f16 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd7,0x7f,0x04,0x0e,0x04]
+// GFX10: v_min3_f16 v5, exec_hi, v2, v3          ; encoding: [0x05,0x00,0x51,0xd7,0x7f,0x04,0x0e,0x04]
 
 v_min3_f16 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd7,0x80,0x04,0x0e,0x04]
+// GFX10: v_min3_f16 v5, 0, v2, v3                ; encoding: [0x05,0x00,0x51,0xd7,0x80,0x04,0x0e,0x04]
 
 v_min3_f16 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd7,0xc1,0x04,0x0e,0x04]
+// GFX10: v_min3_f16 v5, -1, v2, v3               ; encoding: [0x05,0x00,0x51,0xd7,0xc1,0x04,0x0e,0x04]
 
 v_min3_f16 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd7,0xf0,0x04,0x0e,0x04]
+// GFX10: v_min3_f16 v5, 0.5, v2, v3              ; encoding: [0x05,0x00,0x51,0xd7,0xf0,0x04,0x0e,0x04]
 
 v_min3_f16 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd7,0xf7,0x04,0x0e,0x04]
+// GFX10: v_min3_f16 v5, -4.0, v2, v3             ; encoding: [0x05,0x00,0x51,0xd7,0xf7,0x04,0x0e,0x04]
 
 v_min3_f16 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd7,0x01,0xff,0x0f,0x04]
+// GFX10: v_min3_f16 v5, v1, v255, v3             ; encoding: [0x05,0x00,0x51,0xd7,0x01,0xff,0x0f,0x04]
 
 v_min3_f16 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd7,0x01,0x05,0x0c,0x04]
+// GFX10: v_min3_f16 v5, v1, s2, v3               ; encoding: [0x05,0x00,0x51,0xd7,0x01,0x05,0x0c,0x04]
 
 v_min3_f16 v5, v1, s101, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd7,0x01,0xcb,0x0c,0x04]
+// GFX10: v_min3_f16 v5, v1, s101, v3             ; encoding: [0x05,0x00,0x51,0xd7,0x01,0xcb,0x0c,0x04]
 
 v_min3_f16 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd7,0x01,0xd5,0x0c,0x04]
+// GFX10: v_min3_f16 v5, v1, vcc_lo, v3           ; encoding: [0x05,0x00,0x51,0xd7,0x01,0xd5,0x0c,0x04]
 
 v_min3_f16 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd7,0x01,0xd7,0x0c,0x04]
+// GFX10: v_min3_f16 v5, v1, vcc_hi, v3           ; encoding: [0x05,0x00,0x51,0xd7,0x01,0xd7,0x0c,0x04]
 
 v_min3_f16 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd7,0x01,0xf9,0x0c,0x04]
+// GFX10: v_min3_f16 v5, v1, m0, v3               ; encoding: [0x05,0x00,0x51,0xd7,0x01,0xf9,0x0c,0x04]
 
 v_min3_f16 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd7,0x01,0xfd,0x0c,0x04]
+// GFX10: v_min3_f16 v5, v1, exec_lo, v3          ; encoding: [0x05,0x00,0x51,0xd7,0x01,0xfd,0x0c,0x04]
 
 v_min3_f16 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd7,0x01,0xff,0x0c,0x04]
+// GFX10: v_min3_f16 v5, v1, exec_hi, v3          ; encoding: [0x05,0x00,0x51,0xd7,0x01,0xff,0x0c,0x04]
 
 v_min3_f16 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd7,0x01,0x01,0x0d,0x04]
+// GFX10: v_min3_f16 v5, v1, 0, v3                ; encoding: [0x05,0x00,0x51,0xd7,0x01,0x01,0x0d,0x04]
 
 v_min3_f16 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd7,0x01,0x83,0x0d,0x04]
+// GFX10: v_min3_f16 v5, v1, -1, v3               ; encoding: [0x05,0x00,0x51,0xd7,0x01,0x83,0x0d,0x04]
 
 v_min3_f16 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd7,0x01,0xe1,0x0d,0x04]
+// GFX10: v_min3_f16 v5, v1, 0.5, v3              ; encoding: [0x05,0x00,0x51,0xd7,0x01,0xe1,0x0d,0x04]
 
 v_min3_f16 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd7,0x01,0xef,0x0d,0x04]
+// GFX10: v_min3_f16 v5, v1, -4.0, v3             ; encoding: [0x05,0x00,0x51,0xd7,0x01,0xef,0x0d,0x04]
 
 v_min3_f16 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x51,0xd7,0x01,0x05,0xfe,0x07]
+// GFX10: v_min3_f16 v5, v1, v2, v255             ; encoding: [0x05,0x00,0x51,0xd7,0x01,0x05,0xfe,0x07]
 
 v_min3_f16 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x51,0xd7,0x01,0x05,0x0e,0x00]
+// GFX10: v_min3_f16 v5, v1, v2, s3               ; encoding: [0x05,0x00,0x51,0xd7,0x01,0x05,0x0e,0x00]
 
 v_min3_f16 v5, v1, v2, s101
-// GFX10: encoding: [0x05,0x00,0x51,0xd7,0x01,0x05,0x96,0x01]
+// GFX10: v_min3_f16 v5, v1, v2, s101             ; encoding: [0x05,0x00,0x51,0xd7,0x01,0x05,0x96,0x01]
 
 v_min3_f16 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x51,0xd7,0x01,0x05,0xaa,0x01]
+// GFX10: v_min3_f16 v5, v1, v2, vcc_lo           ; encoding: [0x05,0x00,0x51,0xd7,0x01,0x05,0xaa,0x01]
 
 v_min3_f16 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x51,0xd7,0x01,0x05,0xae,0x01]
+// GFX10: v_min3_f16 v5, v1, v2, vcc_hi           ; encoding: [0x05,0x00,0x51,0xd7,0x01,0x05,0xae,0x01]
 
 v_min3_f16 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x51,0xd7,0x01,0x05,0xf2,0x01]
+// GFX10: v_min3_f16 v5, v1, v2, m0               ; encoding: [0x05,0x00,0x51,0xd7,0x01,0x05,0xf2,0x01]
 
 v_min3_f16 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x51,0xd7,0x01,0x05,0xfa,0x01]
+// GFX10: v_min3_f16 v5, v1, v2, exec_lo          ; encoding: [0x05,0x00,0x51,0xd7,0x01,0x05,0xfa,0x01]
 
 v_min3_f16 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x51,0xd7,0x01,0x05,0xfe,0x01]
+// GFX10: v_min3_f16 v5, v1, v2, exec_hi          ; encoding: [0x05,0x00,0x51,0xd7,0x01,0x05,0xfe,0x01]
 
 v_min3_f16 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x51,0xd7,0x01,0x05,0x02,0x02]
+// GFX10: v_min3_f16 v5, v1, v2, 0                ; encoding: [0x05,0x00,0x51,0xd7,0x01,0x05,0x02,0x02]
 
 v_min3_f16 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x51,0xd7,0x01,0x05,0x06,0x03]
+// GFX10: v_min3_f16 v5, v1, v2, -1               ; encoding: [0x05,0x00,0x51,0xd7,0x01,0x05,0x06,0x03]
 
 v_min3_f16 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x51,0xd7,0x01,0x05,0xc2,0x03]
+// GFX10: v_min3_f16 v5, v1, v2, 0.5              ; encoding: [0x05,0x00,0x51,0xd7,0x01,0x05,0xc2,0x03]
 
 v_min3_f16 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x51,0xd7,0x01,0x05,0xde,0x03]
+// GFX10: v_min3_f16 v5, v1, v2, -4.0             ; encoding: [0x05,0x00,0x51,0xd7,0x01,0x05,0xde,0x03]
 
 v_min3_f16 v5, -v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd7,0x01,0x05,0x0e,0x24]
+// GFX10: v_min3_f16 v5, -v1, v2, v3              ; encoding: [0x05,0x00,0x51,0xd7,0x01,0x05,0x0e,0x24]
 
 v_min3_f16 v5, v1, -v2, v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd7,0x01,0x05,0x0e,0x44]
+// GFX10: v_min3_f16 v5, v1, -v2, v3              ; encoding: [0x05,0x00,0x51,0xd7,0x01,0x05,0x0e,0x44]
 
 v_min3_f16 v5, v1, v2, -v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd7,0x01,0x05,0x0e,0x84]
+// GFX10: v_min3_f16 v5, v1, v2, -v3              ; encoding: [0x05,0x00,0x51,0xd7,0x01,0x05,0x0e,0x84]
 
 v_min3_f16 v5, -v1, -v2, -v3
-// GFX10: encoding: [0x05,0x00,0x51,0xd7,0x01,0x05,0x0e,0xe4]
+// GFX10: v_min3_f16 v5, -v1, -v2, -v3            ; encoding: [0x05,0x00,0x51,0xd7,0x01,0x05,0x0e,0xe4]
 
 v_min3_f16 v5, |v1|, v2, v3
-// GFX10: encoding: [0x05,0x01,0x51,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_min3_f16 v5, |v1|, v2, v3             ; encoding: [0x05,0x01,0x51,0xd7,0x01,0x05,0x0e,0x04]
 
 v_min3_f16 v5, v1, |v2|, v3
-// GFX10: encoding: [0x05,0x02,0x51,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_min3_f16 v5, v1, |v2|, v3             ; encoding: [0x05,0x02,0x51,0xd7,0x01,0x05,0x0e,0x04]
 
 v_min3_f16 v5, v1, v2, |v3|
-// GFX10: encoding: [0x05,0x04,0x51,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_min3_f16 v5, v1, v2, |v3|             ; encoding: [0x05,0x04,0x51,0xd7,0x01,0x05,0x0e,0x04]
 
 v_min3_f16 v5, |v1|, |v2|, |v3|
-// GFX10: encoding: [0x05,0x07,0x51,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_min3_f16 v5, |v1|, |v2|, |v3|         ; encoding: [0x05,0x07,0x51,0xd7,0x01,0x05,0x0e,0x04]
 
 v_min3_f16 v5, v1, v2, v3 op_sel:[0,0,0,0]
-// GFX10: encoding: [0x05,0x00,0x51,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_min3_f16 v5, v1, v2, v3               ; encoding: [0x05,0x00,0x51,0xd7,0x01,0x05,0x0e,0x04]
 
 v_min3_f16 v5, v1, v2, v3 op_sel:[1,0,0,0]
-// GFX10: encoding: [0x05,0x08,0x51,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_min3_f16 v5, v1, v2, v3 op_sel:[1,0,0,0] ; encoding: [0x05,0x08,0x51,0xd7,0x01,0x05,0x0e,0x04]
 
 v_min3_f16 v5, v1, v2, v3 op_sel:[0,1,0,0]
-// GFX10: encoding: [0x05,0x10,0x51,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_min3_f16 v5, v1, v2, v3 op_sel:[0,1,0,0] ; encoding: [0x05,0x10,0x51,0xd7,0x01,0x05,0x0e,0x04]
 
 v_min3_f16 v5, v1, v2, v3 op_sel:[0,0,1,0]
-// GFX10: encoding: [0x05,0x20,0x51,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_min3_f16 v5, v1, v2, v3 op_sel:[0,0,1,0] ; encoding: [0x05,0x20,0x51,0xd7,0x01,0x05,0x0e,0x04]
 
 v_min3_f16 v5, v1, v2, v3 op_sel:[0,0,0,1]
-// GFX10: encoding: [0x05,0x40,0x51,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_min3_f16 v5, v1, v2, v3 op_sel:[0,0,0,1] ; encoding: [0x05,0x40,0x51,0xd7,0x01,0x05,0x0e,0x04]
 
 v_min3_f16 v5, v1, v2, v3 op_sel:[1,1,1,1]
-// GFX10: encoding: [0x05,0x78,0x51,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_min3_f16 v5, v1, v2, v3 op_sel:[1,1,1,1] ; encoding: [0x05,0x78,0x51,0xd7,0x01,0x05,0x0e,0x04]
 
 v_min3_f16 v5, v1, v2, v3 clamp
-// GFX10: encoding: [0x05,0x80,0x51,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_min3_f16 v5, v1, v2, v3 clamp         ; encoding: [0x05,0x80,0x51,0xd7,0x01,0x05,0x0e,0x04]
 
 v_min3_i16 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_min3_i16 v5, v1, v2, v3               ; encoding: [0x05,0x00,0x52,0xd7,0x01,0x05,0x0e,0x04]
 
 v_min3_i16 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x52,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_min3_i16 v255, v1, v2, v3             ; encoding: [0xff,0x00,0x52,0xd7,0x01,0x05,0x0e,0x04]
 
 v_min3_i16 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd7,0xff,0x05,0x0e,0x04]
+// GFX10: v_min3_i16 v5, v255, v2, v3             ; encoding: [0x05,0x00,0x52,0xd7,0xff,0x05,0x0e,0x04]
 
 v_min3_i16 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd7,0x01,0x04,0x0e,0x04]
+// GFX10: v_min3_i16 v5, s1, v2, v3               ; encoding: [0x05,0x00,0x52,0xd7,0x01,0x04,0x0e,0x04]
 
 v_min3_i16 v5, s101, v2, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd7,0x65,0x04,0x0e,0x04]
+// GFX10: v_min3_i16 v5, s101, v2, v3             ; encoding: [0x05,0x00,0x52,0xd7,0x65,0x04,0x0e,0x04]
 
 v_min3_i16 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd7,0x6a,0x04,0x0e,0x04]
+// GFX10: v_min3_i16 v5, vcc_lo, v2, v3           ; encoding: [0x05,0x00,0x52,0xd7,0x6a,0x04,0x0e,0x04]
 
 v_min3_i16 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd7,0x6b,0x04,0x0e,0x04]
+// GFX10: v_min3_i16 v5, vcc_hi, v2, v3           ; encoding: [0x05,0x00,0x52,0xd7,0x6b,0x04,0x0e,0x04]
 
 v_min3_i16 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd7,0x7c,0x04,0x0e,0x04]
+// GFX10: v_min3_i16 v5, m0, v2, v3               ; encoding: [0x05,0x00,0x52,0xd7,0x7c,0x04,0x0e,0x04]
 
 v_min3_i16 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd7,0x7e,0x04,0x0e,0x04]
+// GFX10: v_min3_i16 v5, exec_lo, v2, v3          ; encoding: [0x05,0x00,0x52,0xd7,0x7e,0x04,0x0e,0x04]
 
 v_min3_i16 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd7,0x7f,0x04,0x0e,0x04]
+// GFX10: v_min3_i16 v5, exec_hi, v2, v3          ; encoding: [0x05,0x00,0x52,0xd7,0x7f,0x04,0x0e,0x04]
 
 v_min3_i16 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd7,0x80,0x04,0x0e,0x04]
+// GFX10: v_min3_i16 v5, 0, v2, v3                ; encoding: [0x05,0x00,0x52,0xd7,0x80,0x04,0x0e,0x04]
 
 v_min3_i16 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd7,0xc1,0x04,0x0e,0x04]
+// GFX10: v_min3_i16 v5, -1, v2, v3               ; encoding: [0x05,0x00,0x52,0xd7,0xc1,0x04,0x0e,0x04]
 
 v_min3_i16 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd7,0xf0,0x04,0x0e,0x04]
+// GFX10: v_min3_i16 v5, 0.5, v2, v3              ; encoding: [0x05,0x00,0x52,0xd7,0xf0,0x04,0x0e,0x04]
 
 v_min3_i16 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd7,0xf7,0x04,0x0e,0x04]
+// GFX10: v_min3_i16 v5, -4.0, v2, v3             ; encoding: [0x05,0x00,0x52,0xd7,0xf7,0x04,0x0e,0x04]
 
 v_min3_i16 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd7,0x01,0xff,0x0f,0x04]
+// GFX10: v_min3_i16 v5, v1, v255, v3             ; encoding: [0x05,0x00,0x52,0xd7,0x01,0xff,0x0f,0x04]
 
 v_min3_i16 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd7,0x01,0x05,0x0c,0x04]
+// GFX10: v_min3_i16 v5, v1, s2, v3               ; encoding: [0x05,0x00,0x52,0xd7,0x01,0x05,0x0c,0x04]
 
 v_min3_i16 v5, v1, s101, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd7,0x01,0xcb,0x0c,0x04]
+// GFX10: v_min3_i16 v5, v1, s101, v3             ; encoding: [0x05,0x00,0x52,0xd7,0x01,0xcb,0x0c,0x04]
 
 v_min3_i16 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd7,0x01,0xd5,0x0c,0x04]
+// GFX10: v_min3_i16 v5, v1, vcc_lo, v3           ; encoding: [0x05,0x00,0x52,0xd7,0x01,0xd5,0x0c,0x04]
 
 v_min3_i16 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd7,0x01,0xd7,0x0c,0x04]
+// GFX10: v_min3_i16 v5, v1, vcc_hi, v3           ; encoding: [0x05,0x00,0x52,0xd7,0x01,0xd7,0x0c,0x04]
 
 v_min3_i16 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd7,0x01,0xf9,0x0c,0x04]
+// GFX10: v_min3_i16 v5, v1, m0, v3               ; encoding: [0x05,0x00,0x52,0xd7,0x01,0xf9,0x0c,0x04]
 
 v_min3_i16 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd7,0x01,0xfd,0x0c,0x04]
+// GFX10: v_min3_i16 v5, v1, exec_lo, v3          ; encoding: [0x05,0x00,0x52,0xd7,0x01,0xfd,0x0c,0x04]
 
 v_min3_i16 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd7,0x01,0xff,0x0c,0x04]
+// GFX10: v_min3_i16 v5, v1, exec_hi, v3          ; encoding: [0x05,0x00,0x52,0xd7,0x01,0xff,0x0c,0x04]
 
 v_min3_i16 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd7,0x01,0x01,0x0d,0x04]
+// GFX10: v_min3_i16 v5, v1, 0, v3                ; encoding: [0x05,0x00,0x52,0xd7,0x01,0x01,0x0d,0x04]
 
 v_min3_i16 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd7,0x01,0x83,0x0d,0x04]
+// GFX10: v_min3_i16 v5, v1, -1, v3               ; encoding: [0x05,0x00,0x52,0xd7,0x01,0x83,0x0d,0x04]
 
 v_min3_i16 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd7,0x01,0xe1,0x0d,0x04]
+// GFX10: v_min3_i16 v5, v1, 0.5, v3              ; encoding: [0x05,0x00,0x52,0xd7,0x01,0xe1,0x0d,0x04]
 
 v_min3_i16 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x52,0xd7,0x01,0xef,0x0d,0x04]
+// GFX10: v_min3_i16 v5, v1, -4.0, v3             ; encoding: [0x05,0x00,0x52,0xd7,0x01,0xef,0x0d,0x04]
 
 v_min3_i16 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x52,0xd7,0x01,0x05,0xfe,0x07]
+// GFX10: v_min3_i16 v5, v1, v2, v255             ; encoding: [0x05,0x00,0x52,0xd7,0x01,0x05,0xfe,0x07]
 
 v_min3_i16 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x52,0xd7,0x01,0x05,0x0e,0x00]
+// GFX10: v_min3_i16 v5, v1, v2, s3               ; encoding: [0x05,0x00,0x52,0xd7,0x01,0x05,0x0e,0x00]
 
 v_min3_i16 v5, v1, v2, s101
-// GFX10: encoding: [0x05,0x00,0x52,0xd7,0x01,0x05,0x96,0x01]
+// GFX10: v_min3_i16 v5, v1, v2, s101             ; encoding: [0x05,0x00,0x52,0xd7,0x01,0x05,0x96,0x01]
 
 v_min3_i16 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x52,0xd7,0x01,0x05,0xaa,0x01]
+// GFX10: v_min3_i16 v5, v1, v2, vcc_lo           ; encoding: [0x05,0x00,0x52,0xd7,0x01,0x05,0xaa,0x01]
 
 v_min3_i16 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x52,0xd7,0x01,0x05,0xae,0x01]
+// GFX10: v_min3_i16 v5, v1, v2, vcc_hi           ; encoding: [0x05,0x00,0x52,0xd7,0x01,0x05,0xae,0x01]
 
 v_min3_i16 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x52,0xd7,0x01,0x05,0xf2,0x01]
+// GFX10: v_min3_i16 v5, v1, v2, m0               ; encoding: [0x05,0x00,0x52,0xd7,0x01,0x05,0xf2,0x01]
 
 v_min3_i16 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x52,0xd7,0x01,0x05,0xfa,0x01]
+// GFX10: v_min3_i16 v5, v1, v2, exec_lo          ; encoding: [0x05,0x00,0x52,0xd7,0x01,0x05,0xfa,0x01]
 
 v_min3_i16 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x52,0xd7,0x01,0x05,0xfe,0x01]
+// GFX10: v_min3_i16 v5, v1, v2, exec_hi          ; encoding: [0x05,0x00,0x52,0xd7,0x01,0x05,0xfe,0x01]
 
 v_min3_i16 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x52,0xd7,0x01,0x05,0x02,0x02]
+// GFX10: v_min3_i16 v5, v1, v2, 0                ; encoding: [0x05,0x00,0x52,0xd7,0x01,0x05,0x02,0x02]
 
 v_min3_i16 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x52,0xd7,0x01,0x05,0x06,0x03]
+// GFX10: v_min3_i16 v5, v1, v2, -1               ; encoding: [0x05,0x00,0x52,0xd7,0x01,0x05,0x06,0x03]
 
 v_min3_i16 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x52,0xd7,0x01,0x05,0xc2,0x03]
+// GFX10: v_min3_i16 v5, v1, v2, 0.5              ; encoding: [0x05,0x00,0x52,0xd7,0x01,0x05,0xc2,0x03]
 
 v_min3_i16 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x52,0xd7,0x01,0x05,0xde,0x03]
+// GFX10: v_min3_i16 v5, v1, v2, -4.0             ; encoding: [0x05,0x00,0x52,0xd7,0x01,0x05,0xde,0x03]
 
 v_min3_i16 v5, v1, v2, v3 op_sel:[0,0,0,0]
-// GFX10: encoding: [0x05,0x00,0x52,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_min3_i16 v5, v1, v2, v3               ; encoding: [0x05,0x00,0x52,0xd7,0x01,0x05,0x0e,0x04]
 
 v_min3_i16 v5, v1, v2, v3 op_sel:[1,0,0,0]
-// GFX10: encoding: [0x05,0x08,0x52,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_min3_i16 v5, v1, v2, v3 op_sel:[1,0,0,0] ; encoding: [0x05,0x08,0x52,0xd7,0x01,0x05,0x0e,0x04]
 
 v_min3_i16 v5, v1, v2, v3 op_sel:[0,1,0,0]
-// GFX10: encoding: [0x05,0x10,0x52,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_min3_i16 v5, v1, v2, v3 op_sel:[0,1,0,0] ; encoding: [0x05,0x10,0x52,0xd7,0x01,0x05,0x0e,0x04]
 
 v_min3_i16 v5, v1, v2, v3 op_sel:[0,0,1,0]
-// GFX10: encoding: [0x05,0x20,0x52,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_min3_i16 v5, v1, v2, v3 op_sel:[0,0,1,0] ; encoding: [0x05,0x20,0x52,0xd7,0x01,0x05,0x0e,0x04]
 
 v_min3_i16 v5, v1, v2, v3 op_sel:[0,0,0,1]
-// GFX10: encoding: [0x05,0x40,0x52,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_min3_i16 v5, v1, v2, v3 op_sel:[0,0,0,1] ; encoding: [0x05,0x40,0x52,0xd7,0x01,0x05,0x0e,0x04]
 
 v_min3_i16 v5, v1, v2, v3 op_sel:[1,1,1,1]
-// GFX10: encoding: [0x05,0x78,0x52,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_min3_i16 v5, v1, v2, v3 op_sel:[1,1,1,1] ; encoding: [0x05,0x78,0x52,0xd7,0x01,0x05,0x0e,0x04]
 
 v_min3_i16 v5, v1, v2, v3 clamp
-// GFX10: encoding: [0x05,0x80,0x52,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_min3_i16 v5, v1, v2, v3 clamp         ; encoding: [0x05,0x80,0x52,0xd7,0x01,0x05,0x0e,0x04]
 
 v_min3_u16 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_min3_u16 v5, v1, v2, v3               ; encoding: [0x05,0x00,0x53,0xd7,0x01,0x05,0x0e,0x04]
 
 v_min3_u16 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x53,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_min3_u16 v255, v1, v2, v3             ; encoding: [0xff,0x00,0x53,0xd7,0x01,0x05,0x0e,0x04]
 
 v_min3_u16 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd7,0xff,0x05,0x0e,0x04]
+// GFX10: v_min3_u16 v5, v255, v2, v3             ; encoding: [0x05,0x00,0x53,0xd7,0xff,0x05,0x0e,0x04]
 
 v_min3_u16 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd7,0x01,0x04,0x0e,0x04]
+// GFX10: v_min3_u16 v5, s1, v2, v3               ; encoding: [0x05,0x00,0x53,0xd7,0x01,0x04,0x0e,0x04]
 
 v_min3_u16 v5, s101, v2, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd7,0x65,0x04,0x0e,0x04]
+// GFX10: v_min3_u16 v5, s101, v2, v3             ; encoding: [0x05,0x00,0x53,0xd7,0x65,0x04,0x0e,0x04]
 
 v_min3_u16 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd7,0x6a,0x04,0x0e,0x04]
+// GFX10: v_min3_u16 v5, vcc_lo, v2, v3           ; encoding: [0x05,0x00,0x53,0xd7,0x6a,0x04,0x0e,0x04]
 
 v_min3_u16 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd7,0x6b,0x04,0x0e,0x04]
+// GFX10: v_min3_u16 v5, vcc_hi, v2, v3           ; encoding: [0x05,0x00,0x53,0xd7,0x6b,0x04,0x0e,0x04]
 
 v_min3_u16 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd7,0x7c,0x04,0x0e,0x04]
+// GFX10: v_min3_u16 v5, m0, v2, v3               ; encoding: [0x05,0x00,0x53,0xd7,0x7c,0x04,0x0e,0x04]
 
 v_min3_u16 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd7,0x7e,0x04,0x0e,0x04]
+// GFX10: v_min3_u16 v5, exec_lo, v2, v3          ; encoding: [0x05,0x00,0x53,0xd7,0x7e,0x04,0x0e,0x04]
 
 v_min3_u16 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd7,0x7f,0x04,0x0e,0x04]
+// GFX10: v_min3_u16 v5, exec_hi, v2, v3          ; encoding: [0x05,0x00,0x53,0xd7,0x7f,0x04,0x0e,0x04]
 
 v_min3_u16 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd7,0x80,0x04,0x0e,0x04]
+// GFX10: v_min3_u16 v5, 0, v2, v3                ; encoding: [0x05,0x00,0x53,0xd7,0x80,0x04,0x0e,0x04]
 
 v_min3_u16 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd7,0xc1,0x04,0x0e,0x04]
+// GFX10: v_min3_u16 v5, -1, v2, v3               ; encoding: [0x05,0x00,0x53,0xd7,0xc1,0x04,0x0e,0x04]
 
 v_min3_u16 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd7,0xf0,0x04,0x0e,0x04]
+// GFX10: v_min3_u16 v5, 0.5, v2, v3              ; encoding: [0x05,0x00,0x53,0xd7,0xf0,0x04,0x0e,0x04]
 
 v_min3_u16 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd7,0xf7,0x04,0x0e,0x04]
+// GFX10: v_min3_u16 v5, -4.0, v2, v3             ; encoding: [0x05,0x00,0x53,0xd7,0xf7,0x04,0x0e,0x04]
 
 v_min3_u16 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd7,0x01,0xff,0x0f,0x04]
+// GFX10: v_min3_u16 v5, v1, v255, v3             ; encoding: [0x05,0x00,0x53,0xd7,0x01,0xff,0x0f,0x04]
 
 v_min3_u16 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd7,0x01,0x05,0x0c,0x04]
+// GFX10: v_min3_u16 v5, v1, s2, v3               ; encoding: [0x05,0x00,0x53,0xd7,0x01,0x05,0x0c,0x04]
 
 v_min3_u16 v5, v1, s101, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd7,0x01,0xcb,0x0c,0x04]
+// GFX10: v_min3_u16 v5, v1, s101, v3             ; encoding: [0x05,0x00,0x53,0xd7,0x01,0xcb,0x0c,0x04]
 
 v_min3_u16 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd7,0x01,0xd5,0x0c,0x04]
+// GFX10: v_min3_u16 v5, v1, vcc_lo, v3           ; encoding: [0x05,0x00,0x53,0xd7,0x01,0xd5,0x0c,0x04]
 
 v_min3_u16 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd7,0x01,0xd7,0x0c,0x04]
+// GFX10: v_min3_u16 v5, v1, vcc_hi, v3           ; encoding: [0x05,0x00,0x53,0xd7,0x01,0xd7,0x0c,0x04]
 
 v_min3_u16 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd7,0x01,0xf9,0x0c,0x04]
+// GFX10: v_min3_u16 v5, v1, m0, v3               ; encoding: [0x05,0x00,0x53,0xd7,0x01,0xf9,0x0c,0x04]
 
 v_min3_u16 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd7,0x01,0xfd,0x0c,0x04]
+// GFX10: v_min3_u16 v5, v1, exec_lo, v3          ; encoding: [0x05,0x00,0x53,0xd7,0x01,0xfd,0x0c,0x04]
 
 v_min3_u16 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd7,0x01,0xff,0x0c,0x04]
+// GFX10: v_min3_u16 v5, v1, exec_hi, v3          ; encoding: [0x05,0x00,0x53,0xd7,0x01,0xff,0x0c,0x04]
 
 v_min3_u16 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd7,0x01,0x01,0x0d,0x04]
+// GFX10: v_min3_u16 v5, v1, 0, v3                ; encoding: [0x05,0x00,0x53,0xd7,0x01,0x01,0x0d,0x04]
 
 v_min3_u16 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd7,0x01,0x83,0x0d,0x04]
+// GFX10: v_min3_u16 v5, v1, -1, v3               ; encoding: [0x05,0x00,0x53,0xd7,0x01,0x83,0x0d,0x04]
 
 v_min3_u16 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd7,0x01,0xe1,0x0d,0x04]
+// GFX10: v_min3_u16 v5, v1, 0.5, v3              ; encoding: [0x05,0x00,0x53,0xd7,0x01,0xe1,0x0d,0x04]
 
 v_min3_u16 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x53,0xd7,0x01,0xef,0x0d,0x04]
+// GFX10: v_min3_u16 v5, v1, -4.0, v3             ; encoding: [0x05,0x00,0x53,0xd7,0x01,0xef,0x0d,0x04]
 
 v_min3_u16 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x53,0xd7,0x01,0x05,0xfe,0x07]
+// GFX10: v_min3_u16 v5, v1, v2, v255             ; encoding: [0x05,0x00,0x53,0xd7,0x01,0x05,0xfe,0x07]
 
 v_min3_u16 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x53,0xd7,0x01,0x05,0x0e,0x00]
+// GFX10: v_min3_u16 v5, v1, v2, s3               ; encoding: [0x05,0x00,0x53,0xd7,0x01,0x05,0x0e,0x00]
 
 v_min3_u16 v5, v1, v2, s101
-// GFX10: encoding: [0x05,0x00,0x53,0xd7,0x01,0x05,0x96,0x01]
+// GFX10: v_min3_u16 v5, v1, v2, s101             ; encoding: [0x05,0x00,0x53,0xd7,0x01,0x05,0x96,0x01]
 
 v_min3_u16 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x53,0xd7,0x01,0x05,0xaa,0x01]
+// GFX10: v_min3_u16 v5, v1, v2, vcc_lo           ; encoding: [0x05,0x00,0x53,0xd7,0x01,0x05,0xaa,0x01]
 
 v_min3_u16 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x53,0xd7,0x01,0x05,0xae,0x01]
+// GFX10: v_min3_u16 v5, v1, v2, vcc_hi           ; encoding: [0x05,0x00,0x53,0xd7,0x01,0x05,0xae,0x01]
 
 v_min3_u16 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x53,0xd7,0x01,0x05,0xf2,0x01]
+// GFX10: v_min3_u16 v5, v1, v2, m0               ; encoding: [0x05,0x00,0x53,0xd7,0x01,0x05,0xf2,0x01]
 
 v_min3_u16 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x53,0xd7,0x01,0x05,0xfa,0x01]
+// GFX10: v_min3_u16 v5, v1, v2, exec_lo          ; encoding: [0x05,0x00,0x53,0xd7,0x01,0x05,0xfa,0x01]
 
 v_min3_u16 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x53,0xd7,0x01,0x05,0xfe,0x01]
+// GFX10: v_min3_u16 v5, v1, v2, exec_hi          ; encoding: [0x05,0x00,0x53,0xd7,0x01,0x05,0xfe,0x01]
 
 v_min3_u16 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x53,0xd7,0x01,0x05,0x02,0x02]
+// GFX10: v_min3_u16 v5, v1, v2, 0                ; encoding: [0x05,0x00,0x53,0xd7,0x01,0x05,0x02,0x02]
 
 v_min3_u16 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x53,0xd7,0x01,0x05,0x06,0x03]
+// GFX10: v_min3_u16 v5, v1, v2, -1               ; encoding: [0x05,0x00,0x53,0xd7,0x01,0x05,0x06,0x03]
 
 v_min3_u16 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x53,0xd7,0x01,0x05,0xc2,0x03]
+// GFX10: v_min3_u16 v5, v1, v2, 0.5              ; encoding: [0x05,0x00,0x53,0xd7,0x01,0x05,0xc2,0x03]
 
 v_min3_u16 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x53,0xd7,0x01,0x05,0xde,0x03]
+// GFX10: v_min3_u16 v5, v1, v2, -4.0             ; encoding: [0x05,0x00,0x53,0xd7,0x01,0x05,0xde,0x03]
 
 v_min3_u16 v5, v1, v2, v3 op_sel:[0,0,0,0]
-// GFX10: encoding: [0x05,0x00,0x53,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_min3_u16 v5, v1, v2, v3               ; encoding: [0x05,0x00,0x53,0xd7,0x01,0x05,0x0e,0x04]
 
 v_min3_u16 v5, v1, v2, v3 op_sel:[1,0,0,0]
-// GFX10: encoding: [0x05,0x08,0x53,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_min3_u16 v5, v1, v2, v3 op_sel:[1,0,0,0] ; encoding: [0x05,0x08,0x53,0xd7,0x01,0x05,0x0e,0x04]
 
 v_min3_u16 v5, v1, v2, v3 op_sel:[0,1,0,0]
-// GFX10: encoding: [0x05,0x10,0x53,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_min3_u16 v5, v1, v2, v3 op_sel:[0,1,0,0] ; encoding: [0x05,0x10,0x53,0xd7,0x01,0x05,0x0e,0x04]
 
 v_min3_u16 v5, v1, v2, v3 op_sel:[0,0,1,0]
-// GFX10: encoding: [0x05,0x20,0x53,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_min3_u16 v5, v1, v2, v3 op_sel:[0,0,1,0] ; encoding: [0x05,0x20,0x53,0xd7,0x01,0x05,0x0e,0x04]
 
 v_min3_u16 v5, v1, v2, v3 op_sel:[0,0,0,1]
-// GFX10: encoding: [0x05,0x40,0x53,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_min3_u16 v5, v1, v2, v3 op_sel:[0,0,0,1] ; encoding: [0x05,0x40,0x53,0xd7,0x01,0x05,0x0e,0x04]
 
 v_min3_u16 v5, v1, v2, v3 op_sel:[1,1,1,1]
-// GFX10: encoding: [0x05,0x78,0x53,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_min3_u16 v5, v1, v2, v3 op_sel:[1,1,1,1] ; encoding: [0x05,0x78,0x53,0xd7,0x01,0x05,0x0e,0x04]
 
 v_min3_u16 v5, v1, v2, v3 clamp
-// GFX10: encoding: [0x05,0x80,0x53,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_min3_u16 v5, v1, v2, v3 clamp         ; encoding: [0x05,0x80,0x53,0xd7,0x01,0x05,0x0e,0x04]
 
 v_max3_f16 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_max3_f16 v5, v1, v2, v3               ; encoding: [0x05,0x00,0x54,0xd7,0x01,0x05,0x0e,0x04]
 
 v_max3_f16 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x54,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_max3_f16 v255, v1, v2, v3             ; encoding: [0xff,0x00,0x54,0xd7,0x01,0x05,0x0e,0x04]
 
 v_max3_f16 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd7,0xff,0x05,0x0e,0x04]
+// GFX10: v_max3_f16 v5, v255, v2, v3             ; encoding: [0x05,0x00,0x54,0xd7,0xff,0x05,0x0e,0x04]
 
 v_max3_f16 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd7,0x01,0x04,0x0e,0x04]
+// GFX10: v_max3_f16 v5, s1, v2, v3               ; encoding: [0x05,0x00,0x54,0xd7,0x01,0x04,0x0e,0x04]
 
 v_max3_f16 v5, s101, v2, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd7,0x65,0x04,0x0e,0x04]
+// GFX10: v_max3_f16 v5, s101, v2, v3             ; encoding: [0x05,0x00,0x54,0xd7,0x65,0x04,0x0e,0x04]
 
 v_max3_f16 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd7,0x6a,0x04,0x0e,0x04]
+// GFX10: v_max3_f16 v5, vcc_lo, v2, v3           ; encoding: [0x05,0x00,0x54,0xd7,0x6a,0x04,0x0e,0x04]
 
 v_max3_f16 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd7,0x6b,0x04,0x0e,0x04]
+// GFX10: v_max3_f16 v5, vcc_hi, v2, v3           ; encoding: [0x05,0x00,0x54,0xd7,0x6b,0x04,0x0e,0x04]
 
 v_max3_f16 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd7,0x7c,0x04,0x0e,0x04]
+// GFX10: v_max3_f16 v5, m0, v2, v3               ; encoding: [0x05,0x00,0x54,0xd7,0x7c,0x04,0x0e,0x04]
 
 v_max3_f16 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd7,0x7e,0x04,0x0e,0x04]
+// GFX10: v_max3_f16 v5, exec_lo, v2, v3          ; encoding: [0x05,0x00,0x54,0xd7,0x7e,0x04,0x0e,0x04]
 
 v_max3_f16 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd7,0x7f,0x04,0x0e,0x04]
+// GFX10: v_max3_f16 v5, exec_hi, v2, v3          ; encoding: [0x05,0x00,0x54,0xd7,0x7f,0x04,0x0e,0x04]
 
 v_max3_f16 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd7,0x80,0x04,0x0e,0x04]
+// GFX10: v_max3_f16 v5, 0, v2, v3                ; encoding: [0x05,0x00,0x54,0xd7,0x80,0x04,0x0e,0x04]
 
 v_max3_f16 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd7,0xc1,0x04,0x0e,0x04]
+// GFX10: v_max3_f16 v5, -1, v2, v3               ; encoding: [0x05,0x00,0x54,0xd7,0xc1,0x04,0x0e,0x04]
 
 v_max3_f16 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd7,0xf0,0x04,0x0e,0x04]
+// GFX10: v_max3_f16 v5, 0.5, v2, v3              ; encoding: [0x05,0x00,0x54,0xd7,0xf0,0x04,0x0e,0x04]
 
 v_max3_f16 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd7,0xf7,0x04,0x0e,0x04]
+// GFX10: v_max3_f16 v5, -4.0, v2, v3             ; encoding: [0x05,0x00,0x54,0xd7,0xf7,0x04,0x0e,0x04]
 
 v_max3_f16 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd7,0x01,0xff,0x0f,0x04]
+// GFX10: v_max3_f16 v5, v1, v255, v3             ; encoding: [0x05,0x00,0x54,0xd7,0x01,0xff,0x0f,0x04]
 
 v_max3_f16 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd7,0x01,0x05,0x0c,0x04]
+// GFX10: v_max3_f16 v5, v1, s2, v3               ; encoding: [0x05,0x00,0x54,0xd7,0x01,0x05,0x0c,0x04]
 
 v_max3_f16 v5, v1, s101, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd7,0x01,0xcb,0x0c,0x04]
+// GFX10: v_max3_f16 v5, v1, s101, v3             ; encoding: [0x05,0x00,0x54,0xd7,0x01,0xcb,0x0c,0x04]
 
 v_max3_f16 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd7,0x01,0xd5,0x0c,0x04]
+// GFX10: v_max3_f16 v5, v1, vcc_lo, v3           ; encoding: [0x05,0x00,0x54,0xd7,0x01,0xd5,0x0c,0x04]
 
 v_max3_f16 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd7,0x01,0xd7,0x0c,0x04]
+// GFX10: v_max3_f16 v5, v1, vcc_hi, v3           ; encoding: [0x05,0x00,0x54,0xd7,0x01,0xd7,0x0c,0x04]
 
 v_max3_f16 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd7,0x01,0xf9,0x0c,0x04]
+// GFX10: v_max3_f16 v5, v1, m0, v3               ; encoding: [0x05,0x00,0x54,0xd7,0x01,0xf9,0x0c,0x04]
 
 v_max3_f16 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd7,0x01,0xfd,0x0c,0x04]
+// GFX10: v_max3_f16 v5, v1, exec_lo, v3          ; encoding: [0x05,0x00,0x54,0xd7,0x01,0xfd,0x0c,0x04]
 
 v_max3_f16 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd7,0x01,0xff,0x0c,0x04]
+// GFX10: v_max3_f16 v5, v1, exec_hi, v3          ; encoding: [0x05,0x00,0x54,0xd7,0x01,0xff,0x0c,0x04]
 
 v_max3_f16 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd7,0x01,0x01,0x0d,0x04]
+// GFX10: v_max3_f16 v5, v1, 0, v3                ; encoding: [0x05,0x00,0x54,0xd7,0x01,0x01,0x0d,0x04]
 
 v_max3_f16 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd7,0x01,0x83,0x0d,0x04]
+// GFX10: v_max3_f16 v5, v1, -1, v3               ; encoding: [0x05,0x00,0x54,0xd7,0x01,0x83,0x0d,0x04]
 
 v_max3_f16 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd7,0x01,0xe1,0x0d,0x04]
+// GFX10: v_max3_f16 v5, v1, 0.5, v3              ; encoding: [0x05,0x00,0x54,0xd7,0x01,0xe1,0x0d,0x04]
 
 v_max3_f16 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd7,0x01,0xef,0x0d,0x04]
+// GFX10: v_max3_f16 v5, v1, -4.0, v3             ; encoding: [0x05,0x00,0x54,0xd7,0x01,0xef,0x0d,0x04]
 
 v_max3_f16 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x54,0xd7,0x01,0x05,0xfe,0x07]
+// GFX10: v_max3_f16 v5, v1, v2, v255             ; encoding: [0x05,0x00,0x54,0xd7,0x01,0x05,0xfe,0x07]
 
 v_max3_f16 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x54,0xd7,0x01,0x05,0x0e,0x00]
+// GFX10: v_max3_f16 v5, v1, v2, s3               ; encoding: [0x05,0x00,0x54,0xd7,0x01,0x05,0x0e,0x00]
 
 v_max3_f16 v5, v1, v2, s101
-// GFX10: encoding: [0x05,0x00,0x54,0xd7,0x01,0x05,0x96,0x01]
+// GFX10: v_max3_f16 v5, v1, v2, s101             ; encoding: [0x05,0x00,0x54,0xd7,0x01,0x05,0x96,0x01]
 
 v_max3_f16 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x54,0xd7,0x01,0x05,0xaa,0x01]
+// GFX10: v_max3_f16 v5, v1, v2, vcc_lo           ; encoding: [0x05,0x00,0x54,0xd7,0x01,0x05,0xaa,0x01]
 
 v_max3_f16 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x54,0xd7,0x01,0x05,0xae,0x01]
+// GFX10: v_max3_f16 v5, v1, v2, vcc_hi           ; encoding: [0x05,0x00,0x54,0xd7,0x01,0x05,0xae,0x01]
 
 v_max3_f16 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x54,0xd7,0x01,0x05,0xf2,0x01]
+// GFX10: v_max3_f16 v5, v1, v2, m0               ; encoding: [0x05,0x00,0x54,0xd7,0x01,0x05,0xf2,0x01]
 
 v_max3_f16 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x54,0xd7,0x01,0x05,0xfa,0x01]
+// GFX10: v_max3_f16 v5, v1, v2, exec_lo          ; encoding: [0x05,0x00,0x54,0xd7,0x01,0x05,0xfa,0x01]
 
 v_max3_f16 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x54,0xd7,0x01,0x05,0xfe,0x01]
+// GFX10: v_max3_f16 v5, v1, v2, exec_hi          ; encoding: [0x05,0x00,0x54,0xd7,0x01,0x05,0xfe,0x01]
 
 v_max3_f16 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x54,0xd7,0x01,0x05,0x02,0x02]
+// GFX10: v_max3_f16 v5, v1, v2, 0                ; encoding: [0x05,0x00,0x54,0xd7,0x01,0x05,0x02,0x02]
 
 v_max3_f16 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x54,0xd7,0x01,0x05,0x06,0x03]
+// GFX10: v_max3_f16 v5, v1, v2, -1               ; encoding: [0x05,0x00,0x54,0xd7,0x01,0x05,0x06,0x03]
 
 v_max3_f16 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x54,0xd7,0x01,0x05,0xc2,0x03]
+// GFX10: v_max3_f16 v5, v1, v2, 0.5              ; encoding: [0x05,0x00,0x54,0xd7,0x01,0x05,0xc2,0x03]
 
 v_max3_f16 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x54,0xd7,0x01,0x05,0xde,0x03]
+// GFX10: v_max3_f16 v5, v1, v2, -4.0             ; encoding: [0x05,0x00,0x54,0xd7,0x01,0x05,0xde,0x03]
 
 v_max3_f16 v5, -v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd7,0x01,0x05,0x0e,0x24]
+// GFX10: v_max3_f16 v5, -v1, v2, v3              ; encoding: [0x05,0x00,0x54,0xd7,0x01,0x05,0x0e,0x24]
 
 v_max3_f16 v5, v1, -v2, v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd7,0x01,0x05,0x0e,0x44]
+// GFX10: v_max3_f16 v5, v1, -v2, v3              ; encoding: [0x05,0x00,0x54,0xd7,0x01,0x05,0x0e,0x44]
 
 v_max3_f16 v5, v1, v2, -v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd7,0x01,0x05,0x0e,0x84]
+// GFX10: v_max3_f16 v5, v1, v2, -v3              ; encoding: [0x05,0x00,0x54,0xd7,0x01,0x05,0x0e,0x84]
 
 v_max3_f16 v5, -v1, -v2, -v3
-// GFX10: encoding: [0x05,0x00,0x54,0xd7,0x01,0x05,0x0e,0xe4]
+// GFX10: v_max3_f16 v5, -v1, -v2, -v3            ; encoding: [0x05,0x00,0x54,0xd7,0x01,0x05,0x0e,0xe4]
 
 v_max3_f16 v5, |v1|, v2, v3
-// GFX10: encoding: [0x05,0x01,0x54,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_max3_f16 v5, |v1|, v2, v3             ; encoding: [0x05,0x01,0x54,0xd7,0x01,0x05,0x0e,0x04]
 
 v_max3_f16 v5, v1, |v2|, v3
-// GFX10: encoding: [0x05,0x02,0x54,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_max3_f16 v5, v1, |v2|, v3             ; encoding: [0x05,0x02,0x54,0xd7,0x01,0x05,0x0e,0x04]
 
 v_max3_f16 v5, v1, v2, |v3|
-// GFX10: encoding: [0x05,0x04,0x54,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_max3_f16 v5, v1, v2, |v3|             ; encoding: [0x05,0x04,0x54,0xd7,0x01,0x05,0x0e,0x04]
 
 v_max3_f16 v5, |v1|, |v2|, |v3|
-// GFX10: encoding: [0x05,0x07,0x54,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_max3_f16 v5, |v1|, |v2|, |v3|         ; encoding: [0x05,0x07,0x54,0xd7,0x01,0x05,0x0e,0x04]
 
 v_max3_f16 v5, v1, v2, v3 op_sel:[0,0,0,0]
-// GFX10: encoding: [0x05,0x00,0x54,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_max3_f16 v5, v1, v2, v3               ; encoding: [0x05,0x00,0x54,0xd7,0x01,0x05,0x0e,0x04]
 
 v_max3_f16 v5, v1, v2, v3 op_sel:[1,0,0,0]
-// GFX10: encoding: [0x05,0x08,0x54,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_max3_f16 v5, v1, v2, v3 op_sel:[1,0,0,0] ; encoding: [0x05,0x08,0x54,0xd7,0x01,0x05,0x0e,0x04]
 
 v_max3_f16 v5, v1, v2, v3 op_sel:[0,1,0,0]
-// GFX10: encoding: [0x05,0x10,0x54,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_max3_f16 v5, v1, v2, v3 op_sel:[0,1,0,0] ; encoding: [0x05,0x10,0x54,0xd7,0x01,0x05,0x0e,0x04]
 
 v_max3_f16 v5, v1, v2, v3 op_sel:[0,0,1,0]
-// GFX10: encoding: [0x05,0x20,0x54,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_max3_f16 v5, v1, v2, v3 op_sel:[0,0,1,0] ; encoding: [0x05,0x20,0x54,0xd7,0x01,0x05,0x0e,0x04]
 
 v_max3_f16 v5, v1, v2, v3 op_sel:[0,0,0,1]
-// GFX10: encoding: [0x05,0x40,0x54,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_max3_f16 v5, v1, v2, v3 op_sel:[0,0,0,1] ; encoding: [0x05,0x40,0x54,0xd7,0x01,0x05,0x0e,0x04]
 
 v_max3_f16 v5, v1, v2, v3 op_sel:[1,1,1,1]
-// GFX10: encoding: [0x05,0x78,0x54,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_max3_f16 v5, v1, v2, v3 op_sel:[1,1,1,1] ; encoding: [0x05,0x78,0x54,0xd7,0x01,0x05,0x0e,0x04]
 
 v_max3_f16 v5, v1, v2, v3 clamp
-// GFX10: encoding: [0x05,0x80,0x54,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_max3_f16 v5, v1, v2, v3 clamp         ; encoding: [0x05,0x80,0x54,0xd7,0x01,0x05,0x0e,0x04]
 
 v_max3_i16 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_max3_i16 v5, v1, v2, v3               ; encoding: [0x05,0x00,0x55,0xd7,0x01,0x05,0x0e,0x04]
 
 v_max3_i16 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x55,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_max3_i16 v255, v1, v2, v3             ; encoding: [0xff,0x00,0x55,0xd7,0x01,0x05,0x0e,0x04]
 
 v_max3_i16 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd7,0xff,0x05,0x0e,0x04]
+// GFX10: v_max3_i16 v5, v255, v2, v3             ; encoding: [0x05,0x00,0x55,0xd7,0xff,0x05,0x0e,0x04]
 
 v_max3_i16 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd7,0x01,0x04,0x0e,0x04]
+// GFX10: v_max3_i16 v5, s1, v2, v3               ; encoding: [0x05,0x00,0x55,0xd7,0x01,0x04,0x0e,0x04]
 
 v_max3_i16 v5, s101, v2, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd7,0x65,0x04,0x0e,0x04]
+// GFX10: v_max3_i16 v5, s101, v2, v3             ; encoding: [0x05,0x00,0x55,0xd7,0x65,0x04,0x0e,0x04]
 
 v_max3_i16 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd7,0x6a,0x04,0x0e,0x04]
+// GFX10: v_max3_i16 v5, vcc_lo, v2, v3           ; encoding: [0x05,0x00,0x55,0xd7,0x6a,0x04,0x0e,0x04]
 
 v_max3_i16 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd7,0x6b,0x04,0x0e,0x04]
+// GFX10: v_max3_i16 v5, vcc_hi, v2, v3           ; encoding: [0x05,0x00,0x55,0xd7,0x6b,0x04,0x0e,0x04]
 
 v_max3_i16 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd7,0x7c,0x04,0x0e,0x04]
+// GFX10: v_max3_i16 v5, m0, v2, v3               ; encoding: [0x05,0x00,0x55,0xd7,0x7c,0x04,0x0e,0x04]
 
 v_max3_i16 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd7,0x7e,0x04,0x0e,0x04]
+// GFX10: v_max3_i16 v5, exec_lo, v2, v3          ; encoding: [0x05,0x00,0x55,0xd7,0x7e,0x04,0x0e,0x04]
 
 v_max3_i16 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd7,0x7f,0x04,0x0e,0x04]
+// GFX10: v_max3_i16 v5, exec_hi, v2, v3          ; encoding: [0x05,0x00,0x55,0xd7,0x7f,0x04,0x0e,0x04]
 
 v_max3_i16 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd7,0x80,0x04,0x0e,0x04]
+// GFX10: v_max3_i16 v5, 0, v2, v3                ; encoding: [0x05,0x00,0x55,0xd7,0x80,0x04,0x0e,0x04]
 
 v_max3_i16 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd7,0xc1,0x04,0x0e,0x04]
+// GFX10: v_max3_i16 v5, -1, v2, v3               ; encoding: [0x05,0x00,0x55,0xd7,0xc1,0x04,0x0e,0x04]
 
 v_max3_i16 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd7,0xf0,0x04,0x0e,0x04]
+// GFX10: v_max3_i16 v5, 0.5, v2, v3              ; encoding: [0x05,0x00,0x55,0xd7,0xf0,0x04,0x0e,0x04]
 
 v_max3_i16 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd7,0xf7,0x04,0x0e,0x04]
+// GFX10: v_max3_i16 v5, -4.0, v2, v3             ; encoding: [0x05,0x00,0x55,0xd7,0xf7,0x04,0x0e,0x04]
 
 v_max3_i16 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd7,0x01,0xff,0x0f,0x04]
+// GFX10: v_max3_i16 v5, v1, v255, v3             ; encoding: [0x05,0x00,0x55,0xd7,0x01,0xff,0x0f,0x04]
 
 v_max3_i16 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd7,0x01,0x05,0x0c,0x04]
+// GFX10: v_max3_i16 v5, v1, s2, v3               ; encoding: [0x05,0x00,0x55,0xd7,0x01,0x05,0x0c,0x04]
 
 v_max3_i16 v5, v1, s101, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd7,0x01,0xcb,0x0c,0x04]
+// GFX10: v_max3_i16 v5, v1, s101, v3             ; encoding: [0x05,0x00,0x55,0xd7,0x01,0xcb,0x0c,0x04]
 
 v_max3_i16 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd7,0x01,0xd5,0x0c,0x04]
+// GFX10: v_max3_i16 v5, v1, vcc_lo, v3           ; encoding: [0x05,0x00,0x55,0xd7,0x01,0xd5,0x0c,0x04]
 
 v_max3_i16 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd7,0x01,0xd7,0x0c,0x04]
+// GFX10: v_max3_i16 v5, v1, vcc_hi, v3           ; encoding: [0x05,0x00,0x55,0xd7,0x01,0xd7,0x0c,0x04]
 
 v_max3_i16 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd7,0x01,0xf9,0x0c,0x04]
+// GFX10: v_max3_i16 v5, v1, m0, v3               ; encoding: [0x05,0x00,0x55,0xd7,0x01,0xf9,0x0c,0x04]
 
 v_max3_i16 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd7,0x01,0xfd,0x0c,0x04]
+// GFX10: v_max3_i16 v5, v1, exec_lo, v3          ; encoding: [0x05,0x00,0x55,0xd7,0x01,0xfd,0x0c,0x04]
 
 v_max3_i16 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd7,0x01,0xff,0x0c,0x04]
+// GFX10: v_max3_i16 v5, v1, exec_hi, v3          ; encoding: [0x05,0x00,0x55,0xd7,0x01,0xff,0x0c,0x04]
 
 v_max3_i16 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd7,0x01,0x01,0x0d,0x04]
+// GFX10: v_max3_i16 v5, v1, 0, v3                ; encoding: [0x05,0x00,0x55,0xd7,0x01,0x01,0x0d,0x04]
 
 v_max3_i16 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd7,0x01,0x83,0x0d,0x04]
+// GFX10: v_max3_i16 v5, v1, -1, v3               ; encoding: [0x05,0x00,0x55,0xd7,0x01,0x83,0x0d,0x04]
 
 v_max3_i16 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd7,0x01,0xe1,0x0d,0x04]
+// GFX10: v_max3_i16 v5, v1, 0.5, v3              ; encoding: [0x05,0x00,0x55,0xd7,0x01,0xe1,0x0d,0x04]
 
 v_max3_i16 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x55,0xd7,0x01,0xef,0x0d,0x04]
+// GFX10: v_max3_i16 v5, v1, -4.0, v3             ; encoding: [0x05,0x00,0x55,0xd7,0x01,0xef,0x0d,0x04]
 
 v_max3_i16 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x55,0xd7,0x01,0x05,0xfe,0x07]
+// GFX10: v_max3_i16 v5, v1, v2, v255             ; encoding: [0x05,0x00,0x55,0xd7,0x01,0x05,0xfe,0x07]
 
 v_max3_i16 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x55,0xd7,0x01,0x05,0x0e,0x00]
+// GFX10: v_max3_i16 v5, v1, v2, s3               ; encoding: [0x05,0x00,0x55,0xd7,0x01,0x05,0x0e,0x00]
 
 v_max3_i16 v5, v1, v2, s101
-// GFX10: encoding: [0x05,0x00,0x55,0xd7,0x01,0x05,0x96,0x01]
+// GFX10: v_max3_i16 v5, v1, v2, s101             ; encoding: [0x05,0x00,0x55,0xd7,0x01,0x05,0x96,0x01]
 
 v_max3_i16 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x55,0xd7,0x01,0x05,0xaa,0x01]
+// GFX10: v_max3_i16 v5, v1, v2, vcc_lo           ; encoding: [0x05,0x00,0x55,0xd7,0x01,0x05,0xaa,0x01]
 
 v_max3_i16 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x55,0xd7,0x01,0x05,0xae,0x01]
+// GFX10: v_max3_i16 v5, v1, v2, vcc_hi           ; encoding: [0x05,0x00,0x55,0xd7,0x01,0x05,0xae,0x01]
 
 v_max3_i16 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x55,0xd7,0x01,0x05,0xf2,0x01]
+// GFX10: v_max3_i16 v5, v1, v2, m0               ; encoding: [0x05,0x00,0x55,0xd7,0x01,0x05,0xf2,0x01]
 
 v_max3_i16 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x55,0xd7,0x01,0x05,0xfa,0x01]
+// GFX10: v_max3_i16 v5, v1, v2, exec_lo          ; encoding: [0x05,0x00,0x55,0xd7,0x01,0x05,0xfa,0x01]
 
 v_max3_i16 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x55,0xd7,0x01,0x05,0xfe,0x01]
+// GFX10: v_max3_i16 v5, v1, v2, exec_hi          ; encoding: [0x05,0x00,0x55,0xd7,0x01,0x05,0xfe,0x01]
 
 v_max3_i16 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x55,0xd7,0x01,0x05,0x02,0x02]
+// GFX10: v_max3_i16 v5, v1, v2, 0                ; encoding: [0x05,0x00,0x55,0xd7,0x01,0x05,0x02,0x02]
 
 v_max3_i16 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x55,0xd7,0x01,0x05,0x06,0x03]
+// GFX10: v_max3_i16 v5, v1, v2, -1               ; encoding: [0x05,0x00,0x55,0xd7,0x01,0x05,0x06,0x03]
 
 v_max3_i16 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x55,0xd7,0x01,0x05,0xc2,0x03]
+// GFX10: v_max3_i16 v5, v1, v2, 0.5              ; encoding: [0x05,0x00,0x55,0xd7,0x01,0x05,0xc2,0x03]
 
 v_max3_i16 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x55,0xd7,0x01,0x05,0xde,0x03]
+// GFX10: v_max3_i16 v5, v1, v2, -4.0             ; encoding: [0x05,0x00,0x55,0xd7,0x01,0x05,0xde,0x03]
 
 v_max3_i16 v5, v1, v2, v3 op_sel:[0,0,0,0]
-// GFX10: encoding: [0x05,0x00,0x55,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_max3_i16 v5, v1, v2, v3               ; encoding: [0x05,0x00,0x55,0xd7,0x01,0x05,0x0e,0x04]
 
 v_max3_i16 v5, v1, v2, v3 op_sel:[1,0,0,0]
-// GFX10: encoding: [0x05,0x08,0x55,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_max3_i16 v5, v1, v2, v3 op_sel:[1,0,0,0] ; encoding: [0x05,0x08,0x55,0xd7,0x01,0x05,0x0e,0x04]
 
 v_max3_i16 v5, v1, v2, v3 op_sel:[0,1,0,0]
-// GFX10: encoding: [0x05,0x10,0x55,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_max3_i16 v5, v1, v2, v3 op_sel:[0,1,0,0] ; encoding: [0x05,0x10,0x55,0xd7,0x01,0x05,0x0e,0x04]
 
 v_max3_i16 v5, v1, v2, v3 op_sel:[0,0,1,0]
-// GFX10: encoding: [0x05,0x20,0x55,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_max3_i16 v5, v1, v2, v3 op_sel:[0,0,1,0] ; encoding: [0x05,0x20,0x55,0xd7,0x01,0x05,0x0e,0x04]
 
 v_max3_i16 v5, v1, v2, v3 op_sel:[0,0,0,1]
-// GFX10: encoding: [0x05,0x40,0x55,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_max3_i16 v5, v1, v2, v3 op_sel:[0,0,0,1] ; encoding: [0x05,0x40,0x55,0xd7,0x01,0x05,0x0e,0x04]
 
 v_max3_i16 v5, v1, v2, v3 op_sel:[1,1,1,1]
-// GFX10: encoding: [0x05,0x78,0x55,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_max3_i16 v5, v1, v2, v3 op_sel:[1,1,1,1] ; encoding: [0x05,0x78,0x55,0xd7,0x01,0x05,0x0e,0x04]
 
 v_max3_i16 v5, v1, v2, v3 clamp
-// GFX10: encoding: [0x05,0x80,0x55,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_max3_i16 v5, v1, v2, v3 clamp         ; encoding: [0x05,0x80,0x55,0xd7,0x01,0x05,0x0e,0x04]
 
 v_max3_u16 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_max3_u16 v5, v1, v2, v3               ; encoding: [0x05,0x00,0x56,0xd7,0x01,0x05,0x0e,0x04]
 
 v_max3_u16 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x56,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_max3_u16 v255, v1, v2, v3             ; encoding: [0xff,0x00,0x56,0xd7,0x01,0x05,0x0e,0x04]
 
 v_max3_u16 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd7,0xff,0x05,0x0e,0x04]
+// GFX10: v_max3_u16 v5, v255, v2, v3             ; encoding: [0x05,0x00,0x56,0xd7,0xff,0x05,0x0e,0x04]
 
 v_max3_u16 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd7,0x01,0x04,0x0e,0x04]
+// GFX10: v_max3_u16 v5, s1, v2, v3               ; encoding: [0x05,0x00,0x56,0xd7,0x01,0x04,0x0e,0x04]
 
 v_max3_u16 v5, s101, v2, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd7,0x65,0x04,0x0e,0x04]
+// GFX10: v_max3_u16 v5, s101, v2, v3             ; encoding: [0x05,0x00,0x56,0xd7,0x65,0x04,0x0e,0x04]
 
 v_max3_u16 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd7,0x6a,0x04,0x0e,0x04]
+// GFX10: v_max3_u16 v5, vcc_lo, v2, v3           ; encoding: [0x05,0x00,0x56,0xd7,0x6a,0x04,0x0e,0x04]
 
 v_max3_u16 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd7,0x6b,0x04,0x0e,0x04]
+// GFX10: v_max3_u16 v5, vcc_hi, v2, v3           ; encoding: [0x05,0x00,0x56,0xd7,0x6b,0x04,0x0e,0x04]
 
 v_max3_u16 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd7,0x7c,0x04,0x0e,0x04]
+// GFX10: v_max3_u16 v5, m0, v2, v3               ; encoding: [0x05,0x00,0x56,0xd7,0x7c,0x04,0x0e,0x04]
 
 v_max3_u16 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd7,0x7e,0x04,0x0e,0x04]
+// GFX10: v_max3_u16 v5, exec_lo, v2, v3          ; encoding: [0x05,0x00,0x56,0xd7,0x7e,0x04,0x0e,0x04]
 
 v_max3_u16 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd7,0x7f,0x04,0x0e,0x04]
+// GFX10: v_max3_u16 v5, exec_hi, v2, v3          ; encoding: [0x05,0x00,0x56,0xd7,0x7f,0x04,0x0e,0x04]
 
 v_max3_u16 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd7,0x80,0x04,0x0e,0x04]
+// GFX10: v_max3_u16 v5, 0, v2, v3                ; encoding: [0x05,0x00,0x56,0xd7,0x80,0x04,0x0e,0x04]
 
 v_max3_u16 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd7,0xc1,0x04,0x0e,0x04]
+// GFX10: v_max3_u16 v5, -1, v2, v3               ; encoding: [0x05,0x00,0x56,0xd7,0xc1,0x04,0x0e,0x04]
 
 v_max3_u16 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd7,0xf0,0x04,0x0e,0x04]
+// GFX10: v_max3_u16 v5, 0.5, v2, v3              ; encoding: [0x05,0x00,0x56,0xd7,0xf0,0x04,0x0e,0x04]
 
 v_max3_u16 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd7,0xf7,0x04,0x0e,0x04]
+// GFX10: v_max3_u16 v5, -4.0, v2, v3             ; encoding: [0x05,0x00,0x56,0xd7,0xf7,0x04,0x0e,0x04]
 
 v_max3_u16 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd7,0x01,0xff,0x0f,0x04]
+// GFX10: v_max3_u16 v5, v1, v255, v3             ; encoding: [0x05,0x00,0x56,0xd7,0x01,0xff,0x0f,0x04]
 
 v_max3_u16 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd7,0x01,0x05,0x0c,0x04]
+// GFX10: v_max3_u16 v5, v1, s2, v3               ; encoding: [0x05,0x00,0x56,0xd7,0x01,0x05,0x0c,0x04]
 
 v_max3_u16 v5, v1, s101, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd7,0x01,0xcb,0x0c,0x04]
+// GFX10: v_max3_u16 v5, v1, s101, v3             ; encoding: [0x05,0x00,0x56,0xd7,0x01,0xcb,0x0c,0x04]
 
 v_max3_u16 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd7,0x01,0xd5,0x0c,0x04]
+// GFX10: v_max3_u16 v5, v1, vcc_lo, v3           ; encoding: [0x05,0x00,0x56,0xd7,0x01,0xd5,0x0c,0x04]
 
 v_max3_u16 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd7,0x01,0xd7,0x0c,0x04]
+// GFX10: v_max3_u16 v5, v1, vcc_hi, v3           ; encoding: [0x05,0x00,0x56,0xd7,0x01,0xd7,0x0c,0x04]
 
 v_max3_u16 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd7,0x01,0xf9,0x0c,0x04]
+// GFX10: v_max3_u16 v5, v1, m0, v3               ; encoding: [0x05,0x00,0x56,0xd7,0x01,0xf9,0x0c,0x04]
 
 v_max3_u16 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd7,0x01,0xfd,0x0c,0x04]
+// GFX10: v_max3_u16 v5, v1, exec_lo, v3          ; encoding: [0x05,0x00,0x56,0xd7,0x01,0xfd,0x0c,0x04]
 
 v_max3_u16 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd7,0x01,0xff,0x0c,0x04]
+// GFX10: v_max3_u16 v5, v1, exec_hi, v3          ; encoding: [0x05,0x00,0x56,0xd7,0x01,0xff,0x0c,0x04]
 
 v_max3_u16 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd7,0x01,0x01,0x0d,0x04]
+// GFX10: v_max3_u16 v5, v1, 0, v3                ; encoding: [0x05,0x00,0x56,0xd7,0x01,0x01,0x0d,0x04]
 
 v_max3_u16 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd7,0x01,0x83,0x0d,0x04]
+// GFX10: v_max3_u16 v5, v1, -1, v3               ; encoding: [0x05,0x00,0x56,0xd7,0x01,0x83,0x0d,0x04]
 
 v_max3_u16 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd7,0x01,0xe1,0x0d,0x04]
+// GFX10: v_max3_u16 v5, v1, 0.5, v3              ; encoding: [0x05,0x00,0x56,0xd7,0x01,0xe1,0x0d,0x04]
 
 v_max3_u16 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x56,0xd7,0x01,0xef,0x0d,0x04]
+// GFX10: v_max3_u16 v5, v1, -4.0, v3             ; encoding: [0x05,0x00,0x56,0xd7,0x01,0xef,0x0d,0x04]
 
 v_max3_u16 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x56,0xd7,0x01,0x05,0xfe,0x07]
+// GFX10: v_max3_u16 v5, v1, v2, v255             ; encoding: [0x05,0x00,0x56,0xd7,0x01,0x05,0xfe,0x07]
 
 v_max3_u16 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x56,0xd7,0x01,0x05,0x0e,0x00]
+// GFX10: v_max3_u16 v5, v1, v2, s3               ; encoding: [0x05,0x00,0x56,0xd7,0x01,0x05,0x0e,0x00]
 
 v_max3_u16 v5, v1, v2, s101
-// GFX10: encoding: [0x05,0x00,0x56,0xd7,0x01,0x05,0x96,0x01]
+// GFX10: v_max3_u16 v5, v1, v2, s101             ; encoding: [0x05,0x00,0x56,0xd7,0x01,0x05,0x96,0x01]
 
 v_max3_u16 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x56,0xd7,0x01,0x05,0xaa,0x01]
+// GFX10: v_max3_u16 v5, v1, v2, vcc_lo           ; encoding: [0x05,0x00,0x56,0xd7,0x01,0x05,0xaa,0x01]
 
 v_max3_u16 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x56,0xd7,0x01,0x05,0xae,0x01]
+// GFX10: v_max3_u16 v5, v1, v2, vcc_hi           ; encoding: [0x05,0x00,0x56,0xd7,0x01,0x05,0xae,0x01]
 
 v_max3_u16 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x56,0xd7,0x01,0x05,0xf2,0x01]
+// GFX10: v_max3_u16 v5, v1, v2, m0               ; encoding: [0x05,0x00,0x56,0xd7,0x01,0x05,0xf2,0x01]
 
 v_max3_u16 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x56,0xd7,0x01,0x05,0xfa,0x01]
+// GFX10: v_max3_u16 v5, v1, v2, exec_lo          ; encoding: [0x05,0x00,0x56,0xd7,0x01,0x05,0xfa,0x01]
 
 v_max3_u16 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x56,0xd7,0x01,0x05,0xfe,0x01]
+// GFX10: v_max3_u16 v5, v1, v2, exec_hi          ; encoding: [0x05,0x00,0x56,0xd7,0x01,0x05,0xfe,0x01]
 
 v_max3_u16 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x56,0xd7,0x01,0x05,0x02,0x02]
+// GFX10: v_max3_u16 v5, v1, v2, 0                ; encoding: [0x05,0x00,0x56,0xd7,0x01,0x05,0x02,0x02]
 
 v_max3_u16 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x56,0xd7,0x01,0x05,0x06,0x03]
+// GFX10: v_max3_u16 v5, v1, v2, -1               ; encoding: [0x05,0x00,0x56,0xd7,0x01,0x05,0x06,0x03]
 
 v_max3_u16 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x56,0xd7,0x01,0x05,0xc2,0x03]
+// GFX10: v_max3_u16 v5, v1, v2, 0.5              ; encoding: [0x05,0x00,0x56,0xd7,0x01,0x05,0xc2,0x03]
 
 v_max3_u16 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x56,0xd7,0x01,0x05,0xde,0x03]
+// GFX10: v_max3_u16 v5, v1, v2, -4.0             ; encoding: [0x05,0x00,0x56,0xd7,0x01,0x05,0xde,0x03]
 
 v_max3_u16 v5, v1, v2, v3 op_sel:[0,0,0,0]
-// GFX10: encoding: [0x05,0x00,0x56,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_max3_u16 v5, v1, v2, v3               ; encoding: [0x05,0x00,0x56,0xd7,0x01,0x05,0x0e,0x04]
 
 v_max3_u16 v5, v1, v2, v3 op_sel:[1,0,0,0]
-// GFX10: encoding: [0x05,0x08,0x56,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_max3_u16 v5, v1, v2, v3 op_sel:[1,0,0,0] ; encoding: [0x05,0x08,0x56,0xd7,0x01,0x05,0x0e,0x04]
 
 v_max3_u16 v5, v1, v2, v3 op_sel:[0,1,0,0]
-// GFX10: encoding: [0x05,0x10,0x56,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_max3_u16 v5, v1, v2, v3 op_sel:[0,1,0,0] ; encoding: [0x05,0x10,0x56,0xd7,0x01,0x05,0x0e,0x04]
 
 v_max3_u16 v5, v1, v2, v3 op_sel:[0,0,1,0]
-// GFX10: encoding: [0x05,0x20,0x56,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_max3_u16 v5, v1, v2, v3 op_sel:[0,0,1,0] ; encoding: [0x05,0x20,0x56,0xd7,0x01,0x05,0x0e,0x04]
 
 v_max3_u16 v5, v1, v2, v3 op_sel:[0,0,0,1]
-// GFX10: encoding: [0x05,0x40,0x56,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_max3_u16 v5, v1, v2, v3 op_sel:[0,0,0,1] ; encoding: [0x05,0x40,0x56,0xd7,0x01,0x05,0x0e,0x04]
 
 v_max3_u16 v5, v1, v2, v3 op_sel:[1,1,1,1]
-// GFX10: encoding: [0x05,0x78,0x56,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_max3_u16 v5, v1, v2, v3 op_sel:[1,1,1,1] ; encoding: [0x05,0x78,0x56,0xd7,0x01,0x05,0x0e,0x04]
 
 v_max3_u16 v5, v1, v2, v3 clamp
-// GFX10: encoding: [0x05,0x80,0x56,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_max3_u16 v5, v1, v2, v3 clamp         ; encoding: [0x05,0x80,0x56,0xd7,0x01,0x05,0x0e,0x04]
 
 v_med3_f16 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_med3_f16 v5, v1, v2, v3               ; encoding: [0x05,0x00,0x57,0xd7,0x01,0x05,0x0e,0x04]
 
 v_med3_f16 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x57,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_med3_f16 v255, v1, v2, v3             ; encoding: [0xff,0x00,0x57,0xd7,0x01,0x05,0x0e,0x04]
 
 v_med3_f16 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd7,0xff,0x05,0x0e,0x04]
+// GFX10: v_med3_f16 v5, v255, v2, v3             ; encoding: [0x05,0x00,0x57,0xd7,0xff,0x05,0x0e,0x04]
 
 v_med3_f16 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd7,0x01,0x04,0x0e,0x04]
+// GFX10: v_med3_f16 v5, s1, v2, v3               ; encoding: [0x05,0x00,0x57,0xd7,0x01,0x04,0x0e,0x04]
 
 v_med3_f16 v5, s101, v2, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd7,0x65,0x04,0x0e,0x04]
+// GFX10: v_med3_f16 v5, s101, v2, v3             ; encoding: [0x05,0x00,0x57,0xd7,0x65,0x04,0x0e,0x04]
 
 v_med3_f16 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd7,0x6a,0x04,0x0e,0x04]
+// GFX10: v_med3_f16 v5, vcc_lo, v2, v3           ; encoding: [0x05,0x00,0x57,0xd7,0x6a,0x04,0x0e,0x04]
 
 v_med3_f16 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd7,0x6b,0x04,0x0e,0x04]
+// GFX10: v_med3_f16 v5, vcc_hi, v2, v3           ; encoding: [0x05,0x00,0x57,0xd7,0x6b,0x04,0x0e,0x04]
 
 v_med3_f16 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd7,0x7c,0x04,0x0e,0x04]
+// GFX10: v_med3_f16 v5, m0, v2, v3               ; encoding: [0x05,0x00,0x57,0xd7,0x7c,0x04,0x0e,0x04]
 
 v_med3_f16 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd7,0x7e,0x04,0x0e,0x04]
+// GFX10: v_med3_f16 v5, exec_lo, v2, v3          ; encoding: [0x05,0x00,0x57,0xd7,0x7e,0x04,0x0e,0x04]
 
 v_med3_f16 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd7,0x7f,0x04,0x0e,0x04]
+// GFX10: v_med3_f16 v5, exec_hi, v2, v3          ; encoding: [0x05,0x00,0x57,0xd7,0x7f,0x04,0x0e,0x04]
 
 v_med3_f16 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd7,0x80,0x04,0x0e,0x04]
+// GFX10: v_med3_f16 v5, 0, v2, v3                ; encoding: [0x05,0x00,0x57,0xd7,0x80,0x04,0x0e,0x04]
 
 v_med3_f16 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd7,0xc1,0x04,0x0e,0x04]
+// GFX10: v_med3_f16 v5, -1, v2, v3               ; encoding: [0x05,0x00,0x57,0xd7,0xc1,0x04,0x0e,0x04]
 
 v_med3_f16 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd7,0xf0,0x04,0x0e,0x04]
+// GFX10: v_med3_f16 v5, 0.5, v2, v3              ; encoding: [0x05,0x00,0x57,0xd7,0xf0,0x04,0x0e,0x04]
 
 v_med3_f16 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd7,0xf7,0x04,0x0e,0x04]
+// GFX10: v_med3_f16 v5, -4.0, v2, v3             ; encoding: [0x05,0x00,0x57,0xd7,0xf7,0x04,0x0e,0x04]
 
 v_med3_f16 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd7,0x01,0xff,0x0f,0x04]
+// GFX10: v_med3_f16 v5, v1, v255, v3             ; encoding: [0x05,0x00,0x57,0xd7,0x01,0xff,0x0f,0x04]
 
 v_med3_f16 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd7,0x01,0x05,0x0c,0x04]
+// GFX10: v_med3_f16 v5, v1, s2, v3               ; encoding: [0x05,0x00,0x57,0xd7,0x01,0x05,0x0c,0x04]
 
 v_med3_f16 v5, v1, s101, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd7,0x01,0xcb,0x0c,0x04]
+// GFX10: v_med3_f16 v5, v1, s101, v3             ; encoding: [0x05,0x00,0x57,0xd7,0x01,0xcb,0x0c,0x04]
 
 v_med3_f16 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd7,0x01,0xd5,0x0c,0x04]
+// GFX10: v_med3_f16 v5, v1, vcc_lo, v3           ; encoding: [0x05,0x00,0x57,0xd7,0x01,0xd5,0x0c,0x04]
 
 v_med3_f16 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd7,0x01,0xd7,0x0c,0x04]
+// GFX10: v_med3_f16 v5, v1, vcc_hi, v3           ; encoding: [0x05,0x00,0x57,0xd7,0x01,0xd7,0x0c,0x04]
 
 v_med3_f16 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd7,0x01,0xf9,0x0c,0x04]
+// GFX10: v_med3_f16 v5, v1, m0, v3               ; encoding: [0x05,0x00,0x57,0xd7,0x01,0xf9,0x0c,0x04]
 
 v_med3_f16 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd7,0x01,0xfd,0x0c,0x04]
+// GFX10: v_med3_f16 v5, v1, exec_lo, v3          ; encoding: [0x05,0x00,0x57,0xd7,0x01,0xfd,0x0c,0x04]
 
 v_med3_f16 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd7,0x01,0xff,0x0c,0x04]
+// GFX10: v_med3_f16 v5, v1, exec_hi, v3          ; encoding: [0x05,0x00,0x57,0xd7,0x01,0xff,0x0c,0x04]
 
 v_med3_f16 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd7,0x01,0x01,0x0d,0x04]
+// GFX10: v_med3_f16 v5, v1, 0, v3                ; encoding: [0x05,0x00,0x57,0xd7,0x01,0x01,0x0d,0x04]
 
 v_med3_f16 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd7,0x01,0x83,0x0d,0x04]
+// GFX10: v_med3_f16 v5, v1, -1, v3               ; encoding: [0x05,0x00,0x57,0xd7,0x01,0x83,0x0d,0x04]
 
 v_med3_f16 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd7,0x01,0xe1,0x0d,0x04]
+// GFX10: v_med3_f16 v5, v1, 0.5, v3              ; encoding: [0x05,0x00,0x57,0xd7,0x01,0xe1,0x0d,0x04]
 
 v_med3_f16 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd7,0x01,0xef,0x0d,0x04]
+// GFX10: v_med3_f16 v5, v1, -4.0, v3             ; encoding: [0x05,0x00,0x57,0xd7,0x01,0xef,0x0d,0x04]
 
 v_med3_f16 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x57,0xd7,0x01,0x05,0xfe,0x07]
+// GFX10: v_med3_f16 v5, v1, v2, v255             ; encoding: [0x05,0x00,0x57,0xd7,0x01,0x05,0xfe,0x07]
 
 v_med3_f16 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x57,0xd7,0x01,0x05,0x0e,0x00]
+// GFX10: v_med3_f16 v5, v1, v2, s3               ; encoding: [0x05,0x00,0x57,0xd7,0x01,0x05,0x0e,0x00]
 
 v_med3_f16 v5, v1, v2, s101
-// GFX10: encoding: [0x05,0x00,0x57,0xd7,0x01,0x05,0x96,0x01]
+// GFX10: v_med3_f16 v5, v1, v2, s101             ; encoding: [0x05,0x00,0x57,0xd7,0x01,0x05,0x96,0x01]
 
 v_med3_f16 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x57,0xd7,0x01,0x05,0xaa,0x01]
+// GFX10: v_med3_f16 v5, v1, v2, vcc_lo           ; encoding: [0x05,0x00,0x57,0xd7,0x01,0x05,0xaa,0x01]
 
 v_med3_f16 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x57,0xd7,0x01,0x05,0xae,0x01]
+// GFX10: v_med3_f16 v5, v1, v2, vcc_hi           ; encoding: [0x05,0x00,0x57,0xd7,0x01,0x05,0xae,0x01]
 
 v_med3_f16 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x57,0xd7,0x01,0x05,0xf2,0x01]
+// GFX10: v_med3_f16 v5, v1, v2, m0               ; encoding: [0x05,0x00,0x57,0xd7,0x01,0x05,0xf2,0x01]
 
 v_med3_f16 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x57,0xd7,0x01,0x05,0xfa,0x01]
+// GFX10: v_med3_f16 v5, v1, v2, exec_lo          ; encoding: [0x05,0x00,0x57,0xd7,0x01,0x05,0xfa,0x01]
 
 v_med3_f16 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x57,0xd7,0x01,0x05,0xfe,0x01]
+// GFX10: v_med3_f16 v5, v1, v2, exec_hi          ; encoding: [0x05,0x00,0x57,0xd7,0x01,0x05,0xfe,0x01]
 
 v_med3_f16 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x57,0xd7,0x01,0x05,0x02,0x02]
+// GFX10: v_med3_f16 v5, v1, v2, 0                ; encoding: [0x05,0x00,0x57,0xd7,0x01,0x05,0x02,0x02]
 
 v_med3_f16 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x57,0xd7,0x01,0x05,0x06,0x03]
+// GFX10: v_med3_f16 v5, v1, v2, -1               ; encoding: [0x05,0x00,0x57,0xd7,0x01,0x05,0x06,0x03]
 
 v_med3_f16 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x57,0xd7,0x01,0x05,0xc2,0x03]
+// GFX10: v_med3_f16 v5, v1, v2, 0.5              ; encoding: [0x05,0x00,0x57,0xd7,0x01,0x05,0xc2,0x03]
 
 v_med3_f16 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x57,0xd7,0x01,0x05,0xde,0x03]
+// GFX10: v_med3_f16 v5, v1, v2, -4.0             ; encoding: [0x05,0x00,0x57,0xd7,0x01,0x05,0xde,0x03]
 
 v_med3_f16 v5, -v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd7,0x01,0x05,0x0e,0x24]
+// GFX10: v_med3_f16 v5, -v1, v2, v3              ; encoding: [0x05,0x00,0x57,0xd7,0x01,0x05,0x0e,0x24]
 
 v_med3_f16 v5, v1, -v2, v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd7,0x01,0x05,0x0e,0x44]
+// GFX10: v_med3_f16 v5, v1, -v2, v3              ; encoding: [0x05,0x00,0x57,0xd7,0x01,0x05,0x0e,0x44]
 
 v_med3_f16 v5, v1, v2, -v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd7,0x01,0x05,0x0e,0x84]
+// GFX10: v_med3_f16 v5, v1, v2, -v3              ; encoding: [0x05,0x00,0x57,0xd7,0x01,0x05,0x0e,0x84]
 
 v_med3_f16 v5, -v1, -v2, -v3
-// GFX10: encoding: [0x05,0x00,0x57,0xd7,0x01,0x05,0x0e,0xe4]
+// GFX10: v_med3_f16 v5, -v1, -v2, -v3            ; encoding: [0x05,0x00,0x57,0xd7,0x01,0x05,0x0e,0xe4]
 
 v_med3_f16 v5, |v1|, v2, v3
-// GFX10: encoding: [0x05,0x01,0x57,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_med3_f16 v5, |v1|, v2, v3             ; encoding: [0x05,0x01,0x57,0xd7,0x01,0x05,0x0e,0x04]
 
 v_med3_f16 v5, v1, |v2|, v3
-// GFX10: encoding: [0x05,0x02,0x57,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_med3_f16 v5, v1, |v2|, v3             ; encoding: [0x05,0x02,0x57,0xd7,0x01,0x05,0x0e,0x04]
 
 v_med3_f16 v5, v1, v2, |v3|
-// GFX10: encoding: [0x05,0x04,0x57,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_med3_f16 v5, v1, v2, |v3|             ; encoding: [0x05,0x04,0x57,0xd7,0x01,0x05,0x0e,0x04]
 
 v_med3_f16 v5, |v1|, |v2|, |v3|
-// GFX10: encoding: [0x05,0x07,0x57,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_med3_f16 v5, |v1|, |v2|, |v3|         ; encoding: [0x05,0x07,0x57,0xd7,0x01,0x05,0x0e,0x04]
 
 v_med3_f16 v5, v1, v2, v3 op_sel:[0,0,0,0]
-// GFX10: encoding: [0x05,0x00,0x57,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_med3_f16 v5, v1, v2, v3               ; encoding: [0x05,0x00,0x57,0xd7,0x01,0x05,0x0e,0x04]
 
 v_med3_f16 v5, v1, v2, v3 op_sel:[1,0,0,0]
-// GFX10: encoding: [0x05,0x08,0x57,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_med3_f16 v5, v1, v2, v3 op_sel:[1,0,0,0] ; encoding: [0x05,0x08,0x57,0xd7,0x01,0x05,0x0e,0x04]
 
 v_med3_f16 v5, v1, v2, v3 op_sel:[0,1,0,0]
-// GFX10: encoding: [0x05,0x10,0x57,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_med3_f16 v5, v1, v2, v3 op_sel:[0,1,0,0] ; encoding: [0x05,0x10,0x57,0xd7,0x01,0x05,0x0e,0x04]
 
 v_med3_f16 v5, v1, v2, v3 op_sel:[0,0,1,0]
-// GFX10: encoding: [0x05,0x20,0x57,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_med3_f16 v5, v1, v2, v3 op_sel:[0,0,1,0] ; encoding: [0x05,0x20,0x57,0xd7,0x01,0x05,0x0e,0x04]
 
 v_med3_f16 v5, v1, v2, v3 op_sel:[0,0,0,1]
-// GFX10: encoding: [0x05,0x40,0x57,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_med3_f16 v5, v1, v2, v3 op_sel:[0,0,0,1] ; encoding: [0x05,0x40,0x57,0xd7,0x01,0x05,0x0e,0x04]
 
 v_med3_f16 v5, v1, v2, v3 op_sel:[1,1,1,1]
-// GFX10: encoding: [0x05,0x78,0x57,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_med3_f16 v5, v1, v2, v3 op_sel:[1,1,1,1] ; encoding: [0x05,0x78,0x57,0xd7,0x01,0x05,0x0e,0x04]
 
 v_med3_f16 v5, v1, v2, v3 clamp
-// GFX10: encoding: [0x05,0x80,0x57,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_med3_f16 v5, v1, v2, v3 clamp         ; encoding: [0x05,0x80,0x57,0xd7,0x01,0x05,0x0e,0x04]
 
 v_med3_i16 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_med3_i16 v5, v1, v2, v3               ; encoding: [0x05,0x00,0x58,0xd7,0x01,0x05,0x0e,0x04]
 
 v_med3_i16 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x58,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_med3_i16 v255, v1, v2, v3             ; encoding: [0xff,0x00,0x58,0xd7,0x01,0x05,0x0e,0x04]
 
 v_med3_i16 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd7,0xff,0x05,0x0e,0x04]
+// GFX10: v_med3_i16 v5, v255, v2, v3             ; encoding: [0x05,0x00,0x58,0xd7,0xff,0x05,0x0e,0x04]
 
 v_med3_i16 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd7,0x01,0x04,0x0e,0x04]
+// GFX10: v_med3_i16 v5, s1, v2, v3               ; encoding: [0x05,0x00,0x58,0xd7,0x01,0x04,0x0e,0x04]
 
 v_med3_i16 v5, s101, v2, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd7,0x65,0x04,0x0e,0x04]
+// GFX10: v_med3_i16 v5, s101, v2, v3             ; encoding: [0x05,0x00,0x58,0xd7,0x65,0x04,0x0e,0x04]
 
 v_med3_i16 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd7,0x6a,0x04,0x0e,0x04]
+// GFX10: v_med3_i16 v5, vcc_lo, v2, v3           ; encoding: [0x05,0x00,0x58,0xd7,0x6a,0x04,0x0e,0x04]
 
 v_med3_i16 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd7,0x6b,0x04,0x0e,0x04]
+// GFX10: v_med3_i16 v5, vcc_hi, v2, v3           ; encoding: [0x05,0x00,0x58,0xd7,0x6b,0x04,0x0e,0x04]
 
 v_med3_i16 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd7,0x7c,0x04,0x0e,0x04]
+// GFX10: v_med3_i16 v5, m0, v2, v3               ; encoding: [0x05,0x00,0x58,0xd7,0x7c,0x04,0x0e,0x04]
 
 v_med3_i16 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd7,0x7e,0x04,0x0e,0x04]
+// GFX10: v_med3_i16 v5, exec_lo, v2, v3          ; encoding: [0x05,0x00,0x58,0xd7,0x7e,0x04,0x0e,0x04]
 
 v_med3_i16 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd7,0x7f,0x04,0x0e,0x04]
+// GFX10: v_med3_i16 v5, exec_hi, v2, v3          ; encoding: [0x05,0x00,0x58,0xd7,0x7f,0x04,0x0e,0x04]
 
 v_med3_i16 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd7,0x80,0x04,0x0e,0x04]
+// GFX10: v_med3_i16 v5, 0, v2, v3                ; encoding: [0x05,0x00,0x58,0xd7,0x80,0x04,0x0e,0x04]
 
 v_med3_i16 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd7,0xc1,0x04,0x0e,0x04]
+// GFX10: v_med3_i16 v5, -1, v2, v3               ; encoding: [0x05,0x00,0x58,0xd7,0xc1,0x04,0x0e,0x04]
 
 v_med3_i16 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd7,0xf0,0x04,0x0e,0x04]
+// GFX10: v_med3_i16 v5, 0.5, v2, v3              ; encoding: [0x05,0x00,0x58,0xd7,0xf0,0x04,0x0e,0x04]
 
 v_med3_i16 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd7,0xf7,0x04,0x0e,0x04]
+// GFX10: v_med3_i16 v5, -4.0, v2, v3             ; encoding: [0x05,0x00,0x58,0xd7,0xf7,0x04,0x0e,0x04]
 
 v_med3_i16 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd7,0x01,0xff,0x0f,0x04]
+// GFX10: v_med3_i16 v5, v1, v255, v3             ; encoding: [0x05,0x00,0x58,0xd7,0x01,0xff,0x0f,0x04]
 
 v_med3_i16 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd7,0x01,0x05,0x0c,0x04]
+// GFX10: v_med3_i16 v5, v1, s2, v3               ; encoding: [0x05,0x00,0x58,0xd7,0x01,0x05,0x0c,0x04]
 
 v_med3_i16 v5, v1, s101, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd7,0x01,0xcb,0x0c,0x04]
+// GFX10: v_med3_i16 v5, v1, s101, v3             ; encoding: [0x05,0x00,0x58,0xd7,0x01,0xcb,0x0c,0x04]
 
 v_med3_i16 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd7,0x01,0xd5,0x0c,0x04]
+// GFX10: v_med3_i16 v5, v1, vcc_lo, v3           ; encoding: [0x05,0x00,0x58,0xd7,0x01,0xd5,0x0c,0x04]
 
 v_med3_i16 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd7,0x01,0xd7,0x0c,0x04]
+// GFX10: v_med3_i16 v5, v1, vcc_hi, v3           ; encoding: [0x05,0x00,0x58,0xd7,0x01,0xd7,0x0c,0x04]
 
 v_med3_i16 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd7,0x01,0xf9,0x0c,0x04]
+// GFX10: v_med3_i16 v5, v1, m0, v3               ; encoding: [0x05,0x00,0x58,0xd7,0x01,0xf9,0x0c,0x04]
 
 v_med3_i16 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd7,0x01,0xfd,0x0c,0x04]
+// GFX10: v_med3_i16 v5, v1, exec_lo, v3          ; encoding: [0x05,0x00,0x58,0xd7,0x01,0xfd,0x0c,0x04]
 
 v_med3_i16 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd7,0x01,0xff,0x0c,0x04]
+// GFX10: v_med3_i16 v5, v1, exec_hi, v3          ; encoding: [0x05,0x00,0x58,0xd7,0x01,0xff,0x0c,0x04]
 
 v_med3_i16 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd7,0x01,0x01,0x0d,0x04]
+// GFX10: v_med3_i16 v5, v1, 0, v3                ; encoding: [0x05,0x00,0x58,0xd7,0x01,0x01,0x0d,0x04]
 
 v_med3_i16 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd7,0x01,0x83,0x0d,0x04]
+// GFX10: v_med3_i16 v5, v1, -1, v3               ; encoding: [0x05,0x00,0x58,0xd7,0x01,0x83,0x0d,0x04]
 
 v_med3_i16 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd7,0x01,0xe1,0x0d,0x04]
+// GFX10: v_med3_i16 v5, v1, 0.5, v3              ; encoding: [0x05,0x00,0x58,0xd7,0x01,0xe1,0x0d,0x04]
 
 v_med3_i16 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x58,0xd7,0x01,0xef,0x0d,0x04]
+// GFX10: v_med3_i16 v5, v1, -4.0, v3             ; encoding: [0x05,0x00,0x58,0xd7,0x01,0xef,0x0d,0x04]
 
 v_med3_i16 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x58,0xd7,0x01,0x05,0xfe,0x07]
+// GFX10: v_med3_i16 v5, v1, v2, v255             ; encoding: [0x05,0x00,0x58,0xd7,0x01,0x05,0xfe,0x07]
 
 v_med3_i16 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x58,0xd7,0x01,0x05,0x0e,0x00]
+// GFX10: v_med3_i16 v5, v1, v2, s3               ; encoding: [0x05,0x00,0x58,0xd7,0x01,0x05,0x0e,0x00]
 
 v_med3_i16 v5, v1, v2, s101
-// GFX10: encoding: [0x05,0x00,0x58,0xd7,0x01,0x05,0x96,0x01]
+// GFX10: v_med3_i16 v5, v1, v2, s101             ; encoding: [0x05,0x00,0x58,0xd7,0x01,0x05,0x96,0x01]
 
 v_med3_i16 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x58,0xd7,0x01,0x05,0xaa,0x01]
+// GFX10: v_med3_i16 v5, v1, v2, vcc_lo           ; encoding: [0x05,0x00,0x58,0xd7,0x01,0x05,0xaa,0x01]
 
 v_med3_i16 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x58,0xd7,0x01,0x05,0xae,0x01]
+// GFX10: v_med3_i16 v5, v1, v2, vcc_hi           ; encoding: [0x05,0x00,0x58,0xd7,0x01,0x05,0xae,0x01]
 
 v_med3_i16 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x58,0xd7,0x01,0x05,0xf2,0x01]
+// GFX10: v_med3_i16 v5, v1, v2, m0               ; encoding: [0x05,0x00,0x58,0xd7,0x01,0x05,0xf2,0x01]
 
 v_med3_i16 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x58,0xd7,0x01,0x05,0xfa,0x01]
+// GFX10: v_med3_i16 v5, v1, v2, exec_lo          ; encoding: [0x05,0x00,0x58,0xd7,0x01,0x05,0xfa,0x01]
 
 v_med3_i16 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x58,0xd7,0x01,0x05,0xfe,0x01]
+// GFX10: v_med3_i16 v5, v1, v2, exec_hi          ; encoding: [0x05,0x00,0x58,0xd7,0x01,0x05,0xfe,0x01]
 
 v_med3_i16 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x58,0xd7,0x01,0x05,0x02,0x02]
+// GFX10: v_med3_i16 v5, v1, v2, 0                ; encoding: [0x05,0x00,0x58,0xd7,0x01,0x05,0x02,0x02]
 
 v_med3_i16 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x58,0xd7,0x01,0x05,0x06,0x03]
+// GFX10: v_med3_i16 v5, v1, v2, -1               ; encoding: [0x05,0x00,0x58,0xd7,0x01,0x05,0x06,0x03]
 
 v_med3_i16 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x58,0xd7,0x01,0x05,0xc2,0x03]
+// GFX10: v_med3_i16 v5, v1, v2, 0.5              ; encoding: [0x05,0x00,0x58,0xd7,0x01,0x05,0xc2,0x03]
 
 v_med3_i16 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x58,0xd7,0x01,0x05,0xde,0x03]
+// GFX10: v_med3_i16 v5, v1, v2, -4.0             ; encoding: [0x05,0x00,0x58,0xd7,0x01,0x05,0xde,0x03]
 
 v_med3_i16 v5, v1, v2, v3 op_sel:[0,0,0,0]
-// GFX10: encoding: [0x05,0x00,0x58,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_med3_i16 v5, v1, v2, v3               ; encoding: [0x05,0x00,0x58,0xd7,0x01,0x05,0x0e,0x04]
 
 v_med3_i16 v5, v1, v2, v3 op_sel:[1,0,0,0]
-// GFX10: encoding: [0x05,0x08,0x58,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_med3_i16 v5, v1, v2, v3 op_sel:[1,0,0,0] ; encoding: [0x05,0x08,0x58,0xd7,0x01,0x05,0x0e,0x04]
 
 v_med3_i16 v5, v1, v2, v3 op_sel:[0,1,0,0]
-// GFX10: encoding: [0x05,0x10,0x58,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_med3_i16 v5, v1, v2, v3 op_sel:[0,1,0,0] ; encoding: [0x05,0x10,0x58,0xd7,0x01,0x05,0x0e,0x04]
 
 v_med3_i16 v5, v1, v2, v3 op_sel:[0,0,1,0]
-// GFX10: encoding: [0x05,0x20,0x58,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_med3_i16 v5, v1, v2, v3 op_sel:[0,0,1,0] ; encoding: [0x05,0x20,0x58,0xd7,0x01,0x05,0x0e,0x04]
 
 v_med3_i16 v5, v1, v2, v3 op_sel:[0,0,0,1]
-// GFX10: encoding: [0x05,0x40,0x58,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_med3_i16 v5, v1, v2, v3 op_sel:[0,0,0,1] ; encoding: [0x05,0x40,0x58,0xd7,0x01,0x05,0x0e,0x04]
 
 v_med3_i16 v5, v1, v2, v3 op_sel:[1,1,1,1]
-// GFX10: encoding: [0x05,0x78,0x58,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_med3_i16 v5, v1, v2, v3 op_sel:[1,1,1,1] ; encoding: [0x05,0x78,0x58,0xd7,0x01,0x05,0x0e,0x04]
 
 v_med3_i16 v5, v1, v2, v3 clamp
-// GFX10: encoding: [0x05,0x80,0x58,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_med3_i16 v5, v1, v2, v3 clamp         ; encoding: [0x05,0x80,0x58,0xd7,0x01,0x05,0x0e,0x04]
 
 v_med3_u16 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_med3_u16 v5, v1, v2, v3               ; encoding: [0x05,0x00,0x59,0xd7,0x01,0x05,0x0e,0x04]
 
 v_med3_u16 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x59,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_med3_u16 v255, v1, v2, v3             ; encoding: [0xff,0x00,0x59,0xd7,0x01,0x05,0x0e,0x04]
 
 v_med3_u16 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd7,0xff,0x05,0x0e,0x04]
+// GFX10: v_med3_u16 v5, v255, v2, v3             ; encoding: [0x05,0x00,0x59,0xd7,0xff,0x05,0x0e,0x04]
 
 v_med3_u16 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd7,0x01,0x04,0x0e,0x04]
+// GFX10: v_med3_u16 v5, s1, v2, v3               ; encoding: [0x05,0x00,0x59,0xd7,0x01,0x04,0x0e,0x04]
 
 v_med3_u16 v5, s101, v2, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd7,0x65,0x04,0x0e,0x04]
+// GFX10: v_med3_u16 v5, s101, v2, v3             ; encoding: [0x05,0x00,0x59,0xd7,0x65,0x04,0x0e,0x04]
 
 v_med3_u16 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd7,0x6a,0x04,0x0e,0x04]
+// GFX10: v_med3_u16 v5, vcc_lo, v2, v3           ; encoding: [0x05,0x00,0x59,0xd7,0x6a,0x04,0x0e,0x04]
 
 v_med3_u16 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd7,0x6b,0x04,0x0e,0x04]
+// GFX10: v_med3_u16 v5, vcc_hi, v2, v3           ; encoding: [0x05,0x00,0x59,0xd7,0x6b,0x04,0x0e,0x04]
 
 v_med3_u16 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd7,0x7c,0x04,0x0e,0x04]
+// GFX10: v_med3_u16 v5, m0, v2, v3               ; encoding: [0x05,0x00,0x59,0xd7,0x7c,0x04,0x0e,0x04]
 
 v_med3_u16 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd7,0x7e,0x04,0x0e,0x04]
+// GFX10: v_med3_u16 v5, exec_lo, v2, v3          ; encoding: [0x05,0x00,0x59,0xd7,0x7e,0x04,0x0e,0x04]
 
 v_med3_u16 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd7,0x7f,0x04,0x0e,0x04]
+// GFX10: v_med3_u16 v5, exec_hi, v2, v3          ; encoding: [0x05,0x00,0x59,0xd7,0x7f,0x04,0x0e,0x04]
 
 v_med3_u16 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd7,0x80,0x04,0x0e,0x04]
+// GFX10: v_med3_u16 v5, 0, v2, v3                ; encoding: [0x05,0x00,0x59,0xd7,0x80,0x04,0x0e,0x04]
 
 v_med3_u16 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd7,0xc1,0x04,0x0e,0x04]
+// GFX10: v_med3_u16 v5, -1, v2, v3               ; encoding: [0x05,0x00,0x59,0xd7,0xc1,0x04,0x0e,0x04]
 
 v_med3_u16 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd7,0xf0,0x04,0x0e,0x04]
+// GFX10: v_med3_u16 v5, 0.5, v2, v3              ; encoding: [0x05,0x00,0x59,0xd7,0xf0,0x04,0x0e,0x04]
 
 v_med3_u16 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd7,0xf7,0x04,0x0e,0x04]
+// GFX10: v_med3_u16 v5, -4.0, v2, v3             ; encoding: [0x05,0x00,0x59,0xd7,0xf7,0x04,0x0e,0x04]
 
 v_med3_u16 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd7,0x01,0xff,0x0f,0x04]
+// GFX10: v_med3_u16 v5, v1, v255, v3             ; encoding: [0x05,0x00,0x59,0xd7,0x01,0xff,0x0f,0x04]
 
 v_med3_u16 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd7,0x01,0x05,0x0c,0x04]
+// GFX10: v_med3_u16 v5, v1, s2, v3               ; encoding: [0x05,0x00,0x59,0xd7,0x01,0x05,0x0c,0x04]
 
 v_med3_u16 v5, v1, s101, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd7,0x01,0xcb,0x0c,0x04]
+// GFX10: v_med3_u16 v5, v1, s101, v3             ; encoding: [0x05,0x00,0x59,0xd7,0x01,0xcb,0x0c,0x04]
 
 v_med3_u16 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd7,0x01,0xd5,0x0c,0x04]
+// GFX10: v_med3_u16 v5, v1, vcc_lo, v3           ; encoding: [0x05,0x00,0x59,0xd7,0x01,0xd5,0x0c,0x04]
 
 v_med3_u16 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd7,0x01,0xd7,0x0c,0x04]
+// GFX10: v_med3_u16 v5, v1, vcc_hi, v3           ; encoding: [0x05,0x00,0x59,0xd7,0x01,0xd7,0x0c,0x04]
 
 v_med3_u16 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd7,0x01,0xf9,0x0c,0x04]
+// GFX10: v_med3_u16 v5, v1, m0, v3               ; encoding: [0x05,0x00,0x59,0xd7,0x01,0xf9,0x0c,0x04]
 
 v_med3_u16 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd7,0x01,0xfd,0x0c,0x04]
+// GFX10: v_med3_u16 v5, v1, exec_lo, v3          ; encoding: [0x05,0x00,0x59,0xd7,0x01,0xfd,0x0c,0x04]
 
 v_med3_u16 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd7,0x01,0xff,0x0c,0x04]
+// GFX10: v_med3_u16 v5, v1, exec_hi, v3          ; encoding: [0x05,0x00,0x59,0xd7,0x01,0xff,0x0c,0x04]
 
 v_med3_u16 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd7,0x01,0x01,0x0d,0x04]
+// GFX10: v_med3_u16 v5, v1, 0, v3                ; encoding: [0x05,0x00,0x59,0xd7,0x01,0x01,0x0d,0x04]
 
 v_med3_u16 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd7,0x01,0x83,0x0d,0x04]
+// GFX10: v_med3_u16 v5, v1, -1, v3               ; encoding: [0x05,0x00,0x59,0xd7,0x01,0x83,0x0d,0x04]
 
 v_med3_u16 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd7,0x01,0xe1,0x0d,0x04]
+// GFX10: v_med3_u16 v5, v1, 0.5, v3              ; encoding: [0x05,0x00,0x59,0xd7,0x01,0xe1,0x0d,0x04]
 
 v_med3_u16 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x59,0xd7,0x01,0xef,0x0d,0x04]
+// GFX10: v_med3_u16 v5, v1, -4.0, v3             ; encoding: [0x05,0x00,0x59,0xd7,0x01,0xef,0x0d,0x04]
 
 v_med3_u16 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x59,0xd7,0x01,0x05,0xfe,0x07]
+// GFX10: v_med3_u16 v5, v1, v2, v255             ; encoding: [0x05,0x00,0x59,0xd7,0x01,0x05,0xfe,0x07]
 
 v_med3_u16 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x59,0xd7,0x01,0x05,0x0e,0x00]
+// GFX10: v_med3_u16 v5, v1, v2, s3               ; encoding: [0x05,0x00,0x59,0xd7,0x01,0x05,0x0e,0x00]
 
 v_med3_u16 v5, v1, v2, s101
-// GFX10: encoding: [0x05,0x00,0x59,0xd7,0x01,0x05,0x96,0x01]
+// GFX10: v_med3_u16 v5, v1, v2, s101             ; encoding: [0x05,0x00,0x59,0xd7,0x01,0x05,0x96,0x01]
 
 v_med3_u16 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x59,0xd7,0x01,0x05,0xaa,0x01]
+// GFX10: v_med3_u16 v5, v1, v2, vcc_lo           ; encoding: [0x05,0x00,0x59,0xd7,0x01,0x05,0xaa,0x01]
 
 v_med3_u16 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x59,0xd7,0x01,0x05,0xae,0x01]
+// GFX10: v_med3_u16 v5, v1, v2, vcc_hi           ; encoding: [0x05,0x00,0x59,0xd7,0x01,0x05,0xae,0x01]
 
 v_med3_u16 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x59,0xd7,0x01,0x05,0xf2,0x01]
+// GFX10: v_med3_u16 v5, v1, v2, m0               ; encoding: [0x05,0x00,0x59,0xd7,0x01,0x05,0xf2,0x01]
 
 v_med3_u16 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x59,0xd7,0x01,0x05,0xfa,0x01]
+// GFX10: v_med3_u16 v5, v1, v2, exec_lo          ; encoding: [0x05,0x00,0x59,0xd7,0x01,0x05,0xfa,0x01]
 
 v_med3_u16 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x59,0xd7,0x01,0x05,0xfe,0x01]
+// GFX10: v_med3_u16 v5, v1, v2, exec_hi          ; encoding: [0x05,0x00,0x59,0xd7,0x01,0x05,0xfe,0x01]
 
 v_med3_u16 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x59,0xd7,0x01,0x05,0x02,0x02]
+// GFX10: v_med3_u16 v5, v1, v2, 0                ; encoding: [0x05,0x00,0x59,0xd7,0x01,0x05,0x02,0x02]
 
 v_med3_u16 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x59,0xd7,0x01,0x05,0x06,0x03]
+// GFX10: v_med3_u16 v5, v1, v2, -1               ; encoding: [0x05,0x00,0x59,0xd7,0x01,0x05,0x06,0x03]
 
 v_med3_u16 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x59,0xd7,0x01,0x05,0xc2,0x03]
+// GFX10: v_med3_u16 v5, v1, v2, 0.5              ; encoding: [0x05,0x00,0x59,0xd7,0x01,0x05,0xc2,0x03]
 
 v_med3_u16 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x59,0xd7,0x01,0x05,0xde,0x03]
+// GFX10: v_med3_u16 v5, v1, v2, -4.0             ; encoding: [0x05,0x00,0x59,0xd7,0x01,0x05,0xde,0x03]
 
 v_med3_u16 v5, v1, v2, v3 op_sel:[0,0,0,0]
-// GFX10: encoding: [0x05,0x00,0x59,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_med3_u16 v5, v1, v2, v3               ; encoding: [0x05,0x00,0x59,0xd7,0x01,0x05,0x0e,0x04]
 
 v_med3_u16 v5, v1, v2, v3 op_sel:[1,0,0,0]
-// GFX10: encoding: [0x05,0x08,0x59,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_med3_u16 v5, v1, v2, v3 op_sel:[1,0,0,0] ; encoding: [0x05,0x08,0x59,0xd7,0x01,0x05,0x0e,0x04]
 
 v_med3_u16 v5, v1, v2, v3 op_sel:[0,1,0,0]
-// GFX10: encoding: [0x05,0x10,0x59,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_med3_u16 v5, v1, v2, v3 op_sel:[0,1,0,0] ; encoding: [0x05,0x10,0x59,0xd7,0x01,0x05,0x0e,0x04]
 
 v_med3_u16 v5, v1, v2, v3 op_sel:[0,0,1,0]
-// GFX10: encoding: [0x05,0x20,0x59,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_med3_u16 v5, v1, v2, v3 op_sel:[0,0,1,0] ; encoding: [0x05,0x20,0x59,0xd7,0x01,0x05,0x0e,0x04]
 
 v_med3_u16 v5, v1, v2, v3 op_sel:[0,0,0,1]
-// GFX10: encoding: [0x05,0x40,0x59,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_med3_u16 v5, v1, v2, v3 op_sel:[0,0,0,1] ; encoding: [0x05,0x40,0x59,0xd7,0x01,0x05,0x0e,0x04]
 
 v_med3_u16 v5, v1, v2, v3 op_sel:[1,1,1,1]
-// GFX10: encoding: [0x05,0x78,0x59,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_med3_u16 v5, v1, v2, v3 op_sel:[1,1,1,1] ; encoding: [0x05,0x78,0x59,0xd7,0x01,0x05,0x0e,0x04]
 
 v_interp_p2_f16 v5, v2, attr0.x, v3
-// GFX10: encoding: [0x05,0x00,0x5a,0xd7,0x00,0x04,0x0e,0x04]
+// GFX10: v_interp_p2_f16 v5, v2, attr0.x, v3     ; encoding: [0x05,0x00,0x5a,0xd7,0x00,0x04,0x0e,0x04]
 
 v_interp_p2_f16 v5, -v2, attr0.x, v3
-// GFX10: encoding: [0x05,0x00,0x5a,0xd7,0x00,0x04,0x0e,0x44]
+// GFX10: v_interp_p2_f16 v5, -v2, attr0.x, v3    ; encoding: [0x05,0x00,0x5a,0xd7,0x00,0x04,0x0e,0x44]
 
 v_interp_p2_f16 v5, v2, attr0.x, |v3|
-// GFX10: encoding: [0x05,0x04,0x5a,0xd7,0x00,0x04,0x0e,0x04]
+// GFX10: v_interp_p2_f16 v5, v2, attr0.x, |v3|   ; encoding: [0x05,0x04,0x5a,0xd7,0x00,0x04,0x0e,0x04]
 
 v_interp_p2_f16 v5, v2, attr0.w, v3
-// GFX10: encoding: [0x05,0x00,0x5a,0xd7,0xc0,0x04,0x0e,0x04]
+// GFX10: v_interp_p2_f16 v5, v2, attr0.w, v3     ; encoding: [0x05,0x00,0x5a,0xd7,0xc0,0x04,0x0e,0x04]
 
 v_interp_p2_f16 v5, v2, attr0.x, v3 high
-// GFX10: encoding: [0x05,0x00,0x5a,0xd7,0x00,0x05,0x0e,0x04]
+// GFX10: v_interp_p2_f16 v5, v2, attr0.x, v3 high ; encoding: [0x05,0x00,0x5a,0xd7,0x00,0x05,0x0e,0x04]
 
 v_interp_p2_f16 v5, v2, attr0.x, v3 clamp
-// GFX10: encoding: [0x05,0x80,0x5a,0xd7,0x00,0x04,0x0e,0x04]
+// GFX10: v_interp_p2_f16 v5, v2, attr0.x, v3 clamp ; encoding: [0x05,0x80,0x5a,0xd7,0x00,0x04,0x0e,0x04]
 
 v_mad_i16 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5e,0xd7,0x80,0x04,0x0e,0x04]
+// GFX10: v_mad_i16 v5, 0, v2, v3                 ; encoding: [0x05,0x00,0x5e,0xd7,0x80,0x04,0x0e,0x04]
 
 v_mad_i16 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x5e,0xd7,0x01,0x83,0x0d,0x04]
+// GFX10: v_mad_i16 v5, v1, -1, v3                ; encoding: [0x05,0x00,0x5e,0xd7,0x01,0x83,0x0d,0x04]
 
 v_mad_i16 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x5e,0xd7,0x01,0x05,0xde,0x03]
+// GFX10: v_mad_i16 v5, v1, v2, -4.0              ; encoding: [0x05,0x00,0x5e,0xd7,0x01,0x05,0xde,0x03]
 
 v_mad_i16 v5, v1, v2, v3 clamp
-// GFX10: encoding: [0x05,0x80,0x5e,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_mad_i16 v5, v1, v2, v3 clamp          ; encoding: [0x05,0x80,0x5e,0xd7,0x01,0x05,0x0e,0x04]
 
 v_mad_i16 v5, v1, v2, v3 op_sel:[0,0,0,1]
-// GFX10: encoding: [0x05,0x40,0x5e,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_mad_i16 v5, v1, v2, v3 op_sel:[0,0,0,1] ; encoding: [0x05,0x40,0x5e,0xd7,0x01,0x05,0x0e,0x04]
 
 v_mad_i16 v5, v1, v2, v3 op_sel:[1,1,1,1]
-// GFX10: encoding: [0x05,0x78,0x5e,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_mad_i16 v5, v1, v2, v3 op_sel:[1,1,1,1] ; encoding: [0x05,0x78,0x5e,0xd7,0x01,0x05,0x0e,0x04]
 
 v_div_fixup_f16 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5f,0xd7,0xf0,0x04,0x0e,0x04]
+// GFX10: v_div_fixup_f16 v5, 0.5, v2, v3         ; encoding: [0x05,0x00,0x5f,0xd7,0xf0,0x04,0x0e,0x04]
 
 v_div_fixup_f16 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x5f,0xd7,0x01,0xe1,0x0d,0x04]
+// GFX10: v_div_fixup_f16 v5, v1, 0.5, v3         ; encoding: [0x05,0x00,0x5f,0xd7,0x01,0xe1,0x0d,0x04]
 
 v_div_fixup_f16 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x5f,0xd7,0x01,0x05,0xc2,0x03]
+// GFX10: v_div_fixup_f16 v5, v1, v2, 0.5         ; encoding: [0x05,0x00,0x5f,0xd7,0x01,0x05,0xc2,0x03]
 
 v_div_fixup_f16 v5, -v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x5f,0xd7,0x01,0x05,0x0e,0x24]
+// GFX10: v_div_fixup_f16 v5, -v1, v2, v3         ; encoding: [0x05,0x00,0x5f,0xd7,0x01,0x05,0x0e,0x24]
 
 v_div_fixup_f16 v5, |v1|, v2, v3
-// GFX10: encoding: [0x05,0x01,0x5f,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_div_fixup_f16 v5, |v1|, v2, v3        ; encoding: [0x05,0x01,0x5f,0xd7,0x01,0x05,0x0e,0x04]
 
 v_div_fixup_f16 v5, v1, v2, v3 clamp
-// GFX10: encoding: [0x05,0x80,0x5f,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_div_fixup_f16 v5, v1, v2, v3 clamp    ; encoding: [0x05,0x80,0x5f,0xd7,0x01,0x05,0x0e,0x04]
 
 v_div_fixup_f16 v5, v1, v2, v3 op_sel:[1,0,0,0]
-// GFX10: encoding: [0x05,0x08,0x5f,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_div_fixup_f16 v5, v1, v2, v3 op_sel:[1,0,0,0] ; encoding: [0x05,0x08,0x5f,0xd7,0x01,0x05,0x0e,0x04]
 
 v_div_fixup_f16 v5, v1, v2, v3 op_sel:[0,0,1,0]
-// GFX10: encoding: [0x05,0x20,0x5f,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_div_fixup_f16 v5, v1, v2, v3 op_sel:[0,0,1,0] ; encoding: [0x05,0x20,0x5f,0xd7,0x01,0x05,0x0e,0x04]
 
 v_div_fixup_f16 v5, v1, v2, v3 op_sel:[0,0,0,1]
-// GFX10: encoding: [0x05,0x40,0x5f,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_div_fixup_f16 v5, v1, v2, v3 op_sel:[0,0,0,1] ; encoding: [0x05,0x40,0x5f,0xd7,0x01,0x05,0x0e,0x04]
 
 v_add3_u32 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x6d,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_add3_u32 v5, v1, v2, v3               ; encoding: [0x05,0x00,0x6d,0xd7,0x01,0x05,0x0e,0x04]
 
 v_add3_u32 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x6d,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_add3_u32 v255, v1, v2, v3             ; encoding: [0xff,0x00,0x6d,0xd7,0x01,0x05,0x0e,0x04]
 
 v_add3_u32 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x6d,0xd7,0xff,0x05,0x0e,0x04]
+// GFX10: v_add3_u32 v5, v255, v2, v3             ; encoding: [0x05,0x00,0x6d,0xd7,0xff,0x05,0x0e,0x04]
 
 v_add3_u32 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x6d,0xd7,0x01,0x04,0x0e,0x04]
+// GFX10: v_add3_u32 v5, s1, v2, v3               ; encoding: [0x05,0x00,0x6d,0xd7,0x01,0x04,0x0e,0x04]
 
 v_add3_u32 v5, s101, v2, v3
-// GFX10: encoding: [0x05,0x00,0x6d,0xd7,0x65,0x04,0x0e,0x04]
+// GFX10: v_add3_u32 v5, s101, v2, v3             ; encoding: [0x05,0x00,0x6d,0xd7,0x65,0x04,0x0e,0x04]
 
 v_add3_u32 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x6d,0xd7,0x6a,0x04,0x0e,0x04]
+// GFX10: v_add3_u32 v5, vcc_lo, v2, v3           ; encoding: [0x05,0x00,0x6d,0xd7,0x6a,0x04,0x0e,0x04]
 
 v_add3_u32 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x6d,0xd7,0x6b,0x04,0x0e,0x04]
+// GFX10: v_add3_u32 v5, vcc_hi, v2, v3           ; encoding: [0x05,0x00,0x6d,0xd7,0x6b,0x04,0x0e,0x04]
 
 v_add3_u32 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x6d,0xd7,0x7c,0x04,0x0e,0x04]
+// GFX10: v_add3_u32 v5, m0, v2, v3               ; encoding: [0x05,0x00,0x6d,0xd7,0x7c,0x04,0x0e,0x04]
 
 v_add3_u32 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x6d,0xd7,0x7e,0x04,0x0e,0x04]
+// GFX10: v_add3_u32 v5, exec_lo, v2, v3          ; encoding: [0x05,0x00,0x6d,0xd7,0x7e,0x04,0x0e,0x04]
 
 v_add3_u32 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x6d,0xd7,0x7f,0x04,0x0e,0x04]
+// GFX10: v_add3_u32 v5, exec_hi, v2, v3          ; encoding: [0x05,0x00,0x6d,0xd7,0x7f,0x04,0x0e,0x04]
 
 v_add3_u32 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x6d,0xd7,0x80,0x04,0x0e,0x04]
+// GFX10: v_add3_u32 v5, 0, v2, v3                ; encoding: [0x05,0x00,0x6d,0xd7,0x80,0x04,0x0e,0x04]
 
 v_add3_u32 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x6d,0xd7,0xc1,0x04,0x0e,0x04]
+// GFX10: v_add3_u32 v5, -1, v2, v3               ; encoding: [0x05,0x00,0x6d,0xd7,0xc1,0x04,0x0e,0x04]
 
 v_add3_u32 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x6d,0xd7,0xf0,0x04,0x0e,0x04]
+// GFX10: v_add3_u32 v5, 0.5, v2, v3              ; encoding: [0x05,0x00,0x6d,0xd7,0xf0,0x04,0x0e,0x04]
 
 v_add3_u32 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x6d,0xd7,0xf7,0x04,0x0e,0x04]
+// GFX10: v_add3_u32 v5, -4.0, v2, v3             ; encoding: [0x05,0x00,0x6d,0xd7,0xf7,0x04,0x0e,0x04]
 
 v_add3_u32 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x6d,0xd7,0x01,0xff,0x0f,0x04]
+// GFX10: v_add3_u32 v5, v1, v255, v3             ; encoding: [0x05,0x00,0x6d,0xd7,0x01,0xff,0x0f,0x04]
 
 v_add3_u32 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x6d,0xd7,0x01,0x05,0x0c,0x04]
+// GFX10: v_add3_u32 v5, v1, s2, v3               ; encoding: [0x05,0x00,0x6d,0xd7,0x01,0x05,0x0c,0x04]
 
 v_add3_u32 v5, v1, s101, v3
-// GFX10: encoding: [0x05,0x00,0x6d,0xd7,0x01,0xcb,0x0c,0x04]
+// GFX10: v_add3_u32 v5, v1, s101, v3             ; encoding: [0x05,0x00,0x6d,0xd7,0x01,0xcb,0x0c,0x04]
 
 v_add3_u32 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x6d,0xd7,0x01,0xd5,0x0c,0x04]
+// GFX10: v_add3_u32 v5, v1, vcc_lo, v3           ; encoding: [0x05,0x00,0x6d,0xd7,0x01,0xd5,0x0c,0x04]
 
 v_add3_u32 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x6d,0xd7,0x01,0xd7,0x0c,0x04]
+// GFX10: v_add3_u32 v5, v1, vcc_hi, v3           ; encoding: [0x05,0x00,0x6d,0xd7,0x01,0xd7,0x0c,0x04]
 
 v_add3_u32 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x6d,0xd7,0x01,0xf9,0x0c,0x04]
+// GFX10: v_add3_u32 v5, v1, m0, v3               ; encoding: [0x05,0x00,0x6d,0xd7,0x01,0xf9,0x0c,0x04]
 
 v_add3_u32 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x6d,0xd7,0x01,0xfd,0x0c,0x04]
+// GFX10: v_add3_u32 v5, v1, exec_lo, v3          ; encoding: [0x05,0x00,0x6d,0xd7,0x01,0xfd,0x0c,0x04]
 
 v_add3_u32 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x6d,0xd7,0x01,0xff,0x0c,0x04]
+// GFX10: v_add3_u32 v5, v1, exec_hi, v3          ; encoding: [0x05,0x00,0x6d,0xd7,0x01,0xff,0x0c,0x04]
 
 v_add3_u32 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x6d,0xd7,0x01,0x01,0x0d,0x04]
+// GFX10: v_add3_u32 v5, v1, 0, v3                ; encoding: [0x05,0x00,0x6d,0xd7,0x01,0x01,0x0d,0x04]
 
 v_add3_u32 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x6d,0xd7,0x01,0x83,0x0d,0x04]
+// GFX10: v_add3_u32 v5, v1, -1, v3               ; encoding: [0x05,0x00,0x6d,0xd7,0x01,0x83,0x0d,0x04]
 
 v_add3_u32 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x6d,0xd7,0x01,0xe1,0x0d,0x04]
+// GFX10: v_add3_u32 v5, v1, 0.5, v3              ; encoding: [0x05,0x00,0x6d,0xd7,0x01,0xe1,0x0d,0x04]
 
 v_add3_u32 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x6d,0xd7,0x01,0xef,0x0d,0x04]
+// GFX10: v_add3_u32 v5, v1, -4.0, v3             ; encoding: [0x05,0x00,0x6d,0xd7,0x01,0xef,0x0d,0x04]
 
 v_add3_u32 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x6d,0xd7,0x01,0x05,0xfe,0x07]
+// GFX10: v_add3_u32 v5, v1, v2, v255             ; encoding: [0x05,0x00,0x6d,0xd7,0x01,0x05,0xfe,0x07]
 
 v_add3_u32 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x6d,0xd7,0x01,0x05,0x0e,0x00]
+// GFX10: v_add3_u32 v5, v1, v2, s3               ; encoding: [0x05,0x00,0x6d,0xd7,0x01,0x05,0x0e,0x00]
 
 v_add3_u32 v5, v1, v2, s101
-// GFX10: encoding: [0x05,0x00,0x6d,0xd7,0x01,0x05,0x96,0x01]
+// GFX10: v_add3_u32 v5, v1, v2, s101             ; encoding: [0x05,0x00,0x6d,0xd7,0x01,0x05,0x96,0x01]
 
 v_add3_u32 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x6d,0xd7,0x01,0x05,0xaa,0x01]
+// GFX10: v_add3_u32 v5, v1, v2, vcc_lo           ; encoding: [0x05,0x00,0x6d,0xd7,0x01,0x05,0xaa,0x01]
 
 v_add3_u32 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x6d,0xd7,0x01,0x05,0xae,0x01]
+// GFX10: v_add3_u32 v5, v1, v2, vcc_hi           ; encoding: [0x05,0x00,0x6d,0xd7,0x01,0x05,0xae,0x01]
 
 v_add3_u32 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x6d,0xd7,0x01,0x05,0xf2,0x01]
+// GFX10: v_add3_u32 v5, v1, v2, m0               ; encoding: [0x05,0x00,0x6d,0xd7,0x01,0x05,0xf2,0x01]
 
 v_add3_u32 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x6d,0xd7,0x01,0x05,0xfa,0x01]
+// GFX10: v_add3_u32 v5, v1, v2, exec_lo          ; encoding: [0x05,0x00,0x6d,0xd7,0x01,0x05,0xfa,0x01]
 
 v_add3_u32 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x6d,0xd7,0x01,0x05,0xfe,0x01]
+// GFX10: v_add3_u32 v5, v1, v2, exec_hi          ; encoding: [0x05,0x00,0x6d,0xd7,0x01,0x05,0xfe,0x01]
 
 v_add3_u32 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x6d,0xd7,0x01,0x05,0x02,0x02]
+// GFX10: v_add3_u32 v5, v1, v2, 0                ; encoding: [0x05,0x00,0x6d,0xd7,0x01,0x05,0x02,0x02]
 
 v_add3_u32 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x6d,0xd7,0x01,0x05,0x06,0x03]
+// GFX10: v_add3_u32 v5, v1, v2, -1               ; encoding: [0x05,0x00,0x6d,0xd7,0x01,0x05,0x06,0x03]
 
 v_add3_u32 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x6d,0xd7,0x01,0x05,0xc2,0x03]
+// GFX10: v_add3_u32 v5, v1, v2, 0.5              ; encoding: [0x05,0x00,0x6d,0xd7,0x01,0x05,0xc2,0x03]
 
 v_add3_u32 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x6d,0xd7,0x01,0x05,0xde,0x03]
+// GFX10: v_add3_u32 v5, v1, v2, -4.0             ; encoding: [0x05,0x00,0x6d,0xd7,0x01,0x05,0xde,0x03]
 
 v_lshl_or_b32 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x6f,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_lshl_or_b32 v5, v1, v2, v3            ; encoding: [0x05,0x00,0x6f,0xd7,0x01,0x05,0x0e,0x04]
 
 v_lshl_or_b32 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x6f,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_lshl_or_b32 v255, v1, v2, v3          ; encoding: [0xff,0x00,0x6f,0xd7,0x01,0x05,0x0e,0x04]
 
 v_lshl_or_b32 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x6f,0xd7,0xff,0x05,0x0e,0x04]
+// GFX10: v_lshl_or_b32 v5, v255, v2, v3          ; encoding: [0x05,0x00,0x6f,0xd7,0xff,0x05,0x0e,0x04]
 
 v_lshl_or_b32 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x6f,0xd7,0x01,0x04,0x0e,0x04]
+// GFX10: v_lshl_or_b32 v5, s1, v2, v3            ; encoding: [0x05,0x00,0x6f,0xd7,0x01,0x04,0x0e,0x04]
 
 v_lshl_or_b32 v5, s101, v2, v3
-// GFX10: encoding: [0x05,0x00,0x6f,0xd7,0x65,0x04,0x0e,0x04]
+// GFX10: v_lshl_or_b32 v5, s101, v2, v3          ; encoding: [0x05,0x00,0x6f,0xd7,0x65,0x04,0x0e,0x04]
 
 v_lshl_or_b32 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x6f,0xd7,0x6a,0x04,0x0e,0x04]
+// GFX10: v_lshl_or_b32 v5, vcc_lo, v2, v3        ; encoding: [0x05,0x00,0x6f,0xd7,0x6a,0x04,0x0e,0x04]
 
 v_lshl_or_b32 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x6f,0xd7,0x6b,0x04,0x0e,0x04]
+// GFX10: v_lshl_or_b32 v5, vcc_hi, v2, v3        ; encoding: [0x05,0x00,0x6f,0xd7,0x6b,0x04,0x0e,0x04]
 
 v_lshl_or_b32 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x6f,0xd7,0x7c,0x04,0x0e,0x04]
+// GFX10: v_lshl_or_b32 v5, m0, v2, v3            ; encoding: [0x05,0x00,0x6f,0xd7,0x7c,0x04,0x0e,0x04]
 
 v_lshl_or_b32 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x6f,0xd7,0x7e,0x04,0x0e,0x04]
+// GFX10: v_lshl_or_b32 v5, exec_lo, v2, v3       ; encoding: [0x05,0x00,0x6f,0xd7,0x7e,0x04,0x0e,0x04]
 
 v_lshl_or_b32 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x6f,0xd7,0x7f,0x04,0x0e,0x04]
+// GFX10: v_lshl_or_b32 v5, exec_hi, v2, v3       ; encoding: [0x05,0x00,0x6f,0xd7,0x7f,0x04,0x0e,0x04]
 
 v_lshl_or_b32 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x6f,0xd7,0x80,0x04,0x0e,0x04]
+// GFX10: v_lshl_or_b32 v5, 0, v2, v3             ; encoding: [0x05,0x00,0x6f,0xd7,0x80,0x04,0x0e,0x04]
 
 v_lshl_or_b32 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x6f,0xd7,0xc1,0x04,0x0e,0x04]
+// GFX10: v_lshl_or_b32 v5, -1, v2, v3            ; encoding: [0x05,0x00,0x6f,0xd7,0xc1,0x04,0x0e,0x04]
 
 v_lshl_or_b32 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x6f,0xd7,0xf0,0x04,0x0e,0x04]
+// GFX10: v_lshl_or_b32 v5, 0.5, v2, v3           ; encoding: [0x05,0x00,0x6f,0xd7,0xf0,0x04,0x0e,0x04]
 
 v_lshl_or_b32 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x6f,0xd7,0xf7,0x04,0x0e,0x04]
+// GFX10: v_lshl_or_b32 v5, -4.0, v2, v3          ; encoding: [0x05,0x00,0x6f,0xd7,0xf7,0x04,0x0e,0x04]
 
 v_lshl_or_b32 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x6f,0xd7,0x01,0xff,0x0f,0x04]
+// GFX10: v_lshl_or_b32 v5, v1, v255, v3          ; encoding: [0x05,0x00,0x6f,0xd7,0x01,0xff,0x0f,0x04]
 
 v_lshl_or_b32 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x6f,0xd7,0x01,0x05,0x0c,0x04]
+// GFX10: v_lshl_or_b32 v5, v1, s2, v3            ; encoding: [0x05,0x00,0x6f,0xd7,0x01,0x05,0x0c,0x04]
 
 v_lshl_or_b32 v5, v1, s101, v3
-// GFX10: encoding: [0x05,0x00,0x6f,0xd7,0x01,0xcb,0x0c,0x04]
+// GFX10: v_lshl_or_b32 v5, v1, s101, v3          ; encoding: [0x05,0x00,0x6f,0xd7,0x01,0xcb,0x0c,0x04]
 
 v_lshl_or_b32 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x6f,0xd7,0x01,0xd5,0x0c,0x04]
+// GFX10: v_lshl_or_b32 v5, v1, vcc_lo, v3        ; encoding: [0x05,0x00,0x6f,0xd7,0x01,0xd5,0x0c,0x04]
 
 v_lshl_or_b32 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x6f,0xd7,0x01,0xd7,0x0c,0x04]
+// GFX10: v_lshl_or_b32 v5, v1, vcc_hi, v3        ; encoding: [0x05,0x00,0x6f,0xd7,0x01,0xd7,0x0c,0x04]
 
 v_lshl_or_b32 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x6f,0xd7,0x01,0xf9,0x0c,0x04]
+// GFX10: v_lshl_or_b32 v5, v1, m0, v3            ; encoding: [0x05,0x00,0x6f,0xd7,0x01,0xf9,0x0c,0x04]
 
 v_lshl_or_b32 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x6f,0xd7,0x01,0xfd,0x0c,0x04]
+// GFX10: v_lshl_or_b32 v5, v1, exec_lo, v3       ; encoding: [0x05,0x00,0x6f,0xd7,0x01,0xfd,0x0c,0x04]
 
 v_lshl_or_b32 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x6f,0xd7,0x01,0xff,0x0c,0x04]
+// GFX10: v_lshl_or_b32 v5, v1, exec_hi, v3       ; encoding: [0x05,0x00,0x6f,0xd7,0x01,0xff,0x0c,0x04]
 
 v_lshl_or_b32 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x6f,0xd7,0x01,0x01,0x0d,0x04]
+// GFX10: v_lshl_or_b32 v5, v1, 0, v3             ; encoding: [0x05,0x00,0x6f,0xd7,0x01,0x01,0x0d,0x04]
 
 v_lshl_or_b32 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x6f,0xd7,0x01,0x83,0x0d,0x04]
+// GFX10: v_lshl_or_b32 v5, v1, -1, v3            ; encoding: [0x05,0x00,0x6f,0xd7,0x01,0x83,0x0d,0x04]
 
 v_lshl_or_b32 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x6f,0xd7,0x01,0xe1,0x0d,0x04]
+// GFX10: v_lshl_or_b32 v5, v1, 0.5, v3           ; encoding: [0x05,0x00,0x6f,0xd7,0x01,0xe1,0x0d,0x04]
 
 v_lshl_or_b32 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x6f,0xd7,0x01,0xef,0x0d,0x04]
+// GFX10: v_lshl_or_b32 v5, v1, -4.0, v3          ; encoding: [0x05,0x00,0x6f,0xd7,0x01,0xef,0x0d,0x04]
 
 v_lshl_or_b32 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x6f,0xd7,0x01,0x05,0xfe,0x07]
+// GFX10: v_lshl_or_b32 v5, v1, v2, v255          ; encoding: [0x05,0x00,0x6f,0xd7,0x01,0x05,0xfe,0x07]
 
 v_lshl_or_b32 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x6f,0xd7,0x01,0x05,0x0e,0x00]
+// GFX10: v_lshl_or_b32 v5, v1, v2, s3            ; encoding: [0x05,0x00,0x6f,0xd7,0x01,0x05,0x0e,0x00]
 
 v_lshl_or_b32 v5, v1, v2, s101
-// GFX10: encoding: [0x05,0x00,0x6f,0xd7,0x01,0x05,0x96,0x01]
+// GFX10: v_lshl_or_b32 v5, v1, v2, s101          ; encoding: [0x05,0x00,0x6f,0xd7,0x01,0x05,0x96,0x01]
 
 v_lshl_or_b32 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x6f,0xd7,0x01,0x05,0xaa,0x01]
+// GFX10: v_lshl_or_b32 v5, v1, v2, vcc_lo        ; encoding: [0x05,0x00,0x6f,0xd7,0x01,0x05,0xaa,0x01]
 
 v_lshl_or_b32 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x6f,0xd7,0x01,0x05,0xae,0x01]
+// GFX10: v_lshl_or_b32 v5, v1, v2, vcc_hi        ; encoding: [0x05,0x00,0x6f,0xd7,0x01,0x05,0xae,0x01]
 
 v_lshl_or_b32 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x6f,0xd7,0x01,0x05,0xf2,0x01]
+// GFX10: v_lshl_or_b32 v5, v1, v2, m0            ; encoding: [0x05,0x00,0x6f,0xd7,0x01,0x05,0xf2,0x01]
 
 v_lshl_or_b32 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x6f,0xd7,0x01,0x05,0xfa,0x01]
+// GFX10: v_lshl_or_b32 v5, v1, v2, exec_lo       ; encoding: [0x05,0x00,0x6f,0xd7,0x01,0x05,0xfa,0x01]
 
 v_lshl_or_b32 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x6f,0xd7,0x01,0x05,0xfe,0x01]
+// GFX10: v_lshl_or_b32 v5, v1, v2, exec_hi       ; encoding: [0x05,0x00,0x6f,0xd7,0x01,0x05,0xfe,0x01]
 
 v_lshl_or_b32 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x6f,0xd7,0x01,0x05,0x02,0x02]
+// GFX10: v_lshl_or_b32 v5, v1, v2, 0             ; encoding: [0x05,0x00,0x6f,0xd7,0x01,0x05,0x02,0x02]
 
 v_lshl_or_b32 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x6f,0xd7,0x01,0x05,0x06,0x03]
+// GFX10: v_lshl_or_b32 v5, v1, v2, -1            ; encoding: [0x05,0x00,0x6f,0xd7,0x01,0x05,0x06,0x03]
 
 v_lshl_or_b32 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x6f,0xd7,0x01,0x05,0xc2,0x03]
+// GFX10: v_lshl_or_b32 v5, v1, v2, 0.5           ; encoding: [0x05,0x00,0x6f,0xd7,0x01,0x05,0xc2,0x03]
 
 v_lshl_or_b32 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x6f,0xd7,0x01,0x05,0xde,0x03]
+// GFX10: v_lshl_or_b32 v5, v1, v2, -4.0          ; encoding: [0x05,0x00,0x6f,0xd7,0x01,0x05,0xde,0x03]
 
 v_and_or_b32 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_and_or_b32 v5, v1, v2, v3             ; encoding: [0x05,0x00,0x71,0xd7,0x01,0x05,0x0e,0x04]
 
 v_and_or_b32 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x71,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_and_or_b32 v255, v1, v2, v3           ; encoding: [0xff,0x00,0x71,0xd7,0x01,0x05,0x0e,0x04]
 
 v_and_or_b32 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd7,0xff,0x05,0x0e,0x04]
+// GFX10: v_and_or_b32 v5, v255, v2, v3           ; encoding: [0x05,0x00,0x71,0xd7,0xff,0x05,0x0e,0x04]
 
 v_and_or_b32 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd7,0x01,0x04,0x0e,0x04]
+// GFX10: v_and_or_b32 v5, s1, v2, v3             ; encoding: [0x05,0x00,0x71,0xd7,0x01,0x04,0x0e,0x04]
 
 v_and_or_b32 v5, s101, v2, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd7,0x65,0x04,0x0e,0x04]
+// GFX10: v_and_or_b32 v5, s101, v2, v3           ; encoding: [0x05,0x00,0x71,0xd7,0x65,0x04,0x0e,0x04]
 
 v_and_or_b32 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd7,0x6a,0x04,0x0e,0x04]
+// GFX10: v_and_or_b32 v5, vcc_lo, v2, v3         ; encoding: [0x05,0x00,0x71,0xd7,0x6a,0x04,0x0e,0x04]
 
 v_and_or_b32 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd7,0x6b,0x04,0x0e,0x04]
+// GFX10: v_and_or_b32 v5, vcc_hi, v2, v3         ; encoding: [0x05,0x00,0x71,0xd7,0x6b,0x04,0x0e,0x04]
 
 v_and_or_b32 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd7,0x7c,0x04,0x0e,0x04]
+// GFX10: v_and_or_b32 v5, m0, v2, v3             ; encoding: [0x05,0x00,0x71,0xd7,0x7c,0x04,0x0e,0x04]
 
 v_and_or_b32 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd7,0x7e,0x04,0x0e,0x04]
+// GFX10: v_and_or_b32 v5, exec_lo, v2, v3        ; encoding: [0x05,0x00,0x71,0xd7,0x7e,0x04,0x0e,0x04]
 
 v_and_or_b32 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd7,0x7f,0x04,0x0e,0x04]
+// GFX10: v_and_or_b32 v5, exec_hi, v2, v3        ; encoding: [0x05,0x00,0x71,0xd7,0x7f,0x04,0x0e,0x04]
 
 v_and_or_b32 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd7,0x80,0x04,0x0e,0x04]
+// GFX10: v_and_or_b32 v5, 0, v2, v3              ; encoding: [0x05,0x00,0x71,0xd7,0x80,0x04,0x0e,0x04]
 
 v_and_or_b32 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd7,0xc1,0x04,0x0e,0x04]
+// GFX10: v_and_or_b32 v5, -1, v2, v3             ; encoding: [0x05,0x00,0x71,0xd7,0xc1,0x04,0x0e,0x04]
 
 v_and_or_b32 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd7,0xf0,0x04,0x0e,0x04]
+// GFX10: v_and_or_b32 v5, 0.5, v2, v3            ; encoding: [0x05,0x00,0x71,0xd7,0xf0,0x04,0x0e,0x04]
 
 v_and_or_b32 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd7,0xf7,0x04,0x0e,0x04]
+// GFX10: v_and_or_b32 v5, -4.0, v2, v3           ; encoding: [0x05,0x00,0x71,0xd7,0xf7,0x04,0x0e,0x04]
 
 v_and_or_b32 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd7,0x01,0xff,0x0f,0x04]
+// GFX10: v_and_or_b32 v5, v1, v255, v3           ; encoding: [0x05,0x00,0x71,0xd7,0x01,0xff,0x0f,0x04]
 
 v_and_or_b32 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd7,0x01,0x05,0x0c,0x04]
+// GFX10: v_and_or_b32 v5, v1, s2, v3             ; encoding: [0x05,0x00,0x71,0xd7,0x01,0x05,0x0c,0x04]
 
 v_and_or_b32 v5, v1, s101, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd7,0x01,0xcb,0x0c,0x04]
+// GFX10: v_and_or_b32 v5, v1, s101, v3           ; encoding: [0x05,0x00,0x71,0xd7,0x01,0xcb,0x0c,0x04]
 
 v_and_or_b32 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd7,0x01,0xd5,0x0c,0x04]
+// GFX10: v_and_or_b32 v5, v1, vcc_lo, v3         ; encoding: [0x05,0x00,0x71,0xd7,0x01,0xd5,0x0c,0x04]
 
 v_and_or_b32 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd7,0x01,0xd7,0x0c,0x04]
+// GFX10: v_and_or_b32 v5, v1, vcc_hi, v3         ; encoding: [0x05,0x00,0x71,0xd7,0x01,0xd7,0x0c,0x04]
 
 v_and_or_b32 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd7,0x01,0xf9,0x0c,0x04]
+// GFX10: v_and_or_b32 v5, v1, m0, v3             ; encoding: [0x05,0x00,0x71,0xd7,0x01,0xf9,0x0c,0x04]
 
 v_and_or_b32 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd7,0x01,0xfd,0x0c,0x04]
+// GFX10: v_and_or_b32 v5, v1, exec_lo, v3        ; encoding: [0x05,0x00,0x71,0xd7,0x01,0xfd,0x0c,0x04]
 
 v_and_or_b32 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd7,0x01,0xff,0x0c,0x04]
+// GFX10: v_and_or_b32 v5, v1, exec_hi, v3        ; encoding: [0x05,0x00,0x71,0xd7,0x01,0xff,0x0c,0x04]
 
 v_and_or_b32 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd7,0x01,0x01,0x0d,0x04]
+// GFX10: v_and_or_b32 v5, v1, 0, v3              ; encoding: [0x05,0x00,0x71,0xd7,0x01,0x01,0x0d,0x04]
 
 v_and_or_b32 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd7,0x01,0x83,0x0d,0x04]
+// GFX10: v_and_or_b32 v5, v1, -1, v3             ; encoding: [0x05,0x00,0x71,0xd7,0x01,0x83,0x0d,0x04]
 
 v_and_or_b32 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd7,0x01,0xe1,0x0d,0x04]
+// GFX10: v_and_or_b32 v5, v1, 0.5, v3            ; encoding: [0x05,0x00,0x71,0xd7,0x01,0xe1,0x0d,0x04]
 
 v_and_or_b32 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x71,0xd7,0x01,0xef,0x0d,0x04]
+// GFX10: v_and_or_b32 v5, v1, -4.0, v3           ; encoding: [0x05,0x00,0x71,0xd7,0x01,0xef,0x0d,0x04]
 
 v_and_or_b32 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x71,0xd7,0x01,0x05,0xfe,0x07]
+// GFX10: v_and_or_b32 v5, v1, v2, v255           ; encoding: [0x05,0x00,0x71,0xd7,0x01,0x05,0xfe,0x07]
 
 v_and_or_b32 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x71,0xd7,0x01,0x05,0x0e,0x00]
+// GFX10: v_and_or_b32 v5, v1, v2, s3             ; encoding: [0x05,0x00,0x71,0xd7,0x01,0x05,0x0e,0x00]
 
 v_and_or_b32 v5, v1, v2, s101
-// GFX10: encoding: [0x05,0x00,0x71,0xd7,0x01,0x05,0x96,0x01]
+// GFX10: v_and_or_b32 v5, v1, v2, s101           ; encoding: [0x05,0x00,0x71,0xd7,0x01,0x05,0x96,0x01]
 
 v_and_or_b32 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x71,0xd7,0x01,0x05,0xaa,0x01]
+// GFX10: v_and_or_b32 v5, v1, v2, vcc_lo         ; encoding: [0x05,0x00,0x71,0xd7,0x01,0x05,0xaa,0x01]
 
 v_and_or_b32 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x71,0xd7,0x01,0x05,0xae,0x01]
+// GFX10: v_and_or_b32 v5, v1, v2, vcc_hi         ; encoding: [0x05,0x00,0x71,0xd7,0x01,0x05,0xae,0x01]
 
 v_and_or_b32 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x71,0xd7,0x01,0x05,0xf2,0x01]
+// GFX10: v_and_or_b32 v5, v1, v2, m0             ; encoding: [0x05,0x00,0x71,0xd7,0x01,0x05,0xf2,0x01]
 
 v_and_or_b32 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x71,0xd7,0x01,0x05,0xfa,0x01]
+// GFX10: v_and_or_b32 v5, v1, v2, exec_lo        ; encoding: [0x05,0x00,0x71,0xd7,0x01,0x05,0xfa,0x01]
 
 v_and_or_b32 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x71,0xd7,0x01,0x05,0xfe,0x01]
+// GFX10: v_and_or_b32 v5, v1, v2, exec_hi        ; encoding: [0x05,0x00,0x71,0xd7,0x01,0x05,0xfe,0x01]
 
 v_and_or_b32 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x71,0xd7,0x01,0x05,0x02,0x02]
+// GFX10: v_and_or_b32 v5, v1, v2, 0              ; encoding: [0x05,0x00,0x71,0xd7,0x01,0x05,0x02,0x02]
 
 v_and_or_b32 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x71,0xd7,0x01,0x05,0x06,0x03]
+// GFX10: v_and_or_b32 v5, v1, v2, -1             ; encoding: [0x05,0x00,0x71,0xd7,0x01,0x05,0x06,0x03]
 
 v_and_or_b32 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x71,0xd7,0x01,0x05,0xc2,0x03]
+// GFX10: v_and_or_b32 v5, v1, v2, 0.5            ; encoding: [0x05,0x00,0x71,0xd7,0x01,0x05,0xc2,0x03]
 
 v_and_or_b32 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x71,0xd7,0x01,0x05,0xde,0x03]
+// GFX10: v_and_or_b32 v5, v1, v2, -4.0           ; encoding: [0x05,0x00,0x71,0xd7,0x01,0x05,0xde,0x03]
 
 v_or3_b32 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x72,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_or3_b32 v5, v1, v2, v3                ; encoding: [0x05,0x00,0x72,0xd7,0x01,0x05,0x0e,0x04]
 
 v_or3_b32 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x72,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_or3_b32 v255, v1, v2, v3              ; encoding: [0xff,0x00,0x72,0xd7,0x01,0x05,0x0e,0x04]
 
 v_or3_b32 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x72,0xd7,0xff,0x05,0x0e,0x04]
+// GFX10: v_or3_b32 v5, v255, v2, v3              ; encoding: [0x05,0x00,0x72,0xd7,0xff,0x05,0x0e,0x04]
 
 v_or3_b32 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x72,0xd7,0x01,0x04,0x0e,0x04]
+// GFX10: v_or3_b32 v5, s1, v2, v3                ; encoding: [0x05,0x00,0x72,0xd7,0x01,0x04,0x0e,0x04]
 
 v_or3_b32 v5, s101, v2, v3
-// GFX10: encoding: [0x05,0x00,0x72,0xd7,0x65,0x04,0x0e,0x04]
+// GFX10: v_or3_b32 v5, s101, v2, v3              ; encoding: [0x05,0x00,0x72,0xd7,0x65,0x04,0x0e,0x04]
 
 v_or3_b32 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x72,0xd7,0x6a,0x04,0x0e,0x04]
+// GFX10: v_or3_b32 v5, vcc_lo, v2, v3            ; encoding: [0x05,0x00,0x72,0xd7,0x6a,0x04,0x0e,0x04]
 
 v_or3_b32 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x72,0xd7,0x6b,0x04,0x0e,0x04]
+// GFX10: v_or3_b32 v5, vcc_hi, v2, v3            ; encoding: [0x05,0x00,0x72,0xd7,0x6b,0x04,0x0e,0x04]
 
 v_or3_b32 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x72,0xd7,0x7c,0x04,0x0e,0x04]
+// GFX10: v_or3_b32 v5, m0, v2, v3                ; encoding: [0x05,0x00,0x72,0xd7,0x7c,0x04,0x0e,0x04]
 
 v_or3_b32 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x72,0xd7,0x7e,0x04,0x0e,0x04]
+// GFX10: v_or3_b32 v5, exec_lo, v2, v3           ; encoding: [0x05,0x00,0x72,0xd7,0x7e,0x04,0x0e,0x04]
 
 v_or3_b32 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x72,0xd7,0x7f,0x04,0x0e,0x04]
+// GFX10: v_or3_b32 v5, exec_hi, v2, v3           ; encoding: [0x05,0x00,0x72,0xd7,0x7f,0x04,0x0e,0x04]
 
 v_or3_b32 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x72,0xd7,0x80,0x04,0x0e,0x04]
+// GFX10: v_or3_b32 v5, 0, v2, v3                 ; encoding: [0x05,0x00,0x72,0xd7,0x80,0x04,0x0e,0x04]
 
 v_or3_b32 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x72,0xd7,0xc1,0x04,0x0e,0x04]
+// GFX10: v_or3_b32 v5, -1, v2, v3                ; encoding: [0x05,0x00,0x72,0xd7,0xc1,0x04,0x0e,0x04]
 
 v_or3_b32 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x72,0xd7,0xf0,0x04,0x0e,0x04]
+// GFX10: v_or3_b32 v5, 0.5, v2, v3               ; encoding: [0x05,0x00,0x72,0xd7,0xf0,0x04,0x0e,0x04]
 
 v_or3_b32 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x72,0xd7,0xf7,0x04,0x0e,0x04]
+// GFX10: v_or3_b32 v5, -4.0, v2, v3              ; encoding: [0x05,0x00,0x72,0xd7,0xf7,0x04,0x0e,0x04]
 
 v_or3_b32 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x72,0xd7,0x01,0xff,0x0f,0x04]
+// GFX10: v_or3_b32 v5, v1, v255, v3              ; encoding: [0x05,0x00,0x72,0xd7,0x01,0xff,0x0f,0x04]
 
 v_or3_b32 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x72,0xd7,0x01,0x05,0x0c,0x04]
+// GFX10: v_or3_b32 v5, v1, s2, v3                ; encoding: [0x05,0x00,0x72,0xd7,0x01,0x05,0x0c,0x04]
 
 v_or3_b32 v5, v1, s101, v3
-// GFX10: encoding: [0x05,0x00,0x72,0xd7,0x01,0xcb,0x0c,0x04]
+// GFX10: v_or3_b32 v5, v1, s101, v3              ; encoding: [0x05,0x00,0x72,0xd7,0x01,0xcb,0x0c,0x04]
 
 v_or3_b32 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x72,0xd7,0x01,0xd5,0x0c,0x04]
+// GFX10: v_or3_b32 v5, v1, vcc_lo, v3            ; encoding: [0x05,0x00,0x72,0xd7,0x01,0xd5,0x0c,0x04]
 
 v_or3_b32 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x72,0xd7,0x01,0xd7,0x0c,0x04]
+// GFX10: v_or3_b32 v5, v1, vcc_hi, v3            ; encoding: [0x05,0x00,0x72,0xd7,0x01,0xd7,0x0c,0x04]
 
 v_or3_b32 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x72,0xd7,0x01,0xf9,0x0c,0x04]
+// GFX10: v_or3_b32 v5, v1, m0, v3                ; encoding: [0x05,0x00,0x72,0xd7,0x01,0xf9,0x0c,0x04]
 
 v_or3_b32 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x72,0xd7,0x01,0xfd,0x0c,0x04]
+// GFX10: v_or3_b32 v5, v1, exec_lo, v3           ; encoding: [0x05,0x00,0x72,0xd7,0x01,0xfd,0x0c,0x04]
 
 v_or3_b32 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x72,0xd7,0x01,0xff,0x0c,0x04]
+// GFX10: v_or3_b32 v5, v1, exec_hi, v3           ; encoding: [0x05,0x00,0x72,0xd7,0x01,0xff,0x0c,0x04]
 
 v_or3_b32 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x72,0xd7,0x01,0x01,0x0d,0x04]
+// GFX10: v_or3_b32 v5, v1, 0, v3                 ; encoding: [0x05,0x00,0x72,0xd7,0x01,0x01,0x0d,0x04]
 
 v_or3_b32 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x72,0xd7,0x01,0x83,0x0d,0x04]
+// GFX10: v_or3_b32 v5, v1, -1, v3                ; encoding: [0x05,0x00,0x72,0xd7,0x01,0x83,0x0d,0x04]
 
 v_or3_b32 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x72,0xd7,0x01,0xe1,0x0d,0x04]
+// GFX10: v_or3_b32 v5, v1, 0.5, v3               ; encoding: [0x05,0x00,0x72,0xd7,0x01,0xe1,0x0d,0x04]
 
 v_or3_b32 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x72,0xd7,0x01,0xef,0x0d,0x04]
+// GFX10: v_or3_b32 v5, v1, -4.0, v3              ; encoding: [0x05,0x00,0x72,0xd7,0x01,0xef,0x0d,0x04]
 
 v_or3_b32 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x72,0xd7,0x01,0x05,0xfe,0x07]
+// GFX10: v_or3_b32 v5, v1, v2, v255              ; encoding: [0x05,0x00,0x72,0xd7,0x01,0x05,0xfe,0x07]
 
 v_or3_b32 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x72,0xd7,0x01,0x05,0x0e,0x00]
+// GFX10: v_or3_b32 v5, v1, v2, s3                ; encoding: [0x05,0x00,0x72,0xd7,0x01,0x05,0x0e,0x00]
 
 v_or3_b32 v5, v1, v2, s101
-// GFX10: encoding: [0x05,0x00,0x72,0xd7,0x01,0x05,0x96,0x01]
+// GFX10: v_or3_b32 v5, v1, v2, s101              ; encoding: [0x05,0x00,0x72,0xd7,0x01,0x05,0x96,0x01]
 
 v_or3_b32 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x72,0xd7,0x01,0x05,0xaa,0x01]
+// GFX10: v_or3_b32 v5, v1, v2, vcc_lo            ; encoding: [0x05,0x00,0x72,0xd7,0x01,0x05,0xaa,0x01]
 
 v_or3_b32 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x72,0xd7,0x01,0x05,0xae,0x01]
+// GFX10: v_or3_b32 v5, v1, v2, vcc_hi            ; encoding: [0x05,0x00,0x72,0xd7,0x01,0x05,0xae,0x01]
 
 v_or3_b32 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x72,0xd7,0x01,0x05,0xf2,0x01]
+// GFX10: v_or3_b32 v5, v1, v2, m0                ; encoding: [0x05,0x00,0x72,0xd7,0x01,0x05,0xf2,0x01]
 
 v_or3_b32 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x72,0xd7,0x01,0x05,0xfa,0x01]
+// GFX10: v_or3_b32 v5, v1, v2, exec_lo           ; encoding: [0x05,0x00,0x72,0xd7,0x01,0x05,0xfa,0x01]
 
 v_or3_b32 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x72,0xd7,0x01,0x05,0xfe,0x01]
+// GFX10: v_or3_b32 v5, v1, v2, exec_hi           ; encoding: [0x05,0x00,0x72,0xd7,0x01,0x05,0xfe,0x01]
 
 v_or3_b32 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x72,0xd7,0x01,0x05,0x02,0x02]
+// GFX10: v_or3_b32 v5, v1, v2, 0                 ; encoding: [0x05,0x00,0x72,0xd7,0x01,0x05,0x02,0x02]
 
 v_or3_b32 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x72,0xd7,0x01,0x05,0x06,0x03]
+// GFX10: v_or3_b32 v5, v1, v2, -1                ; encoding: [0x05,0x00,0x72,0xd7,0x01,0x05,0x06,0x03]
 
 v_or3_b32 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x72,0xd7,0x01,0x05,0xc2,0x03]
+// GFX10: v_or3_b32 v5, v1, v2, 0.5               ; encoding: [0x05,0x00,0x72,0xd7,0x01,0x05,0xc2,0x03]
 
 v_or3_b32 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x72,0xd7,0x01,0x05,0xde,0x03]
+// GFX10: v_or3_b32 v5, v1, v2, -4.0              ; encoding: [0x05,0x00,0x72,0xd7,0x01,0x05,0xde,0x03]
 
 v_mad_u32_u16 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x73,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_mad_u32_u16 v5, v1, v2, v3            ; encoding: [0x05,0x00,0x73,0xd7,0x01,0x05,0x0e,0x04]
 
 v_mad_u32_u16 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x73,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_mad_u32_u16 v255, v1, v2, v3          ; encoding: [0xff,0x00,0x73,0xd7,0x01,0x05,0x0e,0x04]
 
 v_mad_u32_u16 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x73,0xd7,0xff,0x05,0x0e,0x04]
+// GFX10: v_mad_u32_u16 v5, v255, v2, v3          ; encoding: [0x05,0x00,0x73,0xd7,0xff,0x05,0x0e,0x04]
 
 v_mad_u32_u16 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x73,0xd7,0x01,0x04,0x0e,0x04]
+// GFX10: v_mad_u32_u16 v5, s1, v2, v3            ; encoding: [0x05,0x00,0x73,0xd7,0x01,0x04,0x0e,0x04]
 
 v_mad_u32_u16 v5, s101, v2, v3
-// GFX10: encoding: [0x05,0x00,0x73,0xd7,0x65,0x04,0x0e,0x04]
+// GFX10: v_mad_u32_u16 v5, s101, v2, v3          ; encoding: [0x05,0x00,0x73,0xd7,0x65,0x04,0x0e,0x04]
 
 v_mad_u32_u16 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x73,0xd7,0x6a,0x04,0x0e,0x04]
+// GFX10: v_mad_u32_u16 v5, vcc_lo, v2, v3        ; encoding: [0x05,0x00,0x73,0xd7,0x6a,0x04,0x0e,0x04]
 
 v_mad_u32_u16 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x73,0xd7,0x6b,0x04,0x0e,0x04]
+// GFX10: v_mad_u32_u16 v5, vcc_hi, v2, v3        ; encoding: [0x05,0x00,0x73,0xd7,0x6b,0x04,0x0e,0x04]
 
 v_mad_u32_u16 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x73,0xd7,0x7c,0x04,0x0e,0x04]
+// GFX10: v_mad_u32_u16 v5, m0, v2, v3            ; encoding: [0x05,0x00,0x73,0xd7,0x7c,0x04,0x0e,0x04]
 
 v_mad_u32_u16 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x73,0xd7,0x7e,0x04,0x0e,0x04]
+// GFX10: v_mad_u32_u16 v5, exec_lo, v2, v3       ; encoding: [0x05,0x00,0x73,0xd7,0x7e,0x04,0x0e,0x04]
 
 v_mad_u32_u16 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x73,0xd7,0x7f,0x04,0x0e,0x04]
+// GFX10: v_mad_u32_u16 v5, exec_hi, v2, v3       ; encoding: [0x05,0x00,0x73,0xd7,0x7f,0x04,0x0e,0x04]
 
 v_mad_u32_u16 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x73,0xd7,0x80,0x04,0x0e,0x04]
+// GFX10: v_mad_u32_u16 v5, 0, v2, v3             ; encoding: [0x05,0x00,0x73,0xd7,0x80,0x04,0x0e,0x04]
 
 v_mad_u32_u16 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x73,0xd7,0xc1,0x04,0x0e,0x04]
+// GFX10: v_mad_u32_u16 v5, -1, v2, v3            ; encoding: [0x05,0x00,0x73,0xd7,0xc1,0x04,0x0e,0x04]
 
 v_mad_u32_u16 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x73,0xd7,0xf0,0x04,0x0e,0x04]
+// GFX10: v_mad_u32_u16 v5, 0.5, v2, v3           ; encoding: [0x05,0x00,0x73,0xd7,0xf0,0x04,0x0e,0x04]
 
 v_mad_u32_u16 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x73,0xd7,0xf7,0x04,0x0e,0x04]
+// GFX10: v_mad_u32_u16 v5, -4.0, v2, v3          ; encoding: [0x05,0x00,0x73,0xd7,0xf7,0x04,0x0e,0x04]
 
 v_mad_u32_u16 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x73,0xd7,0x01,0xff,0x0f,0x04]
+// GFX10: v_mad_u32_u16 v5, v1, v255, v3          ; encoding: [0x05,0x00,0x73,0xd7,0x01,0xff,0x0f,0x04]
 
 v_mad_u32_u16 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x73,0xd7,0x01,0x05,0x0c,0x04]
+// GFX10: v_mad_u32_u16 v5, v1, s2, v3            ; encoding: [0x05,0x00,0x73,0xd7,0x01,0x05,0x0c,0x04]
 
 v_mad_u32_u16 v5, v1, s101, v3
-// GFX10: encoding: [0x05,0x00,0x73,0xd7,0x01,0xcb,0x0c,0x04]
+// GFX10: v_mad_u32_u16 v5, v1, s101, v3          ; encoding: [0x05,0x00,0x73,0xd7,0x01,0xcb,0x0c,0x04]
 
 v_mad_u32_u16 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x73,0xd7,0x01,0xd5,0x0c,0x04]
+// GFX10: v_mad_u32_u16 v5, v1, vcc_lo, v3        ; encoding: [0x05,0x00,0x73,0xd7,0x01,0xd5,0x0c,0x04]
 
 v_mad_u32_u16 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x73,0xd7,0x01,0xd7,0x0c,0x04]
+// GFX10: v_mad_u32_u16 v5, v1, vcc_hi, v3        ; encoding: [0x05,0x00,0x73,0xd7,0x01,0xd7,0x0c,0x04]
 
 v_mad_u32_u16 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x73,0xd7,0x01,0xf9,0x0c,0x04]
+// GFX10: v_mad_u32_u16 v5, v1, m0, v3            ; encoding: [0x05,0x00,0x73,0xd7,0x01,0xf9,0x0c,0x04]
 
 v_mad_u32_u16 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x73,0xd7,0x01,0xfd,0x0c,0x04]
+// GFX10: v_mad_u32_u16 v5, v1, exec_lo, v3       ; encoding: [0x05,0x00,0x73,0xd7,0x01,0xfd,0x0c,0x04]
 
 v_mad_u32_u16 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x73,0xd7,0x01,0xff,0x0c,0x04]
+// GFX10: v_mad_u32_u16 v5, v1, exec_hi, v3       ; encoding: [0x05,0x00,0x73,0xd7,0x01,0xff,0x0c,0x04]
 
 v_mad_u32_u16 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x73,0xd7,0x01,0x01,0x0d,0x04]
+// GFX10: v_mad_u32_u16 v5, v1, 0, v3             ; encoding: [0x05,0x00,0x73,0xd7,0x01,0x01,0x0d,0x04]
 
 v_mad_u32_u16 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x73,0xd7,0x01,0x83,0x0d,0x04]
+// GFX10: v_mad_u32_u16 v5, v1, -1, v3            ; encoding: [0x05,0x00,0x73,0xd7,0x01,0x83,0x0d,0x04]
 
 v_mad_u32_u16 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x73,0xd7,0x01,0xe1,0x0d,0x04]
+// GFX10: v_mad_u32_u16 v5, v1, 0.5, v3           ; encoding: [0x05,0x00,0x73,0xd7,0x01,0xe1,0x0d,0x04]
 
 v_mad_u32_u16 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x73,0xd7,0x01,0xef,0x0d,0x04]
+// GFX10: v_mad_u32_u16 v5, v1, -4.0, v3          ; encoding: [0x05,0x00,0x73,0xd7,0x01,0xef,0x0d,0x04]
 
 v_mad_u32_u16 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x73,0xd7,0x01,0x05,0xfe,0x07]
+// GFX10: v_mad_u32_u16 v5, v1, v2, v255          ; encoding: [0x05,0x00,0x73,0xd7,0x01,0x05,0xfe,0x07]
 
 v_mad_u32_u16 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x73,0xd7,0x01,0x05,0x0e,0x00]
+// GFX10: v_mad_u32_u16 v5, v1, v2, s3            ; encoding: [0x05,0x00,0x73,0xd7,0x01,0x05,0x0e,0x00]
 
 v_mad_u32_u16 v5, v1, v2, s101
-// GFX10: encoding: [0x05,0x00,0x73,0xd7,0x01,0x05,0x96,0x01]
+// GFX10: v_mad_u32_u16 v5, v1, v2, s101          ; encoding: [0x05,0x00,0x73,0xd7,0x01,0x05,0x96,0x01]
 
 v_mad_u32_u16 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x73,0xd7,0x01,0x05,0xaa,0x01]
+// GFX10: v_mad_u32_u16 v5, v1, v2, vcc_lo        ; encoding: [0x05,0x00,0x73,0xd7,0x01,0x05,0xaa,0x01]
 
 v_mad_u32_u16 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x73,0xd7,0x01,0x05,0xae,0x01]
+// GFX10: v_mad_u32_u16 v5, v1, v2, vcc_hi        ; encoding: [0x05,0x00,0x73,0xd7,0x01,0x05,0xae,0x01]
 
 v_mad_u32_u16 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x73,0xd7,0x01,0x05,0xf2,0x01]
+// GFX10: v_mad_u32_u16 v5, v1, v2, m0            ; encoding: [0x05,0x00,0x73,0xd7,0x01,0x05,0xf2,0x01]
 
 v_mad_u32_u16 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x73,0xd7,0x01,0x05,0xfa,0x01]
+// GFX10: v_mad_u32_u16 v5, v1, v2, exec_lo       ; encoding: [0x05,0x00,0x73,0xd7,0x01,0x05,0xfa,0x01]
 
 v_mad_u32_u16 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x73,0xd7,0x01,0x05,0xfe,0x01]
+// GFX10: v_mad_u32_u16 v5, v1, v2, exec_hi       ; encoding: [0x05,0x00,0x73,0xd7,0x01,0x05,0xfe,0x01]
 
 v_mad_u32_u16 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x73,0xd7,0x01,0x05,0x02,0x02]
+// GFX10: v_mad_u32_u16 v5, v1, v2, 0             ; encoding: [0x05,0x00,0x73,0xd7,0x01,0x05,0x02,0x02]
 
 v_mad_u32_u16 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x73,0xd7,0x01,0x05,0x06,0x03]
+// GFX10: v_mad_u32_u16 v5, v1, v2, -1            ; encoding: [0x05,0x00,0x73,0xd7,0x01,0x05,0x06,0x03]
 
 v_mad_u32_u16 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x73,0xd7,0x01,0x05,0xc2,0x03]
+// GFX10: v_mad_u32_u16 v5, v1, v2, 0.5           ; encoding: [0x05,0x00,0x73,0xd7,0x01,0x05,0xc2,0x03]
 
 v_mad_u32_u16 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x73,0xd7,0x01,0x05,0xde,0x03]
+// GFX10: v_mad_u32_u16 v5, v1, v2, -4.0          ; encoding: [0x05,0x00,0x73,0xd7,0x01,0x05,0xde,0x03]
 
 v_mad_u32_u16 v5, v1, v2, v3 op_sel:[0,0,0,0]
-// GFX10: encoding: [0x05,0x00,0x73,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_mad_u32_u16 v5, v1, v2, v3            ; encoding: [0x05,0x00,0x73,0xd7,0x01,0x05,0x0e,0x04]
 
 v_mad_u32_u16 v5, v1, v2, v3 op_sel:[1,0,0,0]
-// GFX10: encoding: [0x05,0x08,0x73,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_mad_u32_u16 v5, v1, v2, v3 op_sel:[1,0,0,0] ; encoding: [0x05,0x08,0x73,0xd7,0x01,0x05,0x0e,0x04]
 
 v_mad_u32_u16 v5, v1, v2, v3 op_sel:[0,1,0,0]
-// GFX10: encoding: [0x05,0x10,0x73,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_mad_u32_u16 v5, v1, v2, v3 op_sel:[0,1,0,0] ; encoding: [0x05,0x10,0x73,0xd7,0x01,0x05,0x0e,0x04]
 
 v_mad_u32_u16 v5, v1, v2, v3 op_sel:[0,0,1,0]
-// GFX10: encoding: [0x05,0x20,0x73,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_mad_u32_u16 v5, v1, v2, v3 op_sel:[0,0,1,0] ; encoding: [0x05,0x20,0x73,0xd7,0x01,0x05,0x0e,0x04]
 
 v_mad_u32_u16 v5, v1, v2, v3 op_sel:[0,0,0,1]
-// GFX10: encoding: [0x05,0x40,0x73,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_mad_u32_u16 v5, v1, v2, v3 op_sel:[0,0,0,1] ; encoding: [0x05,0x40,0x73,0xd7,0x01,0x05,0x0e,0x04]
 
 v_mad_u32_u16 v5, v1, v2, v3 op_sel:[1,1,1,1]
-// GFX10: encoding: [0x05,0x78,0x73,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_mad_u32_u16 v5, v1, v2, v3 op_sel:[1,1,1,1] ; encoding: [0x05,0x78,0x73,0xd7,0x01,0x05,0x0e,0x04]
 
 v_mad_u32_u16 v5, v1, v2, v3 clamp
-// GFX10: encoding: [0x05,0x80,0x73,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_mad_u32_u16 v5, v1, v2, v3 clamp      ; encoding: [0x05,0x80,0x73,0xd7,0x01,0x05,0x0e,0x04]
 
 v_mad_i32_i16 v5, v1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x75,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_mad_i32_i16 v5, v1, v2, v3            ; encoding: [0x05,0x00,0x75,0xd7,0x01,0x05,0x0e,0x04]
 
 v_mad_i32_i16 v255, v1, v2, v3
-// GFX10: encoding: [0xff,0x00,0x75,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_mad_i32_i16 v255, v1, v2, v3          ; encoding: [0xff,0x00,0x75,0xd7,0x01,0x05,0x0e,0x04]
 
 v_mad_i32_i16 v5, v255, v2, v3
-// GFX10: encoding: [0x05,0x00,0x75,0xd7,0xff,0x05,0x0e,0x04]
+// GFX10: v_mad_i32_i16 v5, v255, v2, v3          ; encoding: [0x05,0x00,0x75,0xd7,0xff,0x05,0x0e,0x04]
 
 v_mad_i32_i16 v5, s1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x75,0xd7,0x01,0x04,0x0e,0x04]
+// GFX10: v_mad_i32_i16 v5, s1, v2, v3            ; encoding: [0x05,0x00,0x75,0xd7,0x01,0x04,0x0e,0x04]
 
 v_mad_i32_i16 v5, s101, v2, v3
-// GFX10: encoding: [0x05,0x00,0x75,0xd7,0x65,0x04,0x0e,0x04]
+// GFX10: v_mad_i32_i16 v5, s101, v2, v3          ; encoding: [0x05,0x00,0x75,0xd7,0x65,0x04,0x0e,0x04]
 
 v_mad_i32_i16 v5, vcc_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x75,0xd7,0x6a,0x04,0x0e,0x04]
+// GFX10: v_mad_i32_i16 v5, vcc_lo, v2, v3        ; encoding: [0x05,0x00,0x75,0xd7,0x6a,0x04,0x0e,0x04]
 
 v_mad_i32_i16 v5, vcc_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x75,0xd7,0x6b,0x04,0x0e,0x04]
+// GFX10: v_mad_i32_i16 v5, vcc_hi, v2, v3        ; encoding: [0x05,0x00,0x75,0xd7,0x6b,0x04,0x0e,0x04]
 
 v_mad_i32_i16 v5, m0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x75,0xd7,0x7c,0x04,0x0e,0x04]
+// GFX10: v_mad_i32_i16 v5, m0, v2, v3            ; encoding: [0x05,0x00,0x75,0xd7,0x7c,0x04,0x0e,0x04]
 
 v_mad_i32_i16 v5, exec_lo, v2, v3
-// GFX10: encoding: [0x05,0x00,0x75,0xd7,0x7e,0x04,0x0e,0x04]
+// GFX10: v_mad_i32_i16 v5, exec_lo, v2, v3       ; encoding: [0x05,0x00,0x75,0xd7,0x7e,0x04,0x0e,0x04]
 
 v_mad_i32_i16 v5, exec_hi, v2, v3
-// GFX10: encoding: [0x05,0x00,0x75,0xd7,0x7f,0x04,0x0e,0x04]
+// GFX10: v_mad_i32_i16 v5, exec_hi, v2, v3       ; encoding: [0x05,0x00,0x75,0xd7,0x7f,0x04,0x0e,0x04]
 
 v_mad_i32_i16 v5, 0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x75,0xd7,0x80,0x04,0x0e,0x04]
+// GFX10: v_mad_i32_i16 v5, 0, v2, v3             ; encoding: [0x05,0x00,0x75,0xd7,0x80,0x04,0x0e,0x04]
 
 v_mad_i32_i16 v5, -1, v2, v3
-// GFX10: encoding: [0x05,0x00,0x75,0xd7,0xc1,0x04,0x0e,0x04]
+// GFX10: v_mad_i32_i16 v5, -1, v2, v3            ; encoding: [0x05,0x00,0x75,0xd7,0xc1,0x04,0x0e,0x04]
 
 v_mad_i32_i16 v5, 0.5, v2, v3
-// GFX10: encoding: [0x05,0x00,0x75,0xd7,0xf0,0x04,0x0e,0x04]
+// GFX10: v_mad_i32_i16 v5, 0.5, v2, v3           ; encoding: [0x05,0x00,0x75,0xd7,0xf0,0x04,0x0e,0x04]
 
 v_mad_i32_i16 v5, -4.0, v2, v3
-// GFX10: encoding: [0x05,0x00,0x75,0xd7,0xf7,0x04,0x0e,0x04]
+// GFX10: v_mad_i32_i16 v5, -4.0, v2, v3          ; encoding: [0x05,0x00,0x75,0xd7,0xf7,0x04,0x0e,0x04]
 
 v_mad_i32_i16 v5, v1, v255, v3
-// GFX10: encoding: [0x05,0x00,0x75,0xd7,0x01,0xff,0x0f,0x04]
+// GFX10: v_mad_i32_i16 v5, v1, v255, v3          ; encoding: [0x05,0x00,0x75,0xd7,0x01,0xff,0x0f,0x04]
 
 v_mad_i32_i16 v5, v1, s2, v3
-// GFX10: encoding: [0x05,0x00,0x75,0xd7,0x01,0x05,0x0c,0x04]
+// GFX10: v_mad_i32_i16 v5, v1, s2, v3            ; encoding: [0x05,0x00,0x75,0xd7,0x01,0x05,0x0c,0x04]
 
 v_mad_i32_i16 v5, v1, s101, v3
-// GFX10: encoding: [0x05,0x00,0x75,0xd7,0x01,0xcb,0x0c,0x04]
+// GFX10: v_mad_i32_i16 v5, v1, s101, v3          ; encoding: [0x05,0x00,0x75,0xd7,0x01,0xcb,0x0c,0x04]
 
 v_mad_i32_i16 v5, v1, vcc_lo, v3
-// GFX10: encoding: [0x05,0x00,0x75,0xd7,0x01,0xd5,0x0c,0x04]
+// GFX10: v_mad_i32_i16 v5, v1, vcc_lo, v3        ; encoding: [0x05,0x00,0x75,0xd7,0x01,0xd5,0x0c,0x04]
 
 v_mad_i32_i16 v5, v1, vcc_hi, v3
-// GFX10: encoding: [0x05,0x00,0x75,0xd7,0x01,0xd7,0x0c,0x04]
+// GFX10: v_mad_i32_i16 v5, v1, vcc_hi, v3        ; encoding: [0x05,0x00,0x75,0xd7,0x01,0xd7,0x0c,0x04]
 
 v_mad_i32_i16 v5, v1, m0, v3
-// GFX10: encoding: [0x05,0x00,0x75,0xd7,0x01,0xf9,0x0c,0x04]
+// GFX10: v_mad_i32_i16 v5, v1, m0, v3            ; encoding: [0x05,0x00,0x75,0xd7,0x01,0xf9,0x0c,0x04]
 
 v_mad_i32_i16 v5, v1, exec_lo, v3
-// GFX10: encoding: [0x05,0x00,0x75,0xd7,0x01,0xfd,0x0c,0x04]
+// GFX10: v_mad_i32_i16 v5, v1, exec_lo, v3       ; encoding: [0x05,0x00,0x75,0xd7,0x01,0xfd,0x0c,0x04]
 
 v_mad_i32_i16 v5, v1, exec_hi, v3
-// GFX10: encoding: [0x05,0x00,0x75,0xd7,0x01,0xff,0x0c,0x04]
+// GFX10: v_mad_i32_i16 v5, v1, exec_hi, v3       ; encoding: [0x05,0x00,0x75,0xd7,0x01,0xff,0x0c,0x04]
 
 v_mad_i32_i16 v5, v1, 0, v3
-// GFX10: encoding: [0x05,0x00,0x75,0xd7,0x01,0x01,0x0d,0x04]
+// GFX10: v_mad_i32_i16 v5, v1, 0, v3             ; encoding: [0x05,0x00,0x75,0xd7,0x01,0x01,0x0d,0x04]
 
 v_mad_i32_i16 v5, v1, -1, v3
-// GFX10: encoding: [0x05,0x00,0x75,0xd7,0x01,0x83,0x0d,0x04]
+// GFX10: v_mad_i32_i16 v5, v1, -1, v3            ; encoding: [0x05,0x00,0x75,0xd7,0x01,0x83,0x0d,0x04]
 
 v_mad_i32_i16 v5, v1, 0.5, v3
-// GFX10: encoding: [0x05,0x00,0x75,0xd7,0x01,0xe1,0x0d,0x04]
+// GFX10: v_mad_i32_i16 v5, v1, 0.5, v3           ; encoding: [0x05,0x00,0x75,0xd7,0x01,0xe1,0x0d,0x04]
 
 v_mad_i32_i16 v5, v1, -4.0, v3
-// GFX10: encoding: [0x05,0x00,0x75,0xd7,0x01,0xef,0x0d,0x04]
+// GFX10: v_mad_i32_i16 v5, v1, -4.0, v3          ; encoding: [0x05,0x00,0x75,0xd7,0x01,0xef,0x0d,0x04]
 
 v_mad_i32_i16 v5, v1, v2, v255
-// GFX10: encoding: [0x05,0x00,0x75,0xd7,0x01,0x05,0xfe,0x07]
+// GFX10: v_mad_i32_i16 v5, v1, v2, v255          ; encoding: [0x05,0x00,0x75,0xd7,0x01,0x05,0xfe,0x07]
 
 v_mad_i32_i16 v5, v1, v2, s3
-// GFX10: encoding: [0x05,0x00,0x75,0xd7,0x01,0x05,0x0e,0x00]
+// GFX10: v_mad_i32_i16 v5, v1, v2, s3            ; encoding: [0x05,0x00,0x75,0xd7,0x01,0x05,0x0e,0x00]
 
 v_mad_i32_i16 v5, v1, v2, s101
-// GFX10: encoding: [0x05,0x00,0x75,0xd7,0x01,0x05,0x96,0x01]
+// GFX10: v_mad_i32_i16 v5, v1, v2, s101          ; encoding: [0x05,0x00,0x75,0xd7,0x01,0x05,0x96,0x01]
 
 v_mad_i32_i16 v5, v1, v2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x75,0xd7,0x01,0x05,0xaa,0x01]
+// GFX10: v_mad_i32_i16 v5, v1, v2, vcc_lo        ; encoding: [0x05,0x00,0x75,0xd7,0x01,0x05,0xaa,0x01]
 
 v_mad_i32_i16 v5, v1, v2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x75,0xd7,0x01,0x05,0xae,0x01]
+// GFX10: v_mad_i32_i16 v5, v1, v2, vcc_hi        ; encoding: [0x05,0x00,0x75,0xd7,0x01,0x05,0xae,0x01]
 
 v_mad_i32_i16 v5, v1, v2, m0
-// GFX10: encoding: [0x05,0x00,0x75,0xd7,0x01,0x05,0xf2,0x01]
+// GFX10: v_mad_i32_i16 v5, v1, v2, m0            ; encoding: [0x05,0x00,0x75,0xd7,0x01,0x05,0xf2,0x01]
 
 v_mad_i32_i16 v5, v1, v2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x75,0xd7,0x01,0x05,0xfa,0x01]
+// GFX10: v_mad_i32_i16 v5, v1, v2, exec_lo       ; encoding: [0x05,0x00,0x75,0xd7,0x01,0x05,0xfa,0x01]
 
 v_mad_i32_i16 v5, v1, v2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x75,0xd7,0x01,0x05,0xfe,0x01]
+// GFX10: v_mad_i32_i16 v5, v1, v2, exec_hi       ; encoding: [0x05,0x00,0x75,0xd7,0x01,0x05,0xfe,0x01]
 
 v_mad_i32_i16 v5, v1, v2, 0
-// GFX10: encoding: [0x05,0x00,0x75,0xd7,0x01,0x05,0x02,0x02]
+// GFX10: v_mad_i32_i16 v5, v1, v2, 0             ; encoding: [0x05,0x00,0x75,0xd7,0x01,0x05,0x02,0x02]
 
 v_mad_i32_i16 v5, v1, v2, -1
-// GFX10: encoding: [0x05,0x00,0x75,0xd7,0x01,0x05,0x06,0x03]
+// GFX10: v_mad_i32_i16 v5, v1, v2, -1            ; encoding: [0x05,0x00,0x75,0xd7,0x01,0x05,0x06,0x03]
 
 v_mad_i32_i16 v5, v1, v2, 0.5
-// GFX10: encoding: [0x05,0x00,0x75,0xd7,0x01,0x05,0xc2,0x03]
+// GFX10: v_mad_i32_i16 v5, v1, v2, 0.5           ; encoding: [0x05,0x00,0x75,0xd7,0x01,0x05,0xc2,0x03]
 
 v_mad_i32_i16 v5, v1, v2, -4.0
-// GFX10: encoding: [0x05,0x00,0x75,0xd7,0x01,0x05,0xde,0x03]
+// GFX10: v_mad_i32_i16 v5, v1, v2, -4.0          ; encoding: [0x05,0x00,0x75,0xd7,0x01,0x05,0xde,0x03]
 
 v_mad_i32_i16 v5, v1, v2, v3 op_sel:[0,0,0,0]
-// GFX10: encoding: [0x05,0x00,0x75,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_mad_i32_i16 v5, v1, v2, v3            ; encoding: [0x05,0x00,0x75,0xd7,0x01,0x05,0x0e,0x04]
 
 v_mad_i32_i16 v5, v1, v2, v3 op_sel:[1,0,0,0]
-// GFX10: encoding: [0x05,0x08,0x75,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_mad_i32_i16 v5, v1, v2, v3 op_sel:[1,0,0,0] ; encoding: [0x05,0x08,0x75,0xd7,0x01,0x05,0x0e,0x04]
 
 v_mad_i32_i16 v5, v1, v2, v3 op_sel:[0,1,0,0]
-// GFX10: encoding: [0x05,0x10,0x75,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_mad_i32_i16 v5, v1, v2, v3 op_sel:[0,1,0,0] ; encoding: [0x05,0x10,0x75,0xd7,0x01,0x05,0x0e,0x04]
 
 v_mad_i32_i16 v5, v1, v2, v3 op_sel:[0,0,1,0]
-// GFX10: encoding: [0x05,0x20,0x75,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_mad_i32_i16 v5, v1, v2, v3 op_sel:[0,0,1,0] ; encoding: [0x05,0x20,0x75,0xd7,0x01,0x05,0x0e,0x04]
 
 v_mad_i32_i16 v5, v1, v2, v3 op_sel:[0,0,0,1]
-// GFX10: encoding: [0x05,0x40,0x75,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_mad_i32_i16 v5, v1, v2, v3 op_sel:[0,0,0,1] ; encoding: [0x05,0x40,0x75,0xd7,0x01,0x05,0x0e,0x04]
 
 v_mad_i32_i16 v5, v1, v2, v3 op_sel:[1,1,1,1]
-// GFX10: encoding: [0x05,0x78,0x75,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_mad_i32_i16 v5, v1, v2, v3 op_sel:[1,1,1,1] ; encoding: [0x05,0x78,0x75,0xd7,0x01,0x05,0x0e,0x04]
 
 v_mad_i32_i16 v5, v1, v2, v3 clamp
-// GFX10: encoding: [0x05,0x80,0x75,0xd7,0x01,0x05,0x0e,0x04]
+// GFX10: v_mad_i32_i16 v5, v1, v2, v3 clamp      ; encoding: [0x05,0x80,0x75,0xd7,0x01,0x05,0x0e,0x04]
 
 v_sub_nc_i32 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x76,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_sub_nc_i32 v5, v1, v2                 ; encoding: [0x05,0x00,0x76,0xd7,0x01,0x05,0x02,0x00]
 
 v_sub_nc_i32 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x76,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_sub_nc_i32 v255, v1, v2               ; encoding: [0xff,0x00,0x76,0xd7,0x01,0x05,0x02,0x00]
 
 v_sub_nc_i32 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x76,0xd7,0xff,0x05,0x02,0x00]
+// GFX10: v_sub_nc_i32 v5, v255, v2               ; encoding: [0x05,0x00,0x76,0xd7,0xff,0x05,0x02,0x00]
 
 v_sub_nc_i32 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x76,0xd7,0x01,0x04,0x02,0x00]
+// GFX10: v_sub_nc_i32 v5, s1, v2                 ; encoding: [0x05,0x00,0x76,0xd7,0x01,0x04,0x02,0x00]
 
 v_sub_nc_i32 v5, s103, v2
-// GFX10: encoding: [0x05,0x00,0x76,0xd7,0x67,0x04,0x02,0x00]
+// GFX10: v_sub_nc_i32 v5, s103, v2               ; encoding: [0x05,0x00,0x76,0xd7,0x67,0x04,0x02,0x00]
 
 v_sub_nc_i32 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x76,0xd7,0x6a,0x04,0x02,0x00]
+// GFX10: v_sub_nc_i32 v5, vcc_lo, v2             ; encoding: [0x05,0x00,0x76,0xd7,0x6a,0x04,0x02,0x00]
 
 v_sub_nc_i32 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x76,0xd7,0x6b,0x04,0x02,0x00]
+// GFX10: v_sub_nc_i32 v5, vcc_hi, v2             ; encoding: [0x05,0x00,0x76,0xd7,0x6b,0x04,0x02,0x00]
 
 v_sub_nc_i32 v5, ttmp11, v2
-// GFX10: encoding: [0x05,0x00,0x76,0xd7,0x77,0x04,0x02,0x00]
+// GFX10: v_sub_nc_i32 v5, ttmp11, v2             ; encoding: [0x05,0x00,0x76,0xd7,0x77,0x04,0x02,0x00]
 
 v_sub_nc_i32 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x76,0xd7,0x7c,0x04,0x02,0x00]
+// GFX10: v_sub_nc_i32 v5, m0, v2                 ; encoding: [0x05,0x00,0x76,0xd7,0x7c,0x04,0x02,0x00]
 
 v_sub_nc_i32 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x76,0xd7,0x7e,0x04,0x02,0x00]
+// GFX10: v_sub_nc_i32 v5, exec_lo, v2            ; encoding: [0x05,0x00,0x76,0xd7,0x7e,0x04,0x02,0x00]
 
 v_sub_nc_i32 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x76,0xd7,0x7f,0x04,0x02,0x00]
+// GFX10: v_sub_nc_i32 v5, exec_hi, v2            ; encoding: [0x05,0x00,0x76,0xd7,0x7f,0x04,0x02,0x00]
 
 v_sub_nc_i32 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x76,0xd7,0x80,0x04,0x02,0x00]
+// GFX10: v_sub_nc_i32 v5, 0, v2                  ; encoding: [0x05,0x00,0x76,0xd7,0x80,0x04,0x02,0x00]
 
 v_sub_nc_i32 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x76,0xd7,0xc1,0x04,0x02,0x00]
+// GFX10: v_sub_nc_i32 v5, -1, v2                 ; encoding: [0x05,0x00,0x76,0xd7,0xc1,0x04,0x02,0x00]
 
 v_sub_nc_i32 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x76,0xd7,0xf0,0x04,0x02,0x00]
+// GFX10: v_sub_nc_i32 v5, 0.5, v2                ; encoding: [0x05,0x00,0x76,0xd7,0xf0,0x04,0x02,0x00]
 
 v_sub_nc_i32 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x76,0xd7,0xf7,0x04,0x02,0x00]
+// GFX10: v_sub_nc_i32 v5, -4.0, v2               ; encoding: [0x05,0x00,0x76,0xd7,0xf7,0x04,0x02,0x00]
 
 v_sub_nc_i32 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x76,0xd7,0x01,0xff,0x03,0x00]
+// GFX10: v_sub_nc_i32 v5, v1, v255               ; encoding: [0x05,0x00,0x76,0xd7,0x01,0xff,0x03,0x00]
 
 v_sub_nc_i32 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x76,0xd7,0x01,0x05,0x00,0x00]
+// GFX10: v_sub_nc_i32 v5, v1, s2                 ; encoding: [0x05,0x00,0x76,0xd7,0x01,0x05,0x00,0x00]
 
 v_sub_nc_i32 v5, v1, s103
-// GFX10: encoding: [0x05,0x00,0x76,0xd7,0x01,0xcf,0x00,0x00]
+// GFX10: v_sub_nc_i32 v5, v1, s103               ; encoding: [0x05,0x00,0x76,0xd7,0x01,0xcf,0x00,0x00]
 
 v_sub_nc_i32 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x76,0xd7,0x01,0xd5,0x00,0x00]
+// GFX10: v_sub_nc_i32 v5, v1, vcc_lo             ; encoding: [0x05,0x00,0x76,0xd7,0x01,0xd5,0x00,0x00]
 
 v_sub_nc_i32 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x76,0xd7,0x01,0xd7,0x00,0x00]
+// GFX10: v_sub_nc_i32 v5, v1, vcc_hi             ; encoding: [0x05,0x00,0x76,0xd7,0x01,0xd7,0x00,0x00]
 
 v_sub_nc_i32 v5, v1, ttmp11
-// GFX10: encoding: [0x05,0x00,0x76,0xd7,0x01,0xef,0x00,0x00]
+// GFX10: v_sub_nc_i32 v5, v1, ttmp11             ; encoding: [0x05,0x00,0x76,0xd7,0x01,0xef,0x00,0x00]
 
 v_sub_nc_i32 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x76,0xd7,0x01,0xf9,0x00,0x00]
+// GFX10: v_sub_nc_i32 v5, v1, m0                 ; encoding: [0x05,0x00,0x76,0xd7,0x01,0xf9,0x00,0x00]
 
 v_sub_nc_i32 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x76,0xd7,0x01,0xfd,0x00,0x00]
+// GFX10: v_sub_nc_i32 v5, v1, exec_lo            ; encoding: [0x05,0x00,0x76,0xd7,0x01,0xfd,0x00,0x00]
 
 v_sub_nc_i32 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x76,0xd7,0x01,0xff,0x00,0x00]
+// GFX10: v_sub_nc_i32 v5, v1, exec_hi            ; encoding: [0x05,0x00,0x76,0xd7,0x01,0xff,0x00,0x00]
 
 v_sub_nc_i32 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x76,0xd7,0x01,0x01,0x01,0x00]
+// GFX10: v_sub_nc_i32 v5, v1, 0                  ; encoding: [0x05,0x00,0x76,0xd7,0x01,0x01,0x01,0x00]
 
 v_sub_nc_i32 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x76,0xd7,0x01,0x83,0x01,0x00]
+// GFX10: v_sub_nc_i32 v5, v1, -1                 ; encoding: [0x05,0x00,0x76,0xd7,0x01,0x83,0x01,0x00]
 
 v_sub_nc_i32 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x76,0xd7,0x01,0xe1,0x01,0x00]
+// GFX10: v_sub_nc_i32 v5, v1, 0.5                ; encoding: [0x05,0x00,0x76,0xd7,0x01,0xe1,0x01,0x00]
 
 v_sub_nc_i32 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x76,0xd7,0x01,0xef,0x01,0x00]
+// GFX10: v_sub_nc_i32 v5, v1, -4.0               ; encoding: [0x05,0x00,0x76,0xd7,0x01,0xef,0x01,0x00]
 
 v_sub_nc_i32 v5, v1, -4.0 clamp
-// GFX10: v_sub_nc_i32 v5, v1, -4.0 clamp ; encoding: [0x05,0x80,0x76,0xd7,0x01,0xef,0x01,0x00]
+// GFX10: v_sub_nc_i32 v5, v1, -4.0 clamp         ; encoding: [0x05,0x80,0x76,0xd7,0x01,0xef,0x01,0x00]
 
 v_permlane16_b32 v5, v1, v2, v3
-// GFX10-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction
+// GFX10-ERR: :[[@LINE-1]]:26: error: invalid operand for instruction
 
 v_permlane16_b32 v5, v1, v2, s3
-// GFX10-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction
+// GFX10-ERR: :[[@LINE-1]]:26: error: invalid operand for instruction
 
 v_permlane16_b32 v5, v1, s2, v3
-// GFX10-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction
+// GFX10-ERR: :[[@LINE-1]]:30: error: invalid operand for instruction
 
 v_permlane16_b32 v5, s1, s2, s3
-// GFX10-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction
+// GFX10-ERR: :[[@LINE-1]]:22: error: invalid operand for instruction
 
 v_permlane16_b32 v5, 0, s2, s3
-// GFX10-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction
+// GFX10-ERR: :[[@LINE-1]]:22: error: invalid operand for instruction
 
 v_permlane16_b32 v5, v1, s2, s3
-// GFX10: encoding: [0x05,0x00,0x77,0xd7,0x01,0x05,0x0c,0x00]
+// GFX10: v_permlane16_b32 v5, v1, s2, s3         ; encoding: [0x05,0x00,0x77,0xd7,0x01,0x05,0x0c,0x00]
 
 v_permlane16_b32 v255, v1, s2, s3
-// GFX10: encoding: [0xff,0x00,0x77,0xd7,0x01,0x05,0x0c,0x00]
+// GFX10: v_permlane16_b32 v255, v1, s2, s3       ; encoding: [0xff,0x00,0x77,0xd7,0x01,0x05,0x0c,0x00]
 
 v_permlane16_b32 v5, v255, s2, s3
-// GFX10: encoding: [0x05,0x00,0x77,0xd7,0xff,0x05,0x0c,0x00]
+// GFX10: v_permlane16_b32 v5, v255, s2, s3       ; encoding: [0x05,0x00,0x77,0xd7,0xff,0x05,0x0c,0x00]
 
 v_permlane16_b32 v5, v103, s2, s3
-// GFX10: encoding: [0x05,0x00,0x77,0xd7,0x67,0x05,0x0c,0x00]
+// GFX10: v_permlane16_b32 v5, v103, s2, s3       ; encoding: [0x05,0x00,0x77,0xd7,0x67,0x05,0x0c,0x00]
 
 v_permlane16_b32 v5, v1, vcc_lo, s2
-// GFX10: encoding: [0x05,0x00,0x77,0xd7,0x01,0xd5,0x08,0x00]
+// GFX10: v_permlane16_b32 v5, v1, vcc_lo, s2     ; encoding: [0x05,0x00,0x77,0xd7,0x01,0xd5,0x08,0x00]
 
 v_permlane16_b32 v5, v1, vcc_hi, s2
-// GFX10: encoding: [0x05,0x00,0x77,0xd7,0x01,0xd7,0x08,0x00]
+// GFX10: v_permlane16_b32 v5, v1, vcc_hi, s2     ; encoding: [0x05,0x00,0x77,0xd7,0x01,0xd7,0x08,0x00]
 
 v_permlane16_b32 v5, v1, ttmp11, s2
-// GFX10: encoding: [0x05,0x00,0x77,0xd7,0x01,0xef,0x08,0x00]
+// GFX10: v_permlane16_b32 v5, v1, ttmp11, s2     ; encoding: [0x05,0x00,0x77,0xd7,0x01,0xef,0x08,0x00]
 
 v_permlane16_b32 v5, v1, m0, s2
-// GFX10: encoding: [0x05,0x00,0x77,0xd7,0x01,0xf9,0x08,0x00]
+// GFX10: v_permlane16_b32 v5, v1, m0, s2         ; encoding: [0x05,0x00,0x77,0xd7,0x01,0xf9,0x08,0x00]
 
 v_permlane16_b32 v5, v1, exec_lo, s2
-// GFX10: encoding: [0x05,0x00,0x77,0xd7,0x01,0xfd,0x08,0x00]
+// GFX10: v_permlane16_b32 v5, v1, exec_lo, s2    ; encoding: [0x05,0x00,0x77,0xd7,0x01,0xfd,0x08,0x00]
 
 v_permlane16_b32 v5, v1, exec_hi, s2
-// GFX10: encoding: [0x05,0x00,0x77,0xd7,0x01,0xff,0x08,0x00]
+// GFX10: v_permlane16_b32 v5, v1, exec_hi, s2    ; encoding: [0x05,0x00,0x77,0xd7,0x01,0xff,0x08,0x00]
 
 v_permlane16_b32 v5, v1, s103, s3
-// GFX10: encoding: [0x05,0x00,0x77,0xd7,0x01,0xcf,0x0c,0x00]
+// GFX10: v_permlane16_b32 v5, v1, s103, s3       ; encoding: [0x05,0x00,0x77,0xd7,0x01,0xcf,0x0c,0x00]
 
 v_permlane16_b32 v5, v1, vcc_lo, s3
-// GFX10: encoding: [0x05,0x00,0x77,0xd7,0x01,0xd5,0x0c,0x00]
+// GFX10: v_permlane16_b32 v5, v1, vcc_lo, s3     ; encoding: [0x05,0x00,0x77,0xd7,0x01,0xd5,0x0c,0x00]
 
 v_permlane16_b32 v5, v1, vcc_hi, s3
-// GFX10: encoding: [0x05,0x00,0x77,0xd7,0x01,0xd7,0x0c,0x00]
+// GFX10: v_permlane16_b32 v5, v1, vcc_hi, s3     ; encoding: [0x05,0x00,0x77,0xd7,0x01,0xd7,0x0c,0x00]
 
 v_permlane16_b32 v5, v1, ttmp11, s3
-// GFX10: encoding: [0x05,0x00,0x77,0xd7,0x01,0xef,0x0c,0x00]
+// GFX10: v_permlane16_b32 v5, v1, ttmp11, s3     ; encoding: [0x05,0x00,0x77,0xd7,0x01,0xef,0x0c,0x00]
 
 v_permlane16_b32 v5, v1, m0, s3
-// GFX10: encoding: [0x05,0x00,0x77,0xd7,0x01,0xf9,0x0c,0x00]
+// GFX10: v_permlane16_b32 v5, v1, m0, s3         ; encoding: [0x05,0x00,0x77,0xd7,0x01,0xf9,0x0c,0x00]
 
 v_permlane16_b32 v5, v1, exec_lo, s3
-// GFX10: encoding: [0x05,0x00,0x77,0xd7,0x01,0xfd,0x0c,0x00]
+// GFX10: v_permlane16_b32 v5, v1, exec_lo, s3    ; encoding: [0x05,0x00,0x77,0xd7,0x01,0xfd,0x0c,0x00]
 
 v_permlane16_b32 v5, v1, exec_hi, s3
-// GFX10: encoding: [0x05,0x00,0x77,0xd7,0x01,0xff,0x0c,0x00]
+// GFX10: v_permlane16_b32 v5, v1, exec_hi, s3    ; encoding: [0x05,0x00,0x77,0xd7,0x01,0xff,0x0c,0x00]
 
 v_permlane16_b32 v5, v1, 0, s3
-// GFX10: encoding: [0x05,0x00,0x77,0xd7,0x01,0x01,0x0d,0x00]
+// GFX10: v_permlane16_b32 v5, v1, 0, s3          ; encoding: [0x05,0x00,0x77,0xd7,0x01,0x01,0x0d,0x00]
 
 v_permlane16_b32 v5, v1, -1, s3
-// GFX10: encoding: [0x05,0x00,0x77,0xd7,0x01,0x83,0x0d,0x00]
+// GFX10: v_permlane16_b32 v5, v1, -1, s3         ; encoding: [0x05,0x00,0x77,0xd7,0x01,0x83,0x0d,0x00]
 
 v_permlane16_b32 v5, v1, 0.5, s3
-// GFX10: encoding: [0x05,0x00,0x77,0xd7,0x01,0xe1,0x0d,0x00]
+// GFX10: v_permlane16_b32 v5, v1, 0.5, s3        ; encoding: [0x05,0x00,0x77,0xd7,0x01,0xe1,0x0d,0x00]
 
 v_permlane16_b32 v5, v1, -4.0, s3
-// GFX10: encoding: [0x05,0x00,0x77,0xd7,0x01,0xef,0x0d,0x00]
+// GFX10: v_permlane16_b32 v5, v1, -4.0, s3       ; encoding: [0x05,0x00,0x77,0xd7,0x01,0xef,0x0d,0x00]
 
 v_permlane16_b32 v5, v1, 0xaf123456, s3
-// GFX10: encoding: [0x05,0x00,0x77,0xd7,0x01,0xff,0x0d,0x00,0x56,0x34,0x12,0xaf]
+// GFX10: v_permlane16_b32 v5, v1, 0xaf123456, s3 ; encoding: [0x05,0x00,0x77,0xd7,0x01,0xff,0x0d,0x00,0x56,0x34,0x12,0xaf]
 
 v_permlane16_b32 v5, v1, s2, s103
-// GFX10: encoding: [0x05,0x00,0x77,0xd7,0x01,0x05,0x9c,0x01]
+// GFX10: v_permlane16_b32 v5, v1, s2, s103       ; encoding: [0x05,0x00,0x77,0xd7,0x01,0x05,0x9c,0x01]
 
 v_permlane16_b32 v5, v1, s2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x77,0xd7,0x01,0x05,0xa8,0x01]
+// GFX10: v_permlane16_b32 v5, v1, s2, vcc_lo     ; encoding: [0x05,0x00,0x77,0xd7,0x01,0x05,0xa8,0x01]
 
 v_permlane16_b32 v5, v1, s2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x77,0xd7,0x01,0x05,0xac,0x01]
+// GFX10: v_permlane16_b32 v5, v1, s2, vcc_hi     ; encoding: [0x05,0x00,0x77,0xd7,0x01,0x05,0xac,0x01]
 
 v_permlane16_b32 v5, v1, s2, ttmp11
-// GFX10: encoding: [0x05,0x00,0x77,0xd7,0x01,0x05,0xdc,0x01]
+// GFX10: v_permlane16_b32 v5, v1, s2, ttmp11     ; encoding: [0x05,0x00,0x77,0xd7,0x01,0x05,0xdc,0x01]
 
 v_permlane16_b32 v5, v1, s2, m0
-// GFX10: encoding: [0x05,0x00,0x77,0xd7,0x01,0x05,0xf0,0x01]
+// GFX10: v_permlane16_b32 v5, v1, s2, m0         ; encoding: [0x05,0x00,0x77,0xd7,0x01,0x05,0xf0,0x01]
 
 v_permlane16_b32 v5, v1, s2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x77,0xd7,0x01,0x05,0xf8,0x01]
+// GFX10: v_permlane16_b32 v5, v1, s2, exec_lo    ; encoding: [0x05,0x00,0x77,0xd7,0x01,0x05,0xf8,0x01]
 
 v_permlane16_b32 v5, v1, s2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x77,0xd7,0x01,0x05,0xfc,0x01]
+// GFX10: v_permlane16_b32 v5, v1, s2, exec_hi    ; encoding: [0x05,0x00,0x77,0xd7,0x01,0x05,0xfc,0x01]
 
 v_permlane16_b32 v5, v1, s2, 0
-// GFX10: encoding: [0x05,0x00,0x77,0xd7,0x01,0x05,0x00,0x02]
+// GFX10: v_permlane16_b32 v5, v1, s2, 0          ; encoding: [0x05,0x00,0x77,0xd7,0x01,0x05,0x00,0x02]
 
 v_permlane16_b32 v5, v1, s2, -1
-// GFX10: encoding: [0x05,0x00,0x77,0xd7,0x01,0x05,0x04,0x03]
+// GFX10: v_permlane16_b32 v5, v1, s2, -1         ; encoding: [0x05,0x00,0x77,0xd7,0x01,0x05,0x04,0x03]
 
 v_permlane16_b32 v5, v1, s2, 0.5
-// GFX10: encoding: [0x05,0x00,0x77,0xd7,0x01,0x05,0xc0,0x03]
+// GFX10: v_permlane16_b32 v5, v1, s2, 0.5        ; encoding: [0x05,0x00,0x77,0xd7,0x01,0x05,0xc0,0x03]
 
 v_permlane16_b32 v5, v1, s2, -4.0
-// GFX10: encoding: [0x05,0x00,0x77,0xd7,0x01,0x05,0xdc,0x03]
+// GFX10: v_permlane16_b32 v5, v1, s2, -4.0       ; encoding: [0x05,0x00,0x77,0xd7,0x01,0x05,0xdc,0x03]
 
 v_permlane16_b32 v5, v1, s2, 0xaf123456
-// GFX10: encoding: [0x05,0x00,0x77,0xd7,0x01,0x05,0xfc,0x03,0x56,0x34,0x12,0xaf]
+// GFX10: v_permlane16_b32 v5, v1, s2, 0xaf123456 ; encoding: [0x05,0x00,0x77,0xd7,0x01,0x05,0xfc,0x03,0x56,0x34,0x12,0xaf]
 
 v_permlane16_b32 v5, v1, 0x12345678, 0x12345678
-// GFX10: encoding: [0x05,0x00,0x77,0xd7,0x01,0xff,0xfd,0x03,0x78,0x56,0x34,0x12]
+// GFX10: v_permlane16_b32 v5, v1, 0x12345678, 0x12345678 ; encoding: [0x05,0x00,0x77,0xd7,0x01,0xff,0xfd,0x03,0x78,0x56,0x34,0x12]
 
 v_permlane16_b32 v5, v1, s2, s3 op_sel:[1,0]
-// GFX10: encoding: [0x05,0x08,0x77,0xd7,0x01,0x05,0x0c,0x00]
+// GFX10: v_permlane16_b32 v5, v1, s2, s3 op_sel:[1,0] ; encoding: [0x05,0x08,0x77,0xd7,0x01,0x05,0x0c,0x00]
 
 v_permlane16_b32 v5, v1, s2, s3 op_sel:[1,1]
-// GFX10: encoding: [0x05,0x18,0x77,0xd7,0x01,0x05,0x0c,0x00]
+// GFX10: v_permlane16_b32 v5, v1, s2, s3 op_sel:[1,1] ; encoding: [0x05,0x18,0x77,0xd7,0x01,0x05,0x0c,0x00]
 
 v_permlane16_b32 v5, v1, s2, s3 op_sel:[0,1]
-// GFX10: encoding: [0x05,0x10,0x77,0xd7,0x01,0x05,0x0c,0x00]
+// GFX10: v_permlane16_b32 v5, v1, s2, s3 op_sel:[0,1] ; encoding: [0x05,0x10,0x77,0xd7,0x01,0x05,0x0c,0x00]
 
 v_permlane16_b32 v5, v1, s2, s3 op_sel:[0, 0, 0, 1]
-// GFX10-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: invalid op_sel operand
+// GFX10-ERR: :[[@LINE-1]]:33: error: invalid op_sel operand
 
 v_permlane16_b32 v5, v1, s2, s3 op_sel:[0, 0, 1, 0]
-// GFX10-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: invalid op_sel operand
+// GFX10-ERR: :[[@LINE-1]]:33: error: invalid op_sel operand
 
 v_permlanex16_b32 v5, v1, v2, v3
-// GFX10-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction
+// GFX10-ERR: :[[@LINE-1]]:27: error: invalid operand for instruction
 
 v_permlanex16_b32 v5, v1, v2, s3
-// GFX10-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction
+// GFX10-ERR: :[[@LINE-1]]:27: error: invalid operand for instruction
 
 v_permlanex16_b32 v5, v1, s2, v3
-// GFX10-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction
+// GFX10-ERR: :[[@LINE-1]]:31: error: invalid operand for instruction
 
 v_permlanex16_b32 v5, s1, s2, s3
-// GFX10-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction
+// GFX10-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
 
 v_permlanex16_b32 v5, 0, s2, s3
-// GFX10-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction
+// GFX10-ERR: :[[@LINE-1]]:23: error: invalid operand for instruction
 
 v_permlanex16_b32 v5, v1, s2, s3
-// GFX10: encoding: [0x05,0x00,0x78,0xd7,0x01,0x05,0x0c,0x00]
+// GFX10: v_permlanex16_b32 v5, v1, s2, s3        ; encoding: [0x05,0x00,0x78,0xd7,0x01,0x05,0x0c,0x00]
 
 v_permlanex16_b32 v255, v1, s2, s3
-// GFX10: encoding: [0xff,0x00,0x78,0xd7,0x01,0x05,0x0c,0x00]
+// GFX10: v_permlanex16_b32 v255, v1, s2, s3      ; encoding: [0xff,0x00,0x78,0xd7,0x01,0x05,0x0c,0x00]
 
 v_permlanex16_b32 v5, v255, s2, s3
-// GFX10: encoding: [0x05,0x00,0x78,0xd7,0xff,0x05,0x0c,0x00]
+// GFX10: v_permlanex16_b32 v5, v255, s2, s3      ; encoding: [0x05,0x00,0x78,0xd7,0xff,0x05,0x0c,0x00]
 
 v_permlanex16_b32 v5, v103, s2, s3
-// GFX10: encoding: [0x05,0x00,0x78,0xd7,0x67,0x05,0x0c,0x00]
+// GFX10: v_permlanex16_b32 v5, v103, s2, s3      ; encoding: [0x05,0x00,0x78,0xd7,0x67,0x05,0x0c,0x00]
 
 v_permlanex16_b32 v5, v1, vcc_lo, s2
-// GFX10: encoding: [0x05,0x00,0x78,0xd7,0x01,0xd5,0x08,0x00]
+// GFX10: v_permlanex16_b32 v5, v1, vcc_lo, s2    ; encoding: [0x05,0x00,0x78,0xd7,0x01,0xd5,0x08,0x00]
 
 v_permlanex16_b32 v5, v1, vcc_hi, s2
-// GFX10: encoding: [0x05,0x00,0x78,0xd7,0x01,0xd7,0x08,0x00]
+// GFX10: v_permlanex16_b32 v5, v1, vcc_hi, s2    ; encoding: [0x05,0x00,0x78,0xd7,0x01,0xd7,0x08,0x00]
 
 v_permlanex16_b32 v5, v1, ttmp11, s2
-// GFX10: encoding: [0x05,0x00,0x78,0xd7,0x01,0xef,0x08,0x00]
+// GFX10: v_permlanex16_b32 v5, v1, ttmp11, s2    ; encoding: [0x05,0x00,0x78,0xd7,0x01,0xef,0x08,0x00]
 
 v_permlanex16_b32 v5, v1, m0, s2
-// GFX10: encoding: [0x05,0x00,0x78,0xd7,0x01,0xf9,0x08,0x00]
+// GFX10: v_permlanex16_b32 v5, v1, m0, s2        ; encoding: [0x05,0x00,0x78,0xd7,0x01,0xf9,0x08,0x00]
 
 v_permlanex16_b32 v5, v1, exec_lo, s2
-// GFX10: encoding: [0x05,0x00,0x78,0xd7,0x01,0xfd,0x08,0x00]
+// GFX10: v_permlanex16_b32 v5, v1, exec_lo, s2   ; encoding: [0x05,0x00,0x78,0xd7,0x01,0xfd,0x08,0x00]
 
 v_permlanex16_b32 v5, v1, exec_hi, s2
-// GFX10: encoding: [0x05,0x00,0x78,0xd7,0x01,0xff,0x08,0x00]
+// GFX10: v_permlanex16_b32 v5, v1, exec_hi, s2   ; encoding: [0x05,0x00,0x78,0xd7,0x01,0xff,0x08,0x00]
 
 v_permlanex16_b32 v5, v1, s103, s3
-// GFX10: encoding: [0x05,0x00,0x78,0xd7,0x01,0xcf,0x0c,0x00]
+// GFX10: v_permlanex16_b32 v5, v1, s103, s3      ; encoding: [0x05,0x00,0x78,0xd7,0x01,0xcf,0x0c,0x00]
 
 v_permlanex16_b32 v5, v1, vcc_lo, s3
-// GFX10: encoding: [0x05,0x00,0x78,0xd7,0x01,0xd5,0x0c,0x00]
+// GFX10: v_permlanex16_b32 v5, v1, vcc_lo, s3    ; encoding: [0x05,0x00,0x78,0xd7,0x01,0xd5,0x0c,0x00]
 
 v_permlanex16_b32 v5, v1, vcc_hi, s3
-// GFX10: encoding: [0x05,0x00,0x78,0xd7,0x01,0xd7,0x0c,0x00]
+// GFX10: v_permlanex16_b32 v5, v1, vcc_hi, s3    ; encoding: [0x05,0x00,0x78,0xd7,0x01,0xd7,0x0c,0x00]
 
 v_permlanex16_b32 v5, v1, ttmp11, s3
-// GFX10: encoding: [0x05,0x00,0x78,0xd7,0x01,0xef,0x0c,0x00]
+// GFX10: v_permlanex16_b32 v5, v1, ttmp11, s3    ; encoding: [0x05,0x00,0x78,0xd7,0x01,0xef,0x0c,0x00]
 
 v_permlanex16_b32 v5, v1, m0, s3
-// GFX10: encoding: [0x05,0x00,0x78,0xd7,0x01,0xf9,0x0c,0x00]
+// GFX10: v_permlanex16_b32 v5, v1, m0, s3        ; encoding: [0x05,0x00,0x78,0xd7,0x01,0xf9,0x0c,0x00]
 
 v_permlanex16_b32 v5, v1, exec_lo, s3
-// GFX10: encoding: [0x05,0x00,0x78,0xd7,0x01,0xfd,0x0c,0x00]
+// GFX10: v_permlanex16_b32 v5, v1, exec_lo, s3   ; encoding: [0x05,0x00,0x78,0xd7,0x01,0xfd,0x0c,0x00]
 
 v_permlanex16_b32 v5, v1, exec_hi, s3
-// GFX10: encoding: [0x05,0x00,0x78,0xd7,0x01,0xff,0x0c,0x00]
+// GFX10: v_permlanex16_b32 v5, v1, exec_hi, s3   ; encoding: [0x05,0x00,0x78,0xd7,0x01,0xff,0x0c,0x00]
 
 v_permlanex16_b32 v5, v1, 0, s3
-// GFX10: encoding: [0x05,0x00,0x78,0xd7,0x01,0x01,0x0d,0x00]
+// GFX10: v_permlanex16_b32 v5, v1, 0, s3         ; encoding: [0x05,0x00,0x78,0xd7,0x01,0x01,0x0d,0x00]
 
 v_permlanex16_b32 v5, v1, -1, s3
-// GFX10: encoding: [0x05,0x00,0x78,0xd7,0x01,0x83,0x0d,0x00]
+// GFX10: v_permlanex16_b32 v5, v1, -1, s3        ; encoding: [0x05,0x00,0x78,0xd7,0x01,0x83,0x0d,0x00]
 
 v_permlanex16_b32 v5, v1, 0.5, s3
-// GFX10: encoding: [0x05,0x00,0x78,0xd7,0x01,0xe1,0x0d,0x00]
+// GFX10: v_permlanex16_b32 v5, v1, 0.5, s3       ; encoding: [0x05,0x00,0x78,0xd7,0x01,0xe1,0x0d,0x00]
 
 v_permlanex16_b32 v5, v1, -4.0, s3
-// GFX10: encoding: [0x05,0x00,0x78,0xd7,0x01,0xef,0x0d,0x00]
+// GFX10: v_permlanex16_b32 v5, v1, -4.0, s3      ; encoding: [0x05,0x00,0x78,0xd7,0x01,0xef,0x0d,0x00]
 
 v_permlanex16_b32 v5, v1, 0xaf123456, s3
-// GFX10: encoding: [0x05,0x00,0x78,0xd7,0x01,0xff,0x0d,0x00,0x56,0x34,0x12,0xaf]
+// GFX10: v_permlanex16_b32 v5, v1, 0xaf123456, s3 ; encoding: [0x05,0x00,0x78,0xd7,0x01,0xff,0x0d,0x00,0x56,0x34,0x12,0xaf]
 
 v_permlanex16_b32 v5, v1, s2, s103
-// GFX10: encoding: [0x05,0x00,0x78,0xd7,0x01,0x05,0x9c,0x01]
+// GFX10: v_permlanex16_b32 v5, v1, s2, s103      ; encoding: [0x05,0x00,0x78,0xd7,0x01,0x05,0x9c,0x01]
 
 v_permlanex16_b32 v5, v1, s2, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x78,0xd7,0x01,0x05,0xa8,0x01]
+// GFX10: v_permlanex16_b32 v5, v1, s2, vcc_lo    ; encoding: [0x05,0x00,0x78,0xd7,0x01,0x05,0xa8,0x01]
 
 v_permlanex16_b32 v5, v1, s2, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x78,0xd7,0x01,0x05,0xac,0x01]
+// GFX10: v_permlanex16_b32 v5, v1, s2, vcc_hi    ; encoding: [0x05,0x00,0x78,0xd7,0x01,0x05,0xac,0x01]
 
 v_permlanex16_b32 v5, v1, s2, ttmp11
-// GFX10: encoding: [0x05,0x00,0x78,0xd7,0x01,0x05,0xdc,0x01]
+// GFX10: v_permlanex16_b32 v5, v1, s2, ttmp11    ; encoding: [0x05,0x00,0x78,0xd7,0x01,0x05,0xdc,0x01]
 
 v_permlanex16_b32 v5, v1, s2, m0
-// GFX10: encoding: [0x05,0x00,0x78,0xd7,0x01,0x05,0xf0,0x01]
+// GFX10: v_permlanex16_b32 v5, v1, s2, m0        ; encoding: [0x05,0x00,0x78,0xd7,0x01,0x05,0xf0,0x01]
 
 v_permlanex16_b32 v5, v1, s2, exec_lo
-// GFX10: encoding: [0x05,0x00,0x78,0xd7,0x01,0x05,0xf8,0x01]
+// GFX10: v_permlanex16_b32 v5, v1, s2, exec_lo   ; encoding: [0x05,0x00,0x78,0xd7,0x01,0x05,0xf8,0x01]
 
 v_permlanex16_b32 v5, v1, s2, exec_hi
-// GFX10: encoding: [0x05,0x00,0x78,0xd7,0x01,0x05,0xfc,0x01]
+// GFX10: v_permlanex16_b32 v5, v1, s2, exec_hi   ; encoding: [0x05,0x00,0x78,0xd7,0x01,0x05,0xfc,0x01]
 
 v_permlanex16_b32 v5, v1, s2, 0
-// GFX10: encoding: [0x05,0x00,0x78,0xd7,0x01,0x05,0x00,0x02]
+// GFX10: v_permlanex16_b32 v5, v1, s2, 0         ; encoding: [0x05,0x00,0x78,0xd7,0x01,0x05,0x00,0x02]
 
 v_permlanex16_b32 v5, v1, s2, -1
-// GFX10: encoding: [0x05,0x00,0x78,0xd7,0x01,0x05,0x04,0x03]
+// GFX10: v_permlanex16_b32 v5, v1, s2, -1        ; encoding: [0x05,0x00,0x78,0xd7,0x01,0x05,0x04,0x03]
 
 v_permlanex16_b32 v5, v1, s2, 0.5
-// GFX10: encoding: [0x05,0x00,0x78,0xd7,0x01,0x05,0xc0,0x03]
+// GFX10: v_permlanex16_b32 v5, v1, s2, 0.5       ; encoding: [0x05,0x00,0x78,0xd7,0x01,0x05,0xc0,0x03]
 
 v_permlanex16_b32 v5, v1, s2, -4.0
-// GFX10: encoding: [0x05,0x00,0x78,0xd7,0x01,0x05,0xdc,0x03]
+// GFX10: v_permlanex16_b32 v5, v1, s2, -4.0      ; encoding: [0x05,0x00,0x78,0xd7,0x01,0x05,0xdc,0x03]
 
 v_permlanex16_b32 v5, v1, s2, 0xaf123456
-// GFX10: encoding: [0x05,0x00,0x78,0xd7,0x01,0x05,0xfc,0x03,0x56,0x34,0x12,0xaf]
+// GFX10: v_permlanex16_b32 v5, v1, s2, 0xaf123456 ; encoding: [0x05,0x00,0x78,0xd7,0x01,0x05,0xfc,0x03,0x56,0x34,0x12,0xaf]
 
 v_permlanex16_b32 v5, v1, 0x12345678, 0x12345678
-// GFX10: encoding: [0x05,0x00,0x78,0xd7,0x01,0xff,0xfd,0x03,0x78,0x56,0x34,0x12]
+// GFX10: v_permlanex16_b32 v5, v1, 0x12345678, 0x12345678 ; encoding: [0x05,0x00,0x78,0xd7,0x01,0xff,0xfd,0x03,0x78,0x56,0x34,0x12]
 
 v_permlanex16_b32 v5, v1, s2, s3 op_sel:[1,0]
-// GFX10: encoding: [0x05,0x08,0x78,0xd7,0x01,0x05,0x0c,0x00]
+// GFX10: v_permlanex16_b32 v5, v1, s2, s3 op_sel:[1,0] ; encoding: [0x05,0x08,0x78,0xd7,0x01,0x05,0x0c,0x00]
 
 v_permlanex16_b32 v5, v1, s2, s3 op_sel:[1,1]
-// GFX10: encoding: [0x05,0x18,0x78,0xd7,0x01,0x05,0x0c,0x00]
+// GFX10: v_permlanex16_b32 v5, v1, s2, s3 op_sel:[1,1] ; encoding: [0x05,0x18,0x78,0xd7,0x01,0x05,0x0c,0x00]
 
 v_permlanex16_b32 v5, v1, s2, s3 op_sel:[0,1]
-// GFX10: encoding: [0x05,0x10,0x78,0xd7,0x01,0x05,0x0c,0x00]
+// GFX10: v_permlanex16_b32 v5, v1, s2, s3 op_sel:[0,1] ; encoding: [0x05,0x10,0x78,0xd7,0x01,0x05,0x0c,0x00]
 
 v_permlanex16_b32 v5, v1, s2, s3 op_sel:[0, 0, 0, 1]
-// GFX10-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: invalid op_sel operand
+// GFX10-ERR: :[[@LINE-1]]:34: error: invalid op_sel operand
 
 v_permlanex16_b32 v5, v1, s2, s3 op_sel:[0, 0, 1, 0]
-// GFX10-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: invalid op_sel operand
+// GFX10-ERR: :[[@LINE-1]]:34: error: invalid op_sel operand
 
 v_add_nc_i32 v5, v1, v2
-// GFX10: encoding: [0x05,0x00,0x7f,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_add_nc_i32 v5, v1, v2                 ; encoding: [0x05,0x00,0x7f,0xd7,0x01,0x05,0x02,0x00]
 
 v_add_nc_i32 v255, v1, v2
-// GFX10: encoding: [0xff,0x00,0x7f,0xd7,0x01,0x05,0x02,0x00]
+// GFX10: v_add_nc_i32 v255, v1, v2               ; encoding: [0xff,0x00,0x7f,0xd7,0x01,0x05,0x02,0x00]
 
 v_add_nc_i32 v5, v255, v2
-// GFX10: encoding: [0x05,0x00,0x7f,0xd7,0xff,0x05,0x02,0x00]
+// GFX10: v_add_nc_i32 v5, v255, v2               ; encoding: [0x05,0x00,0x7f,0xd7,0xff,0x05,0x02,0x00]
 
 v_add_nc_i32 v5, s1, v2
-// GFX10: encoding: [0x05,0x00,0x7f,0xd7,0x01,0x04,0x02,0x00]
+// GFX10: v_add_nc_i32 v5, s1, v2                 ; encoding: [0x05,0x00,0x7f,0xd7,0x01,0x04,0x02,0x00]
 
 v_add_nc_i32 v5, s103, v2
-// GFX10: encoding: [0x05,0x00,0x7f,0xd7,0x67,0x04,0x02,0x00]
+// GFX10: v_add_nc_i32 v5, s103, v2               ; encoding: [0x05,0x00,0x7f,0xd7,0x67,0x04,0x02,0x00]
 
 v_add_nc_i32 v5, vcc_lo, v2
-// GFX10: encoding: [0x05,0x00,0x7f,0xd7,0x6a,0x04,0x02,0x00]
+// GFX10: v_add_nc_i32 v5, vcc_lo, v2             ; encoding: [0x05,0x00,0x7f,0xd7,0x6a,0x04,0x02,0x00]
 
 v_add_nc_i32 v5, vcc_hi, v2
-// GFX10: encoding: [0x05,0x00,0x7f,0xd7,0x6b,0x04,0x02,0x00]
+// GFX10: v_add_nc_i32 v5, vcc_hi, v2             ; encoding: [0x05,0x00,0x7f,0xd7,0x6b,0x04,0x02,0x00]
 
 v_add_nc_i32 v5, ttmp11, v2
-// GFX10: encoding: [0x05,0x00,0x7f,0xd7,0x77,0x04,0x02,0x00]
+// GFX10: v_add_nc_i32 v5, ttmp11, v2             ; encoding: [0x05,0x00,0x7f,0xd7,0x77,0x04,0x02,0x00]
 
 v_add_nc_i32 v5, m0, v2
-// GFX10: encoding: [0x05,0x00,0x7f,0xd7,0x7c,0x04,0x02,0x00]
+// GFX10: v_add_nc_i32 v5, m0, v2                 ; encoding: [0x05,0x00,0x7f,0xd7,0x7c,0x04,0x02,0x00]
 
 v_add_nc_i32 v5, exec_lo, v2
-// GFX10: encoding: [0x05,0x00,0x7f,0xd7,0x7e,0x04,0x02,0x00]
+// GFX10: v_add_nc_i32 v5, exec_lo, v2            ; encoding: [0x05,0x00,0x7f,0xd7,0x7e,0x04,0x02,0x00]
 
 v_add_nc_i32 v5, exec_hi, v2
-// GFX10: encoding: [0x05,0x00,0x7f,0xd7,0x7f,0x04,0x02,0x00]
+// GFX10: v_add_nc_i32 v5, exec_hi, v2            ; encoding: [0x05,0x00,0x7f,0xd7,0x7f,0x04,0x02,0x00]
 
 v_add_nc_i32 v5, 0, v2
-// GFX10: encoding: [0x05,0x00,0x7f,0xd7,0x80,0x04,0x02,0x00]
+// GFX10: v_add_nc_i32 v5, 0, v2                  ; encoding: [0x05,0x00,0x7f,0xd7,0x80,0x04,0x02,0x00]
 
 v_add_nc_i32 v5, -1, v2
-// GFX10: encoding: [0x05,0x00,0x7f,0xd7,0xc1,0x04,0x02,0x00]
+// GFX10: v_add_nc_i32 v5, -1, v2                 ; encoding: [0x05,0x00,0x7f,0xd7,0xc1,0x04,0x02,0x00]
 
 v_add_nc_i32 v5, 0.5, v2
-// GFX10: encoding: [0x05,0x00,0x7f,0xd7,0xf0,0x04,0x02,0x00]
+// GFX10: v_add_nc_i32 v5, 0.5, v2                ; encoding: [0x05,0x00,0x7f,0xd7,0xf0,0x04,0x02,0x00]
 
 v_add_nc_i32 v5, -4.0, v2
-// GFX10: encoding: [0x05,0x00,0x7f,0xd7,0xf7,0x04,0x02,0x00]
+// GFX10: v_add_nc_i32 v5, -4.0, v2               ; encoding: [0x05,0x00,0x7f,0xd7,0xf7,0x04,0x02,0x00]
 
 v_add_nc_i32 v5, v1, v255
-// GFX10: encoding: [0x05,0x00,0x7f,0xd7,0x01,0xff,0x03,0x00]
+// GFX10: v_add_nc_i32 v5, v1, v255               ; encoding: [0x05,0x00,0x7f,0xd7,0x01,0xff,0x03,0x00]
 
 v_add_nc_i32 v5, v1, s2
-// GFX10: encoding: [0x05,0x00,0x7f,0xd7,0x01,0x05,0x00,0x00]
+// GFX10: v_add_nc_i32 v5, v1, s2                 ; encoding: [0x05,0x00,0x7f,0xd7,0x01,0x05,0x00,0x00]
 
 v_add_nc_i32 v5, v1, s103
-// GFX10: encoding: [0x05,0x00,0x7f,0xd7,0x01,0xcf,0x00,0x00]
+// GFX10: v_add_nc_i32 v5, v1, s103               ; encoding: [0x05,0x00,0x7f,0xd7,0x01,0xcf,0x00,0x00]
 
 v_add_nc_i32 v5, v1, vcc_lo
-// GFX10: encoding: [0x05,0x00,0x7f,0xd7,0x01,0xd5,0x00,0x00]
+// GFX10: v_add_nc_i32 v5, v1, vcc_lo             ; encoding: [0x05,0x00,0x7f,0xd7,0x01,0xd5,0x00,0x00]
 
 v_add_nc_i32 v5, v1, vcc_hi
-// GFX10: encoding: [0x05,0x00,0x7f,0xd7,0x01,0xd7,0x00,0x00]
+// GFX10: v_add_nc_i32 v5, v1, vcc_hi             ; encoding: [0x05,0x00,0x7f,0xd7,0x01,0xd7,0x00,0x00]
 
 v_add_nc_i32 v5, v1, ttmp11
-// GFX10: encoding: [0x05,0x00,0x7f,0xd7,0x01,0xef,0x00,0x00]
+// GFX10: v_add_nc_i32 v5, v1, ttmp11             ; encoding: [0x05,0x00,0x7f,0xd7,0x01,0xef,0x00,0x00]
 
 v_add_nc_i32 v5, v1, m0
-// GFX10: encoding: [0x05,0x00,0x7f,0xd7,0x01,0xf9,0x00,0x00]
+// GFX10: v_add_nc_i32 v5, v1, m0                 ; encoding: [0x05,0x00,0x7f,0xd7,0x01,0xf9,0x00,0x00]
 
 v_add_nc_i32 v5, v1, exec_lo
-// GFX10: encoding: [0x05,0x00,0x7f,0xd7,0x01,0xfd,0x00,0x00]
+// GFX10: v_add_nc_i32 v5, v1, exec_lo            ; encoding: [0x05,0x00,0x7f,0xd7,0x01,0xfd,0x00,0x00]
 
 v_add_nc_i32 v5, v1, exec_hi
-// GFX10: encoding: [0x05,0x00,0x7f,0xd7,0x01,0xff,0x00,0x00]
+// GFX10: v_add_nc_i32 v5, v1, exec_hi            ; encoding: [0x05,0x00,0x7f,0xd7,0x01,0xff,0x00,0x00]
 
 v_add_nc_i32 v5, v1, 0
-// GFX10: encoding: [0x05,0x00,0x7f,0xd7,0x01,0x01,0x01,0x00]
+// GFX10: v_add_nc_i32 v5, v1, 0                  ; encoding: [0x05,0x00,0x7f,0xd7,0x01,0x01,0x01,0x00]
 
 v_add_nc_i32 v5, v1, -1
-// GFX10: encoding: [0x05,0x00,0x7f,0xd7,0x01,0x83,0x01,0x00]
+// GFX10: v_add_nc_i32 v5, v1, -1                 ; encoding: [0x05,0x00,0x7f,0xd7,0x01,0x83,0x01,0x00]
 
 v_add_nc_i32 v5, v1, 0.5
-// GFX10: encoding: [0x05,0x00,0x7f,0xd7,0x01,0xe1,0x01,0x00]
+// GFX10: v_add_nc_i32 v5, v1, 0.5                ; encoding: [0x05,0x00,0x7f,0xd7,0x01,0xe1,0x01,0x00]
 
 v_add_nc_i32 v5, v1, -4.0
-// GFX10: encoding: [0x05,0x00,0x7f,0xd7,0x01,0xef,0x01,0x00]
+// GFX10: v_add_nc_i32 v5, v1, -4.0               ; encoding: [0x05,0x00,0x7f,0xd7,0x01,0xef,0x01,0x00]
 
 v_add_nc_i32 v5, v1, -4.0 clamp
-// GFX10: v_add_nc_i32 v5, v1, -4.0 clamp ; encoding: [0x05,0x80,0x7f,0xd7,0x01,0xef,0x01,0x00]
+// GFX10: v_add_nc_i32 v5, v1, -4.0 clamp         ; encoding: [0x05,0x80,0x7f,0xd7,0x01,0xef,0x01,0x00]
 
 //===----------------------------------------------------------------------===//
 // ENC_VOP3 INTERP.
 //===----------------------------------------------------------------------===//
 
 v_interp_p1_f32_e64 v5, v2, attr0.x
-// GFX10: v_interp_p1_f32_e64 v5, v2, attr0.x ; encoding: [0x05,0x00,0x00,0xd6,0x00,0x04,0x02,0x00]
+// GFX10: v_interp_p1_f32_e64 v5, v2, attr0.x     ; encoding: [0x05,0x00,0x00,0xd6,0x00,0x04,0x02,0x00]
 
 v_interp_p1_f32_e64 v255, v2, attr0.x
-// GFX10: v_interp_p1_f32_e64 v255, v2, attr0.x ; encoding: [0xff,0x00,0x00,0xd6,0x00,0x04,0x02,0x00]
+// GFX10: v_interp_p1_f32_e64 v255, v2, attr0.x   ; encoding: [0xff,0x00,0x00,0xd6,0x00,0x04,0x02,0x00]
 
 v_interp_p1_f32_e64 v5, v2, attr1.x
-// GFX10: v_interp_p1_f32_e64 v5, v2, attr1.x ; encoding: [0x05,0x00,0x00,0xd6,0x01,0x04,0x02,0x00]
+// GFX10: v_interp_p1_f32_e64 v5, v2, attr1.x     ; encoding: [0x05,0x00,0x00,0xd6,0x01,0x04,0x02,0x00]
 
 v_interp_p1_f32_e64 v5, v2, attr31.x
-// GFX10: v_interp_p1_f32_e64 v5, v2, attr31.x ; encoding: [0x05,0x00,0x00,0xd6,0x1f,0x04,0x02,0x00]
+// GFX10: v_interp_p1_f32_e64 v5, v2, attr31.x    ; encoding: [0x05,0x00,0x00,0xd6,0x1f,0x04,0x02,0x00]
 
 v_interp_p1_f32_e64 v5, v2, attr32.x
-// GFX10: v_interp_p1_f32_e64 v5, v2, attr32.x ; encoding: [0x05,0x00,0x00,0xd6,0x20,0x04,0x02,0x00]
+// GFX10: v_interp_p1_f32_e64 v5, v2, attr32.x    ; encoding: [0x05,0x00,0x00,0xd6,0x20,0x04,0x02,0x00]
 
 v_interp_p1_f32_e64 v5, v255, attr0.x
-// GFX10: v_interp_p1_f32_e64 v5, v255, attr0.x ; encoding: [0x05,0x00,0x00,0xd6,0x00,0xfe,0x03,0x00]
+// GFX10: v_interp_p1_f32_e64 v5, v255, attr0.x   ; encoding: [0x05,0x00,0x00,0xd6,0x00,0xfe,0x03,0x00]
 
 v_interp_p1_f32_e64 v5, -v2, attr0.x
-// GFX10: v_interp_p1_f32_e64 v5, -v2, attr0.x ; encoding: [0x05,0x00,0x00,0xd6,0x00,0x04,0x02,0x40]
+// GFX10: v_interp_p1_f32_e64 v5, -v2, attr0.x    ; encoding: [0x05,0x00,0x00,0xd6,0x00,0x04,0x02,0x40]
 
 v_interp_p1_f32_e64 v5, |v2|, attr0.x
-// GFX10: v_interp_p1_f32_e64 v5, |v2|, attr0.x ; encoding: [0x05,0x02,0x00,0xd6,0x00,0x04,0x02,0x00]
+// GFX10: v_interp_p1_f32_e64 v5, |v2|, attr0.x   ; encoding: [0x05,0x02,0x00,0xd6,0x00,0x04,0x02,0x00]
 
 v_interp_p1_f32_e64 v5, v2, attr0.y
-// GFX10: v_interp_p1_f32_e64 v5, v2, attr0.y ; encoding: [0x05,0x00,0x00,0xd6,0x40,0x04,0x02,0x00]
+// GFX10: v_interp_p1_f32_e64 v5, v2, attr0.y     ; encoding: [0x05,0x00,0x00,0xd6,0x40,0x04,0x02,0x00]
 
 v_interp_p1_f32_e64 v5, v2, attr0.z
-// GFX10: v_interp_p1_f32_e64 v5, v2, attr0.z ; encoding: [0x05,0x00,0x00,0xd6,0x80,0x04,0x02,0x00]
+// GFX10: v_interp_p1_f32_e64 v5, v2, attr0.z     ; encoding: [0x05,0x00,0x00,0xd6,0x80,0x04,0x02,0x00]
 
 v_interp_p1_f32_e64 v5, v2, attr0.w
-// GFX10: v_interp_p1_f32_e64 v5, v2, attr0.w ; encoding: [0x05,0x00,0x00,0xd6,0xc0,0x04,0x02,0x00]
+// GFX10: v_interp_p1_f32_e64 v5, v2, attr0.w     ; encoding: [0x05,0x00,0x00,0xd6,0xc0,0x04,0x02,0x00]
 
 v_interp_p1_f32_e64 v5, v2, attr0.x clamp
 // GFX10: v_interp_p1_f32_e64 v5, v2, attr0.x clamp ; encoding: [0x05,0x80,0x00,0xd6,0x00,0x04,0x02,0x00]
@@ -13174,37 +13175,37 @@ v_interp_p1_f32_e64 v5, v2, attr0.x div:2
 // GFX10: v_interp_p1_f32_e64 v5, v2, attr0.x div:2 ; encoding: [0x05,0x00,0x00,0xd6,0x00,0x04,0x02,0x18]
 
 v_interp_p2_f32_e64 v5, v2, attr0.x
-// GFX10: v_interp_p2_f32_e64 v5, v2, attr0.x ; encoding: [0x05,0x00,0x01,0xd6,0x00,0x04,0x02,0x00]
+// GFX10: v_interp_p2_f32_e64 v5, v2, attr0.x     ; encoding: [0x05,0x00,0x01,0xd6,0x00,0x04,0x02,0x00]
 
 v_interp_p2_f32_e64 v255, v2, attr0.x
-// GFX10: v_interp_p2_f32_e64 v255, v2, attr0.x ; encoding: [0xff,0x00,0x01,0xd6,0x00,0x04,0x02,0x00]
+// GFX10: v_interp_p2_f32_e64 v255, v2, attr0.x   ; encoding: [0xff,0x00,0x01,0xd6,0x00,0x04,0x02,0x00]
 
 v_interp_p2_f32_e64 v5, v2, attr1.x
-// GFX10: v_interp_p2_f32_e64 v5, v2, attr1.x ; encoding: [0x05,0x00,0x01,0xd6,0x01,0x04,0x02,0x00]
+// GFX10: v_interp_p2_f32_e64 v5, v2, attr1.x     ; encoding: [0x05,0x00,0x01,0xd6,0x01,0x04,0x02,0x00]
 
 v_interp_p2_f32_e64 v5, v2, attr31.x
-// GFX10: v_interp_p2_f32_e64 v5, v2, attr31.x ; encoding: [0x05,0x00,0x01,0xd6,0x1f,0x04,0x02,0x00]
+// GFX10: v_interp_p2_f32_e64 v5, v2, attr31.x    ; encoding: [0x05,0x00,0x01,0xd6,0x1f,0x04,0x02,0x00]
 
 v_interp_p2_f32_e64 v5, v2, attr32.x
-// GFX10: v_interp_p2_f32_e64 v5, v2, attr32.x ; encoding: [0x05,0x00,0x01,0xd6,0x20,0x04,0x02,0x00]
+// GFX10: v_interp_p2_f32_e64 v5, v2, attr32.x    ; encoding: [0x05,0x00,0x01,0xd6,0x20,0x04,0x02,0x00]
 
 v_interp_p2_f32_e64 v5, v255, attr0.x
-// GFX10: v_interp_p2_f32_e64 v5, v255, attr0.x ; encoding: [0x05,0x00,0x01,0xd6,0x00,0xfe,0x03,0x00]
+// GFX10: v_interp_p2_f32_e64 v5, v255, attr0.x   ; encoding: [0x05,0x00,0x01,0xd6,0x00,0xfe,0x03,0x00]
 
 v_interp_p2_f32_e64 v5, -v2, attr0.x
-// GFX10: v_interp_p2_f32_e64 v5, -v2, attr0.x ; encoding: [0x05,0x00,0x01,0xd6,0x00,0x04,0x02,0x40]
+// GFX10: v_interp_p2_f32_e64 v5, -v2, attr0.x    ; encoding: [0x05,0x00,0x01,0xd6,0x00,0x04,0x02,0x40]
 
 v_interp_p2_f32_e64 v5, |v2|, attr0.x
-// GFX10: v_interp_p2_f32_e64 v5, |v2|, attr0.x ; encoding: [0x05,0x02,0x01,0xd6,0x00,0x04,0x02,0x00]
+// GFX10: v_interp_p2_f32_e64 v5, |v2|, attr0.x   ; encoding: [0x05,0x02,0x01,0xd6,0x00,0x04,0x02,0x00]
 
 v_interp_p2_f32_e64 v5, v2, attr0.y
-// GFX10: v_interp_p2_f32_e64 v5, v2, attr0.y ; encoding: [0x05,0x00,0x01,0xd6,0x40,0x04,0x02,0x00]
+// GFX10: v_interp_p2_f32_e64 v5, v2, attr0.y     ; encoding: [0x05,0x00,0x01,0xd6,0x40,0x04,0x02,0x00]
 
 v_interp_p2_f32_e64 v5, v2, attr0.z
-// GFX10: v_interp_p2_f32_e64 v5, v2, attr0.z ; encoding: [0x05,0x00,0x01,0xd6,0x80,0x04,0x02,0x00]
+// GFX10: v_interp_p2_f32_e64 v5, v2, attr0.z     ; encoding: [0x05,0x00,0x01,0xd6,0x80,0x04,0x02,0x00]
 
 v_interp_p2_f32_e64 v5, v2, attr0.w
-// GFX10: v_interp_p2_f32_e64 v5, v2, attr0.w ; encoding: [0x05,0x00,0x01,0xd6,0xc0,0x04,0x02,0x00]
+// GFX10: v_interp_p2_f32_e64 v5, v2, attr0.w     ; encoding: [0x05,0x00,0x01,0xd6,0xc0,0x04,0x02,0x00]
 
 v_interp_p2_f32_e64 v5, v2, attr0.x clamp
 // GFX10: v_interp_p2_f32_e64 v5, v2, attr0.x clamp ; encoding: [0x05,0x80,0x01,0xd6,0x00,0x04,0x02,0x00]
@@ -13219,34 +13220,34 @@ v_interp_p2_f32_e64 v5, v2, attr0.x div:2
 // GFX10: v_interp_p2_f32_e64 v5, v2, attr0.x div:2 ; encoding: [0x05,0x00,0x01,0xd6,0x00,0x04,0x02,0x18]
 
 v_interp_mov_f32_e64 v5, p10, attr0.x
-// GFX10: v_interp_mov_f32_e64 v5, p10, attr0.x ; encoding: [0x05,0x00,0x02,0xd6,0x00,0x00,0x00,0x00]
+// GFX10: v_interp_mov_f32_e64 v5, p10, attr0.x   ; encoding: [0x05,0x00,0x02,0xd6,0x00,0x00,0x00,0x00]
 
 v_interp_mov_f32_e64 v255, p10, attr0.x
 // GFX10: v_interp_mov_f32_e64 v255, p10, attr0.x ; encoding: [0xff,0x00,0x02,0xd6,0x00,0x00,0x00,0x00]
 
 v_interp_mov_f32_e64 v5, p10, attr1.x
-// GFX10: v_interp_mov_f32_e64 v5, p10, attr1.x ; encoding: [0x05,0x00,0x02,0xd6,0x01,0x00,0x00,0x00]
+// GFX10: v_interp_mov_f32_e64 v5, p10, attr1.x   ; encoding: [0x05,0x00,0x02,0xd6,0x01,0x00,0x00,0x00]
 
 v_interp_mov_f32_e64 v5, p10, attr31.x
-// GFX10: v_interp_mov_f32_e64 v5, p10, attr31.x ; encoding: [0x05,0x00,0x02,0xd6,0x1f,0x00,0x00,0x00]
+// GFX10: v_interp_mov_f32_e64 v5, p10, attr31.x  ; encoding: [0x05,0x00,0x02,0xd6,0x1f,0x00,0x00,0x00]
 
 v_interp_mov_f32_e64 v5, p10, attr32.x
-// GFX10: v_interp_mov_f32_e64 v5, p10, attr32.x ; encoding: [0x05,0x00,0x02,0xd6,0x20,0x00,0x00,0x00]
+// GFX10: v_interp_mov_f32_e64 v5, p10, attr32.x  ; encoding: [0x05,0x00,0x02,0xd6,0x20,0x00,0x00,0x00]
 
 v_interp_mov_f32_e64 v5, p20, attr0.x
-// GFX10: v_interp_mov_f32_e64 v5, p20, attr0.x ; encoding: [0x05,0x00,0x02,0xd6,0x00,0x02,0x00,0x00]
+// GFX10: v_interp_mov_f32_e64 v5, p20, attr0.x   ; encoding: [0x05,0x00,0x02,0xd6,0x00,0x02,0x00,0x00]
 
 v_interp_mov_f32_e64 v5, p0, attr0.x
-// GFX10: v_interp_mov_f32_e64 v5, p0, attr0.x ; encoding: [0x05,0x00,0x02,0xd6,0x00,0x04,0x00,0x00]
+// GFX10: v_interp_mov_f32_e64 v5, p0, attr0.x    ; encoding: [0x05,0x00,0x02,0xd6,0x00,0x04,0x00,0x00]
 
 v_interp_mov_f32_e64 v5, p10, attr0.y
-// GFX10: v_interp_mov_f32_e64 v5, p10, attr0.y ; encoding: [0x05,0x00,0x02,0xd6,0x40,0x00,0x00,0x00]
+// GFX10: v_interp_mov_f32_e64 v5, p10, attr0.y   ; encoding: [0x05,0x00,0x02,0xd6,0x40,0x00,0x00,0x00]
 
 v_interp_mov_f32_e64 v5, p10, attr0.z
-// GFX10: v_interp_mov_f32_e64 v5, p10, attr0.z ; encoding: [0x05,0x00,0x02,0xd6,0x80,0x00,0x00,0x00]
+// GFX10: v_interp_mov_f32_e64 v5, p10, attr0.z   ; encoding: [0x05,0x00,0x02,0xd6,0x80,0x00,0x00,0x00]
 
 v_interp_mov_f32_e64 v5, p10, attr0.w
-// GFX10: v_interp_mov_f32_e64 v5, p10, attr0.w ; encoding: [0x05,0x00,0x02,0xd6,0xc0,0x00,0x00,0x00]
+// GFX10: v_interp_mov_f32_e64 v5, p10, attr0.w   ; encoding: [0x05,0x00,0x02,0xd6,0xc0,0x00,0x00,0x00]
 
 v_interp_mov_f32_e64 v5, p10, attr0.x clamp
 // GFX10: v_interp_mov_f32_e64 v5, p10, attr0.x clamp ; encoding: [0x05,0x80,0x02,0xd6,0x00,0x00,0x00,0x00]

diff  --git a/llvm/test/MC/AMDGPU/gfx10_asm_vopc_e64.s b/llvm/test/MC/AMDGPU/gfx10_asm_vopc_e64.s
index afe4d3a4b62fb..e1dd05a2c6ad2 100644
--- a/llvm/test/MC/AMDGPU/gfx10_asm_vopc_e64.s
+++ b/llvm/test/MC/AMDGPU/gfx10_asm_vopc_e64.s
@@ -1,3 +1,4 @@
+// NOTE: Assertions have been autogenerated by utils/update_mc_test_checks.py UTC_ARGS: --version 6
 // RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize32 -show-encoding %s | FileCheck --check-prefix=W32 %s
 // RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize64 -show-encoding %s | FileCheck --check-prefix=W64 %s
 // RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize32 %s -filetype=null 2>&1 | FileCheck --check-prefix=W32-ERR --implicit-check-not=error: %s
@@ -8,21685 +9,21685 @@
 //===----------------------------------------------------------------------===//
 
 v_cmp_f_f32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x00,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f32_e64 s[10:11], v1, v2        ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_f_f32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x00,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f32_e64 s[12:13], v1, v2        ; encoding: [0x0c,0x00,0x00,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_f_f32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x00,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f32_e64 s[100:101], v1, v2      ; encoding: [0x64,0x00,0x00,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_f_f32_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0x00,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f32_e64 vcc, v1, v2             ; encoding: [0x6a,0x00,0x00,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_f_f32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x00,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f32_e64 s[10:11], v255, v2      ; encoding: [0x0a,0x00,0x00,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_f_f32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x00,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f32_e64 s[10:11], s1, v2        ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_f_f32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x00,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f32_e64 s[10:11], s101, v2      ; encoding: [0x0a,0x00,0x00,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_f_f32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x00,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f32_e64 s[10:11], vcc_lo, v2    ; encoding: [0x0a,0x00,0x00,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_f_f32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x00,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f32_e64 s[10:11], vcc_hi, v2    ; encoding: [0x0a,0x00,0x00,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_f_f32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x00,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f32_e64 s[10:11], m0, v2        ; encoding: [0x0a,0x00,0x00,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_f_f32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x00,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f32_e64 s[10:11], exec_lo, v2   ; encoding: [0x0a,0x00,0x00,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_f_f32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x00,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f32_e64 s[10:11], exec_hi, v2   ; encoding: [0x0a,0x00,0x00,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_f_f32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x00,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f32_e64 s[10:11], 0, v2         ; encoding: [0x0a,0x00,0x00,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_f_f32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x00,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f32_e64 s[10:11], -1, v2        ; encoding: [0x0a,0x00,0x00,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_f_f32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x00,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f32_e64 s[10:11], 0.5, v2       ; encoding: [0x0a,0x00,0x00,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_f_f32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x00,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f32_e64 s[10:11], -4.0, v2      ; encoding: [0x0a,0x00,0x00,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_f_f32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x00,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f32_e64 s[10:11], v1, v255      ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_f_f32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x00,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f32_e64 s[10:11], v1, s2        ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_f_f32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x00,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f32_e64 s[10:11], v1, s101      ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_f_f32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x00,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f32_e64 s[10:11], v1, vcc_lo    ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_f_f32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x00,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f32_e64 s[10:11], v1, vcc_hi    ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_f_f32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x00,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f32_e64 s[10:11], v1, m0        ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_f_f32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x00,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f32_e64 s[10:11], v1, exec_lo   ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_f_f32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x00,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f32_e64 s[10:11], v1, exec_hi   ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_f_f32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x00,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f32_e64 s[10:11], v1, 0         ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_f_f32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x00,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f32_e64 s[10:11], v1, -1        ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_f_f32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x00,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f32_e64 s[10:11], v1, 0.5       ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_f_f32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x00,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f32_e64 s[10:11], v1, -4.0      ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_f_f32_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0x00,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f32_e64 s[10:11], -v1, v2       ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_f_f32_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0x00,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f32_e64 s[10:11], v1, -v2       ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_f_f32_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0x00,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f32_e64 s[10:11], -v1, -v2      ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_f_f32_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0x00,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f32_e64 s[10:11], v1, v2 clamp  ; encoding: [0x0a,0x80,0x00,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_f_f32_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f32_e64 s10, v1, v2             ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f32_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x00,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f32_e64 s12, v1, v2             ; encoding: [0x0c,0x00,0x00,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f32_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x00,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f32_e64 s100, v1, v2            ; encoding: [0x64,0x00,0x00,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f32_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0x00,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f32_e64 vcc_lo, v1, v2          ; encoding: [0x6a,0x00,0x00,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f32_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f32_e64 s10, v255, v2           ; encoding: [0x0a,0x00,0x00,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f32_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f32_e64 s10, s1, v2             ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f32_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f32_e64 s10, s101, v2           ; encoding: [0x0a,0x00,0x00,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f32_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f32_e64 s10, vcc_lo, v2         ; encoding: [0x0a,0x00,0x00,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f32_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f32_e64 s10, vcc_hi, v2         ; encoding: [0x0a,0x00,0x00,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f32_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f32_e64 s10, m0, v2             ; encoding: [0x0a,0x00,0x00,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f32_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f32_e64 s10, exec_lo, v2        ; encoding: [0x0a,0x00,0x00,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f32_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f32_e64 s10, exec_hi, v2        ; encoding: [0x0a,0x00,0x00,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f32_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f32_e64 s10, 0, v2              ; encoding: [0x0a,0x00,0x00,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f32_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f32_e64 s10, -1, v2             ; encoding: [0x0a,0x00,0x00,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f32_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f32_e64 s10, 0.5, v2            ; encoding: [0x0a,0x00,0x00,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f32_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f32_e64 s10, -4.0, v2           ; encoding: [0x0a,0x00,0x00,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f32_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f32_e64 s10, v1, v255           ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f32_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f32_e64 s10, v1, s2             ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f32_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f32_e64 s10, v1, s101           ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f32_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f32_e64 s10, v1, vcc_lo         ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f32_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f32_e64 s10, v1, vcc_hi         ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f32_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f32_e64 s10, v1, m0             ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f32_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f32_e64 s10, v1, exec_lo        ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f32_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f32_e64 s10, v1, exec_hi        ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f32_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f32_e64 s10, v1, 0              ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f32_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f32_e64 s10, v1, -1             ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f32_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f32_e64 s10, v1, 0.5            ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f32_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f32_e64 s10, v1, -4.0           ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f32_e64 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f32_e64 s10, -v1, v2            ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f32_e64 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f32_e64 s10, v1, -v2            ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f32_e64 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f32_e64 s10, -v1, -v2           ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f32_e64 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x00,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f32_e64 s10, v1, v2 clamp       ; encoding: [0x0a,0x80,0x00,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_lt_f32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f32_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lt_f32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x01,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f32_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0x01,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lt_f32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x01,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f32_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0x01,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lt_f32_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0x01,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f32_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0x01,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lt_f32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x01,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f32_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0x01,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_lt_f32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x01,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f32_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_lt_f32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x01,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f32_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0x01,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_lt_f32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x01,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f32_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0x01,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_lt_f32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x01,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f32_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0x01,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_lt_f32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x01,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f32_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0x01,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_lt_f32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x01,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f32_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0x01,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_lt_f32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x01,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f32_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0x01,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_lt_f32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x01,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f32_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0x01,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_lt_f32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x01,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f32_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0x01,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_lt_f32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x01,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f32_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0x01,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_lt_f32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x01,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f32_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0x01,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_lt_f32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x01,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f32_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_lt_f32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f32_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_lt_f32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x01,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f32_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_lt_f32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x01,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f32_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_lt_f32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x01,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f32_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_lt_f32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x01,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f32_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_lt_f32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x01,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f32_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_lt_f32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x01,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f32_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_lt_f32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x01,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f32_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_lt_f32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x01,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f32_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_lt_f32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x01,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f32_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_lt_f32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x01,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f32_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_lt_f32_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f32_e64 s[10:11], -v1, v2      ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_lt_f32_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f32_e64 s[10:11], v1, -v2      ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_lt_f32_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f32_e64 s[10:11], -v1, -v2     ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_lt_f32_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0x01,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f32_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x01,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lt_f32_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f32_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f32_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x01,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f32_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0x01,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f32_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x01,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f32_e64 s100, v1, v2           ; encoding: [0x64,0x00,0x01,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f32_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0x01,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f32_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0x01,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f32_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f32_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0x01,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f32_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f32_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f32_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f32_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0x01,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f32_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f32_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0x01,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f32_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f32_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0x01,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f32_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f32_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0x01,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f32_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f32_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0x01,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f32_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f32_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0x01,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f32_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f32_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0x01,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f32_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f32_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0x01,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f32_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f32_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0x01,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f32_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f32_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0x01,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f32_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f32_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f32_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f32_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f32_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f32_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f32_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f32_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f32_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f32_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f32_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f32_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f32_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f32_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f32_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f32_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f32_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f32_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f32_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f32_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f32_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f32_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f32_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f32_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f32_e64 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f32_e64 s10, -v1, v2           ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f32_e64 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f32_e64 s10, v1, -v2           ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f32_e64 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f32_e64 s10, -v1, -v2          ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f32_e64 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x01,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f32_e64 s10, v1, v2 clamp      ; encoding: [0x0a,0x80,0x01,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f32_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_eq_f32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x02,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f32_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0x02,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_eq_f32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x02,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f32_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0x02,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_eq_f32_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0x02,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f32_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0x02,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_eq_f32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x02,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f32_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0x02,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_eq_f32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f32_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_eq_f32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x02,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f32_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0x02,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_eq_f32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x02,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f32_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0x02,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_eq_f32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x02,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f32_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0x02,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_eq_f32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x02,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f32_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0x02,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_eq_f32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x02,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f32_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0x02,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_eq_f32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x02,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f32_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0x02,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_eq_f32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x02,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f32_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0x02,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_eq_f32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x02,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f32_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0x02,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_eq_f32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x02,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f32_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0x02,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_eq_f32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x02,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f32_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0x02,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_eq_f32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f32_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_eq_f32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f32_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_eq_f32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f32_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_eq_f32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f32_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_eq_f32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f32_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_eq_f32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f32_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_eq_f32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f32_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_eq_f32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f32_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_eq_f32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f32_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_eq_f32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f32_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_eq_f32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f32_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_eq_f32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f32_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_eq_f32_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f32_e64 s[10:11], -v1, v2      ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_eq_f32_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f32_e64 s[10:11], v1, -v2      ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_eq_f32_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f32_e64 s[10:11], -v1, -v2     ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_eq_f32_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0x02,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f32_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x02,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_eq_f32_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f32_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f32_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x02,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f32_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0x02,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f32_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x02,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f32_e64 s100, v1, v2           ; encoding: [0x64,0x00,0x02,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f32_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0x02,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f32_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0x02,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f32_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f32_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0x02,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f32_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f32_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f32_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f32_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0x02,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f32_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f32_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0x02,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f32_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f32_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0x02,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f32_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f32_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0x02,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f32_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f32_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0x02,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f32_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f32_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0x02,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f32_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f32_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0x02,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f32_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f32_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0x02,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f32_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f32_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0x02,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f32_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f32_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0x02,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f32_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f32_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f32_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f32_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f32_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f32_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f32_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f32_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f32_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f32_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f32_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f32_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f32_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f32_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f32_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f32_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f32_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f32_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f32_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f32_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f32_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f32_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f32_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f32_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f32_e64 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f32_e64 s10, -v1, v2           ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f32_e64 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f32_e64 s10, v1, -v2           ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f32_e64 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f32_e64 s10, -v1, -v2          ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f32_e64 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x02,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f32_e64 s10, v1, v2 clamp      ; encoding: [0x0a,0x80,0x02,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f32_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_le_f32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x03,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f32_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0x03,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_le_f32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x03,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f32_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0x03,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_le_f32_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0x03,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f32_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0x03,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_le_f32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x03,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f32_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0x03,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_le_f32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f32_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_le_f32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x03,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f32_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0x03,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_le_f32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x03,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f32_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0x03,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_le_f32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x03,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f32_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0x03,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_le_f32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x03,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f32_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0x03,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_le_f32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x03,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f32_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0x03,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_le_f32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x03,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f32_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0x03,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_le_f32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x03,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f32_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0x03,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_le_f32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x03,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f32_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0x03,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_le_f32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x03,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f32_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0x03,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_le_f32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x03,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f32_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0x03,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_le_f32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f32_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_le_f32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f32_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_le_f32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f32_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_le_f32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f32_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_le_f32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f32_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_le_f32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f32_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_le_f32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f32_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_le_f32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f32_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_le_f32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f32_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_le_f32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f32_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_le_f32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f32_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_le_f32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f32_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_le_f32_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f32_e64 s[10:11], -v1, v2      ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_le_f32_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f32_e64 s[10:11], v1, -v2      ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_le_f32_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f32_e64 s[10:11], -v1, -v2     ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_le_f32_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0x03,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f32_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x03,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_le_f32_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f32_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f32_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x03,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f32_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0x03,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f32_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x03,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f32_e64 s100, v1, v2           ; encoding: [0x64,0x00,0x03,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f32_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0x03,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f32_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0x03,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f32_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f32_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0x03,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f32_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f32_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f32_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f32_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0x03,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f32_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f32_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0x03,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f32_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f32_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0x03,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f32_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f32_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0x03,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f32_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f32_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0x03,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f32_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f32_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0x03,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f32_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f32_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0x03,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f32_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f32_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0x03,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f32_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f32_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0x03,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f32_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f32_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0x03,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f32_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f32_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f32_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f32_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f32_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f32_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f32_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f32_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f32_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f32_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f32_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f32_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f32_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f32_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f32_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f32_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f32_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f32_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f32_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f32_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f32_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f32_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f32_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f32_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f32_e64 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f32_e64 s10, -v1, v2           ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f32_e64 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f32_e64 s10, v1, -v2           ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f32_e64 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f32_e64 s10, -v1, -v2          ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f32_e64 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x03,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f32_e64 s10, v1, v2 clamp      ; encoding: [0x0a,0x80,0x03,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f32_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_gt_f32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x04,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f32_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0x04,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_gt_f32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x04,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f32_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0x04,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_gt_f32_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0x04,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f32_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0x04,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_gt_f32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x04,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f32_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0x04,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_gt_f32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x04,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f32_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_gt_f32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x04,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f32_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0x04,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_gt_f32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x04,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f32_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0x04,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_gt_f32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x04,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f32_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0x04,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_gt_f32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x04,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f32_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0x04,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_gt_f32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x04,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f32_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0x04,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_gt_f32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x04,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f32_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0x04,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_gt_f32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x04,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f32_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0x04,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_gt_f32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x04,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f32_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0x04,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_gt_f32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x04,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f32_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0x04,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_gt_f32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x04,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f32_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0x04,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_gt_f32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f32_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_gt_f32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f32_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_gt_f32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f32_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_gt_f32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f32_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_gt_f32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f32_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_gt_f32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f32_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_gt_f32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f32_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_gt_f32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f32_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_gt_f32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x04,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f32_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_gt_f32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x04,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f32_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_gt_f32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f32_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_gt_f32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f32_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_gt_f32_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f32_e64 s[10:11], -v1, v2      ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_gt_f32_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f32_e64 s[10:11], v1, -v2      ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_gt_f32_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f32_e64 s[10:11], -v1, -v2     ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_gt_f32_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0x04,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f32_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x04,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_gt_f32_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f32_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f32_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x04,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f32_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0x04,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f32_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x04,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f32_e64 s100, v1, v2           ; encoding: [0x64,0x00,0x04,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f32_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0x04,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f32_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0x04,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f32_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f32_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0x04,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f32_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f32_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f32_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f32_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0x04,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f32_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f32_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0x04,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f32_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f32_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0x04,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f32_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f32_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0x04,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f32_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f32_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0x04,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f32_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f32_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0x04,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f32_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f32_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0x04,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f32_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f32_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0x04,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f32_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f32_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0x04,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f32_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f32_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0x04,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f32_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f32_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f32_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f32_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f32_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f32_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f32_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f32_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f32_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f32_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f32_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f32_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f32_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f32_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f32_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f32_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f32_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f32_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f32_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f32_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f32_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f32_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f32_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f32_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f32_e64 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f32_e64 s10, -v1, v2           ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f32_e64 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f32_e64 s10, v1, -v2           ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f32_e64 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f32_e64 s10, -v1, -v2          ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f32_e64 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x04,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f32_e64 s10, v1, v2 clamp      ; encoding: [0x0a,0x80,0x04,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x05,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f32_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lg_f32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x05,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f32_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0x05,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lg_f32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x05,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f32_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0x05,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lg_f32_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0x05,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f32_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0x05,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lg_f32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x05,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f32_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0x05,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_lg_f32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x05,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f32_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_lg_f32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x05,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f32_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0x05,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_lg_f32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x05,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f32_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0x05,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_lg_f32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x05,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f32_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0x05,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_lg_f32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x05,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f32_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0x05,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_lg_f32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x05,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f32_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0x05,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_lg_f32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x05,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f32_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0x05,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_lg_f32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x05,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f32_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0x05,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_lg_f32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x05,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f32_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0x05,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_lg_f32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x05,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f32_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0x05,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_lg_f32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x05,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f32_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0x05,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_lg_f32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f32_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_lg_f32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x05,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f32_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_lg_f32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f32_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_lg_f32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f32_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_lg_f32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f32_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_lg_f32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f32_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_lg_f32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f32_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_lg_f32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f32_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_lg_f32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x05,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f32_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_lg_f32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x05,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f32_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_lg_f32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f32_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_lg_f32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f32_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_lg_f32_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0x05,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f32_e64 s[10:11], -v1, v2      ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_lg_f32_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0x05,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f32_e64 s[10:11], v1, -v2      ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_lg_f32_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0x05,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f32_e64 s[10:11], -v1, -v2     ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_lg_f32_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0x05,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f32_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x05,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lg_f32_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f32_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f32_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x05,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f32_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0x05,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f32_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x05,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f32_e64 s100, v1, v2           ; encoding: [0x64,0x00,0x05,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f32_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0x05,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f32_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0x05,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f32_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f32_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0x05,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f32_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f32_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f32_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f32_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0x05,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f32_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f32_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0x05,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f32_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f32_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0x05,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f32_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f32_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0x05,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f32_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f32_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0x05,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f32_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f32_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0x05,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f32_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f32_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0x05,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f32_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f32_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0x05,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f32_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f32_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0x05,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f32_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f32_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0x05,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f32_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f32_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f32_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f32_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f32_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f32_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f32_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f32_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f32_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f32_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f32_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f32_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f32_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f32_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f32_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f32_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f32_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f32_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f32_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f32_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f32_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f32_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f32_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f32_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f32_e64 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f32_e64 s10, -v1, v2           ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f32_e64 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f32_e64 s10, v1, -v2           ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f32_e64 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f32_e64 s10, -v1, -v2          ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f32_e64 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x05,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f32_e64 s10, v1, v2 clamp      ; encoding: [0x0a,0x80,0x05,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x06,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f32_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ge_f32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x06,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f32_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0x06,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ge_f32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x06,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f32_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0x06,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ge_f32_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0x06,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f32_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0x06,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ge_f32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x06,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f32_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0x06,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_ge_f32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x06,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f32_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_ge_f32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x06,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f32_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0x06,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_ge_f32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x06,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f32_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0x06,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_ge_f32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x06,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f32_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0x06,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_ge_f32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x06,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f32_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0x06,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_ge_f32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x06,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f32_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0x06,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_ge_f32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x06,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f32_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0x06,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_ge_f32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x06,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f32_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0x06,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_ge_f32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x06,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f32_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0x06,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_ge_f32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x06,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f32_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0x06,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_ge_f32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x06,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f32_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0x06,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_ge_f32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f32_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_ge_f32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x06,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f32_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_ge_f32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f32_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_ge_f32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f32_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_ge_f32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f32_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_ge_f32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f32_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_ge_f32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f32_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_ge_f32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f32_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_ge_f32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x06,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f32_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_ge_f32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x06,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f32_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_ge_f32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f32_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_ge_f32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f32_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_ge_f32_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0x06,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f32_e64 s[10:11], -v1, v2      ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_ge_f32_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0x06,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f32_e64 s[10:11], v1, -v2      ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_ge_f32_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0x06,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f32_e64 s[10:11], -v1, -v2     ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_ge_f32_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0x06,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f32_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x06,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ge_f32_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f32_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f32_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x06,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f32_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0x06,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f32_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x06,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f32_e64 s100, v1, v2           ; encoding: [0x64,0x00,0x06,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f32_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0x06,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f32_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0x06,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f32_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f32_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0x06,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f32_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f32_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f32_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f32_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0x06,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f32_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f32_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0x06,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f32_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f32_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0x06,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f32_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f32_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0x06,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f32_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f32_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0x06,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f32_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f32_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0x06,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f32_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f32_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0x06,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f32_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f32_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0x06,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f32_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f32_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0x06,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f32_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f32_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0x06,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f32_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f32_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f32_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f32_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f32_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f32_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f32_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f32_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f32_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f32_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f32_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f32_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f32_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f32_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f32_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f32_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f32_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f32_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f32_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f32_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f32_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f32_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f32_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f32_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f32_e64 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f32_e64 s10, -v1, v2           ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f32_e64 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f32_e64 s10, v1, -v2           ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f32_e64 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f32_e64 s10, -v1, -v2          ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f32_e64 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x06,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f32_e64 s10, v1, v2 clamp      ; encoding: [0x0a,0x80,0x06,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_o_f32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f32_e64 s[10:11], v1, v2        ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_o_f32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x07,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f32_e64 s[12:13], v1, v2        ; encoding: [0x0c,0x00,0x07,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_o_f32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x07,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f32_e64 s[100:101], v1, v2      ; encoding: [0x64,0x00,0x07,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_o_f32_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0x07,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f32_e64 vcc, v1, v2             ; encoding: [0x6a,0x00,0x07,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_o_f32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x07,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f32_e64 s[10:11], v255, v2      ; encoding: [0x0a,0x00,0x07,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_o_f32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x07,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f32_e64 s[10:11], s1, v2        ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_o_f32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x07,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f32_e64 s[10:11], s101, v2      ; encoding: [0x0a,0x00,0x07,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_o_f32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x07,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f32_e64 s[10:11], vcc_lo, v2    ; encoding: [0x0a,0x00,0x07,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_o_f32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x07,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f32_e64 s[10:11], vcc_hi, v2    ; encoding: [0x0a,0x00,0x07,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_o_f32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x07,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f32_e64 s[10:11], m0, v2        ; encoding: [0x0a,0x00,0x07,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_o_f32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x07,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f32_e64 s[10:11], exec_lo, v2   ; encoding: [0x0a,0x00,0x07,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_o_f32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x07,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f32_e64 s[10:11], exec_hi, v2   ; encoding: [0x0a,0x00,0x07,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_o_f32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x07,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f32_e64 s[10:11], 0, v2         ; encoding: [0x0a,0x00,0x07,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_o_f32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x07,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f32_e64 s[10:11], -1, v2        ; encoding: [0x0a,0x00,0x07,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_o_f32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x07,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f32_e64 s[10:11], 0.5, v2       ; encoding: [0x0a,0x00,0x07,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_o_f32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x07,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f32_e64 s[10:11], -4.0, v2      ; encoding: [0x0a,0x00,0x07,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_o_f32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x07,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f32_e64 s[10:11], v1, v255      ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_o_f32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f32_e64 s[10:11], v1, s2        ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_o_f32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x07,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f32_e64 s[10:11], v1, s101      ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_o_f32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x07,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f32_e64 s[10:11], v1, vcc_lo    ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_o_f32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x07,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f32_e64 s[10:11], v1, vcc_hi    ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_o_f32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x07,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f32_e64 s[10:11], v1, m0        ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_o_f32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x07,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f32_e64 s[10:11], v1, exec_lo   ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_o_f32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x07,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f32_e64 s[10:11], v1, exec_hi   ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_o_f32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x07,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f32_e64 s[10:11], v1, 0         ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_o_f32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x07,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f32_e64 s[10:11], v1, -1        ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_o_f32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x07,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f32_e64 s[10:11], v1, 0.5       ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_o_f32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x07,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f32_e64 s[10:11], v1, -4.0      ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_o_f32_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f32_e64 s[10:11], -v1, v2       ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_o_f32_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f32_e64 s[10:11], v1, -v2       ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_o_f32_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f32_e64 s[10:11], -v1, -v2      ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_o_f32_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0x07,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f32_e64 s[10:11], v1, v2 clamp  ; encoding: [0x0a,0x80,0x07,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_o_f32_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f32_e64 s10, v1, v2             ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f32_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x07,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f32_e64 s12, v1, v2             ; encoding: [0x0c,0x00,0x07,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f32_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x07,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f32_e64 s100, v1, v2            ; encoding: [0x64,0x00,0x07,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f32_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0x07,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f32_e64 vcc_lo, v1, v2          ; encoding: [0x6a,0x00,0x07,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f32_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f32_e64 s10, v255, v2           ; encoding: [0x0a,0x00,0x07,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f32_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f32_e64 s10, s1, v2             ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f32_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f32_e64 s10, s101, v2           ; encoding: [0x0a,0x00,0x07,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f32_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f32_e64 s10, vcc_lo, v2         ; encoding: [0x0a,0x00,0x07,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f32_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f32_e64 s10, vcc_hi, v2         ; encoding: [0x0a,0x00,0x07,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f32_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f32_e64 s10, m0, v2             ; encoding: [0x0a,0x00,0x07,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f32_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f32_e64 s10, exec_lo, v2        ; encoding: [0x0a,0x00,0x07,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f32_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f32_e64 s10, exec_hi, v2        ; encoding: [0x0a,0x00,0x07,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f32_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f32_e64 s10, 0, v2              ; encoding: [0x0a,0x00,0x07,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f32_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f32_e64 s10, -1, v2             ; encoding: [0x0a,0x00,0x07,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f32_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f32_e64 s10, 0.5, v2            ; encoding: [0x0a,0x00,0x07,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f32_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f32_e64 s10, -4.0, v2           ; encoding: [0x0a,0x00,0x07,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f32_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f32_e64 s10, v1, v255           ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f32_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f32_e64 s10, v1, s2             ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f32_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f32_e64 s10, v1, s101           ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f32_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f32_e64 s10, v1, vcc_lo         ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f32_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f32_e64 s10, v1, vcc_hi         ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f32_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f32_e64 s10, v1, m0             ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f32_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f32_e64 s10, v1, exec_lo        ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f32_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f32_e64 s10, v1, exec_hi        ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f32_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f32_e64 s10, v1, 0              ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f32_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f32_e64 s10, v1, -1             ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f32_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f32_e64 s10, v1, 0.5            ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f32_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f32_e64 s10, v1, -4.0           ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f32_e64 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f32_e64 s10, -v1, v2            ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f32_e64 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f32_e64 s10, v1, -v2            ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f32_e64 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f32_e64 s10, -v1, -v2           ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f32_e64 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x07,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f32_e64 s10, v1, v2 clamp       ; encoding: [0x0a,0x80,0x07,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f32_e64 s[10:11], v1, v2        ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_u_f32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x08,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f32_e64 s[12:13], v1, v2        ; encoding: [0x0c,0x00,0x08,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_u_f32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x08,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f32_e64 s[100:101], v1, v2      ; encoding: [0x64,0x00,0x08,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_u_f32_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0x08,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f32_e64 vcc, v1, v2             ; encoding: [0x6a,0x00,0x08,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_u_f32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x08,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f32_e64 s[10:11], v255, v2      ; encoding: [0x0a,0x00,0x08,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_u_f32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f32_e64 s[10:11], s1, v2        ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_u_f32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x08,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f32_e64 s[10:11], s101, v2      ; encoding: [0x0a,0x00,0x08,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_u_f32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x08,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f32_e64 s[10:11], vcc_lo, v2    ; encoding: [0x0a,0x00,0x08,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_u_f32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x08,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f32_e64 s[10:11], vcc_hi, v2    ; encoding: [0x0a,0x00,0x08,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_u_f32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x08,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f32_e64 s[10:11], m0, v2        ; encoding: [0x0a,0x00,0x08,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_u_f32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x08,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f32_e64 s[10:11], exec_lo, v2   ; encoding: [0x0a,0x00,0x08,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_u_f32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x08,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f32_e64 s[10:11], exec_hi, v2   ; encoding: [0x0a,0x00,0x08,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_u_f32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x08,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f32_e64 s[10:11], 0, v2         ; encoding: [0x0a,0x00,0x08,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_u_f32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x08,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f32_e64 s[10:11], -1, v2        ; encoding: [0x0a,0x00,0x08,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_u_f32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x08,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f32_e64 s[10:11], 0.5, v2       ; encoding: [0x0a,0x00,0x08,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_u_f32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x08,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f32_e64 s[10:11], -4.0, v2      ; encoding: [0x0a,0x00,0x08,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_u_f32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f32_e64 s[10:11], v1, v255      ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_u_f32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f32_e64 s[10:11], v1, s2        ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_u_f32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f32_e64 s[10:11], v1, s101      ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_u_f32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f32_e64 s[10:11], v1, vcc_lo    ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_u_f32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f32_e64 s[10:11], v1, vcc_hi    ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_u_f32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f32_e64 s[10:11], v1, m0        ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_u_f32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f32_e64 s[10:11], v1, exec_lo   ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_u_f32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f32_e64 s[10:11], v1, exec_hi   ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_u_f32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f32_e64 s[10:11], v1, 0         ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_u_f32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f32_e64 s[10:11], v1, -1        ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_u_f32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f32_e64 s[10:11], v1, 0.5       ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_u_f32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f32_e64 s[10:11], v1, -4.0      ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_u_f32_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f32_e64 s[10:11], -v1, v2       ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_u_f32_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f32_e64 s[10:11], v1, -v2       ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_u_f32_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f32_e64 s[10:11], -v1, -v2      ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_u_f32_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0x08,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f32_e64 s[10:11], v1, v2 clamp  ; encoding: [0x0a,0x80,0x08,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_u_f32_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f32_e64 s10, v1, v2             ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f32_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x08,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f32_e64 s12, v1, v2             ; encoding: [0x0c,0x00,0x08,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f32_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x08,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f32_e64 s100, v1, v2            ; encoding: [0x64,0x00,0x08,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f32_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0x08,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f32_e64 vcc_lo, v1, v2          ; encoding: [0x6a,0x00,0x08,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f32_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f32_e64 s10, v255, v2           ; encoding: [0x0a,0x00,0x08,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f32_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f32_e64 s10, s1, v2             ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f32_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f32_e64 s10, s101, v2           ; encoding: [0x0a,0x00,0x08,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f32_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f32_e64 s10, vcc_lo, v2         ; encoding: [0x0a,0x00,0x08,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f32_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f32_e64 s10, vcc_hi, v2         ; encoding: [0x0a,0x00,0x08,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f32_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f32_e64 s10, m0, v2             ; encoding: [0x0a,0x00,0x08,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f32_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f32_e64 s10, exec_lo, v2        ; encoding: [0x0a,0x00,0x08,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f32_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f32_e64 s10, exec_hi, v2        ; encoding: [0x0a,0x00,0x08,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f32_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f32_e64 s10, 0, v2              ; encoding: [0x0a,0x00,0x08,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f32_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f32_e64 s10, -1, v2             ; encoding: [0x0a,0x00,0x08,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f32_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f32_e64 s10, 0.5, v2            ; encoding: [0x0a,0x00,0x08,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f32_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f32_e64 s10, -4.0, v2           ; encoding: [0x0a,0x00,0x08,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f32_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f32_e64 s10, v1, v255           ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f32_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f32_e64 s10, v1, s2             ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f32_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f32_e64 s10, v1, s101           ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f32_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f32_e64 s10, v1, vcc_lo         ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f32_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f32_e64 s10, v1, vcc_hi         ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f32_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f32_e64 s10, v1, m0             ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f32_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f32_e64 s10, v1, exec_lo        ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f32_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f32_e64 s10, v1, exec_hi        ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f32_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f32_e64 s10, v1, 0              ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f32_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f32_e64 s10, v1, -1             ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f32_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f32_e64 s10, v1, 0.5            ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f32_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f32_e64 s10, v1, -4.0           ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f32_e64 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f32_e64 s10, -v1, v2            ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f32_e64 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f32_e64 s10, v1, -v2            ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f32_e64 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f32_e64 s10, -v1, -v2           ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f32_e64 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x08,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f32_e64 s10, v1, v2 clamp       ; encoding: [0x0a,0x80,0x08,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_nge_f32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f32_e64 s[10:11], v1, v2      ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nge_f32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x09,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f32_e64 s[12:13], v1, v2      ; encoding: [0x0c,0x00,0x09,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nge_f32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x09,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f32_e64 s[100:101], v1, v2    ; encoding: [0x64,0x00,0x09,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nge_f32_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0x09,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f32_e64 vcc, v1, v2           ; encoding: [0x6a,0x00,0x09,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nge_f32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x09,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f32_e64 s[10:11], v255, v2    ; encoding: [0x0a,0x00,0x09,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_nge_f32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f32_e64 s[10:11], s1, v2      ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_nge_f32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x09,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f32_e64 s[10:11], s101, v2    ; encoding: [0x0a,0x00,0x09,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_nge_f32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x09,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f32_e64 s[10:11], vcc_lo, v2  ; encoding: [0x0a,0x00,0x09,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_nge_f32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x09,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f32_e64 s[10:11], vcc_hi, v2  ; encoding: [0x0a,0x00,0x09,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_nge_f32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x09,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f32_e64 s[10:11], m0, v2      ; encoding: [0x0a,0x00,0x09,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_nge_f32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x09,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x09,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_nge_f32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x09,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x09,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_nge_f32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x09,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f32_e64 s[10:11], 0, v2       ; encoding: [0x0a,0x00,0x09,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_nge_f32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x09,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f32_e64 s[10:11], -1, v2      ; encoding: [0x0a,0x00,0x09,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_nge_f32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x09,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f32_e64 s[10:11], 0.5, v2     ; encoding: [0x0a,0x00,0x09,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_nge_f32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x09,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f32_e64 s[10:11], -4.0, v2    ; encoding: [0x0a,0x00,0x09,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_nge_f32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f32_e64 s[10:11], v1, v255    ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_nge_f32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f32_e64 s[10:11], v1, s2      ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_nge_f32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f32_e64 s[10:11], v1, s101    ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_nge_f32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f32_e64 s[10:11], v1, vcc_lo  ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_nge_f32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f32_e64 s[10:11], v1, vcc_hi  ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_nge_f32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f32_e64 s[10:11], v1, m0      ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_nge_f32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_nge_f32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_nge_f32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f32_e64 s[10:11], v1, 0       ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_nge_f32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f32_e64 s[10:11], v1, -1      ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_nge_f32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f32_e64 s[10:11], v1, 0.5     ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_nge_f32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f32_e64 s[10:11], v1, -4.0    ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_nge_f32_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f32_e64 s[10:11], -v1, v2     ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_nge_f32_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f32_e64 s[10:11], v1, -v2     ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_nge_f32_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f32_e64 s[10:11], -v1, -v2    ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_nge_f32_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0x09,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f32_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x09,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nge_f32_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f32_e64 s10, v1, v2           ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f32_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x09,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f32_e64 s12, v1, v2           ; encoding: [0x0c,0x00,0x09,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f32_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x09,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f32_e64 s100, v1, v2          ; encoding: [0x64,0x00,0x09,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f32_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0x09,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f32_e64 vcc_lo, v1, v2        ; encoding: [0x6a,0x00,0x09,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f32_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f32_e64 s10, v255, v2         ; encoding: [0x0a,0x00,0x09,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f32_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f32_e64 s10, s1, v2           ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f32_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f32_e64 s10, s101, v2         ; encoding: [0x0a,0x00,0x09,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f32_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f32_e64 s10, vcc_lo, v2       ; encoding: [0x0a,0x00,0x09,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f32_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f32_e64 s10, vcc_hi, v2       ; encoding: [0x0a,0x00,0x09,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f32_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f32_e64 s10, m0, v2           ; encoding: [0x0a,0x00,0x09,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f32_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f32_e64 s10, exec_lo, v2      ; encoding: [0x0a,0x00,0x09,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f32_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f32_e64 s10, exec_hi, v2      ; encoding: [0x0a,0x00,0x09,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f32_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f32_e64 s10, 0, v2            ; encoding: [0x0a,0x00,0x09,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f32_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f32_e64 s10, -1, v2           ; encoding: [0x0a,0x00,0x09,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f32_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f32_e64 s10, 0.5, v2          ; encoding: [0x0a,0x00,0x09,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f32_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f32_e64 s10, -4.0, v2         ; encoding: [0x0a,0x00,0x09,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f32_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f32_e64 s10, v1, v255         ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f32_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f32_e64 s10, v1, s2           ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f32_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f32_e64 s10, v1, s101         ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f32_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f32_e64 s10, v1, vcc_lo       ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f32_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f32_e64 s10, v1, vcc_hi       ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f32_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f32_e64 s10, v1, m0           ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f32_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f32_e64 s10, v1, exec_lo      ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f32_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f32_e64 s10, v1, exec_hi      ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f32_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f32_e64 s10, v1, 0            ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f32_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f32_e64 s10, v1, -1           ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f32_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f32_e64 s10, v1, 0.5          ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f32_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f32_e64 s10, v1, -4.0         ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f32_e64 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f32_e64 s10, -v1, v2          ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f32_e64 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f32_e64 s10, v1, -v2          ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f32_e64 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f32_e64 s10, -v1, -v2         ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f32_e64 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x09,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f32_e64 s10, v1, v2 clamp     ; encoding: [0x0a,0x80,0x09,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f32_e64 s[10:11], v1, v2      ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nlg_f32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x0a,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f32_e64 s[12:13], v1, v2      ; encoding: [0x0c,0x00,0x0a,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nlg_f32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x0a,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f32_e64 s[100:101], v1, v2    ; encoding: [0x64,0x00,0x0a,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nlg_f32_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f32_e64 vcc, v1, v2           ; encoding: [0x6a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nlg_f32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x0a,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f32_e64 s[10:11], v255, v2    ; encoding: [0x0a,0x00,0x0a,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_nlg_f32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f32_e64 s[10:11], s1, v2      ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_nlg_f32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x0a,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f32_e64 s[10:11], s101, v2    ; encoding: [0x0a,0x00,0x0a,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_nlg_f32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x0a,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f32_e64 s[10:11], vcc_lo, v2  ; encoding: [0x0a,0x00,0x0a,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_nlg_f32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x0a,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f32_e64 s[10:11], vcc_hi, v2  ; encoding: [0x0a,0x00,0x0a,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_nlg_f32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x0a,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f32_e64 s[10:11], m0, v2      ; encoding: [0x0a,0x00,0x0a,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_nlg_f32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x0a,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x0a,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_nlg_f32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x0a,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x0a,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_nlg_f32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x0a,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f32_e64 s[10:11], 0, v2       ; encoding: [0x0a,0x00,0x0a,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_nlg_f32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x0a,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f32_e64 s[10:11], -1, v2      ; encoding: [0x0a,0x00,0x0a,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_nlg_f32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x0a,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f32_e64 s[10:11], 0.5, v2     ; encoding: [0x0a,0x00,0x0a,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_nlg_f32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x0a,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f32_e64 s[10:11], -4.0, v2    ; encoding: [0x0a,0x00,0x0a,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_nlg_f32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f32_e64 s[10:11], v1, v255    ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_nlg_f32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f32_e64 s[10:11], v1, s2      ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_nlg_f32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f32_e64 s[10:11], v1, s101    ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_nlg_f32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f32_e64 s[10:11], v1, vcc_lo  ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_nlg_f32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f32_e64 s[10:11], v1, vcc_hi  ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_nlg_f32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f32_e64 s[10:11], v1, m0      ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_nlg_f32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_nlg_f32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_nlg_f32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f32_e64 s[10:11], v1, 0       ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_nlg_f32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f32_e64 s[10:11], v1, -1      ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_nlg_f32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f32_e64 s[10:11], v1, 0.5     ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_nlg_f32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f32_e64 s[10:11], v1, -4.0    ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_nlg_f32_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f32_e64 s[10:11], -v1, v2     ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_nlg_f32_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f32_e64 s[10:11], v1, -v2     ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_nlg_f32_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f32_e64 s[10:11], -v1, -v2    ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_nlg_f32_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0x0a,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f32_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x0a,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nlg_f32_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f32_e64 s10, v1, v2           ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f32_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x0a,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f32_e64 s12, v1, v2           ; encoding: [0x0c,0x00,0x0a,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f32_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x0a,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f32_e64 s100, v1, v2          ; encoding: [0x64,0x00,0x0a,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f32_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f32_e64 vcc_lo, v1, v2        ; encoding: [0x6a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f32_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f32_e64 s10, v255, v2         ; encoding: [0x0a,0x00,0x0a,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f32_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f32_e64 s10, s1, v2           ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f32_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f32_e64 s10, s101, v2         ; encoding: [0x0a,0x00,0x0a,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f32_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f32_e64 s10, vcc_lo, v2       ; encoding: [0x0a,0x00,0x0a,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f32_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f32_e64 s10, vcc_hi, v2       ; encoding: [0x0a,0x00,0x0a,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f32_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f32_e64 s10, m0, v2           ; encoding: [0x0a,0x00,0x0a,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f32_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f32_e64 s10, exec_lo, v2      ; encoding: [0x0a,0x00,0x0a,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f32_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f32_e64 s10, exec_hi, v2      ; encoding: [0x0a,0x00,0x0a,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f32_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f32_e64 s10, 0, v2            ; encoding: [0x0a,0x00,0x0a,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f32_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f32_e64 s10, -1, v2           ; encoding: [0x0a,0x00,0x0a,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f32_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f32_e64 s10, 0.5, v2          ; encoding: [0x0a,0x00,0x0a,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f32_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f32_e64 s10, -4.0, v2         ; encoding: [0x0a,0x00,0x0a,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f32_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f32_e64 s10, v1, v255         ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f32_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f32_e64 s10, v1, s2           ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f32_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f32_e64 s10, v1, s101         ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f32_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f32_e64 s10, v1, vcc_lo       ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f32_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f32_e64 s10, v1, vcc_hi       ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f32_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f32_e64 s10, v1, m0           ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f32_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f32_e64 s10, v1, exec_lo      ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f32_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f32_e64 s10, v1, exec_hi      ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f32_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f32_e64 s10, v1, 0            ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f32_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f32_e64 s10, v1, -1           ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f32_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f32_e64 s10, v1, 0.5          ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f32_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f32_e64 s10, v1, -4.0         ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f32_e64 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f32_e64 s10, -v1, v2          ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f32_e64 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f32_e64 s10, v1, -v2          ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f32_e64 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f32_e64 s10, -v1, -v2         ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f32_e64 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x0a,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f32_e64 s10, v1, v2 clamp     ; encoding: [0x0a,0x80,0x0a,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f32_e64 s[10:11], v1, v2      ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ngt_f32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x0b,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f32_e64 s[12:13], v1, v2      ; encoding: [0x0c,0x00,0x0b,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ngt_f32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x0b,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f32_e64 s[100:101], v1, v2    ; encoding: [0x64,0x00,0x0b,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ngt_f32_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f32_e64 vcc, v1, v2           ; encoding: [0x6a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ngt_f32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x0b,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f32_e64 s[10:11], v255, v2    ; encoding: [0x0a,0x00,0x0b,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_ngt_f32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f32_e64 s[10:11], s1, v2      ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_ngt_f32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x0b,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f32_e64 s[10:11], s101, v2    ; encoding: [0x0a,0x00,0x0b,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_ngt_f32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x0b,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f32_e64 s[10:11], vcc_lo, v2  ; encoding: [0x0a,0x00,0x0b,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_ngt_f32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x0b,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f32_e64 s[10:11], vcc_hi, v2  ; encoding: [0x0a,0x00,0x0b,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_ngt_f32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x0b,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f32_e64 s[10:11], m0, v2      ; encoding: [0x0a,0x00,0x0b,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_ngt_f32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x0b,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x0b,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_ngt_f32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x0b,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x0b,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_ngt_f32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x0b,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f32_e64 s[10:11], 0, v2       ; encoding: [0x0a,0x00,0x0b,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_ngt_f32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x0b,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f32_e64 s[10:11], -1, v2      ; encoding: [0x0a,0x00,0x0b,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_ngt_f32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x0b,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f32_e64 s[10:11], 0.5, v2     ; encoding: [0x0a,0x00,0x0b,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_ngt_f32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x0b,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f32_e64 s[10:11], -4.0, v2    ; encoding: [0x0a,0x00,0x0b,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_ngt_f32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f32_e64 s[10:11], v1, v255    ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_ngt_f32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f32_e64 s[10:11], v1, s2      ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_ngt_f32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f32_e64 s[10:11], v1, s101    ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_ngt_f32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f32_e64 s[10:11], v1, vcc_lo  ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_ngt_f32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f32_e64 s[10:11], v1, vcc_hi  ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_ngt_f32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f32_e64 s[10:11], v1, m0      ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_ngt_f32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_ngt_f32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_ngt_f32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f32_e64 s[10:11], v1, 0       ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_ngt_f32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f32_e64 s[10:11], v1, -1      ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_ngt_f32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f32_e64 s[10:11], v1, 0.5     ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_ngt_f32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f32_e64 s[10:11], v1, -4.0    ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_ngt_f32_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f32_e64 s[10:11], -v1, v2     ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_ngt_f32_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f32_e64 s[10:11], v1, -v2     ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_ngt_f32_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f32_e64 s[10:11], -v1, -v2    ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_ngt_f32_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0x0b,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f32_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x0b,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ngt_f32_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f32_e64 s10, v1, v2           ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f32_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x0b,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f32_e64 s12, v1, v2           ; encoding: [0x0c,0x00,0x0b,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f32_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x0b,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f32_e64 s100, v1, v2          ; encoding: [0x64,0x00,0x0b,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f32_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f32_e64 vcc_lo, v1, v2        ; encoding: [0x6a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f32_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f32_e64 s10, v255, v2         ; encoding: [0x0a,0x00,0x0b,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f32_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f32_e64 s10, s1, v2           ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f32_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f32_e64 s10, s101, v2         ; encoding: [0x0a,0x00,0x0b,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f32_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f32_e64 s10, vcc_lo, v2       ; encoding: [0x0a,0x00,0x0b,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f32_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f32_e64 s10, vcc_hi, v2       ; encoding: [0x0a,0x00,0x0b,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f32_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f32_e64 s10, m0, v2           ; encoding: [0x0a,0x00,0x0b,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f32_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f32_e64 s10, exec_lo, v2      ; encoding: [0x0a,0x00,0x0b,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f32_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f32_e64 s10, exec_hi, v2      ; encoding: [0x0a,0x00,0x0b,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f32_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f32_e64 s10, 0, v2            ; encoding: [0x0a,0x00,0x0b,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f32_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f32_e64 s10, -1, v2           ; encoding: [0x0a,0x00,0x0b,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f32_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f32_e64 s10, 0.5, v2          ; encoding: [0x0a,0x00,0x0b,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f32_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f32_e64 s10, -4.0, v2         ; encoding: [0x0a,0x00,0x0b,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f32_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f32_e64 s10, v1, v255         ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f32_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f32_e64 s10, v1, s2           ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f32_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f32_e64 s10, v1, s101         ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f32_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f32_e64 s10, v1, vcc_lo       ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f32_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f32_e64 s10, v1, vcc_hi       ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f32_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f32_e64 s10, v1, m0           ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f32_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f32_e64 s10, v1, exec_lo      ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f32_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f32_e64 s10, v1, exec_hi      ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f32_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f32_e64 s10, v1, 0            ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f32_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f32_e64 s10, v1, -1           ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f32_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f32_e64 s10, v1, 0.5          ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f32_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f32_e64 s10, v1, -4.0         ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f32_e64 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f32_e64 s10, -v1, v2          ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f32_e64 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f32_e64 s10, v1, -v2          ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f32_e64 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f32_e64 s10, -v1, -v2         ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f32_e64 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x0b,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f32_e64 s10, v1, v2 clamp     ; encoding: [0x0a,0x80,0x0b,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f32_e64 s[10:11], v1, v2      ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nle_f32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x0c,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f32_e64 s[12:13], v1, v2      ; encoding: [0x0c,0x00,0x0c,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nle_f32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x0c,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f32_e64 s[100:101], v1, v2    ; encoding: [0x64,0x00,0x0c,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nle_f32_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f32_e64 vcc, v1, v2           ; encoding: [0x6a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nle_f32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x0c,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f32_e64 s[10:11], v255, v2    ; encoding: [0x0a,0x00,0x0c,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_nle_f32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f32_e64 s[10:11], s1, v2      ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_nle_f32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x0c,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f32_e64 s[10:11], s101, v2    ; encoding: [0x0a,0x00,0x0c,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_nle_f32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x0c,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f32_e64 s[10:11], vcc_lo, v2  ; encoding: [0x0a,0x00,0x0c,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_nle_f32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x0c,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f32_e64 s[10:11], vcc_hi, v2  ; encoding: [0x0a,0x00,0x0c,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_nle_f32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x0c,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f32_e64 s[10:11], m0, v2      ; encoding: [0x0a,0x00,0x0c,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_nle_f32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x0c,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x0c,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_nle_f32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x0c,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x0c,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_nle_f32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x0c,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f32_e64 s[10:11], 0, v2       ; encoding: [0x0a,0x00,0x0c,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_nle_f32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x0c,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f32_e64 s[10:11], -1, v2      ; encoding: [0x0a,0x00,0x0c,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_nle_f32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x0c,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f32_e64 s[10:11], 0.5, v2     ; encoding: [0x0a,0x00,0x0c,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_nle_f32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x0c,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f32_e64 s[10:11], -4.0, v2    ; encoding: [0x0a,0x00,0x0c,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_nle_f32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f32_e64 s[10:11], v1, v255    ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_nle_f32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f32_e64 s[10:11], v1, s2      ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_nle_f32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f32_e64 s[10:11], v1, s101    ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_nle_f32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f32_e64 s[10:11], v1, vcc_lo  ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_nle_f32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f32_e64 s[10:11], v1, vcc_hi  ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_nle_f32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f32_e64 s[10:11], v1, m0      ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_nle_f32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_nle_f32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_nle_f32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f32_e64 s[10:11], v1, 0       ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_nle_f32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f32_e64 s[10:11], v1, -1      ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_nle_f32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f32_e64 s[10:11], v1, 0.5     ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_nle_f32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f32_e64 s[10:11], v1, -4.0    ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_nle_f32_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f32_e64 s[10:11], -v1, v2     ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_nle_f32_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f32_e64 s[10:11], v1, -v2     ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_nle_f32_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f32_e64 s[10:11], -v1, -v2    ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_nle_f32_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0x0c,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f32_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x0c,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nle_f32_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f32_e64 s10, v1, v2           ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f32_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x0c,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f32_e64 s12, v1, v2           ; encoding: [0x0c,0x00,0x0c,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f32_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x0c,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f32_e64 s100, v1, v2          ; encoding: [0x64,0x00,0x0c,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f32_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f32_e64 vcc_lo, v1, v2        ; encoding: [0x6a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f32_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f32_e64 s10, v255, v2         ; encoding: [0x0a,0x00,0x0c,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f32_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f32_e64 s10, s1, v2           ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f32_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f32_e64 s10, s101, v2         ; encoding: [0x0a,0x00,0x0c,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f32_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f32_e64 s10, vcc_lo, v2       ; encoding: [0x0a,0x00,0x0c,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f32_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f32_e64 s10, vcc_hi, v2       ; encoding: [0x0a,0x00,0x0c,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f32_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f32_e64 s10, m0, v2           ; encoding: [0x0a,0x00,0x0c,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f32_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f32_e64 s10, exec_lo, v2      ; encoding: [0x0a,0x00,0x0c,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f32_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f32_e64 s10, exec_hi, v2      ; encoding: [0x0a,0x00,0x0c,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f32_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f32_e64 s10, 0, v2            ; encoding: [0x0a,0x00,0x0c,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f32_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f32_e64 s10, -1, v2           ; encoding: [0x0a,0x00,0x0c,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f32_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f32_e64 s10, 0.5, v2          ; encoding: [0x0a,0x00,0x0c,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f32_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f32_e64 s10, -4.0, v2         ; encoding: [0x0a,0x00,0x0c,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f32_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f32_e64 s10, v1, v255         ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f32_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f32_e64 s10, v1, s2           ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f32_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f32_e64 s10, v1, s101         ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f32_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f32_e64 s10, v1, vcc_lo       ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f32_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f32_e64 s10, v1, vcc_hi       ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f32_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f32_e64 s10, v1, m0           ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f32_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f32_e64 s10, v1, exec_lo      ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f32_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f32_e64 s10, v1, exec_hi      ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f32_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f32_e64 s10, v1, 0            ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f32_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f32_e64 s10, v1, -1           ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f32_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f32_e64 s10, v1, 0.5          ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f32_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f32_e64 s10, v1, -4.0         ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f32_e64 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f32_e64 s10, -v1, v2          ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f32_e64 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f32_e64 s10, v1, -v2          ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f32_e64 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f32_e64 s10, -v1, -v2         ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f32_e64 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x0c,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f32_e64 s10, v1, v2 clamp     ; encoding: [0x0a,0x80,0x0c,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f32_e64 s[10:11], v1, v2      ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_neq_f32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x0d,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f32_e64 s[12:13], v1, v2      ; encoding: [0x0c,0x00,0x0d,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_neq_f32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x0d,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f32_e64 s[100:101], v1, v2    ; encoding: [0x64,0x00,0x0d,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_neq_f32_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f32_e64 vcc, v1, v2           ; encoding: [0x6a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_neq_f32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x0d,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f32_e64 s[10:11], v255, v2    ; encoding: [0x0a,0x00,0x0d,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_neq_f32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f32_e64 s[10:11], s1, v2      ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_neq_f32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x0d,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f32_e64 s[10:11], s101, v2    ; encoding: [0x0a,0x00,0x0d,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_neq_f32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x0d,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f32_e64 s[10:11], vcc_lo, v2  ; encoding: [0x0a,0x00,0x0d,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_neq_f32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x0d,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f32_e64 s[10:11], vcc_hi, v2  ; encoding: [0x0a,0x00,0x0d,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_neq_f32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x0d,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f32_e64 s[10:11], m0, v2      ; encoding: [0x0a,0x00,0x0d,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_neq_f32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x0d,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x0d,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_neq_f32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x0d,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x0d,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_neq_f32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x0d,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f32_e64 s[10:11], 0, v2       ; encoding: [0x0a,0x00,0x0d,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_neq_f32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x0d,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f32_e64 s[10:11], -1, v2      ; encoding: [0x0a,0x00,0x0d,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_neq_f32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x0d,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f32_e64 s[10:11], 0.5, v2     ; encoding: [0x0a,0x00,0x0d,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_neq_f32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x0d,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f32_e64 s[10:11], -4.0, v2    ; encoding: [0x0a,0x00,0x0d,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_neq_f32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f32_e64 s[10:11], v1, v255    ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_neq_f32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f32_e64 s[10:11], v1, s2      ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_neq_f32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f32_e64 s[10:11], v1, s101    ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_neq_f32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f32_e64 s[10:11], v1, vcc_lo  ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_neq_f32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f32_e64 s[10:11], v1, vcc_hi  ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_neq_f32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f32_e64 s[10:11], v1, m0      ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_neq_f32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_neq_f32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_neq_f32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f32_e64 s[10:11], v1, 0       ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_neq_f32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f32_e64 s[10:11], v1, -1      ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_neq_f32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f32_e64 s[10:11], v1, 0.5     ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_neq_f32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f32_e64 s[10:11], v1, -4.0    ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_neq_f32_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f32_e64 s[10:11], -v1, v2     ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_neq_f32_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f32_e64 s[10:11], v1, -v2     ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_neq_f32_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f32_e64 s[10:11], -v1, -v2    ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_neq_f32_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0x0d,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f32_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x0d,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_neq_f32_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f32_e64 s10, v1, v2           ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f32_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x0d,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f32_e64 s12, v1, v2           ; encoding: [0x0c,0x00,0x0d,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f32_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x0d,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f32_e64 s100, v1, v2          ; encoding: [0x64,0x00,0x0d,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f32_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f32_e64 vcc_lo, v1, v2        ; encoding: [0x6a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f32_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f32_e64 s10, v255, v2         ; encoding: [0x0a,0x00,0x0d,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f32_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f32_e64 s10, s1, v2           ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f32_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f32_e64 s10, s101, v2         ; encoding: [0x0a,0x00,0x0d,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f32_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f32_e64 s10, vcc_lo, v2       ; encoding: [0x0a,0x00,0x0d,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f32_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f32_e64 s10, vcc_hi, v2       ; encoding: [0x0a,0x00,0x0d,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f32_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f32_e64 s10, m0, v2           ; encoding: [0x0a,0x00,0x0d,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f32_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f32_e64 s10, exec_lo, v2      ; encoding: [0x0a,0x00,0x0d,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f32_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f32_e64 s10, exec_hi, v2      ; encoding: [0x0a,0x00,0x0d,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f32_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f32_e64 s10, 0, v2            ; encoding: [0x0a,0x00,0x0d,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f32_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f32_e64 s10, -1, v2           ; encoding: [0x0a,0x00,0x0d,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f32_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f32_e64 s10, 0.5, v2          ; encoding: [0x0a,0x00,0x0d,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f32_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f32_e64 s10, -4.0, v2         ; encoding: [0x0a,0x00,0x0d,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f32_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f32_e64 s10, v1, v255         ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f32_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f32_e64 s10, v1, s2           ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f32_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f32_e64 s10, v1, s101         ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f32_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f32_e64 s10, v1, vcc_lo       ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f32_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f32_e64 s10, v1, vcc_hi       ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f32_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f32_e64 s10, v1, m0           ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f32_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f32_e64 s10, v1, exec_lo      ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f32_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f32_e64 s10, v1, exec_hi      ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f32_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f32_e64 s10, v1, 0            ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f32_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f32_e64 s10, v1, -1           ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f32_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f32_e64 s10, v1, 0.5          ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f32_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f32_e64 s10, v1, -4.0         ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f32_e64 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f32_e64 s10, -v1, v2          ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f32_e64 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f32_e64 s10, v1, -v2          ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f32_e64 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f32_e64 s10, -v1, -v2         ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f32_e64 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x0d,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f32_e64 s10, v1, v2 clamp     ; encoding: [0x0a,0x80,0x0d,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f32_e64 s[10:11], v1, v2      ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nlt_f32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x0e,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f32_e64 s[12:13], v1, v2      ; encoding: [0x0c,0x00,0x0e,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nlt_f32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x0e,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f32_e64 s[100:101], v1, v2    ; encoding: [0x64,0x00,0x0e,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nlt_f32_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f32_e64 vcc, v1, v2           ; encoding: [0x6a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nlt_f32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x0e,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f32_e64 s[10:11], v255, v2    ; encoding: [0x0a,0x00,0x0e,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_nlt_f32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f32_e64 s[10:11], s1, v2      ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_nlt_f32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x0e,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f32_e64 s[10:11], s101, v2    ; encoding: [0x0a,0x00,0x0e,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_nlt_f32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x0e,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f32_e64 s[10:11], vcc_lo, v2  ; encoding: [0x0a,0x00,0x0e,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_nlt_f32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x0e,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f32_e64 s[10:11], vcc_hi, v2  ; encoding: [0x0a,0x00,0x0e,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_nlt_f32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x0e,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f32_e64 s[10:11], m0, v2      ; encoding: [0x0a,0x00,0x0e,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_nlt_f32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x0e,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x0e,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_nlt_f32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x0e,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x0e,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_nlt_f32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x0e,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f32_e64 s[10:11], 0, v2       ; encoding: [0x0a,0x00,0x0e,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_nlt_f32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x0e,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f32_e64 s[10:11], -1, v2      ; encoding: [0x0a,0x00,0x0e,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_nlt_f32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x0e,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f32_e64 s[10:11], 0.5, v2     ; encoding: [0x0a,0x00,0x0e,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_nlt_f32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x0e,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f32_e64 s[10:11], -4.0, v2    ; encoding: [0x0a,0x00,0x0e,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_nlt_f32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f32_e64 s[10:11], v1, v255    ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_nlt_f32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f32_e64 s[10:11], v1, s2      ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_nlt_f32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f32_e64 s[10:11], v1, s101    ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_nlt_f32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f32_e64 s[10:11], v1, vcc_lo  ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_nlt_f32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f32_e64 s[10:11], v1, vcc_hi  ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_nlt_f32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f32_e64 s[10:11], v1, m0      ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_nlt_f32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_nlt_f32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_nlt_f32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f32_e64 s[10:11], v1, 0       ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_nlt_f32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f32_e64 s[10:11], v1, -1      ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_nlt_f32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f32_e64 s[10:11], v1, 0.5     ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_nlt_f32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f32_e64 s[10:11], v1, -4.0    ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_nlt_f32_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f32_e64 s[10:11], -v1, v2     ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_nlt_f32_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f32_e64 s[10:11], v1, -v2     ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_nlt_f32_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f32_e64 s[10:11], -v1, -v2    ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_nlt_f32_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0x0e,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f32_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x0e,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nlt_f32_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f32_e64 s10, v1, v2           ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f32_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x0e,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f32_e64 s12, v1, v2           ; encoding: [0x0c,0x00,0x0e,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f32_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x0e,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f32_e64 s100, v1, v2          ; encoding: [0x64,0x00,0x0e,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f32_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f32_e64 vcc_lo, v1, v2        ; encoding: [0x6a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f32_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f32_e64 s10, v255, v2         ; encoding: [0x0a,0x00,0x0e,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f32_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f32_e64 s10, s1, v2           ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f32_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f32_e64 s10, s101, v2         ; encoding: [0x0a,0x00,0x0e,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f32_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f32_e64 s10, vcc_lo, v2       ; encoding: [0x0a,0x00,0x0e,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f32_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f32_e64 s10, vcc_hi, v2       ; encoding: [0x0a,0x00,0x0e,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f32_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f32_e64 s10, m0, v2           ; encoding: [0x0a,0x00,0x0e,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f32_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f32_e64 s10, exec_lo, v2      ; encoding: [0x0a,0x00,0x0e,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f32_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f32_e64 s10, exec_hi, v2      ; encoding: [0x0a,0x00,0x0e,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f32_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f32_e64 s10, 0, v2            ; encoding: [0x0a,0x00,0x0e,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f32_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f32_e64 s10, -1, v2           ; encoding: [0x0a,0x00,0x0e,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f32_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f32_e64 s10, 0.5, v2          ; encoding: [0x0a,0x00,0x0e,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f32_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f32_e64 s10, -4.0, v2         ; encoding: [0x0a,0x00,0x0e,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f32_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f32_e64 s10, v1, v255         ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f32_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f32_e64 s10, v1, s2           ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f32_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f32_e64 s10, v1, s101         ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f32_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f32_e64 s10, v1, vcc_lo       ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f32_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f32_e64 s10, v1, vcc_hi       ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f32_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f32_e64 s10, v1, m0           ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f32_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f32_e64 s10, v1, exec_lo      ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f32_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f32_e64 s10, v1, exec_hi      ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f32_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f32_e64 s10, v1, 0            ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f32_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f32_e64 s10, v1, -1           ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f32_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f32_e64 s10, v1, 0.5          ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f32_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f32_e64 s10, v1, -4.0         ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f32_e64 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f32_e64 s10, -v1, v2          ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f32_e64 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f32_e64 s10, v1, -v2          ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f32_e64 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f32_e64 s10, -v1, -v2         ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f32_e64 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x0e,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f32_e64 s10, v1, v2 clamp     ; encoding: [0x0a,0x80,0x0e,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f32_e64 s[10:11], v1, v2      ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_tru_f32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x0f,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f32_e64 s[12:13], v1, v2      ; encoding: [0x0c,0x00,0x0f,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_tru_f32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x0f,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f32_e64 s[100:101], v1, v2    ; encoding: [0x64,0x00,0x0f,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_tru_f32_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f32_e64 vcc, v1, v2           ; encoding: [0x6a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_tru_f32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x0f,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f32_e64 s[10:11], v255, v2    ; encoding: [0x0a,0x00,0x0f,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_tru_f32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f32_e64 s[10:11], s1, v2      ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_tru_f32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f32_e64 s[10:11], s101, v2    ; encoding: [0x0a,0x00,0x0f,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_tru_f32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f32_e64 s[10:11], vcc_lo, v2  ; encoding: [0x0a,0x00,0x0f,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_tru_f32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f32_e64 s[10:11], vcc_hi, v2  ; encoding: [0x0a,0x00,0x0f,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_tru_f32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f32_e64 s[10:11], m0, v2      ; encoding: [0x0a,0x00,0x0f,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_tru_f32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x0f,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_tru_f32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x0f,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_tru_f32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f32_e64 s[10:11], 0, v2       ; encoding: [0x0a,0x00,0x0f,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_tru_f32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x0f,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f32_e64 s[10:11], -1, v2      ; encoding: [0x0a,0x00,0x0f,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_tru_f32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x0f,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f32_e64 s[10:11], 0.5, v2     ; encoding: [0x0a,0x00,0x0f,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_tru_f32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x0f,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f32_e64 s[10:11], -4.0, v2    ; encoding: [0x0a,0x00,0x0f,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_tru_f32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f32_e64 s[10:11], v1, v255    ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_tru_f32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f32_e64 s[10:11], v1, s2      ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_tru_f32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f32_e64 s[10:11], v1, s101    ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_tru_f32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f32_e64 s[10:11], v1, vcc_lo  ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_tru_f32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f32_e64 s[10:11], v1, vcc_hi  ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_tru_f32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f32_e64 s[10:11], v1, m0      ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_tru_f32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_tru_f32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_tru_f32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f32_e64 s[10:11], v1, 0       ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_tru_f32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f32_e64 s[10:11], v1, -1      ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_tru_f32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f32_e64 s[10:11], v1, 0.5     ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_tru_f32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f32_e64 s[10:11], v1, -4.0    ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_tru_f32_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f32_e64 s[10:11], -v1, v2     ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_tru_f32_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f32_e64 s[10:11], v1, -v2     ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_tru_f32_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f32_e64 s[10:11], -v1, -v2    ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_tru_f32_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0x0f,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f32_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x0f,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_tru_f32_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f32_e64 s10, v1, v2           ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f32_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x0f,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f32_e64 s12, v1, v2           ; encoding: [0x0c,0x00,0x0f,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f32_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x0f,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f32_e64 s100, v1, v2          ; encoding: [0x64,0x00,0x0f,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f32_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f32_e64 vcc_lo, v1, v2        ; encoding: [0x6a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f32_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f32_e64 s10, v255, v2         ; encoding: [0x0a,0x00,0x0f,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f32_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f32_e64 s10, s1, v2           ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f32_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f32_e64 s10, s101, v2         ; encoding: [0x0a,0x00,0x0f,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f32_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f32_e64 s10, vcc_lo, v2       ; encoding: [0x0a,0x00,0x0f,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f32_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f32_e64 s10, vcc_hi, v2       ; encoding: [0x0a,0x00,0x0f,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f32_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f32_e64 s10, m0, v2           ; encoding: [0x0a,0x00,0x0f,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f32_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f32_e64 s10, exec_lo, v2      ; encoding: [0x0a,0x00,0x0f,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f32_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f32_e64 s10, exec_hi, v2      ; encoding: [0x0a,0x00,0x0f,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f32_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f32_e64 s10, 0, v2            ; encoding: [0x0a,0x00,0x0f,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f32_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f32_e64 s10, -1, v2           ; encoding: [0x0a,0x00,0x0f,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f32_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f32_e64 s10, 0.5, v2          ; encoding: [0x0a,0x00,0x0f,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f32_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f32_e64 s10, -4.0, v2         ; encoding: [0x0a,0x00,0x0f,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f32_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f32_e64 s10, v1, v255         ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f32_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f32_e64 s10, v1, s2           ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f32_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f32_e64 s10, v1, s101         ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f32_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f32_e64 s10, v1, vcc_lo       ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f32_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f32_e64 s10, v1, vcc_hi       ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f32_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f32_e64 s10, v1, m0           ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f32_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f32_e64 s10, v1, exec_lo      ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f32_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f32_e64 s10, v1, exec_hi      ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f32_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f32_e64 s10, v1, 0            ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f32_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f32_e64 s10, v1, -1           ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f32_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f32_e64 s10, v1, 0.5          ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f32_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f32_e64 s10, v1, -4.0         ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f32_e64 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f32_e64 s10, -v1, v2          ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f32_e64 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f32_e64 s10, v1, -v2          ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f32_e64 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f32_e64 s10, -v1, -v2         ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f32_e64 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x0f,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f32_e64 s10, v1, v2 clamp     ; encoding: [0x0a,0x80,0x0f,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_f_f64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x20,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_f_f64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0x20,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x20,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_f_f64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0x20,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x20,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_f_f64_e64 vcc, v[1:2], v[2:3]
-// W64: encoding: [0x6a,0x00,0x20,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f64_e64 vcc, v[1:2], v[2:3]     ; encoding: [0x6a,0x00,0x20,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_f_f64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0x20,0xd4,0xfe,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x20,0xd4,0xfe,0x05,0x02,0x00]
 
 v_cmp_f_f64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0x20,0xd4,0x02,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x20,0xd4,0x02,0x04,0x02,0x00]
 
 v_cmp_f_f64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0x20,0xd4,0x04,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x20,0xd4,0x04,0x04,0x02,0x00]
 
 v_cmp_f_f64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0x20,0xd4,0x64,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x20,0xd4,0x64,0x04,0x02,0x00]
 
 v_cmp_f_f64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0x20,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f64_e64 s[10:11], vcc, v[2:3]   ; encoding: [0x0a,0x00,0x20,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_f_f64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0x20,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f64_e64 s[10:11], exec, v[2:3]  ; encoding: [0x0a,0x00,0x20,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_f_f64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x20,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f64_e64 s[10:11], 0, v[2:3]     ; encoding: [0x0a,0x00,0x20,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_f_f64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0x20,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f64_e64 s[10:11], -1, v[2:3]    ; encoding: [0x0a,0x00,0x20,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_f_f64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0x20,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f64_e64 s[10:11], 0.5, v[2:3]   ; encoding: [0x0a,0x00,0x20,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_f_f64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x20,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f64_e64 s[10:11], -4.0, v[2:3]  ; encoding: [0x0a,0x00,0x20,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_f_f64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x20,0xd4,0x01,0xfd,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0xfd,0x03,0x00]
 
 v_cmp_f_f64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0x20,0xd4,0x01,0x09,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0x09,0x00,0x00]
 
 v_cmp_f_f64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0x20,0xd4,0x01,0x0d,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0x0d,0x00,0x00]
 
 v_cmp_f_f64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x20,0xd4,0x01,0xc9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0xc9,0x00,0x00]
 
 v_cmp_f_f64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x20,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f64_e64 s[10:11], v[1:2], vcc   ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_f_f64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0x20,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f64_e64 s[10:11], v[1:2], exec  ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_f_f64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x20,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f64_e64 s[10:11], v[1:2], 0     ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_f_f64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x20,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f64_e64 s[10:11], v[1:2], -1    ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_f_f64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0x20,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f64_e64 s[10:11], v[1:2], 0.5   ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_f_f64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0x20,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f64_e64 s[10:11], v[1:2], -4.0  ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_f_f64_e64 s[10:11], -v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x20,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_f_f64_e64 s[10:11], v[1:2], -v[2:3]
-// W64: encoding: [0x0a,0x00,0x20,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_f_f64_e64 s[10:11], -v[1:2], -v[2:3]
-// W64: encoding: [0x0a,0x00,0x20,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_f_f64_e64 s[10:11], v[1:2], v[2:3] clamp
-// W64: encoding: [0x0a,0x80,0x20,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x20,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_f_f64_e64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f64_e64 s10, v[1:2], v[2:3]     ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f64_e64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x20,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f64_e64 s12, v[1:2], v[2:3]     ; encoding: [0x0c,0x00,0x20,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f64_e64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x20,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f64_e64 s100, v[1:2], v[2:3]    ; encoding: [0x64,0x00,0x20,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f64_e64 vcc_lo, v[1:2], v[2:3]
-// W32: encoding: [0x6a,0x00,0x20,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f64_e64 vcc_lo, v[1:2], v[2:3]  ; encoding: [0x6a,0x00,0x20,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f64_e64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0xfe,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x20,0xd4,0xfe,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0x02,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f64_e64 s10, s[2:3], v[2:3]     ; encoding: [0x0a,0x00,0x20,0xd4,0x02,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0x04,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f64_e64 s10, s[4:5], v[2:3]     ; encoding: [0x0a,0x00,0x20,0xd4,0x04,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0x64,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x20,0xd4,0x64,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f64_e64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f64_e64 s10, vcc, v[2:3]        ; encoding: [0x0a,0x00,0x20,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f64_e64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f64_e64 s10, exec, v[2:3]       ; encoding: [0x0a,0x00,0x20,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f64_e64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f64_e64 s10, 0, v[2:3]          ; encoding: [0x0a,0x00,0x20,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f64_e64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f64_e64 s10, -1, v[2:3]         ; encoding: [0x0a,0x00,0x20,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f64_e64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f64_e64 s10, 0.5, v[2:3]        ; encoding: [0x0a,0x00,0x20,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f64_e64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f64_e64 s10, -4.0, v[2:3]       ; encoding: [0x0a,0x00,0x20,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f64_e64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0x01,0xfd,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0x01,0x09,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f64_e64 s10, v[1:2], s[4:5]     ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0x09,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0x01,0x0d,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f64_e64 s10, v[1:2], s[6:7]     ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0x0d,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0x01,0xc9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0xc9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f64_e64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f64_e64 s10, v[1:2], vcc        ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f64_e64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f64_e64 s10, v[1:2], exec       ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f64_e64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f64_e64 s10, v[1:2], 0          ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f64_e64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f64_e64 s10, v[1:2], -1         ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f64_e64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f64_e64 s10, v[1:2], 0.5        ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f64_e64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f64_e64 s10, v[1:2], -4.0       ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f64_e64 s10, -v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f64_e64 s10, -v[1:2], v[2:3]    ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f64_e64 s10, v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f64_e64 s10, v[1:2], -v[2:3]    ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f64_e64 s10, -v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f64_e64 s10, -v[1:2], -v[2:3]   ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f64_e64 s10, v[1:2], v[2:3] clamp
-// W32: encoding: [0x0a,0x80,0x20,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f64_e64 s10, v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x20,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_lt_f64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x21,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lt_f64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0x21,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x21,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lt_f64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0x21,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x21,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lt_f64_e64 vcc, v[1:2], v[2:3]
-// W64: encoding: [0x6a,0x00,0x21,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f64_e64 vcc, v[1:2], v[2:3]    ; encoding: [0x6a,0x00,0x21,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lt_f64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0x21,0xd4,0xfe,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x21,0xd4,0xfe,0x05,0x02,0x00]
 
 v_cmp_lt_f64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0x21,0xd4,0x02,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x21,0xd4,0x02,0x04,0x02,0x00]
 
 v_cmp_lt_f64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0x21,0xd4,0x04,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x21,0xd4,0x04,0x04,0x02,0x00]
 
 v_cmp_lt_f64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0x21,0xd4,0x64,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x21,0xd4,0x64,0x04,0x02,0x00]
 
 v_cmp_lt_f64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0x21,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f64_e64 s[10:11], vcc, v[2:3]  ; encoding: [0x0a,0x00,0x21,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_lt_f64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0x21,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0x21,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_lt_f64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x21,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f64_e64 s[10:11], 0, v[2:3]    ; encoding: [0x0a,0x00,0x21,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_lt_f64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0x21,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f64_e64 s[10:11], -1, v[2:3]   ; encoding: [0x0a,0x00,0x21,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_lt_f64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0x21,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f64_e64 s[10:11], 0.5, v[2:3]  ; encoding: [0x0a,0x00,0x21,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_lt_f64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x21,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0x21,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_lt_f64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x21,0xd4,0x01,0xfd,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0xfd,0x03,0x00]
 
 v_cmp_lt_f64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0x21,0xd4,0x01,0x09,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0x09,0x00,0x00]
 
 v_cmp_lt_f64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0x21,0xd4,0x01,0x0d,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0x0d,0x00,0x00]
 
 v_cmp_lt_f64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x21,0xd4,0x01,0xc9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0xc9,0x00,0x00]
 
 v_cmp_lt_f64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x21,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f64_e64 s[10:11], v[1:2], vcc  ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_lt_f64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0x21,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_lt_f64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x21,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f64_e64 s[10:11], v[1:2], 0    ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_lt_f64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x21,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f64_e64 s[10:11], v[1:2], -1   ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_lt_f64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0x21,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f64_e64 s[10:11], v[1:2], 0.5  ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_lt_f64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0x21,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_lt_f64_e64 s[10:11], -v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x21,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_lt_f64_e64 s[10:11], v[1:2], -v[2:3]
-// W64: encoding: [0x0a,0x00,0x21,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_lt_f64_e64 s[10:11], -v[1:2], -v[2:3]
-// W64: encoding: [0x0a,0x00,0x21,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_lt_f64_e64 s[10:11], v[1:2], v[2:3] clamp
-// W64: encoding: [0x0a,0x80,0x21,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x21,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lt_f64_e64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f64_e64 s10, v[1:2], v[2:3]    ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f64_e64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x21,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f64_e64 s12, v[1:2], v[2:3]    ; encoding: [0x0c,0x00,0x21,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f64_e64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x21,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f64_e64 s100, v[1:2], v[2:3]   ; encoding: [0x64,0x00,0x21,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f64_e64 vcc_lo, v[1:2], v[2:3]
-// W32: encoding: [0x6a,0x00,0x21,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0x21,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f64_e64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0xfe,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x21,0xd4,0xfe,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0x02,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f64_e64 s10, s[2:3], v[2:3]    ; encoding: [0x0a,0x00,0x21,0xd4,0x02,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0x04,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f64_e64 s10, s[4:5], v[2:3]    ; encoding: [0x0a,0x00,0x21,0xd4,0x04,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0x64,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x21,0xd4,0x64,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f64_e64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f64_e64 s10, vcc, v[2:3]       ; encoding: [0x0a,0x00,0x21,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f64_e64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f64_e64 s10, exec, v[2:3]      ; encoding: [0x0a,0x00,0x21,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f64_e64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f64_e64 s10, 0, v[2:3]         ; encoding: [0x0a,0x00,0x21,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f64_e64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f64_e64 s10, -1, v[2:3]        ; encoding: [0x0a,0x00,0x21,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f64_e64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f64_e64 s10, 0.5, v[2:3]       ; encoding: [0x0a,0x00,0x21,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f64_e64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f64_e64 s10, -4.0, v[2:3]      ; encoding: [0x0a,0x00,0x21,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f64_e64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0x01,0xfd,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0x01,0x09,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f64_e64 s10, v[1:2], s[4:5]    ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0x09,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0x01,0x0d,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f64_e64 s10, v[1:2], s[6:7]    ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0x0d,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0x01,0xc9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0xc9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f64_e64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f64_e64 s10, v[1:2], vcc       ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f64_e64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f64_e64 s10, v[1:2], exec      ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f64_e64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f64_e64 s10, v[1:2], 0         ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f64_e64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f64_e64 s10, v[1:2], -1        ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f64_e64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f64_e64 s10, v[1:2], 0.5       ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f64_e64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f64_e64 s10, v[1:2], -4.0      ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f64_e64 s10, -v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f64_e64 s10, -v[1:2], v[2:3]   ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f64_e64 s10, v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f64_e64 s10, v[1:2], -v[2:3]   ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f64_e64 s10, -v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f64_e64 s10, -v[1:2], -v[2:3]  ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f64_e64 s10, v[1:2], v[2:3] clamp
-// W32: encoding: [0x0a,0x80,0x21,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f64_e64 s10, v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x21,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x22,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_eq_f64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0x22,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x22,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_eq_f64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0x22,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x22,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_eq_f64_e64 vcc, v[1:2], v[2:3]
-// W64: encoding: [0x6a,0x00,0x22,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f64_e64 vcc, v[1:2], v[2:3]    ; encoding: [0x6a,0x00,0x22,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_eq_f64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0x22,0xd4,0xfe,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x22,0xd4,0xfe,0x05,0x02,0x00]
 
 v_cmp_eq_f64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0x22,0xd4,0x02,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x22,0xd4,0x02,0x04,0x02,0x00]
 
 v_cmp_eq_f64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0x22,0xd4,0x04,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x22,0xd4,0x04,0x04,0x02,0x00]
 
 v_cmp_eq_f64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0x22,0xd4,0x64,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x22,0xd4,0x64,0x04,0x02,0x00]
 
 v_cmp_eq_f64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0x22,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f64_e64 s[10:11], vcc, v[2:3]  ; encoding: [0x0a,0x00,0x22,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_eq_f64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0x22,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0x22,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_eq_f64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x22,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f64_e64 s[10:11], 0, v[2:3]    ; encoding: [0x0a,0x00,0x22,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_eq_f64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0x22,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f64_e64 s[10:11], -1, v[2:3]   ; encoding: [0x0a,0x00,0x22,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_eq_f64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0x22,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f64_e64 s[10:11], 0.5, v[2:3]  ; encoding: [0x0a,0x00,0x22,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_eq_f64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x22,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0x22,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_eq_f64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x22,0xd4,0x01,0xfd,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0xfd,0x03,0x00]
 
 v_cmp_eq_f64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0x22,0xd4,0x01,0x09,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0x09,0x00,0x00]
 
 v_cmp_eq_f64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0x22,0xd4,0x01,0x0d,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0x0d,0x00,0x00]
 
 v_cmp_eq_f64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x22,0xd4,0x01,0xc9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0xc9,0x00,0x00]
 
 v_cmp_eq_f64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x22,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f64_e64 s[10:11], v[1:2], vcc  ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_eq_f64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0x22,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_eq_f64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x22,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f64_e64 s[10:11], v[1:2], 0    ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_eq_f64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x22,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f64_e64 s[10:11], v[1:2], -1   ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_eq_f64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0x22,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f64_e64 s[10:11], v[1:2], 0.5  ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_eq_f64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0x22,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_eq_f64_e64 s[10:11], -v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x22,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_eq_f64_e64 s[10:11], v[1:2], -v[2:3]
-// W64: encoding: [0x0a,0x00,0x22,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_eq_f64_e64 s[10:11], -v[1:2], -v[2:3]
-// W64: encoding: [0x0a,0x00,0x22,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_eq_f64_e64 s[10:11], v[1:2], v[2:3] clamp
-// W64: encoding: [0x0a,0x80,0x22,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x22,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_eq_f64_e64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f64_e64 s10, v[1:2], v[2:3]    ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f64_e64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x22,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f64_e64 s12, v[1:2], v[2:3]    ; encoding: [0x0c,0x00,0x22,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f64_e64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x22,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f64_e64 s100, v[1:2], v[2:3]   ; encoding: [0x64,0x00,0x22,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f64_e64 vcc_lo, v[1:2], v[2:3]
-// W32: encoding: [0x6a,0x00,0x22,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0x22,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f64_e64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0xfe,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x22,0xd4,0xfe,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0x02,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f64_e64 s10, s[2:3], v[2:3]    ; encoding: [0x0a,0x00,0x22,0xd4,0x02,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0x04,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f64_e64 s10, s[4:5], v[2:3]    ; encoding: [0x0a,0x00,0x22,0xd4,0x04,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0x64,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x22,0xd4,0x64,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f64_e64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f64_e64 s10, vcc, v[2:3]       ; encoding: [0x0a,0x00,0x22,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f64_e64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f64_e64 s10, exec, v[2:3]      ; encoding: [0x0a,0x00,0x22,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f64_e64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f64_e64 s10, 0, v[2:3]         ; encoding: [0x0a,0x00,0x22,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f64_e64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f64_e64 s10, -1, v[2:3]        ; encoding: [0x0a,0x00,0x22,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f64_e64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f64_e64 s10, 0.5, v[2:3]       ; encoding: [0x0a,0x00,0x22,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f64_e64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f64_e64 s10, -4.0, v[2:3]      ; encoding: [0x0a,0x00,0x22,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f64_e64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0x01,0xfd,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0x01,0x09,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f64_e64 s10, v[1:2], s[4:5]    ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0x09,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0x01,0x0d,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f64_e64 s10, v[1:2], s[6:7]    ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0x0d,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0x01,0xc9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0xc9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f64_e64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f64_e64 s10, v[1:2], vcc       ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f64_e64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f64_e64 s10, v[1:2], exec      ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f64_e64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f64_e64 s10, v[1:2], 0         ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f64_e64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f64_e64 s10, v[1:2], -1        ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f64_e64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f64_e64 s10, v[1:2], 0.5       ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f64_e64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f64_e64 s10, v[1:2], -4.0      ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f64_e64 s10, -v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f64_e64 s10, -v[1:2], v[2:3]   ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f64_e64 s10, v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f64_e64 s10, v[1:2], -v[2:3]   ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f64_e64 s10, -v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f64_e64 s10, -v[1:2], -v[2:3]  ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f64_e64 s10, v[1:2], v[2:3] clamp
-// W32: encoding: [0x0a,0x80,0x22,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f64_e64 s10, v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x22,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x23,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_le_f64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0x23,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x23,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_le_f64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0x23,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x23,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_le_f64_e64 vcc, v[1:2], v[2:3]
-// W64: encoding: [0x6a,0x00,0x23,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f64_e64 vcc, v[1:2], v[2:3]    ; encoding: [0x6a,0x00,0x23,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_le_f64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0x23,0xd4,0xfe,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x23,0xd4,0xfe,0x05,0x02,0x00]
 
 v_cmp_le_f64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0x23,0xd4,0x02,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x23,0xd4,0x02,0x04,0x02,0x00]
 
 v_cmp_le_f64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0x23,0xd4,0x04,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x23,0xd4,0x04,0x04,0x02,0x00]
 
 v_cmp_le_f64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0x23,0xd4,0x64,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x23,0xd4,0x64,0x04,0x02,0x00]
 
 v_cmp_le_f64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0x23,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f64_e64 s[10:11], vcc, v[2:3]  ; encoding: [0x0a,0x00,0x23,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_le_f64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0x23,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0x23,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_le_f64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x23,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f64_e64 s[10:11], 0, v[2:3]    ; encoding: [0x0a,0x00,0x23,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_le_f64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0x23,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f64_e64 s[10:11], -1, v[2:3]   ; encoding: [0x0a,0x00,0x23,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_le_f64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0x23,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f64_e64 s[10:11], 0.5, v[2:3]  ; encoding: [0x0a,0x00,0x23,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_le_f64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x23,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0x23,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_le_f64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x23,0xd4,0x01,0xfd,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0xfd,0x03,0x00]
 
 v_cmp_le_f64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0x23,0xd4,0x01,0x09,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0x09,0x00,0x00]
 
 v_cmp_le_f64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0x23,0xd4,0x01,0x0d,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0x0d,0x00,0x00]
 
 v_cmp_le_f64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x23,0xd4,0x01,0xc9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0xc9,0x00,0x00]
 
 v_cmp_le_f64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x23,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f64_e64 s[10:11], v[1:2], vcc  ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_le_f64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0x23,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_le_f64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x23,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f64_e64 s[10:11], v[1:2], 0    ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_le_f64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x23,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f64_e64 s[10:11], v[1:2], -1   ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_le_f64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0x23,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f64_e64 s[10:11], v[1:2], 0.5  ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_le_f64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0x23,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_le_f64_e64 s[10:11], -v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x23,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_le_f64_e64 s[10:11], v[1:2], -v[2:3]
-// W64: encoding: [0x0a,0x00,0x23,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_le_f64_e64 s[10:11], -v[1:2], -v[2:3]
-// W64: encoding: [0x0a,0x00,0x23,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_le_f64_e64 s[10:11], v[1:2], v[2:3] clamp
-// W64: encoding: [0x0a,0x80,0x23,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x23,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_le_f64_e64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f64_e64 s10, v[1:2], v[2:3]    ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f64_e64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x23,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f64_e64 s12, v[1:2], v[2:3]    ; encoding: [0x0c,0x00,0x23,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f64_e64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x23,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f64_e64 s100, v[1:2], v[2:3]   ; encoding: [0x64,0x00,0x23,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f64_e64 vcc_lo, v[1:2], v[2:3]
-// W32: encoding: [0x6a,0x00,0x23,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0x23,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f64_e64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0xfe,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x23,0xd4,0xfe,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0x02,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f64_e64 s10, s[2:3], v[2:3]    ; encoding: [0x0a,0x00,0x23,0xd4,0x02,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0x04,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f64_e64 s10, s[4:5], v[2:3]    ; encoding: [0x0a,0x00,0x23,0xd4,0x04,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0x64,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x23,0xd4,0x64,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f64_e64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f64_e64 s10, vcc, v[2:3]       ; encoding: [0x0a,0x00,0x23,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f64_e64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f64_e64 s10, exec, v[2:3]      ; encoding: [0x0a,0x00,0x23,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f64_e64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f64_e64 s10, 0, v[2:3]         ; encoding: [0x0a,0x00,0x23,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f64_e64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f64_e64 s10, -1, v[2:3]        ; encoding: [0x0a,0x00,0x23,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f64_e64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f64_e64 s10, 0.5, v[2:3]       ; encoding: [0x0a,0x00,0x23,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f64_e64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f64_e64 s10, -4.0, v[2:3]      ; encoding: [0x0a,0x00,0x23,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f64_e64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0x01,0xfd,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0x01,0x09,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f64_e64 s10, v[1:2], s[4:5]    ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0x09,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0x01,0x0d,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f64_e64 s10, v[1:2], s[6:7]    ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0x0d,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0x01,0xc9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0xc9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f64_e64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f64_e64 s10, v[1:2], vcc       ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f64_e64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f64_e64 s10, v[1:2], exec      ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f64_e64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f64_e64 s10, v[1:2], 0         ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f64_e64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f64_e64 s10, v[1:2], -1        ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f64_e64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f64_e64 s10, v[1:2], 0.5       ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f64_e64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f64_e64 s10, v[1:2], -4.0      ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f64_e64 s10, -v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f64_e64 s10, -v[1:2], v[2:3]   ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f64_e64 s10, v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f64_e64 s10, v[1:2], -v[2:3]   ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f64_e64 s10, -v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f64_e64 s10, -v[1:2], -v[2:3]  ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f64_e64 s10, v[1:2], v[2:3] clamp
-// W32: encoding: [0x0a,0x80,0x23,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f64_e64 s10, v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x23,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x24,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_gt_f64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0x24,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x24,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_gt_f64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0x24,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x24,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_gt_f64_e64 vcc, v[1:2], v[2:3]
-// W64: encoding: [0x6a,0x00,0x24,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f64_e64 vcc, v[1:2], v[2:3]    ; encoding: [0x6a,0x00,0x24,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_gt_f64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0x24,0xd4,0xfe,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x24,0xd4,0xfe,0x05,0x02,0x00]
 
 v_cmp_gt_f64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0x24,0xd4,0x02,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x24,0xd4,0x02,0x04,0x02,0x00]
 
 v_cmp_gt_f64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0x24,0xd4,0x04,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x24,0xd4,0x04,0x04,0x02,0x00]
 
 v_cmp_gt_f64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0x24,0xd4,0x64,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x24,0xd4,0x64,0x04,0x02,0x00]
 
 v_cmp_gt_f64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0x24,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f64_e64 s[10:11], vcc, v[2:3]  ; encoding: [0x0a,0x00,0x24,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_gt_f64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0x24,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0x24,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_gt_f64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x24,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f64_e64 s[10:11], 0, v[2:3]    ; encoding: [0x0a,0x00,0x24,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_gt_f64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0x24,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f64_e64 s[10:11], -1, v[2:3]   ; encoding: [0x0a,0x00,0x24,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_gt_f64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0x24,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f64_e64 s[10:11], 0.5, v[2:3]  ; encoding: [0x0a,0x00,0x24,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_gt_f64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x24,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0x24,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_gt_f64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x24,0xd4,0x01,0xfd,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0xfd,0x03,0x00]
 
 v_cmp_gt_f64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0x24,0xd4,0x01,0x09,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0x09,0x00,0x00]
 
 v_cmp_gt_f64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0x24,0xd4,0x01,0x0d,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0x0d,0x00,0x00]
 
 v_cmp_gt_f64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x24,0xd4,0x01,0xc9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0xc9,0x00,0x00]
 
 v_cmp_gt_f64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x24,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f64_e64 s[10:11], v[1:2], vcc  ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_gt_f64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0x24,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_gt_f64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x24,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f64_e64 s[10:11], v[1:2], 0    ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_gt_f64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x24,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f64_e64 s[10:11], v[1:2], -1   ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_gt_f64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0x24,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f64_e64 s[10:11], v[1:2], 0.5  ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_gt_f64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0x24,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_gt_f64_e64 s[10:11], -v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x24,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_gt_f64_e64 s[10:11], v[1:2], -v[2:3]
-// W64: encoding: [0x0a,0x00,0x24,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_gt_f64_e64 s[10:11], -v[1:2], -v[2:3]
-// W64: encoding: [0x0a,0x00,0x24,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_gt_f64_e64 s[10:11], v[1:2], v[2:3] clamp
-// W64: encoding: [0x0a,0x80,0x24,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x24,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_gt_f64_e64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f64_e64 s10, v[1:2], v[2:3]    ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f64_e64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x24,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f64_e64 s12, v[1:2], v[2:3]    ; encoding: [0x0c,0x00,0x24,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f64_e64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x24,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f64_e64 s100, v[1:2], v[2:3]   ; encoding: [0x64,0x00,0x24,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f64_e64 vcc_lo, v[1:2], v[2:3]
-// W32: encoding: [0x6a,0x00,0x24,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0x24,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f64_e64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0xfe,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x24,0xd4,0xfe,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0x02,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f64_e64 s10, s[2:3], v[2:3]    ; encoding: [0x0a,0x00,0x24,0xd4,0x02,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0x04,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f64_e64 s10, s[4:5], v[2:3]    ; encoding: [0x0a,0x00,0x24,0xd4,0x04,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0x64,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x24,0xd4,0x64,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f64_e64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f64_e64 s10, vcc, v[2:3]       ; encoding: [0x0a,0x00,0x24,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f64_e64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f64_e64 s10, exec, v[2:3]      ; encoding: [0x0a,0x00,0x24,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f64_e64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f64_e64 s10, 0, v[2:3]         ; encoding: [0x0a,0x00,0x24,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f64_e64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f64_e64 s10, -1, v[2:3]        ; encoding: [0x0a,0x00,0x24,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f64_e64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f64_e64 s10, 0.5, v[2:3]       ; encoding: [0x0a,0x00,0x24,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f64_e64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f64_e64 s10, -4.0, v[2:3]      ; encoding: [0x0a,0x00,0x24,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f64_e64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0x01,0xfd,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0x01,0x09,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f64_e64 s10, v[1:2], s[4:5]    ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0x09,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0x01,0x0d,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f64_e64 s10, v[1:2], s[6:7]    ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0x0d,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0x01,0xc9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0xc9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f64_e64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f64_e64 s10, v[1:2], vcc       ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f64_e64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f64_e64 s10, v[1:2], exec      ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f64_e64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f64_e64 s10, v[1:2], 0         ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f64_e64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f64_e64 s10, v[1:2], -1        ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f64_e64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f64_e64 s10, v[1:2], 0.5       ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f64_e64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f64_e64 s10, v[1:2], -4.0      ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f64_e64 s10, -v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f64_e64 s10, -v[1:2], v[2:3]   ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f64_e64 s10, v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f64_e64 s10, v[1:2], -v[2:3]   ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f64_e64 s10, -v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f64_e64 s10, -v[1:2], -v[2:3]  ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f64_e64 s10, v[1:2], v[2:3] clamp
-// W32: encoding: [0x0a,0x80,0x24,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f64_e64 s10, v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x24,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x25,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lg_f64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0x25,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x25,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lg_f64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0x25,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x25,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lg_f64_e64 vcc, v[1:2], v[2:3]
-// W64: encoding: [0x6a,0x00,0x25,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f64_e64 vcc, v[1:2], v[2:3]    ; encoding: [0x6a,0x00,0x25,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lg_f64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0x25,0xd4,0xfe,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x25,0xd4,0xfe,0x05,0x02,0x00]
 
 v_cmp_lg_f64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0x25,0xd4,0x02,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x25,0xd4,0x02,0x04,0x02,0x00]
 
 v_cmp_lg_f64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0x25,0xd4,0x04,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x25,0xd4,0x04,0x04,0x02,0x00]
 
 v_cmp_lg_f64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0x25,0xd4,0x64,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x25,0xd4,0x64,0x04,0x02,0x00]
 
 v_cmp_lg_f64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0x25,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f64_e64 s[10:11], vcc, v[2:3]  ; encoding: [0x0a,0x00,0x25,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_lg_f64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0x25,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0x25,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_lg_f64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x25,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f64_e64 s[10:11], 0, v[2:3]    ; encoding: [0x0a,0x00,0x25,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_lg_f64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0x25,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f64_e64 s[10:11], -1, v[2:3]   ; encoding: [0x0a,0x00,0x25,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_lg_f64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0x25,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f64_e64 s[10:11], 0.5, v[2:3]  ; encoding: [0x0a,0x00,0x25,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_lg_f64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x25,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0x25,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_lg_f64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x25,0xd4,0x01,0xfd,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0xfd,0x03,0x00]
 
 v_cmp_lg_f64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0x25,0xd4,0x01,0x09,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0x09,0x00,0x00]
 
 v_cmp_lg_f64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0x25,0xd4,0x01,0x0d,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0x0d,0x00,0x00]
 
 v_cmp_lg_f64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x25,0xd4,0x01,0xc9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0xc9,0x00,0x00]
 
 v_cmp_lg_f64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x25,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f64_e64 s[10:11], v[1:2], vcc  ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_lg_f64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0x25,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_lg_f64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x25,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f64_e64 s[10:11], v[1:2], 0    ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_lg_f64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x25,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f64_e64 s[10:11], v[1:2], -1   ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_lg_f64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0x25,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f64_e64 s[10:11], v[1:2], 0.5  ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_lg_f64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0x25,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_lg_f64_e64 s[10:11], -v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x25,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_lg_f64_e64 s[10:11], v[1:2], -v[2:3]
-// W64: encoding: [0x0a,0x00,0x25,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_lg_f64_e64 s[10:11], -v[1:2], -v[2:3]
-// W64: encoding: [0x0a,0x00,0x25,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_lg_f64_e64 s[10:11], v[1:2], v[2:3] clamp
-// W64: encoding: [0x0a,0x80,0x25,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x25,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lg_f64_e64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f64_e64 s10, v[1:2], v[2:3]    ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f64_e64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x25,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f64_e64 s12, v[1:2], v[2:3]    ; encoding: [0x0c,0x00,0x25,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f64_e64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x25,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f64_e64 s100, v[1:2], v[2:3]   ; encoding: [0x64,0x00,0x25,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f64_e64 vcc_lo, v[1:2], v[2:3]
-// W32: encoding: [0x6a,0x00,0x25,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0x25,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f64_e64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0xfe,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x25,0xd4,0xfe,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0x02,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f64_e64 s10, s[2:3], v[2:3]    ; encoding: [0x0a,0x00,0x25,0xd4,0x02,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0x04,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f64_e64 s10, s[4:5], v[2:3]    ; encoding: [0x0a,0x00,0x25,0xd4,0x04,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0x64,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x25,0xd4,0x64,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f64_e64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f64_e64 s10, vcc, v[2:3]       ; encoding: [0x0a,0x00,0x25,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f64_e64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f64_e64 s10, exec, v[2:3]      ; encoding: [0x0a,0x00,0x25,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f64_e64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f64_e64 s10, 0, v[2:3]         ; encoding: [0x0a,0x00,0x25,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f64_e64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f64_e64 s10, -1, v[2:3]        ; encoding: [0x0a,0x00,0x25,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f64_e64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f64_e64 s10, 0.5, v[2:3]       ; encoding: [0x0a,0x00,0x25,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f64_e64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f64_e64 s10, -4.0, v[2:3]      ; encoding: [0x0a,0x00,0x25,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f64_e64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0x01,0xfd,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0x01,0x09,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f64_e64 s10, v[1:2], s[4:5]    ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0x09,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0x01,0x0d,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f64_e64 s10, v[1:2], s[6:7]    ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0x0d,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0x01,0xc9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0xc9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f64_e64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f64_e64 s10, v[1:2], vcc       ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f64_e64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f64_e64 s10, v[1:2], exec      ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f64_e64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f64_e64 s10, v[1:2], 0         ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f64_e64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f64_e64 s10, v[1:2], -1        ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f64_e64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f64_e64 s10, v[1:2], 0.5       ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f64_e64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f64_e64 s10, v[1:2], -4.0      ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f64_e64 s10, -v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f64_e64 s10, -v[1:2], v[2:3]   ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f64_e64 s10, v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f64_e64 s10, v[1:2], -v[2:3]   ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f64_e64 s10, -v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f64_e64 s10, -v[1:2], -v[2:3]  ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f64_e64 s10, v[1:2], v[2:3] clamp
-// W32: encoding: [0x0a,0x80,0x25,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f64_e64 s10, v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x25,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x26,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ge_f64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0x26,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x26,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ge_f64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0x26,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x26,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ge_f64_e64 vcc, v[1:2], v[2:3]
-// W64: encoding: [0x6a,0x00,0x26,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f64_e64 vcc, v[1:2], v[2:3]    ; encoding: [0x6a,0x00,0x26,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ge_f64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0x26,0xd4,0xfe,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x26,0xd4,0xfe,0x05,0x02,0x00]
 
 v_cmp_ge_f64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0x26,0xd4,0x02,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x26,0xd4,0x02,0x04,0x02,0x00]
 
 v_cmp_ge_f64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0x26,0xd4,0x04,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x26,0xd4,0x04,0x04,0x02,0x00]
 
 v_cmp_ge_f64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0x26,0xd4,0x64,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x26,0xd4,0x64,0x04,0x02,0x00]
 
 v_cmp_ge_f64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0x26,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f64_e64 s[10:11], vcc, v[2:3]  ; encoding: [0x0a,0x00,0x26,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_ge_f64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0x26,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0x26,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_ge_f64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x26,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f64_e64 s[10:11], 0, v[2:3]    ; encoding: [0x0a,0x00,0x26,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_ge_f64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0x26,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f64_e64 s[10:11], -1, v[2:3]   ; encoding: [0x0a,0x00,0x26,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_ge_f64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0x26,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f64_e64 s[10:11], 0.5, v[2:3]  ; encoding: [0x0a,0x00,0x26,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_ge_f64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x26,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0x26,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_ge_f64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x26,0xd4,0x01,0xfd,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0xfd,0x03,0x00]
 
 v_cmp_ge_f64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0x26,0xd4,0x01,0x09,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0x09,0x00,0x00]
 
 v_cmp_ge_f64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0x26,0xd4,0x01,0x0d,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0x0d,0x00,0x00]
 
 v_cmp_ge_f64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x26,0xd4,0x01,0xc9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0xc9,0x00,0x00]
 
 v_cmp_ge_f64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x26,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f64_e64 s[10:11], v[1:2], vcc  ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_ge_f64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0x26,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_ge_f64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x26,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f64_e64 s[10:11], v[1:2], 0    ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_ge_f64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x26,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f64_e64 s[10:11], v[1:2], -1   ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_ge_f64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0x26,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f64_e64 s[10:11], v[1:2], 0.5  ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_ge_f64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0x26,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_ge_f64_e64 s[10:11], -v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x26,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_ge_f64_e64 s[10:11], v[1:2], -v[2:3]
-// W64: encoding: [0x0a,0x00,0x26,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_ge_f64_e64 s[10:11], -v[1:2], -v[2:3]
-// W64: encoding: [0x0a,0x00,0x26,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_ge_f64_e64 s[10:11], v[1:2], v[2:3] clamp
-// W64: encoding: [0x0a,0x80,0x26,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x26,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ge_f64_e64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f64_e64 s10, v[1:2], v[2:3]    ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f64_e64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x26,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f64_e64 s12, v[1:2], v[2:3]    ; encoding: [0x0c,0x00,0x26,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f64_e64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x26,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f64_e64 s100, v[1:2], v[2:3]   ; encoding: [0x64,0x00,0x26,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f64_e64 vcc_lo, v[1:2], v[2:3]
-// W32: encoding: [0x6a,0x00,0x26,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0x26,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f64_e64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0xfe,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x26,0xd4,0xfe,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0x02,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f64_e64 s10, s[2:3], v[2:3]    ; encoding: [0x0a,0x00,0x26,0xd4,0x02,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0x04,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f64_e64 s10, s[4:5], v[2:3]    ; encoding: [0x0a,0x00,0x26,0xd4,0x04,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0x64,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x26,0xd4,0x64,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f64_e64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f64_e64 s10, vcc, v[2:3]       ; encoding: [0x0a,0x00,0x26,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f64_e64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f64_e64 s10, exec, v[2:3]      ; encoding: [0x0a,0x00,0x26,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f64_e64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f64_e64 s10, 0, v[2:3]         ; encoding: [0x0a,0x00,0x26,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f64_e64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f64_e64 s10, -1, v[2:3]        ; encoding: [0x0a,0x00,0x26,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f64_e64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f64_e64 s10, 0.5, v[2:3]       ; encoding: [0x0a,0x00,0x26,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f64_e64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f64_e64 s10, -4.0, v[2:3]      ; encoding: [0x0a,0x00,0x26,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f64_e64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0x01,0xfd,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0x01,0x09,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f64_e64 s10, v[1:2], s[4:5]    ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0x09,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0x01,0x0d,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f64_e64 s10, v[1:2], s[6:7]    ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0x0d,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0x01,0xc9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0xc9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f64_e64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f64_e64 s10, v[1:2], vcc       ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f64_e64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f64_e64 s10, v[1:2], exec      ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f64_e64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f64_e64 s10, v[1:2], 0         ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f64_e64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f64_e64 s10, v[1:2], -1        ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f64_e64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f64_e64 s10, v[1:2], 0.5       ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f64_e64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f64_e64 s10, v[1:2], -4.0      ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f64_e64 s10, -v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f64_e64 s10, -v[1:2], v[2:3]   ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f64_e64 s10, v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f64_e64 s10, v[1:2], -v[2:3]   ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f64_e64 s10, -v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f64_e64 s10, -v[1:2], -v[2:3]  ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f64_e64 s10, v[1:2], v[2:3] clamp
-// W32: encoding: [0x0a,0x80,0x26,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f64_e64 s10, v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x26,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_o_f64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x27,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_o_f64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0x27,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x27,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_o_f64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0x27,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x27,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_o_f64_e64 vcc, v[1:2], v[2:3]
-// W64: encoding: [0x6a,0x00,0x27,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f64_e64 vcc, v[1:2], v[2:3]     ; encoding: [0x6a,0x00,0x27,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_o_f64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0x27,0xd4,0xfe,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x27,0xd4,0xfe,0x05,0x02,0x00]
 
 v_cmp_o_f64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0x27,0xd4,0x02,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x27,0xd4,0x02,0x04,0x02,0x00]
 
 v_cmp_o_f64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0x27,0xd4,0x04,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x27,0xd4,0x04,0x04,0x02,0x00]
 
 v_cmp_o_f64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0x27,0xd4,0x64,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x27,0xd4,0x64,0x04,0x02,0x00]
 
 v_cmp_o_f64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0x27,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f64_e64 s[10:11], vcc, v[2:3]   ; encoding: [0x0a,0x00,0x27,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_o_f64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0x27,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f64_e64 s[10:11], exec, v[2:3]  ; encoding: [0x0a,0x00,0x27,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_o_f64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x27,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f64_e64 s[10:11], 0, v[2:3]     ; encoding: [0x0a,0x00,0x27,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_o_f64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0x27,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f64_e64 s[10:11], -1, v[2:3]    ; encoding: [0x0a,0x00,0x27,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_o_f64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0x27,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f64_e64 s[10:11], 0.5, v[2:3]   ; encoding: [0x0a,0x00,0x27,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_o_f64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x27,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f64_e64 s[10:11], -4.0, v[2:3]  ; encoding: [0x0a,0x00,0x27,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_o_f64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x27,0xd4,0x01,0xfd,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0xfd,0x03,0x00]
 
 v_cmp_o_f64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0x27,0xd4,0x01,0x09,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0x09,0x00,0x00]
 
 v_cmp_o_f64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0x27,0xd4,0x01,0x0d,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0x0d,0x00,0x00]
 
 v_cmp_o_f64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x27,0xd4,0x01,0xc9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0xc9,0x00,0x00]
 
 v_cmp_o_f64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x27,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f64_e64 s[10:11], v[1:2], vcc   ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_o_f64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0x27,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f64_e64 s[10:11], v[1:2], exec  ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_o_f64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x27,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f64_e64 s[10:11], v[1:2], 0     ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_o_f64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x27,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f64_e64 s[10:11], v[1:2], -1    ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_o_f64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0x27,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f64_e64 s[10:11], v[1:2], 0.5   ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_o_f64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0x27,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f64_e64 s[10:11], v[1:2], -4.0  ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_o_f64_e64 s[10:11], -v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x27,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_o_f64_e64 s[10:11], v[1:2], -v[2:3]
-// W64: encoding: [0x0a,0x00,0x27,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_o_f64_e64 s[10:11], -v[1:2], -v[2:3]
-// W64: encoding: [0x0a,0x00,0x27,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_o_f64_e64 s[10:11], v[1:2], v[2:3] clamp
-// W64: encoding: [0x0a,0x80,0x27,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x27,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_o_f64_e64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f64_e64 s10, v[1:2], v[2:3]     ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f64_e64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x27,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f64_e64 s12, v[1:2], v[2:3]     ; encoding: [0x0c,0x00,0x27,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f64_e64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x27,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f64_e64 s100, v[1:2], v[2:3]    ; encoding: [0x64,0x00,0x27,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f64_e64 vcc_lo, v[1:2], v[2:3]
-// W32: encoding: [0x6a,0x00,0x27,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f64_e64 vcc_lo, v[1:2], v[2:3]  ; encoding: [0x6a,0x00,0x27,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f64_e64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0xfe,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x27,0xd4,0xfe,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0x02,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f64_e64 s10, s[2:3], v[2:3]     ; encoding: [0x0a,0x00,0x27,0xd4,0x02,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0x04,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f64_e64 s10, s[4:5], v[2:3]     ; encoding: [0x0a,0x00,0x27,0xd4,0x04,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0x64,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x27,0xd4,0x64,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f64_e64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f64_e64 s10, vcc, v[2:3]        ; encoding: [0x0a,0x00,0x27,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f64_e64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f64_e64 s10, exec, v[2:3]       ; encoding: [0x0a,0x00,0x27,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f64_e64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f64_e64 s10, 0, v[2:3]          ; encoding: [0x0a,0x00,0x27,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f64_e64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f64_e64 s10, -1, v[2:3]         ; encoding: [0x0a,0x00,0x27,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f64_e64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f64_e64 s10, 0.5, v[2:3]        ; encoding: [0x0a,0x00,0x27,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f64_e64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f64_e64 s10, -4.0, v[2:3]       ; encoding: [0x0a,0x00,0x27,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f64_e64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0x01,0xfd,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0x01,0x09,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f64_e64 s10, v[1:2], s[4:5]     ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0x09,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0x01,0x0d,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f64_e64 s10, v[1:2], s[6:7]     ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0x0d,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0x01,0xc9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0xc9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f64_e64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f64_e64 s10, v[1:2], vcc        ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f64_e64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f64_e64 s10, v[1:2], exec       ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f64_e64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f64_e64 s10, v[1:2], 0          ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f64_e64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f64_e64 s10, v[1:2], -1         ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f64_e64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f64_e64 s10, v[1:2], 0.5        ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f64_e64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f64_e64 s10, v[1:2], -4.0       ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f64_e64 s10, -v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f64_e64 s10, -v[1:2], v[2:3]    ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f64_e64 s10, v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f64_e64 s10, v[1:2], -v[2:3]    ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f64_e64 s10, -v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f64_e64 s10, -v[1:2], -v[2:3]   ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f64_e64 s10, v[1:2], v[2:3] clamp
-// W32: encoding: [0x0a,0x80,0x27,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f64_e64 s10, v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x27,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x28,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_u_f64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0x28,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x28,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_u_f64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0x28,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x28,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_u_f64_e64 vcc, v[1:2], v[2:3]
-// W64: encoding: [0x6a,0x00,0x28,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f64_e64 vcc, v[1:2], v[2:3]     ; encoding: [0x6a,0x00,0x28,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_u_f64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0x28,0xd4,0xfe,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x28,0xd4,0xfe,0x05,0x02,0x00]
 
 v_cmp_u_f64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0x28,0xd4,0x02,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x28,0xd4,0x02,0x04,0x02,0x00]
 
 v_cmp_u_f64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0x28,0xd4,0x04,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x28,0xd4,0x04,0x04,0x02,0x00]
 
 v_cmp_u_f64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0x28,0xd4,0x64,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x28,0xd4,0x64,0x04,0x02,0x00]
 
 v_cmp_u_f64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0x28,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f64_e64 s[10:11], vcc, v[2:3]   ; encoding: [0x0a,0x00,0x28,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_u_f64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0x28,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f64_e64 s[10:11], exec, v[2:3]  ; encoding: [0x0a,0x00,0x28,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_u_f64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x28,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f64_e64 s[10:11], 0, v[2:3]     ; encoding: [0x0a,0x00,0x28,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_u_f64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0x28,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f64_e64 s[10:11], -1, v[2:3]    ; encoding: [0x0a,0x00,0x28,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_u_f64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0x28,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f64_e64 s[10:11], 0.5, v[2:3]   ; encoding: [0x0a,0x00,0x28,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_u_f64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x28,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f64_e64 s[10:11], -4.0, v[2:3]  ; encoding: [0x0a,0x00,0x28,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_u_f64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x28,0xd4,0x01,0xfd,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0xfd,0x03,0x00]
 
 v_cmp_u_f64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0x28,0xd4,0x01,0x09,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0x09,0x00,0x00]
 
 v_cmp_u_f64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0x28,0xd4,0x01,0x0d,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0x0d,0x00,0x00]
 
 v_cmp_u_f64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x28,0xd4,0x01,0xc9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0xc9,0x00,0x00]
 
 v_cmp_u_f64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x28,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f64_e64 s[10:11], v[1:2], vcc   ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_u_f64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0x28,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f64_e64 s[10:11], v[1:2], exec  ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_u_f64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x28,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f64_e64 s[10:11], v[1:2], 0     ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_u_f64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x28,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f64_e64 s[10:11], v[1:2], -1    ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_u_f64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0x28,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f64_e64 s[10:11], v[1:2], 0.5   ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_u_f64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0x28,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f64_e64 s[10:11], v[1:2], -4.0  ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_u_f64_e64 s[10:11], -v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x28,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_u_f64_e64 s[10:11], v[1:2], -v[2:3]
-// W64: encoding: [0x0a,0x00,0x28,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_u_f64_e64 s[10:11], -v[1:2], -v[2:3]
-// W64: encoding: [0x0a,0x00,0x28,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_u_f64_e64 s[10:11], v[1:2], v[2:3] clamp
-// W64: encoding: [0x0a,0x80,0x28,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x28,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_u_f64_e64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f64_e64 s10, v[1:2], v[2:3]     ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f64_e64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x28,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f64_e64 s12, v[1:2], v[2:3]     ; encoding: [0x0c,0x00,0x28,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f64_e64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x28,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f64_e64 s100, v[1:2], v[2:3]    ; encoding: [0x64,0x00,0x28,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f64_e64 vcc_lo, v[1:2], v[2:3]
-// W32: encoding: [0x6a,0x00,0x28,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f64_e64 vcc_lo, v[1:2], v[2:3]  ; encoding: [0x6a,0x00,0x28,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f64_e64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0xfe,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x28,0xd4,0xfe,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0x02,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f64_e64 s10, s[2:3], v[2:3]     ; encoding: [0x0a,0x00,0x28,0xd4,0x02,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0x04,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f64_e64 s10, s[4:5], v[2:3]     ; encoding: [0x0a,0x00,0x28,0xd4,0x04,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0x64,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x28,0xd4,0x64,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f64_e64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f64_e64 s10, vcc, v[2:3]        ; encoding: [0x0a,0x00,0x28,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f64_e64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f64_e64 s10, exec, v[2:3]       ; encoding: [0x0a,0x00,0x28,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f64_e64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f64_e64 s10, 0, v[2:3]          ; encoding: [0x0a,0x00,0x28,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f64_e64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f64_e64 s10, -1, v[2:3]         ; encoding: [0x0a,0x00,0x28,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f64_e64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f64_e64 s10, 0.5, v[2:3]        ; encoding: [0x0a,0x00,0x28,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f64_e64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f64_e64 s10, -4.0, v[2:3]       ; encoding: [0x0a,0x00,0x28,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f64_e64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0x01,0xfd,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0x01,0x09,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f64_e64 s10, v[1:2], s[4:5]     ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0x09,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0x01,0x0d,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f64_e64 s10, v[1:2], s[6:7]     ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0x0d,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0x01,0xc9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0xc9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f64_e64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f64_e64 s10, v[1:2], vcc        ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f64_e64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f64_e64 s10, v[1:2], exec       ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f64_e64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f64_e64 s10, v[1:2], 0          ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f64_e64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f64_e64 s10, v[1:2], -1         ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f64_e64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f64_e64 s10, v[1:2], 0.5        ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f64_e64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f64_e64 s10, v[1:2], -4.0       ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f64_e64 s10, -v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f64_e64 s10, -v[1:2], v[2:3]    ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f64_e64 s10, v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f64_e64 s10, v[1:2], -v[2:3]    ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f64_e64 s10, -v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f64_e64 s10, -v[1:2], -v[2:3]   ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f64_e64 s10, v[1:2], v[2:3] clamp
-// W32: encoding: [0x0a,0x80,0x28,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f64_e64 s10, v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x28,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_nge_f64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x29,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nge_f64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0x29,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x29,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nge_f64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0x29,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x29,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nge_f64_e64 vcc, v[1:2], v[2:3]
-// W64: encoding: [0x6a,0x00,0x29,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f64_e64 vcc, v[1:2], v[2:3]   ; encoding: [0x6a,0x00,0x29,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nge_f64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0x29,0xd4,0xfe,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x29,0xd4,0xfe,0x05,0x02,0x00]
 
 v_cmp_nge_f64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0x29,0xd4,0x02,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x29,0xd4,0x02,0x04,0x02,0x00]
 
 v_cmp_nge_f64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0x29,0xd4,0x04,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x29,0xd4,0x04,0x04,0x02,0x00]
 
 v_cmp_nge_f64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0x29,0xd4,0x64,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x29,0xd4,0x64,0x04,0x02,0x00]
 
 v_cmp_nge_f64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0x29,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f64_e64 s[10:11], vcc, v[2:3] ; encoding: [0x0a,0x00,0x29,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_nge_f64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0x29,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0x29,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_nge_f64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x29,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f64_e64 s[10:11], 0, v[2:3]   ; encoding: [0x0a,0x00,0x29,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_nge_f64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0x29,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f64_e64 s[10:11], -1, v[2:3]  ; encoding: [0x0a,0x00,0x29,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_nge_f64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0x29,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f64_e64 s[10:11], 0.5, v[2:3] ; encoding: [0x0a,0x00,0x29,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_nge_f64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x29,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0x29,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_nge_f64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x29,0xd4,0x01,0xfd,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0xfd,0x03,0x00]
 
 v_cmp_nge_f64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0x29,0xd4,0x01,0x09,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0x09,0x00,0x00]
 
 v_cmp_nge_f64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0x29,0xd4,0x01,0x0d,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0x0d,0x00,0x00]
 
 v_cmp_nge_f64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x29,0xd4,0x01,0xc9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0xc9,0x00,0x00]
 
 v_cmp_nge_f64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x29,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f64_e64 s[10:11], v[1:2], vcc ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_nge_f64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0x29,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_nge_f64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x29,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f64_e64 s[10:11], v[1:2], 0   ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_nge_f64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x29,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f64_e64 s[10:11], v[1:2], -1  ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_nge_f64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0x29,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_nge_f64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0x29,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_nge_f64_e64 s[10:11], -v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x29,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_nge_f64_e64 s[10:11], v[1:2], -v[2:3]
-// W64: encoding: [0x0a,0x00,0x29,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_nge_f64_e64 s[10:11], -v[1:2], -v[2:3]
-// W64: encoding: [0x0a,0x00,0x29,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_nge_f64_e64 s[10:11], v[1:2], v[2:3] clamp
-// W64: encoding: [0x0a,0x80,0x29,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x29,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nge_f64_e64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f64_e64 s10, v[1:2], v[2:3]   ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f64_e64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x29,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f64_e64 s12, v[1:2], v[2:3]   ; encoding: [0x0c,0x00,0x29,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f64_e64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x29,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f64_e64 s100, v[1:2], v[2:3]  ; encoding: [0x64,0x00,0x29,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f64_e64 vcc_lo, v[1:2], v[2:3]
-// W32: encoding: [0x6a,0x00,0x29,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0x29,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f64_e64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0xfe,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x29,0xd4,0xfe,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0x02,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f64_e64 s10, s[2:3], v[2:3]   ; encoding: [0x0a,0x00,0x29,0xd4,0x02,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0x04,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f64_e64 s10, s[4:5], v[2:3]   ; encoding: [0x0a,0x00,0x29,0xd4,0x04,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0x64,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x29,0xd4,0x64,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f64_e64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f64_e64 s10, vcc, v[2:3]      ; encoding: [0x0a,0x00,0x29,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f64_e64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f64_e64 s10, exec, v[2:3]     ; encoding: [0x0a,0x00,0x29,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f64_e64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f64_e64 s10, 0, v[2:3]        ; encoding: [0x0a,0x00,0x29,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f64_e64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f64_e64 s10, -1, v[2:3]       ; encoding: [0x0a,0x00,0x29,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f64_e64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f64_e64 s10, 0.5, v[2:3]      ; encoding: [0x0a,0x00,0x29,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f64_e64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f64_e64 s10, -4.0, v[2:3]     ; encoding: [0x0a,0x00,0x29,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f64_e64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0x01,0xfd,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0x01,0x09,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f64_e64 s10, v[1:2], s[4:5]   ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0x09,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0x01,0x0d,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f64_e64 s10, v[1:2], s[6:7]   ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0x0d,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0x01,0xc9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0xc9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f64_e64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f64_e64 s10, v[1:2], vcc      ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f64_e64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f64_e64 s10, v[1:2], exec     ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f64_e64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f64_e64 s10, v[1:2], 0        ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f64_e64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f64_e64 s10, v[1:2], -1       ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f64_e64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f64_e64 s10, v[1:2], 0.5      ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f64_e64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f64_e64 s10, v[1:2], -4.0     ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f64_e64 s10, -v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f64_e64 s10, -v[1:2], v[2:3]  ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f64_e64 s10, v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f64_e64 s10, v[1:2], -v[2:3]  ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f64_e64 s10, -v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f64_e64 s10, -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f64_e64 s10, v[1:2], v[2:3] clamp
-// W32: encoding: [0x0a,0x80,0x29,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f64_e64 s10, v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x29,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nlg_f64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0x2a,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x2a,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nlg_f64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0x2a,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x2a,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nlg_f64_e64 vcc, v[1:2], v[2:3]
-// W64: encoding: [0x6a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f64_e64 vcc, v[1:2], v[2:3]   ; encoding: [0x6a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nlg_f64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0x2a,0xd4,0xfe,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x2a,0xd4,0xfe,0x05,0x02,0x00]
 
 v_cmp_nlg_f64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0x2a,0xd4,0x02,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x2a,0xd4,0x02,0x04,0x02,0x00]
 
 v_cmp_nlg_f64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0x2a,0xd4,0x04,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x2a,0xd4,0x04,0x04,0x02,0x00]
 
 v_cmp_nlg_f64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0x2a,0xd4,0x64,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x2a,0xd4,0x64,0x04,0x02,0x00]
 
 v_cmp_nlg_f64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2a,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f64_e64 s[10:11], vcc, v[2:3] ; encoding: [0x0a,0x00,0x2a,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_nlg_f64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2a,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0x2a,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_nlg_f64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2a,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f64_e64 s[10:11], 0, v[2:3]   ; encoding: [0x0a,0x00,0x2a,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_nlg_f64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2a,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f64_e64 s[10:11], -1, v[2:3]  ; encoding: [0x0a,0x00,0x2a,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_nlg_f64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2a,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f64_e64 s[10:11], 0.5, v[2:3] ; encoding: [0x0a,0x00,0x2a,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_nlg_f64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2a,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0x2a,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_nlg_f64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xfd,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xfd,0x03,0x00]
 
 v_cmp_nlg_f64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x09,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x09,0x00,0x00]
 
 v_cmp_nlg_f64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x0d,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x0d,0x00,0x00]
 
 v_cmp_nlg_f64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xc9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xc9,0x00,0x00]
 
 v_cmp_nlg_f64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f64_e64 s[10:11], v[1:2], vcc ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_nlg_f64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_nlg_f64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f64_e64 s[10:11], v[1:2], 0   ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_nlg_f64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f64_e64 s[10:11], v[1:2], -1  ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_nlg_f64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_nlg_f64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_nlg_f64_e64 s[10:11], -v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_nlg_f64_e64 s[10:11], v[1:2], -v[2:3]
-// W64: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_nlg_f64_e64 s[10:11], -v[1:2], -v[2:3]
-// W64: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_nlg_f64_e64 s[10:11], v[1:2], v[2:3] clamp
-// W64: encoding: [0x0a,0x80,0x2a,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x2a,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nlg_f64_e64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f64_e64 s10, v[1:2], v[2:3]   ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f64_e64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x2a,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f64_e64 s12, v[1:2], v[2:3]   ; encoding: [0x0c,0x00,0x2a,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f64_e64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x2a,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f64_e64 s100, v[1:2], v[2:3]  ; encoding: [0x64,0x00,0x2a,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f64_e64 vcc_lo, v[1:2], v[2:3]
-// W32: encoding: [0x6a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f64_e64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0xfe,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x2a,0xd4,0xfe,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0x02,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f64_e64 s10, s[2:3], v[2:3]   ; encoding: [0x0a,0x00,0x2a,0xd4,0x02,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0x04,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f64_e64 s10, s[4:5], v[2:3]   ; encoding: [0x0a,0x00,0x2a,0xd4,0x04,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0x64,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x2a,0xd4,0x64,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f64_e64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f64_e64 s10, vcc, v[2:3]      ; encoding: [0x0a,0x00,0x2a,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f64_e64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f64_e64 s10, exec, v[2:3]     ; encoding: [0x0a,0x00,0x2a,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f64_e64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f64_e64 s10, 0, v[2:3]        ; encoding: [0x0a,0x00,0x2a,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f64_e64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f64_e64 s10, -1, v[2:3]       ; encoding: [0x0a,0x00,0x2a,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f64_e64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f64_e64 s10, 0.5, v[2:3]      ; encoding: [0x0a,0x00,0x2a,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f64_e64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f64_e64 s10, -4.0, v[2:3]     ; encoding: [0x0a,0x00,0x2a,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f64_e64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xfd,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x09,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f64_e64 s10, v[1:2], s[4:5]   ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x09,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x0d,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f64_e64 s10, v[1:2], s[6:7]   ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x0d,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xc9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xc9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f64_e64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f64_e64 s10, v[1:2], vcc      ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f64_e64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f64_e64 s10, v[1:2], exec     ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f64_e64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f64_e64 s10, v[1:2], 0        ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f64_e64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f64_e64 s10, v[1:2], -1       ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f64_e64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f64_e64 s10, v[1:2], 0.5      ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f64_e64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f64_e64 s10, v[1:2], -4.0     ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f64_e64 s10, -v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f64_e64 s10, -v[1:2], v[2:3]  ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f64_e64 s10, v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f64_e64 s10, v[1:2], -v[2:3]  ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f64_e64 s10, -v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f64_e64 s10, -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f64_e64 s10, v[1:2], v[2:3] clamp
-// W32: encoding: [0x0a,0x80,0x2a,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f64_e64 s10, v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x2a,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ngt_f64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0x2b,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x2b,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ngt_f64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0x2b,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x2b,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ngt_f64_e64 vcc, v[1:2], v[2:3]
-// W64: encoding: [0x6a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f64_e64 vcc, v[1:2], v[2:3]   ; encoding: [0x6a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ngt_f64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0x2b,0xd4,0xfe,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x2b,0xd4,0xfe,0x05,0x02,0x00]
 
 v_cmp_ngt_f64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0x2b,0xd4,0x02,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x2b,0xd4,0x02,0x04,0x02,0x00]
 
 v_cmp_ngt_f64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0x2b,0xd4,0x04,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x2b,0xd4,0x04,0x04,0x02,0x00]
 
 v_cmp_ngt_f64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0x2b,0xd4,0x64,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x2b,0xd4,0x64,0x04,0x02,0x00]
 
 v_cmp_ngt_f64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2b,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f64_e64 s[10:11], vcc, v[2:3] ; encoding: [0x0a,0x00,0x2b,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_ngt_f64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2b,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0x2b,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_ngt_f64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2b,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f64_e64 s[10:11], 0, v[2:3]   ; encoding: [0x0a,0x00,0x2b,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_ngt_f64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2b,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f64_e64 s[10:11], -1, v[2:3]  ; encoding: [0x0a,0x00,0x2b,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_ngt_f64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2b,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f64_e64 s[10:11], 0.5, v[2:3] ; encoding: [0x0a,0x00,0x2b,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_ngt_f64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2b,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0x2b,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_ngt_f64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xfd,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xfd,0x03,0x00]
 
 v_cmp_ngt_f64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x09,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x09,0x00,0x00]
 
 v_cmp_ngt_f64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x0d,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x0d,0x00,0x00]
 
 v_cmp_ngt_f64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xc9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xc9,0x00,0x00]
 
 v_cmp_ngt_f64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f64_e64 s[10:11], v[1:2], vcc ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_ngt_f64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_ngt_f64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f64_e64 s[10:11], v[1:2], 0   ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_ngt_f64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f64_e64 s[10:11], v[1:2], -1  ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_ngt_f64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_ngt_f64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_ngt_f64_e64 s[10:11], -v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_ngt_f64_e64 s[10:11], v[1:2], -v[2:3]
-// W64: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_ngt_f64_e64 s[10:11], -v[1:2], -v[2:3]
-// W64: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_ngt_f64_e64 s[10:11], v[1:2], v[2:3] clamp
-// W64: encoding: [0x0a,0x80,0x2b,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x2b,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ngt_f64_e64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f64_e64 s10, v[1:2], v[2:3]   ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f64_e64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x2b,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f64_e64 s12, v[1:2], v[2:3]   ; encoding: [0x0c,0x00,0x2b,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f64_e64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x2b,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f64_e64 s100, v[1:2], v[2:3]  ; encoding: [0x64,0x00,0x2b,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f64_e64 vcc_lo, v[1:2], v[2:3]
-// W32: encoding: [0x6a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f64_e64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0xfe,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x2b,0xd4,0xfe,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0x02,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f64_e64 s10, s[2:3], v[2:3]   ; encoding: [0x0a,0x00,0x2b,0xd4,0x02,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0x04,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f64_e64 s10, s[4:5], v[2:3]   ; encoding: [0x0a,0x00,0x2b,0xd4,0x04,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0x64,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x2b,0xd4,0x64,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f64_e64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f64_e64 s10, vcc, v[2:3]      ; encoding: [0x0a,0x00,0x2b,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f64_e64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f64_e64 s10, exec, v[2:3]     ; encoding: [0x0a,0x00,0x2b,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f64_e64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f64_e64 s10, 0, v[2:3]        ; encoding: [0x0a,0x00,0x2b,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f64_e64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f64_e64 s10, -1, v[2:3]       ; encoding: [0x0a,0x00,0x2b,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f64_e64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f64_e64 s10, 0.5, v[2:3]      ; encoding: [0x0a,0x00,0x2b,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f64_e64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f64_e64 s10, -4.0, v[2:3]     ; encoding: [0x0a,0x00,0x2b,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f64_e64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xfd,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x09,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f64_e64 s10, v[1:2], s[4:5]   ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x09,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x0d,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f64_e64 s10, v[1:2], s[6:7]   ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x0d,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xc9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xc9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f64_e64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f64_e64 s10, v[1:2], vcc      ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f64_e64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f64_e64 s10, v[1:2], exec     ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f64_e64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f64_e64 s10, v[1:2], 0        ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f64_e64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f64_e64 s10, v[1:2], -1       ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f64_e64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f64_e64 s10, v[1:2], 0.5      ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f64_e64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f64_e64 s10, v[1:2], -4.0     ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f64_e64 s10, -v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f64_e64 s10, -v[1:2], v[2:3]  ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f64_e64 s10, v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f64_e64 s10, v[1:2], -v[2:3]  ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f64_e64 s10, -v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f64_e64 s10, -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f64_e64 s10, v[1:2], v[2:3] clamp
-// W32: encoding: [0x0a,0x80,0x2b,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f64_e64 s10, v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x2b,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nle_f64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0x2c,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x2c,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nle_f64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0x2c,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x2c,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nle_f64_e64 vcc, v[1:2], v[2:3]
-// W64: encoding: [0x6a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f64_e64 vcc, v[1:2], v[2:3]   ; encoding: [0x6a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nle_f64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0x2c,0xd4,0xfe,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x2c,0xd4,0xfe,0x05,0x02,0x00]
 
 v_cmp_nle_f64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0x2c,0xd4,0x02,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x2c,0xd4,0x02,0x04,0x02,0x00]
 
 v_cmp_nle_f64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0x2c,0xd4,0x04,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x2c,0xd4,0x04,0x04,0x02,0x00]
 
 v_cmp_nle_f64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0x2c,0xd4,0x64,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x2c,0xd4,0x64,0x04,0x02,0x00]
 
 v_cmp_nle_f64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2c,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f64_e64 s[10:11], vcc, v[2:3] ; encoding: [0x0a,0x00,0x2c,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_nle_f64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2c,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0x2c,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_nle_f64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2c,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f64_e64 s[10:11], 0, v[2:3]   ; encoding: [0x0a,0x00,0x2c,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_nle_f64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2c,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f64_e64 s[10:11], -1, v[2:3]  ; encoding: [0x0a,0x00,0x2c,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_nle_f64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2c,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f64_e64 s[10:11], 0.5, v[2:3] ; encoding: [0x0a,0x00,0x2c,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_nle_f64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2c,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0x2c,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_nle_f64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xfd,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xfd,0x03,0x00]
 
 v_cmp_nle_f64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x09,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x09,0x00,0x00]
 
 v_cmp_nle_f64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x0d,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x0d,0x00,0x00]
 
 v_cmp_nle_f64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xc9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xc9,0x00,0x00]
 
 v_cmp_nle_f64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f64_e64 s[10:11], v[1:2], vcc ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_nle_f64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_nle_f64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f64_e64 s[10:11], v[1:2], 0   ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_nle_f64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f64_e64 s[10:11], v[1:2], -1  ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_nle_f64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_nle_f64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_nle_f64_e64 s[10:11], -v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_nle_f64_e64 s[10:11], v[1:2], -v[2:3]
-// W64: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_nle_f64_e64 s[10:11], -v[1:2], -v[2:3]
-// W64: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_nle_f64_e64 s[10:11], v[1:2], v[2:3] clamp
-// W64: encoding: [0x0a,0x80,0x2c,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x2c,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nle_f64_e64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f64_e64 s10, v[1:2], v[2:3]   ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f64_e64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x2c,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f64_e64 s12, v[1:2], v[2:3]   ; encoding: [0x0c,0x00,0x2c,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f64_e64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x2c,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f64_e64 s100, v[1:2], v[2:3]  ; encoding: [0x64,0x00,0x2c,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f64_e64 vcc_lo, v[1:2], v[2:3]
-// W32: encoding: [0x6a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f64_e64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0xfe,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x2c,0xd4,0xfe,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0x02,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f64_e64 s10, s[2:3], v[2:3]   ; encoding: [0x0a,0x00,0x2c,0xd4,0x02,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0x04,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f64_e64 s10, s[4:5], v[2:3]   ; encoding: [0x0a,0x00,0x2c,0xd4,0x04,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0x64,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x2c,0xd4,0x64,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f64_e64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f64_e64 s10, vcc, v[2:3]      ; encoding: [0x0a,0x00,0x2c,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f64_e64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f64_e64 s10, exec, v[2:3]     ; encoding: [0x0a,0x00,0x2c,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f64_e64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f64_e64 s10, 0, v[2:3]        ; encoding: [0x0a,0x00,0x2c,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f64_e64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f64_e64 s10, -1, v[2:3]       ; encoding: [0x0a,0x00,0x2c,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f64_e64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f64_e64 s10, 0.5, v[2:3]      ; encoding: [0x0a,0x00,0x2c,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f64_e64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f64_e64 s10, -4.0, v[2:3]     ; encoding: [0x0a,0x00,0x2c,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f64_e64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xfd,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x09,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f64_e64 s10, v[1:2], s[4:5]   ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x09,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x0d,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f64_e64 s10, v[1:2], s[6:7]   ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x0d,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xc9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xc9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f64_e64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f64_e64 s10, v[1:2], vcc      ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f64_e64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f64_e64 s10, v[1:2], exec     ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f64_e64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f64_e64 s10, v[1:2], 0        ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f64_e64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f64_e64 s10, v[1:2], -1       ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f64_e64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f64_e64 s10, v[1:2], 0.5      ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f64_e64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f64_e64 s10, v[1:2], -4.0     ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f64_e64 s10, -v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f64_e64 s10, -v[1:2], v[2:3]  ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f64_e64 s10, v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f64_e64 s10, v[1:2], -v[2:3]  ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f64_e64 s10, -v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f64_e64 s10, -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f64_e64 s10, v[1:2], v[2:3] clamp
-// W32: encoding: [0x0a,0x80,0x2c,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f64_e64 s10, v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x2c,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_neq_f64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0x2d,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x2d,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_neq_f64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0x2d,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x2d,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_neq_f64_e64 vcc, v[1:2], v[2:3]
-// W64: encoding: [0x6a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f64_e64 vcc, v[1:2], v[2:3]   ; encoding: [0x6a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_neq_f64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0x2d,0xd4,0xfe,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x2d,0xd4,0xfe,0x05,0x02,0x00]
 
 v_cmp_neq_f64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0x2d,0xd4,0x02,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x2d,0xd4,0x02,0x04,0x02,0x00]
 
 v_cmp_neq_f64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0x2d,0xd4,0x04,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x2d,0xd4,0x04,0x04,0x02,0x00]
 
 v_cmp_neq_f64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0x2d,0xd4,0x64,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x2d,0xd4,0x64,0x04,0x02,0x00]
 
 v_cmp_neq_f64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2d,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f64_e64 s[10:11], vcc, v[2:3] ; encoding: [0x0a,0x00,0x2d,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_neq_f64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2d,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0x2d,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_neq_f64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2d,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f64_e64 s[10:11], 0, v[2:3]   ; encoding: [0x0a,0x00,0x2d,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_neq_f64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2d,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f64_e64 s[10:11], -1, v[2:3]  ; encoding: [0x0a,0x00,0x2d,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_neq_f64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2d,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f64_e64 s[10:11], 0.5, v[2:3] ; encoding: [0x0a,0x00,0x2d,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_neq_f64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2d,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0x2d,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_neq_f64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xfd,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xfd,0x03,0x00]
 
 v_cmp_neq_f64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x09,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x09,0x00,0x00]
 
 v_cmp_neq_f64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x0d,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x0d,0x00,0x00]
 
 v_cmp_neq_f64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xc9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xc9,0x00,0x00]
 
 v_cmp_neq_f64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f64_e64 s[10:11], v[1:2], vcc ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_neq_f64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_neq_f64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f64_e64 s[10:11], v[1:2], 0   ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_neq_f64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f64_e64 s[10:11], v[1:2], -1  ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_neq_f64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_neq_f64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_neq_f64_e64 s[10:11], -v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_neq_f64_e64 s[10:11], v[1:2], -v[2:3]
-// W64: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_neq_f64_e64 s[10:11], -v[1:2], -v[2:3]
-// W64: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_neq_f64_e64 s[10:11], v[1:2], v[2:3] clamp
-// W64: encoding: [0x0a,0x80,0x2d,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x2d,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_neq_f64_e64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f64_e64 s10, v[1:2], v[2:3]   ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f64_e64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x2d,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f64_e64 s12, v[1:2], v[2:3]   ; encoding: [0x0c,0x00,0x2d,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f64_e64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x2d,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f64_e64 s100, v[1:2], v[2:3]  ; encoding: [0x64,0x00,0x2d,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f64_e64 vcc_lo, v[1:2], v[2:3]
-// W32: encoding: [0x6a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f64_e64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0xfe,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x2d,0xd4,0xfe,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0x02,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f64_e64 s10, s[2:3], v[2:3]   ; encoding: [0x0a,0x00,0x2d,0xd4,0x02,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0x04,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f64_e64 s10, s[4:5], v[2:3]   ; encoding: [0x0a,0x00,0x2d,0xd4,0x04,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0x64,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x2d,0xd4,0x64,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f64_e64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f64_e64 s10, vcc, v[2:3]      ; encoding: [0x0a,0x00,0x2d,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f64_e64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f64_e64 s10, exec, v[2:3]     ; encoding: [0x0a,0x00,0x2d,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f64_e64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f64_e64 s10, 0, v[2:3]        ; encoding: [0x0a,0x00,0x2d,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f64_e64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f64_e64 s10, -1, v[2:3]       ; encoding: [0x0a,0x00,0x2d,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f64_e64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f64_e64 s10, 0.5, v[2:3]      ; encoding: [0x0a,0x00,0x2d,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f64_e64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f64_e64 s10, -4.0, v[2:3]     ; encoding: [0x0a,0x00,0x2d,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f64_e64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xfd,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x09,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f64_e64 s10, v[1:2], s[4:5]   ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x09,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x0d,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f64_e64 s10, v[1:2], s[6:7]   ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x0d,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xc9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xc9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f64_e64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f64_e64 s10, v[1:2], vcc      ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f64_e64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f64_e64 s10, v[1:2], exec     ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f64_e64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f64_e64 s10, v[1:2], 0        ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f64_e64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f64_e64 s10, v[1:2], -1       ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f64_e64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f64_e64 s10, v[1:2], 0.5      ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f64_e64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f64_e64 s10, v[1:2], -4.0     ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f64_e64 s10, -v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f64_e64 s10, -v[1:2], v[2:3]  ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f64_e64 s10, v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f64_e64 s10, v[1:2], -v[2:3]  ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f64_e64 s10, -v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f64_e64 s10, -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f64_e64 s10, v[1:2], v[2:3] clamp
-// W32: encoding: [0x0a,0x80,0x2d,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f64_e64 s10, v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x2d,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nlt_f64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0x2e,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x2e,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nlt_f64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0x2e,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x2e,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nlt_f64_e64 vcc, v[1:2], v[2:3]
-// W64: encoding: [0x6a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f64_e64 vcc, v[1:2], v[2:3]   ; encoding: [0x6a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nlt_f64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0x2e,0xd4,0xfe,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x2e,0xd4,0xfe,0x05,0x02,0x00]
 
 v_cmp_nlt_f64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0x2e,0xd4,0x02,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x2e,0xd4,0x02,0x04,0x02,0x00]
 
 v_cmp_nlt_f64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0x2e,0xd4,0x04,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x2e,0xd4,0x04,0x04,0x02,0x00]
 
 v_cmp_nlt_f64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0x2e,0xd4,0x64,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x2e,0xd4,0x64,0x04,0x02,0x00]
 
 v_cmp_nlt_f64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2e,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f64_e64 s[10:11], vcc, v[2:3] ; encoding: [0x0a,0x00,0x2e,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_nlt_f64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2e,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0x2e,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_nlt_f64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2e,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f64_e64 s[10:11], 0, v[2:3]   ; encoding: [0x0a,0x00,0x2e,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_nlt_f64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2e,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f64_e64 s[10:11], -1, v[2:3]  ; encoding: [0x0a,0x00,0x2e,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_nlt_f64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2e,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f64_e64 s[10:11], 0.5, v[2:3] ; encoding: [0x0a,0x00,0x2e,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_nlt_f64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2e,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0x2e,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_nlt_f64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xfd,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xfd,0x03,0x00]
 
 v_cmp_nlt_f64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x09,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x09,0x00,0x00]
 
 v_cmp_nlt_f64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x0d,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x0d,0x00,0x00]
 
 v_cmp_nlt_f64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xc9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xc9,0x00,0x00]
 
 v_cmp_nlt_f64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f64_e64 s[10:11], v[1:2], vcc ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_nlt_f64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_nlt_f64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f64_e64 s[10:11], v[1:2], 0   ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_nlt_f64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f64_e64 s[10:11], v[1:2], -1  ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_nlt_f64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_nlt_f64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_nlt_f64_e64 s[10:11], -v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_nlt_f64_e64 s[10:11], v[1:2], -v[2:3]
-// W64: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_nlt_f64_e64 s[10:11], -v[1:2], -v[2:3]
-// W64: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_nlt_f64_e64 s[10:11], v[1:2], v[2:3] clamp
-// W64: encoding: [0x0a,0x80,0x2e,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x2e,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nlt_f64_e64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f64_e64 s10, v[1:2], v[2:3]   ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f64_e64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x2e,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f64_e64 s12, v[1:2], v[2:3]   ; encoding: [0x0c,0x00,0x2e,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f64_e64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x2e,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f64_e64 s100, v[1:2], v[2:3]  ; encoding: [0x64,0x00,0x2e,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f64_e64 vcc_lo, v[1:2], v[2:3]
-// W32: encoding: [0x6a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f64_e64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0xfe,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x2e,0xd4,0xfe,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0x02,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f64_e64 s10, s[2:3], v[2:3]   ; encoding: [0x0a,0x00,0x2e,0xd4,0x02,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0x04,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f64_e64 s10, s[4:5], v[2:3]   ; encoding: [0x0a,0x00,0x2e,0xd4,0x04,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0x64,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x2e,0xd4,0x64,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f64_e64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f64_e64 s10, vcc, v[2:3]      ; encoding: [0x0a,0x00,0x2e,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f64_e64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f64_e64 s10, exec, v[2:3]     ; encoding: [0x0a,0x00,0x2e,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f64_e64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f64_e64 s10, 0, v[2:3]        ; encoding: [0x0a,0x00,0x2e,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f64_e64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f64_e64 s10, -1, v[2:3]       ; encoding: [0x0a,0x00,0x2e,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f64_e64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f64_e64 s10, 0.5, v[2:3]      ; encoding: [0x0a,0x00,0x2e,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f64_e64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f64_e64 s10, -4.0, v[2:3]     ; encoding: [0x0a,0x00,0x2e,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f64_e64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xfd,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x09,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f64_e64 s10, v[1:2], s[4:5]   ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x09,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x0d,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f64_e64 s10, v[1:2], s[6:7]   ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x0d,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xc9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xc9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f64_e64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f64_e64 s10, v[1:2], vcc      ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f64_e64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f64_e64 s10, v[1:2], exec     ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f64_e64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f64_e64 s10, v[1:2], 0        ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f64_e64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f64_e64 s10, v[1:2], -1       ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f64_e64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f64_e64 s10, v[1:2], 0.5      ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f64_e64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f64_e64 s10, v[1:2], -4.0     ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f64_e64 s10, -v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f64_e64 s10, -v[1:2], v[2:3]  ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f64_e64 s10, v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f64_e64 s10, v[1:2], -v[2:3]  ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f64_e64 s10, -v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f64_e64 s10, -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f64_e64 s10, v[1:2], v[2:3] clamp
-// W32: encoding: [0x0a,0x80,0x2e,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f64_e64 s10, v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x2e,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_tru_f64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0x2f,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x2f,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_tru_f64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0x2f,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x2f,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_tru_f64_e64 vcc, v[1:2], v[2:3]
-// W64: encoding: [0x6a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f64_e64 vcc, v[1:2], v[2:3]   ; encoding: [0x6a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_tru_f64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0x2f,0xd4,0xfe,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x2f,0xd4,0xfe,0x05,0x02,0x00]
 
 v_cmp_tru_f64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0x2f,0xd4,0x02,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x2f,0xd4,0x02,0x04,0x02,0x00]
 
 v_cmp_tru_f64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0x2f,0xd4,0x04,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x2f,0xd4,0x04,0x04,0x02,0x00]
 
 v_cmp_tru_f64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0x2f,0xd4,0x64,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x2f,0xd4,0x64,0x04,0x02,0x00]
 
 v_cmp_tru_f64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2f,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f64_e64 s[10:11], vcc, v[2:3] ; encoding: [0x0a,0x00,0x2f,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_tru_f64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2f,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0x2f,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_tru_f64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2f,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f64_e64 s[10:11], 0, v[2:3]   ; encoding: [0x0a,0x00,0x2f,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_tru_f64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2f,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f64_e64 s[10:11], -1, v[2:3]  ; encoding: [0x0a,0x00,0x2f,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_tru_f64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2f,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f64_e64 s[10:11], 0.5, v[2:3] ; encoding: [0x0a,0x00,0x2f,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_tru_f64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2f,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0x2f,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_tru_f64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xfd,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xfd,0x03,0x00]
 
 v_cmp_tru_f64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x09,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x09,0x00,0x00]
 
 v_cmp_tru_f64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x0d,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x0d,0x00,0x00]
 
 v_cmp_tru_f64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xc9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xc9,0x00,0x00]
 
 v_cmp_tru_f64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f64_e64 s[10:11], v[1:2], vcc ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_tru_f64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_tru_f64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f64_e64 s[10:11], v[1:2], 0   ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_tru_f64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f64_e64 s[10:11], v[1:2], -1  ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_tru_f64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_tru_f64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_tru_f64_e64 s[10:11], -v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_tru_f64_e64 s[10:11], v[1:2], -v[2:3]
-// W64: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_tru_f64_e64 s[10:11], -v[1:2], -v[2:3]
-// W64: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_tru_f64_e64 s[10:11], v[1:2], v[2:3] clamp
-// W64: encoding: [0x0a,0x80,0x2f,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x2f,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_tru_f64_e64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f64_e64 s10, v[1:2], v[2:3]   ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f64_e64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x2f,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f64_e64 s12, v[1:2], v[2:3]   ; encoding: [0x0c,0x00,0x2f,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f64_e64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x2f,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f64_e64 s100, v[1:2], v[2:3]  ; encoding: [0x64,0x00,0x2f,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f64_e64 vcc_lo, v[1:2], v[2:3]
-// W32: encoding: [0x6a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f64_e64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0xfe,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x2f,0xd4,0xfe,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0x02,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f64_e64 s10, s[2:3], v[2:3]   ; encoding: [0x0a,0x00,0x2f,0xd4,0x02,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0x04,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f64_e64 s10, s[4:5], v[2:3]   ; encoding: [0x0a,0x00,0x2f,0xd4,0x04,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0x64,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x2f,0xd4,0x64,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f64_e64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f64_e64 s10, vcc, v[2:3]      ; encoding: [0x0a,0x00,0x2f,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f64_e64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f64_e64 s10, exec, v[2:3]     ; encoding: [0x0a,0x00,0x2f,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f64_e64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f64_e64 s10, 0, v[2:3]        ; encoding: [0x0a,0x00,0x2f,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f64_e64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f64_e64 s10, -1, v[2:3]       ; encoding: [0x0a,0x00,0x2f,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f64_e64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f64_e64 s10, 0.5, v[2:3]      ; encoding: [0x0a,0x00,0x2f,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f64_e64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f64_e64 s10, -4.0, v[2:3]     ; encoding: [0x0a,0x00,0x2f,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f64_e64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xfd,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x09,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f64_e64 s10, v[1:2], s[4:5]   ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x09,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x0d,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f64_e64 s10, v[1:2], s[6:7]   ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x0d,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xc9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xc9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f64_e64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f64_e64 s10, v[1:2], vcc      ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f64_e64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f64_e64 s10, v[1:2], exec     ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f64_e64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f64_e64 s10, v[1:2], 0        ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f64_e64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f64_e64 s10, v[1:2], -1       ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f64_e64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f64_e64 s10, v[1:2], 0.5      ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f64_e64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f64_e64 s10, v[1:2], -4.0     ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f64_e64 s10, -v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f64_e64 s10, -v[1:2], v[2:3]  ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f64_e64 s10, v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f64_e64 s10, v[1:2], -v[2:3]  ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f64_e64 s10, -v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f64_e64 s10, -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f64_e64 s10, v[1:2], v[2:3] clamp
-// W32: encoding: [0x0a,0x80,0x2f,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f64_e64 s10, v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x2f,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_f_i32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x80,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i32_e64 s[10:11], v1, v2        ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_f_i32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x80,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i32_e64 s[12:13], v1, v2        ; encoding: [0x0c,0x00,0x80,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_f_i32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x80,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i32_e64 s[100:101], v1, v2      ; encoding: [0x64,0x00,0x80,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_f_i32_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0x80,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i32_e64 vcc, v1, v2             ; encoding: [0x6a,0x00,0x80,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_f_i32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x80,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i32_e64 s[10:11], v255, v2      ; encoding: [0x0a,0x00,0x80,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_f_i32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x80,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i32_e64 s[10:11], s1, v2        ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_f_i32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x80,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i32_e64 s[10:11], s101, v2      ; encoding: [0x0a,0x00,0x80,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_f_i32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x80,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i32_e64 s[10:11], vcc_lo, v2    ; encoding: [0x0a,0x00,0x80,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_f_i32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x80,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i32_e64 s[10:11], vcc_hi, v2    ; encoding: [0x0a,0x00,0x80,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_f_i32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x80,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i32_e64 s[10:11], m0, v2        ; encoding: [0x0a,0x00,0x80,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_f_i32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x80,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i32_e64 s[10:11], exec_lo, v2   ; encoding: [0x0a,0x00,0x80,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_f_i32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x80,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i32_e64 s[10:11], exec_hi, v2   ; encoding: [0x0a,0x00,0x80,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_f_i32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x80,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i32_e64 s[10:11], 0, v2         ; encoding: [0x0a,0x00,0x80,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_f_i32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x80,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i32_e64 s[10:11], -1, v2        ; encoding: [0x0a,0x00,0x80,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_f_i32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x80,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i32_e64 s[10:11], 0.5, v2       ; encoding: [0x0a,0x00,0x80,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_f_i32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x80,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i32_e64 s[10:11], -4.0, v2      ; encoding: [0x0a,0x00,0x80,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_f_i32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x80,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i32_e64 s[10:11], v1, v255      ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_f_i32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x80,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i32_e64 s[10:11], v1, s2        ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_f_i32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x80,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i32_e64 s[10:11], v1, s101      ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_f_i32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x80,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i32_e64 s[10:11], v1, vcc_lo    ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_f_i32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x80,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i32_e64 s[10:11], v1, vcc_hi    ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_f_i32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x80,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i32_e64 s[10:11], v1, m0        ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_f_i32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x80,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i32_e64 s[10:11], v1, exec_lo   ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_f_i32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x80,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i32_e64 s[10:11], v1, exec_hi   ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_f_i32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x80,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i32_e64 s[10:11], v1, 0         ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_f_i32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x80,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i32_e64 s[10:11], v1, -1        ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_f_i32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x80,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i32_e64 s[10:11], v1, 0.5       ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_f_i32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x80,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i32_e64 s[10:11], v1, -4.0      ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_lt_i32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x81,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i32_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lt_i32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x81,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i32_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0x81,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lt_i32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x81,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i32_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0x81,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lt_i32_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0x81,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i32_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0x81,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lt_i32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x81,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i32_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0x81,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_lt_i32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x81,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i32_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_lt_i32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x81,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i32_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0x81,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_lt_i32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x81,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i32_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0x81,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_lt_i32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x81,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i32_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0x81,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_lt_i32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x81,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i32_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0x81,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_lt_i32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x81,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i32_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0x81,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_lt_i32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x81,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i32_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0x81,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_lt_i32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x81,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i32_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0x81,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_lt_i32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x81,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i32_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0x81,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_lt_i32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x81,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i32_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0x81,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_lt_i32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x81,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i32_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0x81,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_lt_i32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x81,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i32_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_lt_i32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x81,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i32_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_lt_i32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x81,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i32_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_lt_i32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x81,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i32_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_lt_i32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x81,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i32_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_lt_i32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x81,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i32_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_lt_i32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x81,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i32_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_lt_i32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x81,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i32_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_lt_i32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x81,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i32_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_lt_i32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x81,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i32_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_lt_i32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x81,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i32_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_lt_i32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x81,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i32_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_eq_i32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x82,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i32_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_eq_i32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x82,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i32_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0x82,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_eq_i32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x82,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i32_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0x82,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_eq_i32_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0x82,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i32_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0x82,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_eq_i32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x82,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i32_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0x82,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_eq_i32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x82,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i32_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_eq_i32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x82,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i32_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0x82,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_eq_i32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x82,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i32_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0x82,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_eq_i32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x82,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i32_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0x82,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_eq_i32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x82,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i32_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0x82,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_eq_i32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x82,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i32_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0x82,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_eq_i32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x82,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i32_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0x82,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_eq_i32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x82,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i32_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0x82,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_eq_i32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x82,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i32_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0x82,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_eq_i32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x82,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i32_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0x82,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_eq_i32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x82,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i32_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0x82,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_eq_i32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x82,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i32_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_eq_i32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x82,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i32_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_eq_i32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x82,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i32_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_eq_i32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x82,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i32_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_eq_i32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x82,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i32_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_eq_i32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x82,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i32_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_eq_i32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x82,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i32_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_eq_i32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x82,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i32_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_eq_i32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x82,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i32_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_eq_i32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x82,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i32_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_eq_i32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x82,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i32_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_eq_i32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x82,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i32_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_le_i32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x83,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i32_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_le_i32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x83,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i32_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0x83,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_le_i32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x83,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i32_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0x83,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_le_i32_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0x83,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i32_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0x83,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_le_i32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x83,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i32_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0x83,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_le_i32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x83,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i32_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_le_i32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x83,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i32_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0x83,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_le_i32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x83,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i32_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0x83,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_le_i32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x83,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i32_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0x83,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_le_i32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x83,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i32_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0x83,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_le_i32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x83,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i32_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0x83,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_le_i32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x83,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i32_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0x83,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_le_i32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x83,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i32_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0x83,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_le_i32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x83,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i32_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0x83,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_le_i32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x83,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i32_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0x83,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_le_i32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x83,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i32_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0x83,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_le_i32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x83,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i32_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_le_i32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x83,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i32_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_le_i32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x83,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i32_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_le_i32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x83,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i32_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_le_i32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x83,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i32_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_le_i32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x83,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i32_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_le_i32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x83,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i32_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_le_i32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x83,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i32_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_le_i32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x83,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i32_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_le_i32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x83,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i32_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_le_i32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x83,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i32_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_le_i32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x83,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i32_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_gt_i32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x84,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i32_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_gt_i32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x84,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i32_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0x84,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_gt_i32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x84,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i32_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0x84,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_gt_i32_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0x84,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i32_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0x84,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_gt_i32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x84,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i32_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0x84,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_gt_i32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x84,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i32_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_gt_i32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x84,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i32_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0x84,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_gt_i32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x84,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i32_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0x84,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_gt_i32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x84,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i32_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0x84,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_gt_i32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x84,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i32_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0x84,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_gt_i32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x84,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i32_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0x84,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_gt_i32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x84,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i32_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0x84,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_gt_i32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x84,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i32_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0x84,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_gt_i32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x84,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i32_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0x84,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_gt_i32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x84,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i32_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0x84,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_gt_i32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x84,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i32_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0x84,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_gt_i32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x84,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i32_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_gt_i32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x84,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i32_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_gt_i32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x84,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i32_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_gt_i32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x84,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i32_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_gt_i32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x84,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i32_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_gt_i32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x84,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i32_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_gt_i32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x84,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i32_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_gt_i32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x84,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i32_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_gt_i32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x84,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i32_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_gt_i32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x84,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i32_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_gt_i32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x84,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i32_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_gt_i32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x84,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i32_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_ne_i32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x85,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i32_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ne_i32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x85,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i32_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0x85,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ne_i32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x85,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i32_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0x85,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ne_i32_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0x85,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i32_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0x85,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ne_i32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x85,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i32_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0x85,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_ne_i32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x85,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i32_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_ne_i32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x85,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i32_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0x85,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_ne_i32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x85,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i32_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0x85,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_ne_i32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x85,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i32_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0x85,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_ne_i32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x85,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i32_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0x85,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_ne_i32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x85,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i32_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0x85,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_ne_i32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x85,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i32_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0x85,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_ne_i32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x85,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i32_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0x85,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_ne_i32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x85,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i32_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0x85,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_ne_i32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x85,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i32_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0x85,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_ne_i32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x85,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i32_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0x85,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_ne_i32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x85,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i32_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_ne_i32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x85,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i32_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_ne_i32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x85,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i32_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_ne_i32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x85,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i32_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_ne_i32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x85,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i32_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_ne_i32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x85,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i32_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_ne_i32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x85,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i32_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_ne_i32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x85,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i32_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_ne_i32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x85,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i32_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_ne_i32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x85,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i32_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_ne_i32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x85,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i32_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_ne_i32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x85,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i32_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_ge_i32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x86,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i32_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ge_i32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x86,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i32_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0x86,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ge_i32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x86,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i32_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0x86,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ge_i32_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0x86,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i32_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0x86,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ge_i32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x86,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i32_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0x86,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_ge_i32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x86,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i32_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_ge_i32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x86,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i32_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0x86,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_ge_i32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x86,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i32_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0x86,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_ge_i32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x86,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i32_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0x86,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_ge_i32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x86,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i32_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0x86,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_ge_i32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x86,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i32_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0x86,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_ge_i32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x86,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i32_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0x86,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_ge_i32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x86,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i32_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0x86,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_ge_i32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x86,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i32_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0x86,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_ge_i32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x86,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i32_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0x86,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_ge_i32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x86,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i32_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0x86,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_ge_i32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x86,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i32_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_ge_i32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x86,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i32_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_ge_i32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x86,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i32_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_ge_i32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x86,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i32_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_ge_i32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x86,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i32_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_ge_i32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x86,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i32_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_ge_i32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x86,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i32_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_ge_i32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x86,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i32_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_ge_i32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x86,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i32_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_ge_i32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x86,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i32_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_ge_i32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x86,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i32_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_ge_i32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x86,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i32_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_t_i32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x87,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i32_e64 s[10:11], v1, v2        ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_t_i32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x87,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i32_e64 s[12:13], v1, v2        ; encoding: [0x0c,0x00,0x87,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_t_i32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x87,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i32_e64 s[100:101], v1, v2      ; encoding: [0x64,0x00,0x87,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_t_i32_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0x87,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i32_e64 vcc, v1, v2             ; encoding: [0x6a,0x00,0x87,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_t_i32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x87,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i32_e64 s[10:11], v255, v2      ; encoding: [0x0a,0x00,0x87,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_t_i32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x87,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i32_e64 s[10:11], s1, v2        ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_t_i32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x87,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i32_e64 s[10:11], s101, v2      ; encoding: [0x0a,0x00,0x87,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_t_i32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x87,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i32_e64 s[10:11], vcc_lo, v2    ; encoding: [0x0a,0x00,0x87,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_t_i32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x87,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i32_e64 s[10:11], vcc_hi, v2    ; encoding: [0x0a,0x00,0x87,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_t_i32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x87,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i32_e64 s[10:11], m0, v2        ; encoding: [0x0a,0x00,0x87,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_t_i32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x87,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i32_e64 s[10:11], exec_lo, v2   ; encoding: [0x0a,0x00,0x87,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_t_i32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x87,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i32_e64 s[10:11], exec_hi, v2   ; encoding: [0x0a,0x00,0x87,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_t_i32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x87,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i32_e64 s[10:11], 0, v2         ; encoding: [0x0a,0x00,0x87,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_t_i32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x87,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i32_e64 s[10:11], -1, v2        ; encoding: [0x0a,0x00,0x87,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_t_i32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x87,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i32_e64 s[10:11], 0.5, v2       ; encoding: [0x0a,0x00,0x87,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_t_i32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x87,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i32_e64 s[10:11], -4.0, v2      ; encoding: [0x0a,0x00,0x87,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_t_i32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x87,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i32_e64 s[10:11], v1, v255      ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_t_i32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x87,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i32_e64 s[10:11], v1, s2        ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_t_i32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x87,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i32_e64 s[10:11], v1, s101      ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_t_i32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x87,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i32_e64 s[10:11], v1, vcc_lo    ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_t_i32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x87,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i32_e64 s[10:11], v1, vcc_hi    ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_t_i32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x87,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i32_e64 s[10:11], v1, m0        ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_t_i32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x87,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i32_e64 s[10:11], v1, exec_lo   ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_t_i32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x87,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i32_e64 s[10:11], v1, exec_hi   ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_t_i32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x87,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i32_e64 s[10:11], v1, 0         ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_t_i32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x87,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i32_e64 s[10:11], v1, -1        ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_t_i32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x87,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i32_e64 s[10:11], v1, 0.5       ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_t_i32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x87,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i32_e64 s[10:11], v1, -4.0      ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_f_i32_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x80,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i32_e64 s10, v1, v2             ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i32_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x80,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i32_e64 s12, v1, v2             ; encoding: [0x0c,0x00,0x80,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i32_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x80,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i32_e64 s100, v1, v2            ; encoding: [0x64,0x00,0x80,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i32_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0x80,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i32_e64 vcc_lo, v1, v2          ; encoding: [0x6a,0x00,0x80,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i32_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x80,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i32_e64 s10, v255, v2           ; encoding: [0x0a,0x00,0x80,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i32_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x80,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i32_e64 s10, s1, v2             ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i32_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x80,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i32_e64 s10, s101, v2           ; encoding: [0x0a,0x00,0x80,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i32_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x80,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i32_e64 s10, vcc_lo, v2         ; encoding: [0x0a,0x00,0x80,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i32_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x80,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i32_e64 s10, vcc_hi, v2         ; encoding: [0x0a,0x00,0x80,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i32_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x80,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i32_e64 s10, m0, v2             ; encoding: [0x0a,0x00,0x80,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i32_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x80,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i32_e64 s10, exec_lo, v2        ; encoding: [0x0a,0x00,0x80,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i32_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x80,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i32_e64 s10, exec_hi, v2        ; encoding: [0x0a,0x00,0x80,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i32_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x80,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i32_e64 s10, 0, v2              ; encoding: [0x0a,0x00,0x80,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i32_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x80,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i32_e64 s10, -1, v2             ; encoding: [0x0a,0x00,0x80,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i32_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x80,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i32_e64 s10, 0.5, v2            ; encoding: [0x0a,0x00,0x80,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i32_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x80,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i32_e64 s10, -4.0, v2           ; encoding: [0x0a,0x00,0x80,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i32_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x80,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i32_e64 s10, v1, v255           ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i32_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x80,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i32_e64 s10, v1, s2             ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i32_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x80,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i32_e64 s10, v1, s101           ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i32_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x80,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i32_e64 s10, v1, vcc_lo         ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i32_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x80,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i32_e64 s10, v1, vcc_hi         ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i32_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x80,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i32_e64 s10, v1, m0             ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i32_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x80,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i32_e64 s10, v1, exec_lo        ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i32_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x80,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i32_e64 s10, v1, exec_hi        ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i32_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x80,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i32_e64 s10, v1, 0              ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i32_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x80,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i32_e64 s10, v1, -1             ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i32_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x80,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i32_e64 s10, v1, 0.5            ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i32_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x80,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i32_e64 s10, v1, -4.0           ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_lt_i32_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x81,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i32_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i32_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x81,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i32_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0x81,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i32_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x81,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i32_e64 s100, v1, v2           ; encoding: [0x64,0x00,0x81,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i32_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0x81,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i32_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0x81,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i32_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x81,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i32_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0x81,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i32_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x81,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i32_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i32_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x81,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i32_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0x81,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i32_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x81,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i32_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0x81,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i32_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x81,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i32_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0x81,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i32_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x81,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i32_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0x81,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i32_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x81,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i32_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0x81,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i32_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x81,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i32_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0x81,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i32_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x81,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i32_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0x81,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i32_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x81,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i32_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0x81,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i32_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x81,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i32_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0x81,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i32_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x81,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i32_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0x81,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i32_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x81,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i32_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i32_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x81,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i32_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i32_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x81,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i32_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i32_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x81,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i32_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i32_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x81,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i32_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i32_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x81,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i32_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i32_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x81,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i32_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i32_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x81,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i32_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i32_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x81,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i32_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i32_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x81,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i32_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i32_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x81,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i32_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i32_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x81,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i32_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i32_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x82,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i32_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i32_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x82,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i32_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0x82,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i32_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x82,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i32_e64 s100, v1, v2           ; encoding: [0x64,0x00,0x82,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i32_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0x82,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i32_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0x82,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i32_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x82,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i32_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0x82,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i32_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x82,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i32_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i32_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x82,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i32_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0x82,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i32_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x82,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i32_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0x82,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i32_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x82,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i32_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0x82,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i32_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x82,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i32_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0x82,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i32_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x82,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i32_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0x82,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i32_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x82,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i32_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0x82,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i32_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x82,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i32_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0x82,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i32_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x82,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i32_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0x82,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i32_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x82,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i32_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0x82,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i32_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x82,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i32_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0x82,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i32_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x82,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i32_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i32_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x82,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i32_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i32_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x82,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i32_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i32_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x82,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i32_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i32_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x82,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i32_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i32_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x82,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i32_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i32_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x82,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i32_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i32_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x82,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i32_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i32_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x82,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i32_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i32_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x82,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i32_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i32_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x82,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i32_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i32_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x82,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i32_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i32_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x83,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i32_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i32_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x83,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i32_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0x83,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i32_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x83,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i32_e64 s100, v1, v2           ; encoding: [0x64,0x00,0x83,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i32_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0x83,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i32_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0x83,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i32_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x83,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i32_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0x83,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i32_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x83,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i32_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i32_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x83,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i32_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0x83,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i32_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x83,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i32_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0x83,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i32_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x83,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i32_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0x83,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i32_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x83,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i32_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0x83,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i32_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x83,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i32_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0x83,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i32_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x83,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i32_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0x83,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i32_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x83,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i32_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0x83,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i32_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x83,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i32_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0x83,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i32_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x83,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i32_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0x83,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i32_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x83,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i32_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0x83,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i32_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x83,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i32_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i32_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x83,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i32_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i32_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x83,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i32_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i32_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x83,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i32_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i32_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x83,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i32_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i32_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x83,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i32_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i32_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x83,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i32_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i32_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x83,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i32_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i32_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x83,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i32_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i32_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x83,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i32_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i32_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x83,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i32_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i32_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x83,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i32_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i32_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x84,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i32_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i32_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x84,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i32_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0x84,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i32_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x84,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i32_e64 s100, v1, v2           ; encoding: [0x64,0x00,0x84,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i32_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0x84,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i32_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0x84,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i32_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x84,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i32_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0x84,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i32_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x84,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i32_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i32_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x84,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i32_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0x84,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i32_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x84,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i32_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0x84,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i32_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x84,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i32_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0x84,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i32_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x84,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i32_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0x84,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i32_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x84,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i32_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0x84,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i32_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x84,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i32_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0x84,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i32_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x84,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i32_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0x84,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i32_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x84,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i32_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0x84,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i32_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x84,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i32_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0x84,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i32_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x84,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i32_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0x84,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i32_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x84,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i32_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i32_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x84,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i32_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i32_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x84,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i32_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i32_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x84,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i32_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i32_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x84,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i32_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i32_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x84,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i32_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i32_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x84,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i32_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i32_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x84,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i32_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i32_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x84,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i32_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i32_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x84,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i32_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i32_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x84,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i32_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i32_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x84,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i32_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i32_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x85,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i32_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i32_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x85,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i32_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0x85,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i32_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x85,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i32_e64 s100, v1, v2           ; encoding: [0x64,0x00,0x85,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i32_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0x85,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i32_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0x85,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i32_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x85,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i32_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0x85,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i32_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x85,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i32_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i32_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x85,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i32_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0x85,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i32_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x85,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i32_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0x85,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i32_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x85,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i32_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0x85,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i32_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x85,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i32_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0x85,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i32_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x85,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i32_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0x85,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i32_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x85,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i32_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0x85,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i32_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x85,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i32_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0x85,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i32_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x85,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i32_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0x85,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i32_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x85,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i32_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0x85,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i32_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x85,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i32_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0x85,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i32_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x85,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i32_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i32_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x85,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i32_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i32_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x85,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i32_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i32_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x85,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i32_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i32_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x85,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i32_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i32_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x85,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i32_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i32_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x85,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i32_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i32_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x85,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i32_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i32_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x85,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i32_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i32_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x85,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i32_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i32_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x85,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i32_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i32_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x85,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i32_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i32_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x86,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i32_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i32_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x86,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i32_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0x86,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i32_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x86,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i32_e64 s100, v1, v2           ; encoding: [0x64,0x00,0x86,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i32_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0x86,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i32_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0x86,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i32_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x86,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i32_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0x86,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i32_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x86,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i32_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i32_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x86,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i32_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0x86,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i32_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x86,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i32_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0x86,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i32_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x86,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i32_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0x86,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i32_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x86,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i32_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0x86,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i32_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x86,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i32_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0x86,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i32_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x86,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i32_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0x86,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i32_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x86,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i32_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0x86,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i32_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x86,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i32_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0x86,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i32_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x86,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i32_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0x86,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i32_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x86,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i32_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0x86,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i32_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x86,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i32_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i32_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x86,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i32_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i32_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x86,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i32_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i32_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x86,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i32_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i32_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x86,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i32_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i32_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x86,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i32_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i32_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x86,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i32_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i32_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x86,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i32_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i32_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x86,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i32_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i32_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x86,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i32_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i32_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x86,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i32_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i32_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x86,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i32_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_t_i32_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x87,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i32_e64 s10, v1, v2             ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i32_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x87,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i32_e64 s12, v1, v2             ; encoding: [0x0c,0x00,0x87,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i32_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x87,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i32_e64 s100, v1, v2            ; encoding: [0x64,0x00,0x87,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i32_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0x87,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i32_e64 vcc_lo, v1, v2          ; encoding: [0x6a,0x00,0x87,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i32_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x87,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i32_e64 s10, v255, v2           ; encoding: [0x0a,0x00,0x87,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i32_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x87,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i32_e64 s10, s1, v2             ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i32_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x87,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i32_e64 s10, s101, v2           ; encoding: [0x0a,0x00,0x87,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i32_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x87,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i32_e64 s10, vcc_lo, v2         ; encoding: [0x0a,0x00,0x87,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i32_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x87,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i32_e64 s10, vcc_hi, v2         ; encoding: [0x0a,0x00,0x87,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i32_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x87,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i32_e64 s10, m0, v2             ; encoding: [0x0a,0x00,0x87,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i32_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x87,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i32_e64 s10, exec_lo, v2        ; encoding: [0x0a,0x00,0x87,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i32_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x87,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i32_e64 s10, exec_hi, v2        ; encoding: [0x0a,0x00,0x87,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i32_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x87,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i32_e64 s10, 0, v2              ; encoding: [0x0a,0x00,0x87,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i32_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x87,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i32_e64 s10, -1, v2             ; encoding: [0x0a,0x00,0x87,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i32_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x87,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i32_e64 s10, 0.5, v2            ; encoding: [0x0a,0x00,0x87,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i32_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x87,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i32_e64 s10, -4.0, v2           ; encoding: [0x0a,0x00,0x87,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i32_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x87,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i32_e64 s10, v1, v255           ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i32_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x87,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i32_e64 s10, v1, s2             ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i32_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x87,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i32_e64 s10, v1, s101           ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i32_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x87,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i32_e64 s10, v1, vcc_lo         ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i32_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x87,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i32_e64 s10, v1, vcc_hi         ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i32_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x87,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i32_e64 s10, v1, m0             ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i32_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x87,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i32_e64 s10, v1, exec_lo        ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i32_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x87,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i32_e64 s10, v1, exec_hi        ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i32_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x87,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i32_e64 s10, v1, 0              ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i32_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x87,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i32_e64 s10, v1, -1             ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i32_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x87,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i32_e64 s10, v1, 0.5            ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i32_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x87,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i32_e64 s10, v1, -4.0           ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_class_f32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x88,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f32_e64 s[10:11], v1, v2    ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_class_f32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x88,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f32_e64 s[12:13], v1, v2    ; encoding: [0x0c,0x00,0x88,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_class_f32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x88,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f32_e64 s[100:101], v1, v2  ; encoding: [0x64,0x00,0x88,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_class_f32_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0x88,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f32_e64 vcc, v1, v2         ; encoding: [0x6a,0x00,0x88,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_class_f32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x88,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f32_e64 s[10:11], v255, v2  ; encoding: [0x0a,0x00,0x88,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_class_f32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x88,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f32_e64 s[10:11], s1, v2    ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_class_f32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x88,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f32_e64 s[10:11], s101, v2  ; encoding: [0x0a,0x00,0x88,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_class_f32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x88,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f32_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0x88,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_class_f32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x88,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f32_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0x88,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_class_f32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x88,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f32_e64 s[10:11], m0, v2    ; encoding: [0x0a,0x00,0x88,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_class_f32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x88,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x88,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_class_f32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x88,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x88,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_class_f32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x88,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f32_e64 s[10:11], 0, v2     ; encoding: [0x0a,0x00,0x88,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_class_f32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x88,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f32_e64 s[10:11], -1, v2    ; encoding: [0x0a,0x00,0x88,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_class_f32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x88,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f32_e64 s[10:11], 0.5, v2   ; encoding: [0x0a,0x00,0x88,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_class_f32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x88,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f32_e64 s[10:11], -4.0, v2  ; encoding: [0x0a,0x00,0x88,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_class_f32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x88,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f32_e64 s[10:11], v1, v255  ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_class_f32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x88,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f32_e64 s[10:11], v1, s2    ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_class_f32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x88,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f32_e64 s[10:11], v1, s101  ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_class_f32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x88,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f32_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_class_f32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x88,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f32_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_class_f32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x88,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f32_e64 s[10:11], v1, m0    ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_class_f32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x88,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_class_f32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x88,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_class_f32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x88,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f32_e64 s[10:11], v1, 0     ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_class_f32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x88,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f32_e64 s[10:11], v1, -1    ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_class_f32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x88,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f32_e64 s[10:11], v1, 0.5   ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_class_f32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x88,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f32_e64 s[10:11], v1, -4.0  ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_class_f32_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0x88,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f32_e64 s[10:11], -v1, v2   ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_class_f32_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x88,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f32_e64 s10, v1, v2         ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f32_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x88,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f32_e64 s12, v1, v2         ; encoding: [0x0c,0x00,0x88,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f32_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x88,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f32_e64 s100, v1, v2        ; encoding: [0x64,0x00,0x88,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f32_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0x88,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f32_e64 vcc_lo, v1, v2      ; encoding: [0x6a,0x00,0x88,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f32_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x88,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f32_e64 s10, v255, v2       ; encoding: [0x0a,0x00,0x88,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f32_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x88,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f32_e64 s10, s1, v2         ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f32_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x88,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f32_e64 s10, s101, v2       ; encoding: [0x0a,0x00,0x88,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f32_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x88,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f32_e64 s10, vcc_lo, v2     ; encoding: [0x0a,0x00,0x88,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f32_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x88,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f32_e64 s10, vcc_hi, v2     ; encoding: [0x0a,0x00,0x88,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f32_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x88,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f32_e64 s10, m0, v2         ; encoding: [0x0a,0x00,0x88,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f32_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x88,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f32_e64 s10, exec_lo, v2    ; encoding: [0x0a,0x00,0x88,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f32_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x88,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f32_e64 s10, exec_hi, v2    ; encoding: [0x0a,0x00,0x88,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f32_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x88,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f32_e64 s10, 0, v2          ; encoding: [0x0a,0x00,0x88,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f32_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x88,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f32_e64 s10, -1, v2         ; encoding: [0x0a,0x00,0x88,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f32_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x88,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f32_e64 s10, 0.5, v2        ; encoding: [0x0a,0x00,0x88,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f32_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x88,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f32_e64 s10, -4.0, v2       ; encoding: [0x0a,0x00,0x88,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f32_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x88,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f32_e64 s10, v1, v255       ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f32_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x88,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f32_e64 s10, v1, s2         ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f32_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x88,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f32_e64 s10, v1, s101       ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f32_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x88,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f32_e64 s10, v1, vcc_lo     ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f32_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x88,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f32_e64 s10, v1, vcc_hi     ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f32_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x88,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f32_e64 s10, v1, m0         ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f32_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x88,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f32_e64 s10, v1, exec_lo    ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f32_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x88,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f32_e64 s10, v1, exec_hi    ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f32_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x88,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f32_e64 s10, v1, 0          ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f32_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x88,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f32_e64 s10, v1, -1         ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f32_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x88,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f32_e64 s10, v1, 0.5        ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f32_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x88,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f32_e64 s10, v1, -4.0       ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f32_e64 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x88,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f32_e64 s10, -v1, v2        ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_lt_i16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x89,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i16_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lt_i16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x89,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i16_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0x89,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lt_i16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x89,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i16_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0x89,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lt_i16_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0x89,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i16_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0x89,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lt_i16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x89,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i16_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0x89,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_lt_i16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x89,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i16_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_lt_i16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x89,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i16_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0x89,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_lt_i16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x89,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i16_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0x89,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_lt_i16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x89,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i16_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0x89,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_lt_i16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x89,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i16_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0x89,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_lt_i16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x89,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i16_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0x89,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_lt_i16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x89,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i16_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0x89,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_lt_i16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x89,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i16_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0x89,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_lt_i16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x89,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i16_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0x89,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_lt_i16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x89,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i16_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0x89,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_lt_i16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x89,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i16_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0x89,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_lt_i16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x89,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i16_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_lt_i16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x89,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i16_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_lt_i16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x89,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i16_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_lt_i16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x89,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i16_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_lt_i16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x89,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i16_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_lt_i16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x89,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i16_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_lt_i16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x89,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i16_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_lt_i16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x89,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i16_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_lt_i16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x89,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i16_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_lt_i16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x89,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i16_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_lt_i16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x89,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i16_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_lt_i16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x89,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i16_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_eq_i16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i16_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_eq_i16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x8a,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i16_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0x8a,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_eq_i16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x8a,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i16_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0x8a,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_eq_i16_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0x8a,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i16_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0x8a,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_eq_i16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x8a,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i16_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0x8a,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_eq_i16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i16_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_eq_i16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x8a,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i16_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0x8a,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_eq_i16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x8a,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i16_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0x8a,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_eq_i16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x8a,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i16_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0x8a,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_eq_i16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x8a,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i16_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0x8a,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_eq_i16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x8a,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i16_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0x8a,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_eq_i16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x8a,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i16_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0x8a,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_eq_i16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x8a,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i16_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0x8a,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_eq_i16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x8a,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i16_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0x8a,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_eq_i16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x8a,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i16_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0x8a,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_eq_i16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x8a,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i16_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0x8a,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_eq_i16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i16_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_eq_i16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i16_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_eq_i16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i16_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_eq_i16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i16_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_eq_i16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i16_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_eq_i16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i16_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_eq_i16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i16_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_eq_i16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i16_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_eq_i16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i16_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_eq_i16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i16_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_eq_i16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i16_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_eq_i16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i16_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_le_i16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i16_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_le_i16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x8b,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i16_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0x8b,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_le_i16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x8b,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i16_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0x8b,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_le_i16_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0x8b,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i16_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0x8b,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_le_i16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x8b,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i16_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0x8b,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_le_i16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i16_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_le_i16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x8b,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i16_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0x8b,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_le_i16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x8b,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i16_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0x8b,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_le_i16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x8b,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i16_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0x8b,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_le_i16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x8b,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i16_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0x8b,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_le_i16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x8b,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i16_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0x8b,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_le_i16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x8b,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i16_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0x8b,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_le_i16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x8b,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i16_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0x8b,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_le_i16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x8b,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i16_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0x8b,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_le_i16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x8b,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i16_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0x8b,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_le_i16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x8b,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i16_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0x8b,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_le_i16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i16_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_le_i16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i16_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_le_i16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i16_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_le_i16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i16_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_le_i16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i16_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_le_i16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i16_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_le_i16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i16_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_le_i16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i16_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_le_i16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i16_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_le_i16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i16_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_le_i16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i16_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_le_i16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i16_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_gt_i16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i16_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_gt_i16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x8c,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i16_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0x8c,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_gt_i16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x8c,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i16_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0x8c,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_gt_i16_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0x8c,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i16_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0x8c,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_gt_i16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x8c,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i16_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0x8c,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_gt_i16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i16_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_gt_i16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x8c,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i16_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0x8c,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_gt_i16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x8c,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i16_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0x8c,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_gt_i16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x8c,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i16_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0x8c,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_gt_i16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x8c,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i16_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0x8c,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_gt_i16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x8c,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i16_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0x8c,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_gt_i16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x8c,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i16_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0x8c,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_gt_i16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x8c,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i16_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0x8c,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_gt_i16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x8c,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i16_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0x8c,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_gt_i16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x8c,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i16_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0x8c,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_gt_i16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x8c,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i16_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0x8c,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_gt_i16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i16_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_gt_i16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i16_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_gt_i16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i16_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_gt_i16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i16_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_gt_i16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i16_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_gt_i16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i16_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_gt_i16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i16_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_gt_i16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i16_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_gt_i16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i16_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_gt_i16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i16_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_gt_i16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i16_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_gt_i16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i16_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_ne_i16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i16_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ne_i16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x8d,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i16_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0x8d,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ne_i16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x8d,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i16_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0x8d,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ne_i16_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0x8d,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i16_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0x8d,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ne_i16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x8d,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i16_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0x8d,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_ne_i16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i16_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_ne_i16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x8d,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i16_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0x8d,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_ne_i16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x8d,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i16_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0x8d,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_ne_i16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x8d,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i16_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0x8d,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_ne_i16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x8d,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i16_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0x8d,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_ne_i16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x8d,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i16_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0x8d,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_ne_i16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x8d,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i16_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0x8d,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_ne_i16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x8d,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i16_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0x8d,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_ne_i16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x8d,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i16_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0x8d,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_ne_i16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x8d,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i16_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0x8d,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_ne_i16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x8d,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i16_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0x8d,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_ne_i16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i16_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_ne_i16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i16_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_ne_i16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i16_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_ne_i16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i16_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_ne_i16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i16_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_ne_i16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i16_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_ne_i16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i16_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_ne_i16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i16_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_ne_i16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i16_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_ne_i16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i16_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_ne_i16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i16_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_ne_i16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i16_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_ge_i16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i16_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ge_i16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x8e,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i16_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0x8e,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ge_i16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x8e,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i16_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0x8e,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ge_i16_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0x8e,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i16_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0x8e,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ge_i16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x8e,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i16_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0x8e,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_ge_i16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i16_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_ge_i16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x8e,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i16_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0x8e,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_ge_i16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x8e,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i16_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0x8e,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_ge_i16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x8e,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i16_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0x8e,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_ge_i16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x8e,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i16_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0x8e,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_ge_i16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x8e,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i16_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0x8e,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_ge_i16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x8e,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i16_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0x8e,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_ge_i16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x8e,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i16_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0x8e,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_ge_i16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x8e,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i16_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0x8e,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_ge_i16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x8e,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i16_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0x8e,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_ge_i16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x8e,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i16_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0x8e,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_ge_i16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i16_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_ge_i16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i16_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_ge_i16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i16_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_ge_i16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i16_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_ge_i16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i16_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_ge_i16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i16_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_ge_i16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i16_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_ge_i16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i16_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_ge_i16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i16_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_ge_i16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i16_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_ge_i16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i16_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_ge_i16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i16_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_lt_i16_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x89,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i16_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i16_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x89,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i16_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0x89,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i16_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x89,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i16_e64 s100, v1, v2           ; encoding: [0x64,0x00,0x89,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i16_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0x89,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i16_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0x89,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i16_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x89,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i16_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0x89,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i16_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x89,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i16_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i16_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x89,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i16_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0x89,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i16_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x89,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i16_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0x89,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i16_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x89,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i16_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0x89,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i16_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x89,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i16_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0x89,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i16_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x89,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i16_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0x89,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i16_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x89,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i16_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0x89,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i16_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x89,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i16_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0x89,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i16_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x89,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i16_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0x89,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i16_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x89,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i16_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0x89,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i16_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x89,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i16_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0x89,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i16_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x89,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i16_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i16_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x89,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i16_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i16_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x89,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i16_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i16_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x89,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i16_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i16_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x89,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i16_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i16_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x89,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i16_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i16_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x89,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i16_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i16_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x89,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i16_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i16_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x89,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i16_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i16_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x89,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i16_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i16_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x89,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i16_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i16_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x89,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i16_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i16_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i16_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i16_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x8a,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i16_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0x8a,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i16_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x8a,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i16_e64 s100, v1, v2           ; encoding: [0x64,0x00,0x8a,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i16_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0x8a,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i16_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0x8a,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i16_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x8a,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i16_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0x8a,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i16_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i16_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i16_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x8a,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i16_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0x8a,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i16_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x8a,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i16_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0x8a,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i16_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x8a,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i16_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0x8a,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i16_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x8a,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i16_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0x8a,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i16_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x8a,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i16_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0x8a,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i16_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x8a,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i16_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0x8a,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i16_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x8a,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i16_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0x8a,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i16_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x8a,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i16_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0x8a,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i16_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x8a,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i16_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0x8a,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i16_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x8a,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i16_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0x8a,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i16_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i16_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i16_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i16_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i16_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i16_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i16_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i16_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i16_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i16_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i16_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i16_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i16_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i16_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i16_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i16_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i16_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i16_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i16_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i16_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i16_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i16_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i16_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i16_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i16_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i16_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i16_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x8b,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i16_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0x8b,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i16_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x8b,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i16_e64 s100, v1, v2           ; encoding: [0x64,0x00,0x8b,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i16_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0x8b,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i16_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0x8b,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i16_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x8b,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i16_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0x8b,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i16_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i16_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i16_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x8b,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i16_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0x8b,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i16_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x8b,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i16_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0x8b,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i16_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x8b,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i16_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0x8b,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i16_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x8b,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i16_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0x8b,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i16_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x8b,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i16_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0x8b,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i16_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x8b,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i16_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0x8b,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i16_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x8b,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i16_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0x8b,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i16_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x8b,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i16_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0x8b,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i16_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x8b,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i16_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0x8b,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i16_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x8b,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i16_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0x8b,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i16_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i16_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i16_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i16_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i16_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i16_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i16_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i16_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i16_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i16_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i16_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i16_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i16_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i16_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i16_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i16_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i16_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i16_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i16_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i16_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i16_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i16_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i16_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i16_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i16_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i16_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i16_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x8c,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i16_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0x8c,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i16_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x8c,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i16_e64 s100, v1, v2           ; encoding: [0x64,0x00,0x8c,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i16_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0x8c,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i16_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0x8c,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i16_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x8c,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i16_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0x8c,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i16_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i16_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i16_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x8c,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i16_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0x8c,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i16_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x8c,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i16_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0x8c,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i16_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x8c,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i16_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0x8c,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i16_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x8c,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i16_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0x8c,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i16_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x8c,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i16_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0x8c,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i16_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x8c,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i16_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0x8c,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i16_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x8c,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i16_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0x8c,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i16_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x8c,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i16_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0x8c,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i16_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x8c,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i16_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0x8c,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i16_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x8c,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i16_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0x8c,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i16_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i16_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i16_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i16_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i16_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i16_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i16_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i16_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i16_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i16_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i16_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i16_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i16_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i16_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i16_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i16_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i16_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i16_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i16_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i16_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i16_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i16_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i16_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i16_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i16_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i16_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i16_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x8d,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i16_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0x8d,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i16_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x8d,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i16_e64 s100, v1, v2           ; encoding: [0x64,0x00,0x8d,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i16_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0x8d,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i16_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0x8d,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i16_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x8d,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i16_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0x8d,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i16_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i16_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i16_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x8d,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i16_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0x8d,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i16_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x8d,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i16_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0x8d,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i16_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x8d,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i16_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0x8d,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i16_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x8d,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i16_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0x8d,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i16_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x8d,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i16_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0x8d,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i16_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x8d,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i16_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0x8d,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i16_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x8d,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i16_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0x8d,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i16_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x8d,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i16_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0x8d,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i16_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x8d,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i16_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0x8d,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i16_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x8d,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i16_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0x8d,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i16_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i16_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i16_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i16_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i16_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i16_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i16_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i16_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i16_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i16_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i16_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i16_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i16_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i16_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i16_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i16_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i16_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i16_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i16_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i16_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i16_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i16_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i16_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i16_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i16_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i16_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i16_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x8e,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i16_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0x8e,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i16_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x8e,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i16_e64 s100, v1, v2           ; encoding: [0x64,0x00,0x8e,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i16_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0x8e,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i16_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0x8e,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i16_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x8e,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i16_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0x8e,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i16_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i16_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i16_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x8e,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i16_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0x8e,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i16_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x8e,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i16_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0x8e,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i16_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x8e,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i16_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0x8e,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i16_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x8e,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i16_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0x8e,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i16_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x8e,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i16_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0x8e,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i16_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x8e,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i16_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0x8e,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i16_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x8e,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i16_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0x8e,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i16_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x8e,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i16_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0x8e,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i16_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x8e,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i16_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0x8e,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i16_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x8e,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i16_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0x8e,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i16_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i16_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i16_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i16_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i16_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i16_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i16_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i16_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i16_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i16_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i16_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i16_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i16_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i16_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i16_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i16_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i16_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i16_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i16_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i16_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i16_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i16_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i16_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i16_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_class_f16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x8f,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f16_e64 s[10:11], v1, v2    ; encoding: [0x0a,0x00,0x8f,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_class_f16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x8f,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f16_e64 s[12:13], v1, v2    ; encoding: [0x0c,0x00,0x8f,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_class_f16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x8f,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f16_e64 s[100:101], v1, v2  ; encoding: [0x64,0x00,0x8f,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_class_f16_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0x8f,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f16_e64 vcc, v1, v2         ; encoding: [0x6a,0x00,0x8f,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_class_f16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x8f,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f16_e64 s[10:11], v255, v2  ; encoding: [0x0a,0x00,0x8f,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_class_f16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x8f,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f16_e64 s[10:11], s1, v2    ; encoding: [0x0a,0x00,0x8f,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_class_f16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x8f,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f16_e64 s[10:11], s101, v2  ; encoding: [0x0a,0x00,0x8f,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_class_f16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x8f,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f16_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0x8f,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_class_f16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x8f,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f16_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0x8f,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_class_f16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x8f,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f16_e64 s[10:11], m0, v2    ; encoding: [0x0a,0x00,0x8f,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_class_f16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x8f,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x8f,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_class_f16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x8f,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x8f,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_class_f16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x8f,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f16_e64 s[10:11], 0, v2     ; encoding: [0x0a,0x00,0x8f,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_class_f16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x8f,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f16_e64 s[10:11], -1, v2    ; encoding: [0x0a,0x00,0x8f,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_class_f16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x8f,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f16_e64 s[10:11], 0.5, v2   ; encoding: [0x0a,0x00,0x8f,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_class_f16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x8f,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f16_e64 s[10:11], -4.0, v2  ; encoding: [0x0a,0x00,0x8f,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_class_f16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x8f,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f16_e64 s[10:11], v1, v255  ; encoding: [0x0a,0x00,0x8f,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_class_f16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x8f,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f16_e64 s[10:11], v1, s2    ; encoding: [0x0a,0x00,0x8f,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_class_f16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x8f,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f16_e64 s[10:11], v1, s101  ; encoding: [0x0a,0x00,0x8f,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_class_f16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x8f,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f16_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0x8f,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_class_f16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x8f,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f16_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0x8f,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_class_f16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x8f,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f16_e64 s[10:11], v1, m0    ; encoding: [0x0a,0x00,0x8f,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_class_f16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x8f,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x8f,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_class_f16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x8f,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x8f,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_class_f16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x8f,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f16_e64 s[10:11], v1, 0     ; encoding: [0x0a,0x00,0x8f,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_class_f16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x8f,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f16_e64 s[10:11], v1, -1    ; encoding: [0x0a,0x00,0x8f,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_class_f16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x8f,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f16_e64 s[10:11], v1, 0.5   ; encoding: [0x0a,0x00,0x8f,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_class_f16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x8f,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f16_e64 s[10:11], v1, -4.0  ; encoding: [0x0a,0x00,0x8f,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_class_f16_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0x8f,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f16_e64 s[10:11], -v1, v2   ; encoding: [0x0a,0x00,0x8f,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_f_i64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0xa0,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xa0,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_f_i64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0xa0,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xa0,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_f_i64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0xa0,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xa0,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_f_i64_e64 vcc, v[1:2], v[2:3]
-// W64: encoding: [0x6a,0x00,0xa0,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i64_e64 vcc, v[1:2], v[2:3]     ; encoding: [0x6a,0x00,0xa0,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_f_i64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0xa0,0xd4,0xfe,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xa0,0xd4,0xfe,0x05,0x02,0x00]
 
 v_cmp_f_i64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0xa0,0xd4,0x02,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xa0,0xd4,0x02,0x04,0x02,0x00]
 
 v_cmp_f_i64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0xa0,0xd4,0x04,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xa0,0xd4,0x04,0x04,0x02,0x00]
 
 v_cmp_f_i64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0xa0,0xd4,0x64,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xa0,0xd4,0x64,0x04,0x02,0x00]
 
 v_cmp_f_i64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa0,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i64_e64 s[10:11], vcc, v[2:3]   ; encoding: [0x0a,0x00,0xa0,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_f_i64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa0,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i64_e64 s[10:11], exec, v[2:3]  ; encoding: [0x0a,0x00,0xa0,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_f_i64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa0,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i64_e64 s[10:11], 0, v[2:3]     ; encoding: [0x0a,0x00,0xa0,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_f_i64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa0,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i64_e64 s[10:11], -1, v[2:3]    ; encoding: [0x0a,0x00,0xa0,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_f_i64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa0,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i64_e64 s[10:11], 0.5, v[2:3]   ; encoding: [0x0a,0x00,0xa0,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_f_i64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa0,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i64_e64 s[10:11], -4.0, v[2:3]  ; encoding: [0x0a,0x00,0xa0,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_f_i64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xfd,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xfd,0x03,0x00]
 
 v_cmp_f_i64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0xa0,0xd4,0x01,0x09,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xa0,0xd4,0x01,0x09,0x00,0x00]
 
 v_cmp_f_i64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0xa0,0xd4,0x01,0x0d,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xa0,0xd4,0x01,0x0d,0x00,0x00]
 
 v_cmp_f_i64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xc9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xc9,0x00,0x00]
 
 v_cmp_f_i64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i64_e64 s[10:11], v[1:2], vcc   ; encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_f_i64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i64_e64 s[10:11], v[1:2], exec  ; encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_f_i64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0xa0,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i64_e64 s[10:11], v[1:2], 0     ; encoding: [0x0a,0x00,0xa0,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_f_i64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0xa0,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i64_e64 s[10:11], v[1:2], -1    ; encoding: [0x0a,0x00,0xa0,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_f_i64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i64_e64 s[10:11], v[1:2], 0.5   ; encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_f_i64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_i64_e64 s[10:11], v[1:2], -4.0  ; encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_lt_i64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0xa1,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xa1,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lt_i64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0xa1,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xa1,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lt_i64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0xa1,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xa1,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lt_i64_e64 vcc, v[1:2], v[2:3]
-// W64: encoding: [0x6a,0x00,0xa1,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i64_e64 vcc, v[1:2], v[2:3]    ; encoding: [0x6a,0x00,0xa1,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lt_i64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0xa1,0xd4,0xfe,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xa1,0xd4,0xfe,0x05,0x02,0x00]
 
 v_cmp_lt_i64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0xa1,0xd4,0x02,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xa1,0xd4,0x02,0x04,0x02,0x00]
 
 v_cmp_lt_i64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0xa1,0xd4,0x04,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xa1,0xd4,0x04,0x04,0x02,0x00]
 
 v_cmp_lt_i64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0xa1,0xd4,0x64,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xa1,0xd4,0x64,0x04,0x02,0x00]
 
 v_cmp_lt_i64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa1,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i64_e64 s[10:11], vcc, v[2:3]  ; encoding: [0x0a,0x00,0xa1,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_lt_i64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa1,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0xa1,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_lt_i64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa1,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i64_e64 s[10:11], 0, v[2:3]    ; encoding: [0x0a,0x00,0xa1,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_lt_i64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa1,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i64_e64 s[10:11], -1, v[2:3]   ; encoding: [0x0a,0x00,0xa1,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_lt_i64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa1,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i64_e64 s[10:11], 0.5, v[2:3]  ; encoding: [0x0a,0x00,0xa1,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_lt_i64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa1,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0xa1,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_lt_i64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xfd,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xfd,0x03,0x00]
 
 v_cmp_lt_i64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0xa1,0xd4,0x01,0x09,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xa1,0xd4,0x01,0x09,0x00,0x00]
 
 v_cmp_lt_i64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0xa1,0xd4,0x01,0x0d,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xa1,0xd4,0x01,0x0d,0x00,0x00]
 
 v_cmp_lt_i64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xc9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xc9,0x00,0x00]
 
 v_cmp_lt_i64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i64_e64 s[10:11], v[1:2], vcc  ; encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_lt_i64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_lt_i64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0xa1,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i64_e64 s[10:11], v[1:2], 0    ; encoding: [0x0a,0x00,0xa1,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_lt_i64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0xa1,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i64_e64 s[10:11], v[1:2], -1   ; encoding: [0x0a,0x00,0xa1,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_lt_i64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i64_e64 s[10:11], v[1:2], 0.5  ; encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_lt_i64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_i64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_eq_i64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0xa2,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xa2,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_eq_i64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0xa2,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xa2,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_eq_i64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0xa2,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xa2,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_eq_i64_e64 vcc, v[1:2], v[2:3]
-// W64: encoding: [0x6a,0x00,0xa2,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i64_e64 vcc, v[1:2], v[2:3]    ; encoding: [0x6a,0x00,0xa2,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_eq_i64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0xa2,0xd4,0xfe,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xa2,0xd4,0xfe,0x05,0x02,0x00]
 
 v_cmp_eq_i64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0xa2,0xd4,0x02,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xa2,0xd4,0x02,0x04,0x02,0x00]
 
 v_cmp_eq_i64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0xa2,0xd4,0x04,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xa2,0xd4,0x04,0x04,0x02,0x00]
 
 v_cmp_eq_i64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0xa2,0xd4,0x64,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xa2,0xd4,0x64,0x04,0x02,0x00]
 
 v_cmp_eq_i64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa2,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i64_e64 s[10:11], vcc, v[2:3]  ; encoding: [0x0a,0x00,0xa2,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_eq_i64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa2,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0xa2,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_eq_i64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa2,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i64_e64 s[10:11], 0, v[2:3]    ; encoding: [0x0a,0x00,0xa2,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_eq_i64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa2,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i64_e64 s[10:11], -1, v[2:3]   ; encoding: [0x0a,0x00,0xa2,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_eq_i64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa2,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i64_e64 s[10:11], 0.5, v[2:3]  ; encoding: [0x0a,0x00,0xa2,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_eq_i64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa2,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0xa2,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_eq_i64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xfd,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xfd,0x03,0x00]
 
 v_cmp_eq_i64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0xa2,0xd4,0x01,0x09,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xa2,0xd4,0x01,0x09,0x00,0x00]
 
 v_cmp_eq_i64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0xa2,0xd4,0x01,0x0d,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xa2,0xd4,0x01,0x0d,0x00,0x00]
 
 v_cmp_eq_i64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xc9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xc9,0x00,0x00]
 
 v_cmp_eq_i64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i64_e64 s[10:11], v[1:2], vcc  ; encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_eq_i64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_eq_i64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0xa2,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i64_e64 s[10:11], v[1:2], 0    ; encoding: [0x0a,0x00,0xa2,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_eq_i64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0xa2,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i64_e64 s[10:11], v[1:2], -1   ; encoding: [0x0a,0x00,0xa2,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_eq_i64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i64_e64 s[10:11], v[1:2], 0.5  ; encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_eq_i64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_i64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_le_i64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0xa3,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xa3,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_le_i64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0xa3,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xa3,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_le_i64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0xa3,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xa3,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_le_i64_e64 vcc, v[1:2], v[2:3]
-// W64: encoding: [0x6a,0x00,0xa3,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i64_e64 vcc, v[1:2], v[2:3]    ; encoding: [0x6a,0x00,0xa3,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_le_i64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0xa3,0xd4,0xfe,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xa3,0xd4,0xfe,0x05,0x02,0x00]
 
 v_cmp_le_i64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0xa3,0xd4,0x02,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xa3,0xd4,0x02,0x04,0x02,0x00]
 
 v_cmp_le_i64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0xa3,0xd4,0x04,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xa3,0xd4,0x04,0x04,0x02,0x00]
 
 v_cmp_le_i64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0xa3,0xd4,0x64,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xa3,0xd4,0x64,0x04,0x02,0x00]
 
 v_cmp_le_i64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa3,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i64_e64 s[10:11], vcc, v[2:3]  ; encoding: [0x0a,0x00,0xa3,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_le_i64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa3,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0xa3,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_le_i64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa3,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i64_e64 s[10:11], 0, v[2:3]    ; encoding: [0x0a,0x00,0xa3,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_le_i64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa3,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i64_e64 s[10:11], -1, v[2:3]   ; encoding: [0x0a,0x00,0xa3,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_le_i64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa3,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i64_e64 s[10:11], 0.5, v[2:3]  ; encoding: [0x0a,0x00,0xa3,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_le_i64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa3,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0xa3,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_le_i64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xfd,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xfd,0x03,0x00]
 
 v_cmp_le_i64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0xa3,0xd4,0x01,0x09,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xa3,0xd4,0x01,0x09,0x00,0x00]
 
 v_cmp_le_i64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0xa3,0xd4,0x01,0x0d,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xa3,0xd4,0x01,0x0d,0x00,0x00]
 
 v_cmp_le_i64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xc9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xc9,0x00,0x00]
 
 v_cmp_le_i64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i64_e64 s[10:11], v[1:2], vcc  ; encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_le_i64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_le_i64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0xa3,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i64_e64 s[10:11], v[1:2], 0    ; encoding: [0x0a,0x00,0xa3,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_le_i64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0xa3,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i64_e64 s[10:11], v[1:2], -1   ; encoding: [0x0a,0x00,0xa3,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_le_i64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i64_e64 s[10:11], v[1:2], 0.5  ; encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_le_i64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_i64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_gt_i64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0xa4,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xa4,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_gt_i64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0xa4,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xa4,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_gt_i64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0xa4,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xa4,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_gt_i64_e64 vcc, v[1:2], v[2:3]
-// W64: encoding: [0x6a,0x00,0xa4,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i64_e64 vcc, v[1:2], v[2:3]    ; encoding: [0x6a,0x00,0xa4,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_gt_i64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0xa4,0xd4,0xfe,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xa4,0xd4,0xfe,0x05,0x02,0x00]
 
 v_cmp_gt_i64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0xa4,0xd4,0x02,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xa4,0xd4,0x02,0x04,0x02,0x00]
 
 v_cmp_gt_i64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0xa4,0xd4,0x04,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xa4,0xd4,0x04,0x04,0x02,0x00]
 
 v_cmp_gt_i64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0xa4,0xd4,0x64,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xa4,0xd4,0x64,0x04,0x02,0x00]
 
 v_cmp_gt_i64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa4,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i64_e64 s[10:11], vcc, v[2:3]  ; encoding: [0x0a,0x00,0xa4,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_gt_i64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa4,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0xa4,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_gt_i64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa4,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i64_e64 s[10:11], 0, v[2:3]    ; encoding: [0x0a,0x00,0xa4,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_gt_i64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa4,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i64_e64 s[10:11], -1, v[2:3]   ; encoding: [0x0a,0x00,0xa4,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_gt_i64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa4,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i64_e64 s[10:11], 0.5, v[2:3]  ; encoding: [0x0a,0x00,0xa4,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_gt_i64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa4,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0xa4,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_gt_i64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xfd,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xfd,0x03,0x00]
 
 v_cmp_gt_i64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0xa4,0xd4,0x01,0x09,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xa4,0xd4,0x01,0x09,0x00,0x00]
 
 v_cmp_gt_i64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0xa4,0xd4,0x01,0x0d,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xa4,0xd4,0x01,0x0d,0x00,0x00]
 
 v_cmp_gt_i64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xc9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xc9,0x00,0x00]
 
 v_cmp_gt_i64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i64_e64 s[10:11], v[1:2], vcc  ; encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_gt_i64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_gt_i64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0xa4,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i64_e64 s[10:11], v[1:2], 0    ; encoding: [0x0a,0x00,0xa4,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_gt_i64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0xa4,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i64_e64 s[10:11], v[1:2], -1   ; encoding: [0x0a,0x00,0xa4,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_gt_i64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i64_e64 s[10:11], v[1:2], 0.5  ; encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_gt_i64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_i64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_ne_i64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0xa5,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xa5,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ne_i64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0xa5,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xa5,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ne_i64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0xa5,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xa5,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ne_i64_e64 vcc, v[1:2], v[2:3]
-// W64: encoding: [0x6a,0x00,0xa5,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i64_e64 vcc, v[1:2], v[2:3]    ; encoding: [0x6a,0x00,0xa5,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ne_i64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0xa5,0xd4,0xfe,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xa5,0xd4,0xfe,0x05,0x02,0x00]
 
 v_cmp_ne_i64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0xa5,0xd4,0x02,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xa5,0xd4,0x02,0x04,0x02,0x00]
 
 v_cmp_ne_i64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0xa5,0xd4,0x04,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xa5,0xd4,0x04,0x04,0x02,0x00]
 
 v_cmp_ne_i64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0xa5,0xd4,0x64,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xa5,0xd4,0x64,0x04,0x02,0x00]
 
 v_cmp_ne_i64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa5,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i64_e64 s[10:11], vcc, v[2:3]  ; encoding: [0x0a,0x00,0xa5,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_ne_i64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa5,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0xa5,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_ne_i64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa5,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i64_e64 s[10:11], 0, v[2:3]    ; encoding: [0x0a,0x00,0xa5,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_ne_i64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa5,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i64_e64 s[10:11], -1, v[2:3]   ; encoding: [0x0a,0x00,0xa5,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_ne_i64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa5,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i64_e64 s[10:11], 0.5, v[2:3]  ; encoding: [0x0a,0x00,0xa5,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_ne_i64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa5,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0xa5,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_ne_i64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xfd,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xfd,0x03,0x00]
 
 v_cmp_ne_i64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0xa5,0xd4,0x01,0x09,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xa5,0xd4,0x01,0x09,0x00,0x00]
 
 v_cmp_ne_i64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0xa5,0xd4,0x01,0x0d,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xa5,0xd4,0x01,0x0d,0x00,0x00]
 
 v_cmp_ne_i64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xc9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xc9,0x00,0x00]
 
 v_cmp_ne_i64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i64_e64 s[10:11], v[1:2], vcc  ; encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_ne_i64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_ne_i64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0xa5,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i64_e64 s[10:11], v[1:2], 0    ; encoding: [0x0a,0x00,0xa5,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_ne_i64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0xa5,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i64_e64 s[10:11], v[1:2], -1   ; encoding: [0x0a,0x00,0xa5,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_ne_i64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i64_e64 s[10:11], v[1:2], 0.5  ; encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_ne_i64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_i64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_ge_i64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0xa6,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xa6,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ge_i64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0xa6,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xa6,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ge_i64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0xa6,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xa6,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ge_i64_e64 vcc, v[1:2], v[2:3]
-// W64: encoding: [0x6a,0x00,0xa6,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i64_e64 vcc, v[1:2], v[2:3]    ; encoding: [0x6a,0x00,0xa6,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ge_i64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0xa6,0xd4,0xfe,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xa6,0xd4,0xfe,0x05,0x02,0x00]
 
 v_cmp_ge_i64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0xa6,0xd4,0x02,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xa6,0xd4,0x02,0x04,0x02,0x00]
 
 v_cmp_ge_i64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0xa6,0xd4,0x04,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xa6,0xd4,0x04,0x04,0x02,0x00]
 
 v_cmp_ge_i64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0xa6,0xd4,0x64,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xa6,0xd4,0x64,0x04,0x02,0x00]
 
 v_cmp_ge_i64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa6,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i64_e64 s[10:11], vcc, v[2:3]  ; encoding: [0x0a,0x00,0xa6,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_ge_i64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa6,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0xa6,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_ge_i64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa6,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i64_e64 s[10:11], 0, v[2:3]    ; encoding: [0x0a,0x00,0xa6,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_ge_i64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa6,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i64_e64 s[10:11], -1, v[2:3]   ; encoding: [0x0a,0x00,0xa6,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_ge_i64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa6,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i64_e64 s[10:11], 0.5, v[2:3]  ; encoding: [0x0a,0x00,0xa6,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_ge_i64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa6,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0xa6,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_ge_i64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xfd,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xfd,0x03,0x00]
 
 v_cmp_ge_i64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0xa6,0xd4,0x01,0x09,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xa6,0xd4,0x01,0x09,0x00,0x00]
 
 v_cmp_ge_i64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0xa6,0xd4,0x01,0x0d,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xa6,0xd4,0x01,0x0d,0x00,0x00]
 
 v_cmp_ge_i64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xc9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xc9,0x00,0x00]
 
 v_cmp_ge_i64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i64_e64 s[10:11], v[1:2], vcc  ; encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_ge_i64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_ge_i64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0xa6,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i64_e64 s[10:11], v[1:2], 0    ; encoding: [0x0a,0x00,0xa6,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_ge_i64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0xa6,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i64_e64 s[10:11], v[1:2], -1   ; encoding: [0x0a,0x00,0xa6,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_ge_i64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i64_e64 s[10:11], v[1:2], 0.5  ; encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_ge_i64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_i64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_t_i64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0xa7,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xa7,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_t_i64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0xa7,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xa7,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_t_i64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0xa7,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xa7,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_t_i64_e64 vcc, v[1:2], v[2:3]
-// W64: encoding: [0x6a,0x00,0xa7,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i64_e64 vcc, v[1:2], v[2:3]     ; encoding: [0x6a,0x00,0xa7,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_t_i64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0xa7,0xd4,0xfe,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xa7,0xd4,0xfe,0x05,0x02,0x00]
 
 v_cmp_t_i64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0xa7,0xd4,0x02,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xa7,0xd4,0x02,0x04,0x02,0x00]
 
 v_cmp_t_i64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0xa7,0xd4,0x04,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xa7,0xd4,0x04,0x04,0x02,0x00]
 
 v_cmp_t_i64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0xa7,0xd4,0x64,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xa7,0xd4,0x64,0x04,0x02,0x00]
 
 v_cmp_t_i64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa7,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i64_e64 s[10:11], vcc, v[2:3]   ; encoding: [0x0a,0x00,0xa7,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_t_i64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa7,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i64_e64 s[10:11], exec, v[2:3]  ; encoding: [0x0a,0x00,0xa7,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_t_i64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa7,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i64_e64 s[10:11], 0, v[2:3]     ; encoding: [0x0a,0x00,0xa7,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_t_i64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa7,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i64_e64 s[10:11], -1, v[2:3]    ; encoding: [0x0a,0x00,0xa7,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_t_i64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa7,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i64_e64 s[10:11], 0.5, v[2:3]   ; encoding: [0x0a,0x00,0xa7,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_t_i64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0xa7,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i64_e64 s[10:11], -4.0, v[2:3]  ; encoding: [0x0a,0x00,0xa7,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_t_i64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xfd,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xfd,0x03,0x00]
 
 v_cmp_t_i64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0xa7,0xd4,0x01,0x09,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xa7,0xd4,0x01,0x09,0x00,0x00]
 
 v_cmp_t_i64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0xa7,0xd4,0x01,0x0d,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xa7,0xd4,0x01,0x0d,0x00,0x00]
 
 v_cmp_t_i64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xc9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xc9,0x00,0x00]
 
 v_cmp_t_i64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i64_e64 s[10:11], v[1:2], vcc   ; encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_t_i64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i64_e64 s[10:11], v[1:2], exec  ; encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_t_i64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0xa7,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i64_e64 s[10:11], v[1:2], 0     ; encoding: [0x0a,0x00,0xa7,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_t_i64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0xa7,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i64_e64 s[10:11], v[1:2], -1    ; encoding: [0x0a,0x00,0xa7,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_t_i64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i64_e64 s[10:11], v[1:2], 0.5   ; encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_t_i64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_i64_e64 s[10:11], v[1:2], -4.0  ; encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_class_f64_e64 s[10:11], v[1:2], v2
-// W64: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f64_e64 s[10:11], v[1:2], v2 ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_class_f64_e64 s[12:13], v[1:2], v2
-// W64: encoding: [0x0c,0x00,0xa8,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f64_e64 s[12:13], v[1:2], v2 ; encoding: [0x0c,0x00,0xa8,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_class_f64_e64 s[100:101], v[1:2], v2
-// W64: encoding: [0x64,0x00,0xa8,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f64_e64 s[100:101], v[1:2], v2 ; encoding: [0x64,0x00,0xa8,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_class_f64_e64 vcc, v[1:2], v2
-// W64: encoding: [0x6a,0x00,0xa8,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f64_e64 vcc, v[1:2], v2     ; encoding: [0x6a,0x00,0xa8,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_class_f64_e64 s[10:11], v[254:255], v2
-// W64: encoding: [0x0a,0x00,0xa8,0xd4,0xfe,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f64_e64 s[10:11], v[254:255], v2 ; encoding: [0x0a,0x00,0xa8,0xd4,0xfe,0x05,0x02,0x00]
 
 v_cmp_class_f64_e64 s[10:11], s[2:3], v2
-// W64: encoding: [0x0a,0x00,0xa8,0xd4,0x02,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f64_e64 s[10:11], s[2:3], v2 ; encoding: [0x0a,0x00,0xa8,0xd4,0x02,0x04,0x02,0x00]
 
 v_cmp_class_f64_e64 s[10:11], s[4:5], v2
-// W64: encoding: [0x0a,0x00,0xa8,0xd4,0x04,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f64_e64 s[10:11], s[4:5], v2 ; encoding: [0x0a,0x00,0xa8,0xd4,0x04,0x04,0x02,0x00]
 
 v_cmp_class_f64_e64 s[10:11], s[100:101], v2
-// W64: encoding: [0x0a,0x00,0xa8,0xd4,0x64,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f64_e64 s[10:11], s[100:101], v2 ; encoding: [0x0a,0x00,0xa8,0xd4,0x64,0x04,0x02,0x00]
 
 v_cmp_class_f64_e64 s[10:11], vcc, v2
-// W64: encoding: [0x0a,0x00,0xa8,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f64_e64 s[10:11], vcc, v2   ; encoding: [0x0a,0x00,0xa8,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_class_f64_e64 s[10:11], exec, v2
-// W64: encoding: [0x0a,0x00,0xa8,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f64_e64 s[10:11], exec, v2  ; encoding: [0x0a,0x00,0xa8,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_class_f64_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0xa8,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f64_e64 s[10:11], 0, v2     ; encoding: [0x0a,0x00,0xa8,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_class_f64_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0xa8,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f64_e64 s[10:11], -1, v2    ; encoding: [0x0a,0x00,0xa8,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_class_f64_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0xa8,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f64_e64 s[10:11], 0.5, v2   ; encoding: [0x0a,0x00,0xa8,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_class_f64_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0xa8,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f64_e64 s[10:11], -4.0, v2  ; encoding: [0x0a,0x00,0xa8,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_class_f64_e64 s[10:11], v[1:2], v255
-// W64: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f64_e64 s[10:11], v[1:2], v255 ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_class_f64_e64 s[10:11], v[1:2], s2
-// W64: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f64_e64 s[10:11], v[1:2], s2 ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_class_f64_e64 s[10:11], v[1:2], s101
-// W64: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f64_e64 s[10:11], v[1:2], s101 ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_class_f64_e64 s[10:11], v[1:2], vcc_lo
-// W64: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f64_e64 s[10:11], v[1:2], vcc_lo ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_class_f64_e64 s[10:11], v[1:2], vcc_hi
-// W64: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f64_e64 s[10:11], v[1:2], vcc_hi ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_class_f64_e64 s[10:11], v[1:2], m0
-// W64: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f64_e64 s[10:11], v[1:2], m0 ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_class_f64_e64 s[10:11], v[1:2], exec_lo
-// W64: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f64_e64 s[10:11], v[1:2], exec_lo ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_class_f64_e64 s[10:11], v[1:2], exec_hi
-// W64: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f64_e64 s[10:11], v[1:2], exec_hi ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_class_f64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f64_e64 s[10:11], v[1:2], 0 ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_class_f64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f64_e64 s[10:11], v[1:2], -1 ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_class_f64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_class_f64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_class_f64_e64 s[10:11], -v[1:2], v2
-// W64: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
+// W64: v_cmp_class_f64_e64 s[10:11], -v[1:2], v2 ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_f_u64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0xe0,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xe0,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_f_u64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0xe0,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xe0,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_f_u64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0xe0,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xe0,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_f_u64_e64 vcc, v[1:2], v[2:3]
-// W64: encoding: [0x6a,0x00,0xe0,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u64_e64 vcc, v[1:2], v[2:3]     ; encoding: [0x6a,0x00,0xe0,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_f_u64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0xe0,0xd4,0xfe,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xe0,0xd4,0xfe,0x05,0x02,0x00]
 
 v_cmp_f_u64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0xe0,0xd4,0x02,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xe0,0xd4,0x02,0x04,0x02,0x00]
 
 v_cmp_f_u64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0xe0,0xd4,0x04,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xe0,0xd4,0x04,0x04,0x02,0x00]
 
 v_cmp_f_u64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0xe0,0xd4,0x64,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xe0,0xd4,0x64,0x04,0x02,0x00]
 
 v_cmp_f_u64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe0,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u64_e64 s[10:11], vcc, v[2:3]   ; encoding: [0x0a,0x00,0xe0,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_f_u64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe0,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u64_e64 s[10:11], exec, v[2:3]  ; encoding: [0x0a,0x00,0xe0,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_f_u64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe0,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u64_e64 s[10:11], 0, v[2:3]     ; encoding: [0x0a,0x00,0xe0,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_f_u64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe0,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u64_e64 s[10:11], -1, v[2:3]    ; encoding: [0x0a,0x00,0xe0,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_f_u64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe0,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u64_e64 s[10:11], 0.5, v[2:3]   ; encoding: [0x0a,0x00,0xe0,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_f_u64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe0,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u64_e64 s[10:11], -4.0, v[2:3]  ; encoding: [0x0a,0x00,0xe0,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_f_u64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xfd,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xfd,0x03,0x00]
 
 v_cmp_f_u64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0xe0,0xd4,0x01,0x09,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xe0,0xd4,0x01,0x09,0x00,0x00]
 
 v_cmp_f_u64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0xe0,0xd4,0x01,0x0d,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xe0,0xd4,0x01,0x0d,0x00,0x00]
 
 v_cmp_f_u64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xc9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xc9,0x00,0x00]
 
 v_cmp_f_u64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u64_e64 s[10:11], v[1:2], vcc   ; encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_f_u64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u64_e64 s[10:11], v[1:2], exec  ; encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_f_u64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0xe0,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u64_e64 s[10:11], v[1:2], 0     ; encoding: [0x0a,0x00,0xe0,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_f_u64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0xe0,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u64_e64 s[10:11], v[1:2], -1    ; encoding: [0x0a,0x00,0xe0,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_f_u64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u64_e64 s[10:11], v[1:2], 0.5   ; encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_f_u64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u64_e64 s[10:11], v[1:2], -4.0  ; encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_lt_u64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0xe1,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xe1,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lt_u64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0xe1,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xe1,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lt_u64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0xe1,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xe1,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lt_u64_e64 vcc, v[1:2], v[2:3]
-// W64: encoding: [0x6a,0x00,0xe1,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u64_e64 vcc, v[1:2], v[2:3]    ; encoding: [0x6a,0x00,0xe1,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lt_u64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0xe1,0xd4,0xfe,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xe1,0xd4,0xfe,0x05,0x02,0x00]
 
 v_cmp_lt_u64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0xe1,0xd4,0x02,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xe1,0xd4,0x02,0x04,0x02,0x00]
 
 v_cmp_lt_u64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0xe1,0xd4,0x04,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xe1,0xd4,0x04,0x04,0x02,0x00]
 
 v_cmp_lt_u64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0xe1,0xd4,0x64,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xe1,0xd4,0x64,0x04,0x02,0x00]
 
 v_cmp_lt_u64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe1,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u64_e64 s[10:11], vcc, v[2:3]  ; encoding: [0x0a,0x00,0xe1,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_lt_u64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe1,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0xe1,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_lt_u64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe1,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u64_e64 s[10:11], 0, v[2:3]    ; encoding: [0x0a,0x00,0xe1,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_lt_u64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe1,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u64_e64 s[10:11], -1, v[2:3]   ; encoding: [0x0a,0x00,0xe1,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_lt_u64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe1,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u64_e64 s[10:11], 0.5, v[2:3]  ; encoding: [0x0a,0x00,0xe1,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_lt_u64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe1,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0xe1,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_lt_u64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xfd,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xfd,0x03,0x00]
 
 v_cmp_lt_u64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0xe1,0xd4,0x01,0x09,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xe1,0xd4,0x01,0x09,0x00,0x00]
 
 v_cmp_lt_u64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0xe1,0xd4,0x01,0x0d,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xe1,0xd4,0x01,0x0d,0x00,0x00]
 
 v_cmp_lt_u64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xc9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xc9,0x00,0x00]
 
 v_cmp_lt_u64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u64_e64 s[10:11], v[1:2], vcc  ; encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_lt_u64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_lt_u64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0xe1,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u64_e64 s[10:11], v[1:2], 0    ; encoding: [0x0a,0x00,0xe1,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_lt_u64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0xe1,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u64_e64 s[10:11], v[1:2], -1   ; encoding: [0x0a,0x00,0xe1,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_lt_u64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u64_e64 s[10:11], v[1:2], 0.5  ; encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_lt_u64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_eq_u64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0xe2,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xe2,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_eq_u64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0xe2,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xe2,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_eq_u64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0xe2,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xe2,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_eq_u64_e64 vcc, v[1:2], v[2:3]
-// W64: encoding: [0x6a,0x00,0xe2,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u64_e64 vcc, v[1:2], v[2:3]    ; encoding: [0x6a,0x00,0xe2,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_eq_u64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0xe2,0xd4,0xfe,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xe2,0xd4,0xfe,0x05,0x02,0x00]
 
 v_cmp_eq_u64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0xe2,0xd4,0x02,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xe2,0xd4,0x02,0x04,0x02,0x00]
 
 v_cmp_eq_u64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0xe2,0xd4,0x04,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xe2,0xd4,0x04,0x04,0x02,0x00]
 
 v_cmp_eq_u64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0xe2,0xd4,0x64,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xe2,0xd4,0x64,0x04,0x02,0x00]
 
 v_cmp_eq_u64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe2,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u64_e64 s[10:11], vcc, v[2:3]  ; encoding: [0x0a,0x00,0xe2,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_eq_u64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe2,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0xe2,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_eq_u64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe2,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u64_e64 s[10:11], 0, v[2:3]    ; encoding: [0x0a,0x00,0xe2,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_eq_u64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe2,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u64_e64 s[10:11], -1, v[2:3]   ; encoding: [0x0a,0x00,0xe2,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_eq_u64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe2,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u64_e64 s[10:11], 0.5, v[2:3]  ; encoding: [0x0a,0x00,0xe2,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_eq_u64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe2,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0xe2,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_eq_u64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xfd,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xfd,0x03,0x00]
 
 v_cmp_eq_u64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0xe2,0xd4,0x01,0x09,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xe2,0xd4,0x01,0x09,0x00,0x00]
 
 v_cmp_eq_u64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0xe2,0xd4,0x01,0x0d,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xe2,0xd4,0x01,0x0d,0x00,0x00]
 
 v_cmp_eq_u64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xc9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xc9,0x00,0x00]
 
 v_cmp_eq_u64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u64_e64 s[10:11], v[1:2], vcc  ; encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_eq_u64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_eq_u64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0xe2,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u64_e64 s[10:11], v[1:2], 0    ; encoding: [0x0a,0x00,0xe2,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_eq_u64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0xe2,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u64_e64 s[10:11], v[1:2], -1   ; encoding: [0x0a,0x00,0xe2,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_eq_u64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u64_e64 s[10:11], v[1:2], 0.5  ; encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_eq_u64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_le_u64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0xe3,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xe3,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_le_u64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0xe3,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xe3,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_le_u64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0xe3,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xe3,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_le_u64_e64 vcc, v[1:2], v[2:3]
-// W64: encoding: [0x6a,0x00,0xe3,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u64_e64 vcc, v[1:2], v[2:3]    ; encoding: [0x6a,0x00,0xe3,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_le_u64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0xe3,0xd4,0xfe,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xe3,0xd4,0xfe,0x05,0x02,0x00]
 
 v_cmp_le_u64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0xe3,0xd4,0x02,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xe3,0xd4,0x02,0x04,0x02,0x00]
 
 v_cmp_le_u64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0xe3,0xd4,0x04,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xe3,0xd4,0x04,0x04,0x02,0x00]
 
 v_cmp_le_u64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0xe3,0xd4,0x64,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xe3,0xd4,0x64,0x04,0x02,0x00]
 
 v_cmp_le_u64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe3,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u64_e64 s[10:11], vcc, v[2:3]  ; encoding: [0x0a,0x00,0xe3,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_le_u64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe3,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0xe3,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_le_u64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe3,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u64_e64 s[10:11], 0, v[2:3]    ; encoding: [0x0a,0x00,0xe3,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_le_u64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe3,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u64_e64 s[10:11], -1, v[2:3]   ; encoding: [0x0a,0x00,0xe3,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_le_u64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe3,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u64_e64 s[10:11], 0.5, v[2:3]  ; encoding: [0x0a,0x00,0xe3,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_le_u64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe3,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0xe3,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_le_u64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xfd,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xfd,0x03,0x00]
 
 v_cmp_le_u64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0xe3,0xd4,0x01,0x09,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xe3,0xd4,0x01,0x09,0x00,0x00]
 
 v_cmp_le_u64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0xe3,0xd4,0x01,0x0d,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xe3,0xd4,0x01,0x0d,0x00,0x00]
 
 v_cmp_le_u64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xc9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xc9,0x00,0x00]
 
 v_cmp_le_u64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u64_e64 s[10:11], v[1:2], vcc  ; encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_le_u64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_le_u64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0xe3,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u64_e64 s[10:11], v[1:2], 0    ; encoding: [0x0a,0x00,0xe3,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_le_u64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0xe3,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u64_e64 s[10:11], v[1:2], -1   ; encoding: [0x0a,0x00,0xe3,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_le_u64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u64_e64 s[10:11], v[1:2], 0.5  ; encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_le_u64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_gt_u64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0xe4,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xe4,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_gt_u64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0xe4,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xe4,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_gt_u64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0xe4,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xe4,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_gt_u64_e64 vcc, v[1:2], v[2:3]
-// W64: encoding: [0x6a,0x00,0xe4,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u64_e64 vcc, v[1:2], v[2:3]    ; encoding: [0x6a,0x00,0xe4,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_gt_u64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0xe4,0xd4,0xfe,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xe4,0xd4,0xfe,0x05,0x02,0x00]
 
 v_cmp_gt_u64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0xe4,0xd4,0x02,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xe4,0xd4,0x02,0x04,0x02,0x00]
 
 v_cmp_gt_u64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0xe4,0xd4,0x04,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xe4,0xd4,0x04,0x04,0x02,0x00]
 
 v_cmp_gt_u64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0xe4,0xd4,0x64,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xe4,0xd4,0x64,0x04,0x02,0x00]
 
 v_cmp_gt_u64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe4,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u64_e64 s[10:11], vcc, v[2:3]  ; encoding: [0x0a,0x00,0xe4,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_gt_u64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe4,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0xe4,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_gt_u64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe4,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u64_e64 s[10:11], 0, v[2:3]    ; encoding: [0x0a,0x00,0xe4,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_gt_u64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe4,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u64_e64 s[10:11], -1, v[2:3]   ; encoding: [0x0a,0x00,0xe4,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_gt_u64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe4,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u64_e64 s[10:11], 0.5, v[2:3]  ; encoding: [0x0a,0x00,0xe4,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_gt_u64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe4,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0xe4,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_gt_u64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xfd,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xfd,0x03,0x00]
 
 v_cmp_gt_u64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0xe4,0xd4,0x01,0x09,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xe4,0xd4,0x01,0x09,0x00,0x00]
 
 v_cmp_gt_u64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0xe4,0xd4,0x01,0x0d,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xe4,0xd4,0x01,0x0d,0x00,0x00]
 
 v_cmp_gt_u64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xc9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xc9,0x00,0x00]
 
 v_cmp_gt_u64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u64_e64 s[10:11], v[1:2], vcc  ; encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_gt_u64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_gt_u64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0xe4,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u64_e64 s[10:11], v[1:2], 0    ; encoding: [0x0a,0x00,0xe4,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_gt_u64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0xe4,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u64_e64 s[10:11], v[1:2], -1   ; encoding: [0x0a,0x00,0xe4,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_gt_u64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u64_e64 s[10:11], v[1:2], 0.5  ; encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_gt_u64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_ne_u64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0xe5,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xe5,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ne_u64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0xe5,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xe5,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ne_u64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0xe5,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xe5,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ne_u64_e64 vcc, v[1:2], v[2:3]
-// W64: encoding: [0x6a,0x00,0xe5,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u64_e64 vcc, v[1:2], v[2:3]    ; encoding: [0x6a,0x00,0xe5,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ne_u64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0xe5,0xd4,0xfe,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xe5,0xd4,0xfe,0x05,0x02,0x00]
 
 v_cmp_ne_u64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0xe5,0xd4,0x02,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xe5,0xd4,0x02,0x04,0x02,0x00]
 
 v_cmp_ne_u64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0xe5,0xd4,0x04,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xe5,0xd4,0x04,0x04,0x02,0x00]
 
 v_cmp_ne_u64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0xe5,0xd4,0x64,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xe5,0xd4,0x64,0x04,0x02,0x00]
 
 v_cmp_ne_u64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe5,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u64_e64 s[10:11], vcc, v[2:3]  ; encoding: [0x0a,0x00,0xe5,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_ne_u64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe5,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0xe5,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_ne_u64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe5,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u64_e64 s[10:11], 0, v[2:3]    ; encoding: [0x0a,0x00,0xe5,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_ne_u64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe5,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u64_e64 s[10:11], -1, v[2:3]   ; encoding: [0x0a,0x00,0xe5,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_ne_u64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe5,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u64_e64 s[10:11], 0.5, v[2:3]  ; encoding: [0x0a,0x00,0xe5,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_ne_u64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe5,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0xe5,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_ne_u64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xfd,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xfd,0x03,0x00]
 
 v_cmp_ne_u64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0xe5,0xd4,0x01,0x09,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xe5,0xd4,0x01,0x09,0x00,0x00]
 
 v_cmp_ne_u64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0xe5,0xd4,0x01,0x0d,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xe5,0xd4,0x01,0x0d,0x00,0x00]
 
 v_cmp_ne_u64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xc9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xc9,0x00,0x00]
 
 v_cmp_ne_u64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u64_e64 s[10:11], v[1:2], vcc  ; encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_ne_u64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_ne_u64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0xe5,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u64_e64 s[10:11], v[1:2], 0    ; encoding: [0x0a,0x00,0xe5,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_ne_u64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0xe5,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u64_e64 s[10:11], v[1:2], -1   ; encoding: [0x0a,0x00,0xe5,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_ne_u64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u64_e64 s[10:11], v[1:2], 0.5  ; encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_ne_u64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_ge_u64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0xe6,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xe6,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ge_u64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0xe6,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xe6,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ge_u64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0xe6,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xe6,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ge_u64_e64 vcc, v[1:2], v[2:3]
-// W64: encoding: [0x6a,0x00,0xe6,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u64_e64 vcc, v[1:2], v[2:3]    ; encoding: [0x6a,0x00,0xe6,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ge_u64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0xe6,0xd4,0xfe,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xe6,0xd4,0xfe,0x05,0x02,0x00]
 
 v_cmp_ge_u64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0xe6,0xd4,0x02,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xe6,0xd4,0x02,0x04,0x02,0x00]
 
 v_cmp_ge_u64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0xe6,0xd4,0x04,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xe6,0xd4,0x04,0x04,0x02,0x00]
 
 v_cmp_ge_u64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0xe6,0xd4,0x64,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xe6,0xd4,0x64,0x04,0x02,0x00]
 
 v_cmp_ge_u64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe6,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u64_e64 s[10:11], vcc, v[2:3]  ; encoding: [0x0a,0x00,0xe6,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_ge_u64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe6,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0xe6,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_ge_u64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe6,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u64_e64 s[10:11], 0, v[2:3]    ; encoding: [0x0a,0x00,0xe6,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_ge_u64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe6,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u64_e64 s[10:11], -1, v[2:3]   ; encoding: [0x0a,0x00,0xe6,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_ge_u64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe6,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u64_e64 s[10:11], 0.5, v[2:3]  ; encoding: [0x0a,0x00,0xe6,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_ge_u64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe6,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0xe6,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_ge_u64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xfd,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xfd,0x03,0x00]
 
 v_cmp_ge_u64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0xe6,0xd4,0x01,0x09,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xe6,0xd4,0x01,0x09,0x00,0x00]
 
 v_cmp_ge_u64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0xe6,0xd4,0x01,0x0d,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xe6,0xd4,0x01,0x0d,0x00,0x00]
 
 v_cmp_ge_u64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xc9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xc9,0x00,0x00]
 
 v_cmp_ge_u64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u64_e64 s[10:11], v[1:2], vcc  ; encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_ge_u64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_ge_u64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0xe6,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u64_e64 s[10:11], v[1:2], 0    ; encoding: [0x0a,0x00,0xe6,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_ge_u64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0xe6,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u64_e64 s[10:11], v[1:2], -1   ; encoding: [0x0a,0x00,0xe6,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_ge_u64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u64_e64 s[10:11], v[1:2], 0.5  ; encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_ge_u64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_t_u64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0xe7,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xe7,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_t_u64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0xe7,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xe7,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_t_u64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0xe7,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xe7,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_t_u64_e64 vcc, v[1:2], v[2:3]
-// W64: encoding: [0x6a,0x00,0xe7,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u64_e64 vcc, v[1:2], v[2:3]     ; encoding: [0x6a,0x00,0xe7,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_t_u64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0xe7,0xd4,0xfe,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xe7,0xd4,0xfe,0x05,0x02,0x00]
 
 v_cmp_t_u64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0xe7,0xd4,0x02,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xe7,0xd4,0x02,0x04,0x02,0x00]
 
 v_cmp_t_u64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0xe7,0xd4,0x04,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xe7,0xd4,0x04,0x04,0x02,0x00]
 
 v_cmp_t_u64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0xe7,0xd4,0x64,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xe7,0xd4,0x64,0x04,0x02,0x00]
 
 v_cmp_t_u64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe7,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u64_e64 s[10:11], vcc, v[2:3]   ; encoding: [0x0a,0x00,0xe7,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_t_u64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe7,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u64_e64 s[10:11], exec, v[2:3]  ; encoding: [0x0a,0x00,0xe7,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_t_u64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe7,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u64_e64 s[10:11], 0, v[2:3]     ; encoding: [0x0a,0x00,0xe7,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_t_u64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe7,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u64_e64 s[10:11], -1, v[2:3]    ; encoding: [0x0a,0x00,0xe7,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_t_u64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe7,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u64_e64 s[10:11], 0.5, v[2:3]   ; encoding: [0x0a,0x00,0xe7,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_t_u64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0xe7,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u64_e64 s[10:11], -4.0, v[2:3]  ; encoding: [0x0a,0x00,0xe7,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_t_u64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xfd,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xfd,0x03,0x00]
 
 v_cmp_t_u64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0xe7,0xd4,0x01,0x09,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xe7,0xd4,0x01,0x09,0x00,0x00]
 
 v_cmp_t_u64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0xe7,0xd4,0x01,0x0d,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xe7,0xd4,0x01,0x0d,0x00,0x00]
 
 v_cmp_t_u64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xc9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xc9,0x00,0x00]
 
 v_cmp_t_u64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u64_e64 s[10:11], v[1:2], vcc   ; encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_t_u64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u64_e64 s[10:11], v[1:2], exec  ; encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_t_u64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0xe7,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u64_e64 s[10:11], v[1:2], 0     ; encoding: [0x0a,0x00,0xe7,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_t_u64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0xe7,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u64_e64 s[10:11], v[1:2], -1    ; encoding: [0x0a,0x00,0xe7,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_t_u64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u64_e64 s[10:11], v[1:2], 0.5   ; encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_t_u64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u64_e64 s[10:11], v[1:2], -4.0  ; encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_f_i64_e64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0xa0,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i64_e64 s10, v[1:2], v[2:3]     ; encoding: [0x0a,0x00,0xa0,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i64_e64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0xa0,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i64_e64 s12, v[1:2], v[2:3]     ; encoding: [0x0c,0x00,0xa0,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i64_e64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0xa0,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i64_e64 s100, v[1:2], v[2:3]    ; encoding: [0x64,0x00,0xa0,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i64_e64 vcc_lo, v[1:2], v[2:3]
-// W32: encoding: [0x6a,0x00,0xa0,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i64_e64 vcc_lo, v[1:2], v[2:3]  ; encoding: [0x6a,0x00,0xa0,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i64_e64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0xa0,0xd4,0xfe,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xa0,0xd4,0xfe,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0xa0,0xd4,0x02,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i64_e64 s10, s[2:3], v[2:3]     ; encoding: [0x0a,0x00,0xa0,0xd4,0x02,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0xa0,0xd4,0x04,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i64_e64 s10, s[4:5], v[2:3]     ; encoding: [0x0a,0x00,0xa0,0xd4,0x04,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0xa0,0xd4,0x64,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xa0,0xd4,0x64,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i64_e64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa0,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i64_e64 s10, vcc, v[2:3]        ; encoding: [0x0a,0x00,0xa0,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i64_e64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa0,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i64_e64 s10, exec, v[2:3]       ; encoding: [0x0a,0x00,0xa0,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i64_e64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa0,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i64_e64 s10, 0, v[2:3]          ; encoding: [0x0a,0x00,0xa0,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i64_e64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa0,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i64_e64 s10, -1, v[2:3]         ; encoding: [0x0a,0x00,0xa0,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i64_e64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa0,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i64_e64 s10, 0.5, v[2:3]        ; encoding: [0x0a,0x00,0xa0,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i64_e64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa0,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i64_e64 s10, -4.0, v[2:3]       ; encoding: [0x0a,0x00,0xa0,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i64_e64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xfd,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0xa0,0xd4,0x01,0x09,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i64_e64 s10, v[1:2], s[4:5]     ; encoding: [0x0a,0x00,0xa0,0xd4,0x01,0x09,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0xa0,0xd4,0x01,0x0d,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i64_e64 s10, v[1:2], s[6:7]     ; encoding: [0x0a,0x00,0xa0,0xd4,0x01,0x0d,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xc9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xc9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i64_e64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i64_e64 s10, v[1:2], vcc        ; encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i64_e64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i64_e64 s10, v[1:2], exec       ; encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i64_e64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0xa0,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i64_e64 s10, v[1:2], 0          ; encoding: [0x0a,0x00,0xa0,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i64_e64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0xa0,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i64_e64 s10, v[1:2], -1         ; encoding: [0x0a,0x00,0xa0,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i64_e64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i64_e64 s10, v[1:2], 0.5        ; encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_i64_e64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_i64_e64 s10, v[1:2], -4.0       ; encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_lt_i64_e64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0xa1,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i64_e64 s10, v[1:2], v[2:3]    ; encoding: [0x0a,0x00,0xa1,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i64_e64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0xa1,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i64_e64 s12, v[1:2], v[2:3]    ; encoding: [0x0c,0x00,0xa1,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i64_e64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0xa1,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i64_e64 s100, v[1:2], v[2:3]   ; encoding: [0x64,0x00,0xa1,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i64_e64 vcc_lo, v[1:2], v[2:3]
-// W32: encoding: [0x6a,0x00,0xa1,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0xa1,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i64_e64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0xa1,0xd4,0xfe,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xa1,0xd4,0xfe,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0xa1,0xd4,0x02,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i64_e64 s10, s[2:3], v[2:3]    ; encoding: [0x0a,0x00,0xa1,0xd4,0x02,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0xa1,0xd4,0x04,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i64_e64 s10, s[4:5], v[2:3]    ; encoding: [0x0a,0x00,0xa1,0xd4,0x04,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0xa1,0xd4,0x64,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xa1,0xd4,0x64,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i64_e64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa1,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i64_e64 s10, vcc, v[2:3]       ; encoding: [0x0a,0x00,0xa1,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i64_e64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa1,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i64_e64 s10, exec, v[2:3]      ; encoding: [0x0a,0x00,0xa1,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i64_e64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa1,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i64_e64 s10, 0, v[2:3]         ; encoding: [0x0a,0x00,0xa1,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i64_e64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa1,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i64_e64 s10, -1, v[2:3]        ; encoding: [0x0a,0x00,0xa1,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i64_e64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa1,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i64_e64 s10, 0.5, v[2:3]       ; encoding: [0x0a,0x00,0xa1,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i64_e64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa1,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i64_e64 s10, -4.0, v[2:3]      ; encoding: [0x0a,0x00,0xa1,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i64_e64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xfd,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0xa1,0xd4,0x01,0x09,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i64_e64 s10, v[1:2], s[4:5]    ; encoding: [0x0a,0x00,0xa1,0xd4,0x01,0x09,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0xa1,0xd4,0x01,0x0d,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i64_e64 s10, v[1:2], s[6:7]    ; encoding: [0x0a,0x00,0xa1,0xd4,0x01,0x0d,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xc9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xc9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i64_e64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i64_e64 s10, v[1:2], vcc       ; encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i64_e64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i64_e64 s10, v[1:2], exec      ; encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i64_e64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0xa1,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i64_e64 s10, v[1:2], 0         ; encoding: [0x0a,0x00,0xa1,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i64_e64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0xa1,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i64_e64 s10, v[1:2], -1        ; encoding: [0x0a,0x00,0xa1,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i64_e64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i64_e64 s10, v[1:2], 0.5       ; encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_i64_e64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_i64_e64 s10, v[1:2], -4.0      ; encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i64_e64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0xa2,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i64_e64 s10, v[1:2], v[2:3]    ; encoding: [0x0a,0x00,0xa2,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i64_e64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0xa2,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i64_e64 s12, v[1:2], v[2:3]    ; encoding: [0x0c,0x00,0xa2,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i64_e64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0xa2,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i64_e64 s100, v[1:2], v[2:3]   ; encoding: [0x64,0x00,0xa2,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i64_e64 vcc_lo, v[1:2], v[2:3]
-// W32: encoding: [0x6a,0x00,0xa2,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0xa2,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i64_e64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0xa2,0xd4,0xfe,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xa2,0xd4,0xfe,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0xa2,0xd4,0x02,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i64_e64 s10, s[2:3], v[2:3]    ; encoding: [0x0a,0x00,0xa2,0xd4,0x02,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0xa2,0xd4,0x04,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i64_e64 s10, s[4:5], v[2:3]    ; encoding: [0x0a,0x00,0xa2,0xd4,0x04,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0xa2,0xd4,0x64,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xa2,0xd4,0x64,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i64_e64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa2,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i64_e64 s10, vcc, v[2:3]       ; encoding: [0x0a,0x00,0xa2,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i64_e64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa2,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i64_e64 s10, exec, v[2:3]      ; encoding: [0x0a,0x00,0xa2,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i64_e64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa2,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i64_e64 s10, 0, v[2:3]         ; encoding: [0x0a,0x00,0xa2,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i64_e64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa2,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i64_e64 s10, -1, v[2:3]        ; encoding: [0x0a,0x00,0xa2,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i64_e64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa2,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i64_e64 s10, 0.5, v[2:3]       ; encoding: [0x0a,0x00,0xa2,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i64_e64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa2,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i64_e64 s10, -4.0, v[2:3]      ; encoding: [0x0a,0x00,0xa2,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i64_e64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xfd,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0xa2,0xd4,0x01,0x09,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i64_e64 s10, v[1:2], s[4:5]    ; encoding: [0x0a,0x00,0xa2,0xd4,0x01,0x09,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0xa2,0xd4,0x01,0x0d,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i64_e64 s10, v[1:2], s[6:7]    ; encoding: [0x0a,0x00,0xa2,0xd4,0x01,0x0d,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xc9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xc9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i64_e64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i64_e64 s10, v[1:2], vcc       ; encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i64_e64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i64_e64 s10, v[1:2], exec      ; encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i64_e64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0xa2,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i64_e64 s10, v[1:2], 0         ; encoding: [0x0a,0x00,0xa2,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i64_e64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0xa2,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i64_e64 s10, v[1:2], -1        ; encoding: [0x0a,0x00,0xa2,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i64_e64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i64_e64 s10, v[1:2], 0.5       ; encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_i64_e64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_i64_e64 s10, v[1:2], -4.0      ; encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i64_e64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0xa3,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i64_e64 s10, v[1:2], v[2:3]    ; encoding: [0x0a,0x00,0xa3,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i64_e64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0xa3,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i64_e64 s12, v[1:2], v[2:3]    ; encoding: [0x0c,0x00,0xa3,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i64_e64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0xa3,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i64_e64 s100, v[1:2], v[2:3]   ; encoding: [0x64,0x00,0xa3,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i64_e64 vcc_lo, v[1:2], v[2:3]
-// W32: encoding: [0x6a,0x00,0xa3,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0xa3,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i64_e64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0xa3,0xd4,0xfe,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xa3,0xd4,0xfe,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0xa3,0xd4,0x02,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i64_e64 s10, s[2:3], v[2:3]    ; encoding: [0x0a,0x00,0xa3,0xd4,0x02,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0xa3,0xd4,0x04,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i64_e64 s10, s[4:5], v[2:3]    ; encoding: [0x0a,0x00,0xa3,0xd4,0x04,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0xa3,0xd4,0x64,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xa3,0xd4,0x64,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i64_e64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa3,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i64_e64 s10, vcc, v[2:3]       ; encoding: [0x0a,0x00,0xa3,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i64_e64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa3,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i64_e64 s10, exec, v[2:3]      ; encoding: [0x0a,0x00,0xa3,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i64_e64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa3,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i64_e64 s10, 0, v[2:3]         ; encoding: [0x0a,0x00,0xa3,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i64_e64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa3,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i64_e64 s10, -1, v[2:3]        ; encoding: [0x0a,0x00,0xa3,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i64_e64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa3,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i64_e64 s10, 0.5, v[2:3]       ; encoding: [0x0a,0x00,0xa3,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i64_e64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa3,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i64_e64 s10, -4.0, v[2:3]      ; encoding: [0x0a,0x00,0xa3,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i64_e64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xfd,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0xa3,0xd4,0x01,0x09,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i64_e64 s10, v[1:2], s[4:5]    ; encoding: [0x0a,0x00,0xa3,0xd4,0x01,0x09,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0xa3,0xd4,0x01,0x0d,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i64_e64 s10, v[1:2], s[6:7]    ; encoding: [0x0a,0x00,0xa3,0xd4,0x01,0x0d,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xc9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xc9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i64_e64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i64_e64 s10, v[1:2], vcc       ; encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i64_e64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i64_e64 s10, v[1:2], exec      ; encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i64_e64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0xa3,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i64_e64 s10, v[1:2], 0         ; encoding: [0x0a,0x00,0xa3,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i64_e64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0xa3,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i64_e64 s10, v[1:2], -1        ; encoding: [0x0a,0x00,0xa3,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i64_e64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i64_e64 s10, v[1:2], 0.5       ; encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_i64_e64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_i64_e64 s10, v[1:2], -4.0      ; encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i64_e64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0xa4,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i64_e64 s10, v[1:2], v[2:3]    ; encoding: [0x0a,0x00,0xa4,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i64_e64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0xa4,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i64_e64 s12, v[1:2], v[2:3]    ; encoding: [0x0c,0x00,0xa4,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i64_e64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0xa4,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i64_e64 s100, v[1:2], v[2:3]   ; encoding: [0x64,0x00,0xa4,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i64_e64 vcc_lo, v[1:2], v[2:3]
-// W32: encoding: [0x6a,0x00,0xa4,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0xa4,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i64_e64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0xa4,0xd4,0xfe,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xa4,0xd4,0xfe,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0xa4,0xd4,0x02,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i64_e64 s10, s[2:3], v[2:3]    ; encoding: [0x0a,0x00,0xa4,0xd4,0x02,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0xa4,0xd4,0x04,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i64_e64 s10, s[4:5], v[2:3]    ; encoding: [0x0a,0x00,0xa4,0xd4,0x04,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0xa4,0xd4,0x64,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xa4,0xd4,0x64,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i64_e64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa4,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i64_e64 s10, vcc, v[2:3]       ; encoding: [0x0a,0x00,0xa4,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i64_e64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa4,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i64_e64 s10, exec, v[2:3]      ; encoding: [0x0a,0x00,0xa4,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i64_e64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa4,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i64_e64 s10, 0, v[2:3]         ; encoding: [0x0a,0x00,0xa4,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i64_e64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa4,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i64_e64 s10, -1, v[2:3]        ; encoding: [0x0a,0x00,0xa4,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i64_e64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa4,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i64_e64 s10, 0.5, v[2:3]       ; encoding: [0x0a,0x00,0xa4,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i64_e64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa4,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i64_e64 s10, -4.0, v[2:3]      ; encoding: [0x0a,0x00,0xa4,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i64_e64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xfd,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0xa4,0xd4,0x01,0x09,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i64_e64 s10, v[1:2], s[4:5]    ; encoding: [0x0a,0x00,0xa4,0xd4,0x01,0x09,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0xa4,0xd4,0x01,0x0d,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i64_e64 s10, v[1:2], s[6:7]    ; encoding: [0x0a,0x00,0xa4,0xd4,0x01,0x0d,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xc9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xc9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i64_e64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i64_e64 s10, v[1:2], vcc       ; encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i64_e64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i64_e64 s10, v[1:2], exec      ; encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i64_e64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0xa4,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i64_e64 s10, v[1:2], 0         ; encoding: [0x0a,0x00,0xa4,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i64_e64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0xa4,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i64_e64 s10, v[1:2], -1        ; encoding: [0x0a,0x00,0xa4,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i64_e64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i64_e64 s10, v[1:2], 0.5       ; encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_i64_e64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_i64_e64 s10, v[1:2], -4.0      ; encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i64_e64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0xa5,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i64_e64 s10, v[1:2], v[2:3]    ; encoding: [0x0a,0x00,0xa5,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i64_e64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0xa5,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i64_e64 s12, v[1:2], v[2:3]    ; encoding: [0x0c,0x00,0xa5,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i64_e64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0xa5,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i64_e64 s100, v[1:2], v[2:3]   ; encoding: [0x64,0x00,0xa5,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i64_e64 vcc_lo, v[1:2], v[2:3]
-// W32: encoding: [0x6a,0x00,0xa5,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0xa5,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i64_e64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0xa5,0xd4,0xfe,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xa5,0xd4,0xfe,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0xa5,0xd4,0x02,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i64_e64 s10, s[2:3], v[2:3]    ; encoding: [0x0a,0x00,0xa5,0xd4,0x02,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0xa5,0xd4,0x04,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i64_e64 s10, s[4:5], v[2:3]    ; encoding: [0x0a,0x00,0xa5,0xd4,0x04,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0xa5,0xd4,0x64,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xa5,0xd4,0x64,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i64_e64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa5,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i64_e64 s10, vcc, v[2:3]       ; encoding: [0x0a,0x00,0xa5,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i64_e64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa5,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i64_e64 s10, exec, v[2:3]      ; encoding: [0x0a,0x00,0xa5,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i64_e64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa5,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i64_e64 s10, 0, v[2:3]         ; encoding: [0x0a,0x00,0xa5,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i64_e64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa5,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i64_e64 s10, -1, v[2:3]        ; encoding: [0x0a,0x00,0xa5,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i64_e64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa5,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i64_e64 s10, 0.5, v[2:3]       ; encoding: [0x0a,0x00,0xa5,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i64_e64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa5,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i64_e64 s10, -4.0, v[2:3]      ; encoding: [0x0a,0x00,0xa5,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i64_e64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xfd,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0xa5,0xd4,0x01,0x09,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i64_e64 s10, v[1:2], s[4:5]    ; encoding: [0x0a,0x00,0xa5,0xd4,0x01,0x09,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0xa5,0xd4,0x01,0x0d,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i64_e64 s10, v[1:2], s[6:7]    ; encoding: [0x0a,0x00,0xa5,0xd4,0x01,0x0d,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xc9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xc9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i64_e64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i64_e64 s10, v[1:2], vcc       ; encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i64_e64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i64_e64 s10, v[1:2], exec      ; encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i64_e64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0xa5,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i64_e64 s10, v[1:2], 0         ; encoding: [0x0a,0x00,0xa5,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i64_e64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0xa5,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i64_e64 s10, v[1:2], -1        ; encoding: [0x0a,0x00,0xa5,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i64_e64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i64_e64 s10, v[1:2], 0.5       ; encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_i64_e64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_i64_e64 s10, v[1:2], -4.0      ; encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i64_e64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0xa6,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i64_e64 s10, v[1:2], v[2:3]    ; encoding: [0x0a,0x00,0xa6,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i64_e64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0xa6,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i64_e64 s12, v[1:2], v[2:3]    ; encoding: [0x0c,0x00,0xa6,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i64_e64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0xa6,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i64_e64 s100, v[1:2], v[2:3]   ; encoding: [0x64,0x00,0xa6,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i64_e64 vcc_lo, v[1:2], v[2:3]
-// W32: encoding: [0x6a,0x00,0xa6,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0xa6,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i64_e64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0xa6,0xd4,0xfe,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xa6,0xd4,0xfe,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0xa6,0xd4,0x02,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i64_e64 s10, s[2:3], v[2:3]    ; encoding: [0x0a,0x00,0xa6,0xd4,0x02,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0xa6,0xd4,0x04,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i64_e64 s10, s[4:5], v[2:3]    ; encoding: [0x0a,0x00,0xa6,0xd4,0x04,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0xa6,0xd4,0x64,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xa6,0xd4,0x64,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i64_e64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa6,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i64_e64 s10, vcc, v[2:3]       ; encoding: [0x0a,0x00,0xa6,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i64_e64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa6,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i64_e64 s10, exec, v[2:3]      ; encoding: [0x0a,0x00,0xa6,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i64_e64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa6,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i64_e64 s10, 0, v[2:3]         ; encoding: [0x0a,0x00,0xa6,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i64_e64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa6,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i64_e64 s10, -1, v[2:3]        ; encoding: [0x0a,0x00,0xa6,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i64_e64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa6,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i64_e64 s10, 0.5, v[2:3]       ; encoding: [0x0a,0x00,0xa6,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i64_e64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa6,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i64_e64 s10, -4.0, v[2:3]      ; encoding: [0x0a,0x00,0xa6,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i64_e64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xfd,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0xa6,0xd4,0x01,0x09,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i64_e64 s10, v[1:2], s[4:5]    ; encoding: [0x0a,0x00,0xa6,0xd4,0x01,0x09,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0xa6,0xd4,0x01,0x0d,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i64_e64 s10, v[1:2], s[6:7]    ; encoding: [0x0a,0x00,0xa6,0xd4,0x01,0x0d,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xc9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xc9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i64_e64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i64_e64 s10, v[1:2], vcc       ; encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i64_e64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i64_e64 s10, v[1:2], exec      ; encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i64_e64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0xa6,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i64_e64 s10, v[1:2], 0         ; encoding: [0x0a,0x00,0xa6,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i64_e64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0xa6,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i64_e64 s10, v[1:2], -1        ; encoding: [0x0a,0x00,0xa6,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i64_e64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i64_e64 s10, v[1:2], 0.5       ; encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_i64_e64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_i64_e64 s10, v[1:2], -4.0      ; encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_t_i64_e64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0xa7,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i64_e64 s10, v[1:2], v[2:3]     ; encoding: [0x0a,0x00,0xa7,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i64_e64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0xa7,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i64_e64 s12, v[1:2], v[2:3]     ; encoding: [0x0c,0x00,0xa7,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i64_e64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0xa7,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i64_e64 s100, v[1:2], v[2:3]    ; encoding: [0x64,0x00,0xa7,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i64_e64 vcc_lo, v[1:2], v[2:3]
-// W32: encoding: [0x6a,0x00,0xa7,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i64_e64 vcc_lo, v[1:2], v[2:3]  ; encoding: [0x6a,0x00,0xa7,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i64_e64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0xa7,0xd4,0xfe,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xa7,0xd4,0xfe,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0xa7,0xd4,0x02,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i64_e64 s10, s[2:3], v[2:3]     ; encoding: [0x0a,0x00,0xa7,0xd4,0x02,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0xa7,0xd4,0x04,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i64_e64 s10, s[4:5], v[2:3]     ; encoding: [0x0a,0x00,0xa7,0xd4,0x04,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0xa7,0xd4,0x64,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xa7,0xd4,0x64,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i64_e64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa7,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i64_e64 s10, vcc, v[2:3]        ; encoding: [0x0a,0x00,0xa7,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i64_e64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa7,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i64_e64 s10, exec, v[2:3]       ; encoding: [0x0a,0x00,0xa7,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i64_e64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa7,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i64_e64 s10, 0, v[2:3]          ; encoding: [0x0a,0x00,0xa7,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i64_e64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa7,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i64_e64 s10, -1, v[2:3]         ; encoding: [0x0a,0x00,0xa7,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i64_e64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa7,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i64_e64 s10, 0.5, v[2:3]        ; encoding: [0x0a,0x00,0xa7,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i64_e64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0xa7,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i64_e64 s10, -4.0, v[2:3]       ; encoding: [0x0a,0x00,0xa7,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i64_e64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xfd,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0xa7,0xd4,0x01,0x09,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i64_e64 s10, v[1:2], s[4:5]     ; encoding: [0x0a,0x00,0xa7,0xd4,0x01,0x09,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0xa7,0xd4,0x01,0x0d,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i64_e64 s10, v[1:2], s[6:7]     ; encoding: [0x0a,0x00,0xa7,0xd4,0x01,0x0d,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xc9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xc9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i64_e64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i64_e64 s10, v[1:2], vcc        ; encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i64_e64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i64_e64 s10, v[1:2], exec       ; encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i64_e64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0xa7,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i64_e64 s10, v[1:2], 0          ; encoding: [0x0a,0x00,0xa7,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i64_e64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0xa7,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i64_e64 s10, v[1:2], -1         ; encoding: [0x0a,0x00,0xa7,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i64_e64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i64_e64 s10, v[1:2], 0.5        ; encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_i64_e64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_i64_e64 s10, v[1:2], -4.0       ; encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_class_f64_e64 s10, v[1:2], v2
-// W32: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f64_e64 s10, v[1:2], v2     ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f64_e64 s12, v[1:2], v2
-// W32: encoding: [0x0c,0x00,0xa8,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f64_e64 s12, v[1:2], v2     ; encoding: [0x0c,0x00,0xa8,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f64_e64 s100, v[1:2], v2
-// W32: encoding: [0x64,0x00,0xa8,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f64_e64 s100, v[1:2], v2    ; encoding: [0x64,0x00,0xa8,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f64_e64 vcc_lo, v[1:2], v2
-// W32: encoding: [0x6a,0x00,0xa8,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f64_e64 vcc_lo, v[1:2], v2  ; encoding: [0x6a,0x00,0xa8,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f64_e64 s10, v[254:255], v2
-// W32: encoding: [0x0a,0x00,0xa8,0xd4,0xfe,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f64_e64 s10, v[254:255], v2 ; encoding: [0x0a,0x00,0xa8,0xd4,0xfe,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f64_e64 s10, s[2:3], v2
-// W32: encoding: [0x0a,0x00,0xa8,0xd4,0x02,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f64_e64 s10, s[2:3], v2     ; encoding: [0x0a,0x00,0xa8,0xd4,0x02,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f64_e64 s10, s[4:5], v2
-// W32: encoding: [0x0a,0x00,0xa8,0xd4,0x04,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f64_e64 s10, s[4:5], v2     ; encoding: [0x0a,0x00,0xa8,0xd4,0x04,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f64_e64 s10, s[100:101], v2
-// W32: encoding: [0x0a,0x00,0xa8,0xd4,0x64,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f64_e64 s10, s[100:101], v2 ; encoding: [0x0a,0x00,0xa8,0xd4,0x64,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f64_e64 s10, vcc, v2
-// W32: encoding: [0x0a,0x00,0xa8,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f64_e64 s10, vcc, v2        ; encoding: [0x0a,0x00,0xa8,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f64_e64 s10, exec, v2
-// W32: encoding: [0x0a,0x00,0xa8,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f64_e64 s10, exec, v2       ; encoding: [0x0a,0x00,0xa8,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f64_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0xa8,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f64_e64 s10, 0, v2          ; encoding: [0x0a,0x00,0xa8,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f64_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0xa8,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f64_e64 s10, -1, v2         ; encoding: [0x0a,0x00,0xa8,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f64_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0xa8,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f64_e64 s10, 0.5, v2        ; encoding: [0x0a,0x00,0xa8,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f64_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0xa8,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f64_e64 s10, -4.0, v2       ; encoding: [0x0a,0x00,0xa8,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f64_e64 s10, v[1:2], v255
-// W32: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f64_e64 s10, v[1:2], v255   ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f64_e64 s10, v[1:2], s2
-// W32: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f64_e64 s10, v[1:2], s2     ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f64_e64 s10, v[1:2], s101
-// W32: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f64_e64 s10, v[1:2], s101   ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f64_e64 s10, v[1:2], vcc_lo
-// W32: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f64_e64 s10, v[1:2], vcc_lo ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f64_e64 s10, v[1:2], vcc_hi
-// W32: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f64_e64 s10, v[1:2], vcc_hi ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f64_e64 s10, v[1:2], m0
-// W32: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f64_e64 s10, v[1:2], m0     ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f64_e64 s10, v[1:2], exec_lo
-// W32: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f64_e64 s10, v[1:2], exec_lo ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f64_e64 s10, v[1:2], exec_hi
-// W32: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f64_e64 s10, v[1:2], exec_hi ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f64_e64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f64_e64 s10, v[1:2], 0      ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f64_e64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f64_e64 s10, v[1:2], -1     ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f64_e64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f64_e64 s10, v[1:2], 0.5    ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f64_e64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f64_e64 s10, v[1:2], -4.0   ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_class_f64_e64 s10, -v[1:2], v2
-// W32: encoding: [0x0a,0x00,0xa8,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_class_f64_e64 s10, -v[1:2], v2    ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_cmp_f_u64_e64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0xe0,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u64_e64 s10, v[1:2], v[2:3]     ; encoding: [0x0a,0x00,0xe0,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u64_e64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0xe0,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u64_e64 s12, v[1:2], v[2:3]     ; encoding: [0x0c,0x00,0xe0,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u64_e64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0xe0,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u64_e64 s100, v[1:2], v[2:3]    ; encoding: [0x64,0x00,0xe0,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u64_e64 vcc_lo, v[1:2], v[2:3]
-// W32: encoding: [0x6a,0x00,0xe0,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u64_e64 vcc_lo, v[1:2], v[2:3]  ; encoding: [0x6a,0x00,0xe0,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u64_e64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0xe0,0xd4,0xfe,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xe0,0xd4,0xfe,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0xe0,0xd4,0x02,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u64_e64 s10, s[2:3], v[2:3]     ; encoding: [0x0a,0x00,0xe0,0xd4,0x02,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0xe0,0xd4,0x04,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u64_e64 s10, s[4:5], v[2:3]     ; encoding: [0x0a,0x00,0xe0,0xd4,0x04,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0xe0,0xd4,0x64,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xe0,0xd4,0x64,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u64_e64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe0,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u64_e64 s10, vcc, v[2:3]        ; encoding: [0x0a,0x00,0xe0,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u64_e64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe0,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u64_e64 s10, exec, v[2:3]       ; encoding: [0x0a,0x00,0xe0,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u64_e64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe0,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u64_e64 s10, 0, v[2:3]          ; encoding: [0x0a,0x00,0xe0,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u64_e64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe0,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u64_e64 s10, -1, v[2:3]         ; encoding: [0x0a,0x00,0xe0,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u64_e64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe0,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u64_e64 s10, 0.5, v[2:3]        ; encoding: [0x0a,0x00,0xe0,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u64_e64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe0,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u64_e64 s10, -4.0, v[2:3]       ; encoding: [0x0a,0x00,0xe0,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u64_e64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xfd,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0xe0,0xd4,0x01,0x09,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u64_e64 s10, v[1:2], s[4:5]     ; encoding: [0x0a,0x00,0xe0,0xd4,0x01,0x09,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0xe0,0xd4,0x01,0x0d,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u64_e64 s10, v[1:2], s[6:7]     ; encoding: [0x0a,0x00,0xe0,0xd4,0x01,0x0d,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xc9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xc9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u64_e64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u64_e64 s10, v[1:2], vcc        ; encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u64_e64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u64_e64 s10, v[1:2], exec       ; encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u64_e64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0xe0,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u64_e64 s10, v[1:2], 0          ; encoding: [0x0a,0x00,0xe0,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u64_e64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0xe0,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u64_e64 s10, v[1:2], -1         ; encoding: [0x0a,0x00,0xe0,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u64_e64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u64_e64 s10, v[1:2], 0.5        ; encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u64_e64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u64_e64 s10, v[1:2], -4.0       ; encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_lt_u64_e64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0xe1,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u64_e64 s10, v[1:2], v[2:3]    ; encoding: [0x0a,0x00,0xe1,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u64_e64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0xe1,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u64_e64 s12, v[1:2], v[2:3]    ; encoding: [0x0c,0x00,0xe1,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u64_e64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0xe1,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u64_e64 s100, v[1:2], v[2:3]   ; encoding: [0x64,0x00,0xe1,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u64_e64 vcc_lo, v[1:2], v[2:3]
-// W32: encoding: [0x6a,0x00,0xe1,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0xe1,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u64_e64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0xe1,0xd4,0xfe,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xe1,0xd4,0xfe,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0xe1,0xd4,0x02,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u64_e64 s10, s[2:3], v[2:3]    ; encoding: [0x0a,0x00,0xe1,0xd4,0x02,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0xe1,0xd4,0x04,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u64_e64 s10, s[4:5], v[2:3]    ; encoding: [0x0a,0x00,0xe1,0xd4,0x04,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0xe1,0xd4,0x64,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xe1,0xd4,0x64,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u64_e64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe1,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u64_e64 s10, vcc, v[2:3]       ; encoding: [0x0a,0x00,0xe1,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u64_e64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe1,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u64_e64 s10, exec, v[2:3]      ; encoding: [0x0a,0x00,0xe1,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u64_e64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe1,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u64_e64 s10, 0, v[2:3]         ; encoding: [0x0a,0x00,0xe1,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u64_e64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe1,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u64_e64 s10, -1, v[2:3]        ; encoding: [0x0a,0x00,0xe1,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u64_e64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe1,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u64_e64 s10, 0.5, v[2:3]       ; encoding: [0x0a,0x00,0xe1,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u64_e64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe1,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u64_e64 s10, -4.0, v[2:3]      ; encoding: [0x0a,0x00,0xe1,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u64_e64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xfd,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0xe1,0xd4,0x01,0x09,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u64_e64 s10, v[1:2], s[4:5]    ; encoding: [0x0a,0x00,0xe1,0xd4,0x01,0x09,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0xe1,0xd4,0x01,0x0d,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u64_e64 s10, v[1:2], s[6:7]    ; encoding: [0x0a,0x00,0xe1,0xd4,0x01,0x0d,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xc9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xc9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u64_e64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u64_e64 s10, v[1:2], vcc       ; encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u64_e64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u64_e64 s10, v[1:2], exec      ; encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u64_e64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0xe1,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u64_e64 s10, v[1:2], 0         ; encoding: [0x0a,0x00,0xe1,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u64_e64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0xe1,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u64_e64 s10, v[1:2], -1        ; encoding: [0x0a,0x00,0xe1,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u64_e64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u64_e64 s10, v[1:2], 0.5       ; encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u64_e64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u64_e64 s10, v[1:2], -4.0      ; encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u64_e64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0xe2,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u64_e64 s10, v[1:2], v[2:3]    ; encoding: [0x0a,0x00,0xe2,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u64_e64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0xe2,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u64_e64 s12, v[1:2], v[2:3]    ; encoding: [0x0c,0x00,0xe2,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u64_e64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0xe2,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u64_e64 s100, v[1:2], v[2:3]   ; encoding: [0x64,0x00,0xe2,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u64_e64 vcc_lo, v[1:2], v[2:3]
-// W32: encoding: [0x6a,0x00,0xe2,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0xe2,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u64_e64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0xe2,0xd4,0xfe,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xe2,0xd4,0xfe,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0xe2,0xd4,0x02,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u64_e64 s10, s[2:3], v[2:3]    ; encoding: [0x0a,0x00,0xe2,0xd4,0x02,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0xe2,0xd4,0x04,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u64_e64 s10, s[4:5], v[2:3]    ; encoding: [0x0a,0x00,0xe2,0xd4,0x04,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0xe2,0xd4,0x64,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xe2,0xd4,0x64,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u64_e64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe2,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u64_e64 s10, vcc, v[2:3]       ; encoding: [0x0a,0x00,0xe2,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u64_e64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe2,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u64_e64 s10, exec, v[2:3]      ; encoding: [0x0a,0x00,0xe2,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u64_e64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe2,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u64_e64 s10, 0, v[2:3]         ; encoding: [0x0a,0x00,0xe2,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u64_e64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe2,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u64_e64 s10, -1, v[2:3]        ; encoding: [0x0a,0x00,0xe2,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u64_e64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe2,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u64_e64 s10, 0.5, v[2:3]       ; encoding: [0x0a,0x00,0xe2,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u64_e64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe2,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u64_e64 s10, -4.0, v[2:3]      ; encoding: [0x0a,0x00,0xe2,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u64_e64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xfd,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0xe2,0xd4,0x01,0x09,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u64_e64 s10, v[1:2], s[4:5]    ; encoding: [0x0a,0x00,0xe2,0xd4,0x01,0x09,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0xe2,0xd4,0x01,0x0d,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u64_e64 s10, v[1:2], s[6:7]    ; encoding: [0x0a,0x00,0xe2,0xd4,0x01,0x0d,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xc9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xc9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u64_e64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u64_e64 s10, v[1:2], vcc       ; encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u64_e64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u64_e64 s10, v[1:2], exec      ; encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u64_e64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0xe2,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u64_e64 s10, v[1:2], 0         ; encoding: [0x0a,0x00,0xe2,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u64_e64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0xe2,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u64_e64 s10, v[1:2], -1        ; encoding: [0x0a,0x00,0xe2,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u64_e64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u64_e64 s10, v[1:2], 0.5       ; encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u64_e64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u64_e64 s10, v[1:2], -4.0      ; encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u64_e64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0xe3,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u64_e64 s10, v[1:2], v[2:3]    ; encoding: [0x0a,0x00,0xe3,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u64_e64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0xe3,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u64_e64 s12, v[1:2], v[2:3]    ; encoding: [0x0c,0x00,0xe3,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u64_e64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0xe3,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u64_e64 s100, v[1:2], v[2:3]   ; encoding: [0x64,0x00,0xe3,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u64_e64 vcc_lo, v[1:2], v[2:3]
-// W32: encoding: [0x6a,0x00,0xe3,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0xe3,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u64_e64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0xe3,0xd4,0xfe,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xe3,0xd4,0xfe,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0xe3,0xd4,0x02,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u64_e64 s10, s[2:3], v[2:3]    ; encoding: [0x0a,0x00,0xe3,0xd4,0x02,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0xe3,0xd4,0x04,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u64_e64 s10, s[4:5], v[2:3]    ; encoding: [0x0a,0x00,0xe3,0xd4,0x04,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0xe3,0xd4,0x64,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xe3,0xd4,0x64,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u64_e64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe3,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u64_e64 s10, vcc, v[2:3]       ; encoding: [0x0a,0x00,0xe3,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u64_e64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe3,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u64_e64 s10, exec, v[2:3]      ; encoding: [0x0a,0x00,0xe3,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u64_e64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe3,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u64_e64 s10, 0, v[2:3]         ; encoding: [0x0a,0x00,0xe3,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u64_e64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe3,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u64_e64 s10, -1, v[2:3]        ; encoding: [0x0a,0x00,0xe3,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u64_e64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe3,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u64_e64 s10, 0.5, v[2:3]       ; encoding: [0x0a,0x00,0xe3,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u64_e64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe3,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u64_e64 s10, -4.0, v[2:3]      ; encoding: [0x0a,0x00,0xe3,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u64_e64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xfd,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0xe3,0xd4,0x01,0x09,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u64_e64 s10, v[1:2], s[4:5]    ; encoding: [0x0a,0x00,0xe3,0xd4,0x01,0x09,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0xe3,0xd4,0x01,0x0d,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u64_e64 s10, v[1:2], s[6:7]    ; encoding: [0x0a,0x00,0xe3,0xd4,0x01,0x0d,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xc9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xc9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u64_e64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u64_e64 s10, v[1:2], vcc       ; encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u64_e64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u64_e64 s10, v[1:2], exec      ; encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u64_e64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0xe3,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u64_e64 s10, v[1:2], 0         ; encoding: [0x0a,0x00,0xe3,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u64_e64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0xe3,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u64_e64 s10, v[1:2], -1        ; encoding: [0x0a,0x00,0xe3,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u64_e64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u64_e64 s10, v[1:2], 0.5       ; encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u64_e64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u64_e64 s10, v[1:2], -4.0      ; encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u64_e64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0xe4,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u64_e64 s10, v[1:2], v[2:3]    ; encoding: [0x0a,0x00,0xe4,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u64_e64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0xe4,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u64_e64 s12, v[1:2], v[2:3]    ; encoding: [0x0c,0x00,0xe4,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u64_e64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0xe4,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u64_e64 s100, v[1:2], v[2:3]   ; encoding: [0x64,0x00,0xe4,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u64_e64 vcc_lo, v[1:2], v[2:3]
-// W32: encoding: [0x6a,0x00,0xe4,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0xe4,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u64_e64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0xe4,0xd4,0xfe,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xe4,0xd4,0xfe,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0xe4,0xd4,0x02,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u64_e64 s10, s[2:3], v[2:3]    ; encoding: [0x0a,0x00,0xe4,0xd4,0x02,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0xe4,0xd4,0x04,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u64_e64 s10, s[4:5], v[2:3]    ; encoding: [0x0a,0x00,0xe4,0xd4,0x04,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0xe4,0xd4,0x64,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xe4,0xd4,0x64,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u64_e64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe4,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u64_e64 s10, vcc, v[2:3]       ; encoding: [0x0a,0x00,0xe4,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u64_e64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe4,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u64_e64 s10, exec, v[2:3]      ; encoding: [0x0a,0x00,0xe4,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u64_e64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe4,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u64_e64 s10, 0, v[2:3]         ; encoding: [0x0a,0x00,0xe4,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u64_e64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe4,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u64_e64 s10, -1, v[2:3]        ; encoding: [0x0a,0x00,0xe4,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u64_e64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe4,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u64_e64 s10, 0.5, v[2:3]       ; encoding: [0x0a,0x00,0xe4,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u64_e64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe4,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u64_e64 s10, -4.0, v[2:3]      ; encoding: [0x0a,0x00,0xe4,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u64_e64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xfd,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0xe4,0xd4,0x01,0x09,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u64_e64 s10, v[1:2], s[4:5]    ; encoding: [0x0a,0x00,0xe4,0xd4,0x01,0x09,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0xe4,0xd4,0x01,0x0d,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u64_e64 s10, v[1:2], s[6:7]    ; encoding: [0x0a,0x00,0xe4,0xd4,0x01,0x0d,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xc9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xc9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u64_e64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u64_e64 s10, v[1:2], vcc       ; encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u64_e64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u64_e64 s10, v[1:2], exec      ; encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u64_e64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0xe4,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u64_e64 s10, v[1:2], 0         ; encoding: [0x0a,0x00,0xe4,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u64_e64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0xe4,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u64_e64 s10, v[1:2], -1        ; encoding: [0x0a,0x00,0xe4,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u64_e64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u64_e64 s10, v[1:2], 0.5       ; encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u64_e64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u64_e64 s10, v[1:2], -4.0      ; encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u64_e64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0xe5,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u64_e64 s10, v[1:2], v[2:3]    ; encoding: [0x0a,0x00,0xe5,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u64_e64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0xe5,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u64_e64 s12, v[1:2], v[2:3]    ; encoding: [0x0c,0x00,0xe5,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u64_e64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0xe5,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u64_e64 s100, v[1:2], v[2:3]   ; encoding: [0x64,0x00,0xe5,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u64_e64 vcc_lo, v[1:2], v[2:3]
-// W32: encoding: [0x6a,0x00,0xe5,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0xe5,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u64_e64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0xe5,0xd4,0xfe,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xe5,0xd4,0xfe,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0xe5,0xd4,0x02,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u64_e64 s10, s[2:3], v[2:3]    ; encoding: [0x0a,0x00,0xe5,0xd4,0x02,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0xe5,0xd4,0x04,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u64_e64 s10, s[4:5], v[2:3]    ; encoding: [0x0a,0x00,0xe5,0xd4,0x04,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0xe5,0xd4,0x64,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xe5,0xd4,0x64,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u64_e64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe5,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u64_e64 s10, vcc, v[2:3]       ; encoding: [0x0a,0x00,0xe5,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u64_e64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe5,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u64_e64 s10, exec, v[2:3]      ; encoding: [0x0a,0x00,0xe5,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u64_e64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe5,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u64_e64 s10, 0, v[2:3]         ; encoding: [0x0a,0x00,0xe5,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u64_e64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe5,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u64_e64 s10, -1, v[2:3]        ; encoding: [0x0a,0x00,0xe5,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u64_e64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe5,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u64_e64 s10, 0.5, v[2:3]       ; encoding: [0x0a,0x00,0xe5,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u64_e64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe5,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u64_e64 s10, -4.0, v[2:3]      ; encoding: [0x0a,0x00,0xe5,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u64_e64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xfd,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0xe5,0xd4,0x01,0x09,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u64_e64 s10, v[1:2], s[4:5]    ; encoding: [0x0a,0x00,0xe5,0xd4,0x01,0x09,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0xe5,0xd4,0x01,0x0d,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u64_e64 s10, v[1:2], s[6:7]    ; encoding: [0x0a,0x00,0xe5,0xd4,0x01,0x0d,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xc9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xc9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u64_e64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u64_e64 s10, v[1:2], vcc       ; encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u64_e64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u64_e64 s10, v[1:2], exec      ; encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u64_e64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0xe5,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u64_e64 s10, v[1:2], 0         ; encoding: [0x0a,0x00,0xe5,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u64_e64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0xe5,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u64_e64 s10, v[1:2], -1        ; encoding: [0x0a,0x00,0xe5,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u64_e64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u64_e64 s10, v[1:2], 0.5       ; encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u64_e64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u64_e64 s10, v[1:2], -4.0      ; encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u64_e64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0xe6,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u64_e64 s10, v[1:2], v[2:3]    ; encoding: [0x0a,0x00,0xe6,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u64_e64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0xe6,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u64_e64 s12, v[1:2], v[2:3]    ; encoding: [0x0c,0x00,0xe6,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u64_e64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0xe6,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u64_e64 s100, v[1:2], v[2:3]   ; encoding: [0x64,0x00,0xe6,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u64_e64 vcc_lo, v[1:2], v[2:3]
-// W32: encoding: [0x6a,0x00,0xe6,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0xe6,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u64_e64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0xe6,0xd4,0xfe,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xe6,0xd4,0xfe,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0xe6,0xd4,0x02,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u64_e64 s10, s[2:3], v[2:3]    ; encoding: [0x0a,0x00,0xe6,0xd4,0x02,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0xe6,0xd4,0x04,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u64_e64 s10, s[4:5], v[2:3]    ; encoding: [0x0a,0x00,0xe6,0xd4,0x04,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0xe6,0xd4,0x64,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xe6,0xd4,0x64,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u64_e64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe6,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u64_e64 s10, vcc, v[2:3]       ; encoding: [0x0a,0x00,0xe6,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u64_e64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe6,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u64_e64 s10, exec, v[2:3]      ; encoding: [0x0a,0x00,0xe6,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u64_e64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe6,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u64_e64 s10, 0, v[2:3]         ; encoding: [0x0a,0x00,0xe6,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u64_e64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe6,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u64_e64 s10, -1, v[2:3]        ; encoding: [0x0a,0x00,0xe6,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u64_e64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe6,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u64_e64 s10, 0.5, v[2:3]       ; encoding: [0x0a,0x00,0xe6,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u64_e64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe6,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u64_e64 s10, -4.0, v[2:3]      ; encoding: [0x0a,0x00,0xe6,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u64_e64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xfd,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0xe6,0xd4,0x01,0x09,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u64_e64 s10, v[1:2], s[4:5]    ; encoding: [0x0a,0x00,0xe6,0xd4,0x01,0x09,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0xe6,0xd4,0x01,0x0d,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u64_e64 s10, v[1:2], s[6:7]    ; encoding: [0x0a,0x00,0xe6,0xd4,0x01,0x0d,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xc9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xc9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u64_e64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u64_e64 s10, v[1:2], vcc       ; encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u64_e64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u64_e64 s10, v[1:2], exec      ; encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u64_e64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0xe6,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u64_e64 s10, v[1:2], 0         ; encoding: [0x0a,0x00,0xe6,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u64_e64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0xe6,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u64_e64 s10, v[1:2], -1        ; encoding: [0x0a,0x00,0xe6,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u64_e64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u64_e64 s10, v[1:2], 0.5       ; encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u64_e64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u64_e64 s10, v[1:2], -4.0      ; encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_t_u64_e64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0xe7,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u64_e64 s10, v[1:2], v[2:3]     ; encoding: [0x0a,0x00,0xe7,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u64_e64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0xe7,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u64_e64 s12, v[1:2], v[2:3]     ; encoding: [0x0c,0x00,0xe7,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u64_e64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0xe7,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u64_e64 s100, v[1:2], v[2:3]    ; encoding: [0x64,0x00,0xe7,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u64_e64 vcc_lo, v[1:2], v[2:3]
-// W32: encoding: [0x6a,0x00,0xe7,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u64_e64 vcc_lo, v[1:2], v[2:3]  ; encoding: [0x6a,0x00,0xe7,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u64_e64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0xe7,0xd4,0xfe,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xe7,0xd4,0xfe,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0xe7,0xd4,0x02,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u64_e64 s10, s[2:3], v[2:3]     ; encoding: [0x0a,0x00,0xe7,0xd4,0x02,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0xe7,0xd4,0x04,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u64_e64 s10, s[4:5], v[2:3]     ; encoding: [0x0a,0x00,0xe7,0xd4,0x04,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0xe7,0xd4,0x64,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xe7,0xd4,0x64,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u64_e64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe7,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u64_e64 s10, vcc, v[2:3]        ; encoding: [0x0a,0x00,0xe7,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u64_e64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe7,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u64_e64 s10, exec, v[2:3]       ; encoding: [0x0a,0x00,0xe7,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u64_e64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe7,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u64_e64 s10, 0, v[2:3]          ; encoding: [0x0a,0x00,0xe7,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u64_e64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe7,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u64_e64 s10, -1, v[2:3]         ; encoding: [0x0a,0x00,0xe7,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u64_e64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe7,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u64_e64 s10, 0.5, v[2:3]        ; encoding: [0x0a,0x00,0xe7,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u64_e64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0xe7,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u64_e64 s10, -4.0, v[2:3]       ; encoding: [0x0a,0x00,0xe7,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u64_e64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xfd,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0xe7,0xd4,0x01,0x09,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u64_e64 s10, v[1:2], s[4:5]     ; encoding: [0x0a,0x00,0xe7,0xd4,0x01,0x09,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0xe7,0xd4,0x01,0x0d,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u64_e64 s10, v[1:2], s[6:7]     ; encoding: [0x0a,0x00,0xe7,0xd4,0x01,0x0d,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xc9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xc9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u64_e64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u64_e64 s10, v[1:2], vcc        ; encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u64_e64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u64_e64 s10, v[1:2], exec       ; encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u64_e64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0xe7,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u64_e64 s10, v[1:2], 0          ; encoding: [0x0a,0x00,0xe7,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u64_e64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0xe7,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u64_e64 s10, v[1:2], -1         ; encoding: [0x0a,0x00,0xe7,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u64_e64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u64_e64 s10, v[1:2], 0.5        ; encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u64_e64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u64_e64 s10, v[1:2], -4.0       ; encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_lt_u16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u16_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lt_u16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0xa9,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u16_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0xa9,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lt_u16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0xa9,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u16_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0xa9,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lt_u16_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0xa9,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u16_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0xa9,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lt_u16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0xa9,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u16_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0xa9,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_lt_u16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u16_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_lt_u16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0xa9,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u16_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0xa9,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_lt_u16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0xa9,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u16_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0xa9,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_lt_u16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0xa9,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u16_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0xa9,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_lt_u16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0xa9,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u16_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0xa9,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_lt_u16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0xa9,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u16_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0xa9,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_lt_u16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0xa9,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u16_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0xa9,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_lt_u16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0xa9,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u16_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0xa9,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_lt_u16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0xa9,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u16_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0xa9,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_lt_u16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0xa9,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u16_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0xa9,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_lt_u16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0xa9,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u16_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0xa9,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_lt_u16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u16_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_lt_u16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u16_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_lt_u16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u16_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_lt_u16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u16_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_lt_u16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u16_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_lt_u16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u16_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_lt_u16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u16_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_lt_u16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u16_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_lt_u16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u16_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_lt_u16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u16_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_lt_u16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u16_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_lt_u16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u16_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_eq_u16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u16_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_eq_u16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0xaa,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u16_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0xaa,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_eq_u16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0xaa,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u16_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0xaa,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_eq_u16_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0xaa,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u16_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0xaa,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_eq_u16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0xaa,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u16_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0xaa,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_eq_u16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u16_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_eq_u16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0xaa,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u16_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0xaa,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_eq_u16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0xaa,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u16_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0xaa,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_eq_u16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0xaa,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u16_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0xaa,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_eq_u16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0xaa,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u16_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0xaa,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_eq_u16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0xaa,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u16_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0xaa,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_eq_u16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0xaa,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u16_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0xaa,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_eq_u16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0xaa,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u16_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0xaa,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_eq_u16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0xaa,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u16_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0xaa,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_eq_u16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0xaa,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u16_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0xaa,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_eq_u16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0xaa,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u16_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0xaa,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_eq_u16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u16_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_eq_u16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u16_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_eq_u16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u16_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_eq_u16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u16_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_eq_u16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u16_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_eq_u16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u16_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_eq_u16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u16_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_eq_u16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u16_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_eq_u16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u16_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_eq_u16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u16_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_eq_u16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u16_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_eq_u16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u16_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_le_u16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0xab,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u16_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_le_u16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0xab,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u16_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0xab,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_le_u16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0xab,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u16_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0xab,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_le_u16_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0xab,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u16_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0xab,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_le_u16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0xab,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u16_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0xab,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_le_u16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0xab,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u16_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_le_u16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0xab,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u16_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0xab,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_le_u16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0xab,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u16_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0xab,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_le_u16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0xab,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u16_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0xab,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_le_u16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0xab,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u16_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0xab,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_le_u16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0xab,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u16_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0xab,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_le_u16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0xab,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u16_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0xab,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_le_u16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0xab,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u16_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0xab,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_le_u16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0xab,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u16_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0xab,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_le_u16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0xab,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u16_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0xab,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_le_u16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0xab,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u16_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0xab,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_le_u16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0xab,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u16_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_le_u16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0xab,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u16_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_le_u16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0xab,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u16_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_le_u16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0xab,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u16_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_le_u16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0xab,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u16_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_le_u16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0xab,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u16_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_le_u16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0xab,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u16_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_le_u16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0xab,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u16_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_le_u16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0xab,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u16_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_le_u16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0xab,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u16_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_le_u16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0xab,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u16_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_le_u16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0xab,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u16_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_gt_u16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0xac,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u16_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_gt_u16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0xac,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u16_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0xac,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_gt_u16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0xac,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u16_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0xac,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_gt_u16_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0xac,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u16_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0xac,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_gt_u16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0xac,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u16_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0xac,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_gt_u16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0xac,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u16_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_gt_u16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0xac,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u16_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0xac,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_gt_u16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0xac,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u16_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0xac,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_gt_u16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0xac,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u16_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0xac,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_gt_u16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0xac,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u16_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0xac,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_gt_u16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0xac,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u16_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0xac,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_gt_u16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0xac,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u16_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0xac,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_gt_u16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0xac,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u16_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0xac,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_gt_u16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0xac,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u16_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0xac,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_gt_u16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0xac,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u16_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0xac,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_gt_u16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0xac,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u16_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0xac,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_gt_u16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0xac,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u16_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_gt_u16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0xac,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u16_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_gt_u16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0xac,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u16_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_gt_u16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0xac,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u16_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_gt_u16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0xac,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u16_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_gt_u16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0xac,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u16_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_gt_u16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0xac,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u16_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_gt_u16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0xac,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u16_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_gt_u16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0xac,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u16_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_gt_u16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0xac,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u16_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_gt_u16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0xac,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u16_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_gt_u16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0xac,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u16_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_ne_u16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0xad,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u16_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ne_u16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0xad,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u16_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0xad,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ne_u16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0xad,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u16_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0xad,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ne_u16_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0xad,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u16_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0xad,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ne_u16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0xad,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u16_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0xad,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_ne_u16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0xad,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u16_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_ne_u16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0xad,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u16_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0xad,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_ne_u16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0xad,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u16_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0xad,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_ne_u16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0xad,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u16_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0xad,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_ne_u16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0xad,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u16_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0xad,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_ne_u16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0xad,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u16_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0xad,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_ne_u16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0xad,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u16_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0xad,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_ne_u16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0xad,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u16_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0xad,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_ne_u16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0xad,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u16_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0xad,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_ne_u16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0xad,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u16_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0xad,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_ne_u16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0xad,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u16_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0xad,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_ne_u16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0xad,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u16_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_ne_u16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0xad,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u16_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_ne_u16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0xad,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u16_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_ne_u16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0xad,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u16_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_ne_u16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0xad,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u16_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_ne_u16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0xad,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u16_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_ne_u16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0xad,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u16_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_ne_u16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0xad,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u16_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_ne_u16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0xad,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u16_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_ne_u16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0xad,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u16_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_ne_u16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0xad,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u16_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_ne_u16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0xad,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u16_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_ge_u16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0xae,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u16_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ge_u16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0xae,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u16_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0xae,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ge_u16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0xae,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u16_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0xae,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ge_u16_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0xae,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u16_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0xae,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ge_u16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0xae,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u16_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0xae,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_ge_u16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0xae,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u16_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_ge_u16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0xae,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u16_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0xae,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_ge_u16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0xae,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u16_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0xae,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_ge_u16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0xae,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u16_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0xae,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_ge_u16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0xae,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u16_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0xae,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_ge_u16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0xae,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u16_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0xae,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_ge_u16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0xae,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u16_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0xae,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_ge_u16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0xae,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u16_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0xae,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_ge_u16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0xae,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u16_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0xae,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_ge_u16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0xae,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u16_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0xae,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_ge_u16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0xae,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u16_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0xae,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_ge_u16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0xae,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u16_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_ge_u16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0xae,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u16_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_ge_u16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0xae,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u16_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_ge_u16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0xae,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u16_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_ge_u16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0xae,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u16_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_ge_u16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0xae,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u16_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_ge_u16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0xae,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u16_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_ge_u16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0xae,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u16_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_ge_u16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0xae,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u16_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_ge_u16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0xae,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u16_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_ge_u16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0xae,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u16_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_ge_u16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0xae,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u16_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_f_u32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u32_e64 s[10:11], v1, v2        ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_f_u32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0xc0,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u32_e64 s[12:13], v1, v2        ; encoding: [0x0c,0x00,0xc0,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_f_u32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0xc0,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u32_e64 s[100:101], v1, v2      ; encoding: [0x64,0x00,0xc0,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_f_u32_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0xc0,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u32_e64 vcc, v1, v2             ; encoding: [0x6a,0x00,0xc0,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_f_u32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0xc0,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u32_e64 s[10:11], v255, v2      ; encoding: [0x0a,0x00,0xc0,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_f_u32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u32_e64 s[10:11], s1, v2        ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_f_u32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0xc0,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u32_e64 s[10:11], s101, v2      ; encoding: [0x0a,0x00,0xc0,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_f_u32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0xc0,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u32_e64 s[10:11], vcc_lo, v2    ; encoding: [0x0a,0x00,0xc0,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_f_u32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0xc0,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u32_e64 s[10:11], vcc_hi, v2    ; encoding: [0x0a,0x00,0xc0,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_f_u32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0xc0,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u32_e64 s[10:11], m0, v2        ; encoding: [0x0a,0x00,0xc0,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_f_u32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0xc0,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u32_e64 s[10:11], exec_lo, v2   ; encoding: [0x0a,0x00,0xc0,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_f_u32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0xc0,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u32_e64 s[10:11], exec_hi, v2   ; encoding: [0x0a,0x00,0xc0,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_f_u32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0xc0,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u32_e64 s[10:11], 0, v2         ; encoding: [0x0a,0x00,0xc0,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_f_u32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0xc0,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u32_e64 s[10:11], -1, v2        ; encoding: [0x0a,0x00,0xc0,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_f_u32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0xc0,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u32_e64 s[10:11], 0.5, v2       ; encoding: [0x0a,0x00,0xc0,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_f_u32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0xc0,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u32_e64 s[10:11], -4.0, v2      ; encoding: [0x0a,0x00,0xc0,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_f_u32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u32_e64 s[10:11], v1, v255      ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_f_u32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u32_e64 s[10:11], v1, s2        ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_f_u32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u32_e64 s[10:11], v1, s101      ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_f_u32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u32_e64 s[10:11], v1, vcc_lo    ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_f_u32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u32_e64 s[10:11], v1, vcc_hi    ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_f_u32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u32_e64 s[10:11], v1, m0        ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_f_u32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u32_e64 s[10:11], v1, exec_lo   ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_f_u32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u32_e64 s[10:11], v1, exec_hi   ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_f_u32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u32_e64 s[10:11], v1, 0         ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_f_u32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u32_e64 s[10:11], v1, -1        ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_f_u32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u32_e64 s[10:11], v1, 0.5       ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_f_u32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_u32_e64 s[10:11], v1, -4.0      ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_lt_u32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u32_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lt_u32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0xc1,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u32_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0xc1,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lt_u32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0xc1,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u32_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0xc1,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lt_u32_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0xc1,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u32_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0xc1,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lt_u32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0xc1,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u32_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0xc1,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_lt_u32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u32_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_lt_u32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0xc1,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u32_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0xc1,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_lt_u32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0xc1,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u32_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0xc1,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_lt_u32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0xc1,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u32_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0xc1,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_lt_u32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0xc1,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u32_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0xc1,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_lt_u32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0xc1,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u32_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0xc1,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_lt_u32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0xc1,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u32_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0xc1,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_lt_u32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0xc1,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u32_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0xc1,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_lt_u32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0xc1,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u32_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0xc1,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_lt_u32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0xc1,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u32_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0xc1,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_lt_u32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0xc1,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u32_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0xc1,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_lt_u32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u32_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_lt_u32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u32_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_lt_u32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u32_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_lt_u32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u32_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_lt_u32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u32_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_lt_u32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u32_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_lt_u32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u32_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_lt_u32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u32_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_lt_u32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u32_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_lt_u32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u32_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_lt_u32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u32_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_lt_u32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_u32_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_eq_u32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u32_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_eq_u32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0xc2,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u32_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0xc2,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_eq_u32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0xc2,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u32_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0xc2,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_eq_u32_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0xc2,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u32_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0xc2,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_eq_u32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0xc2,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u32_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0xc2,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_eq_u32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u32_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_eq_u32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0xc2,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u32_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0xc2,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_eq_u32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0xc2,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u32_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0xc2,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_eq_u32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0xc2,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u32_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0xc2,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_eq_u32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0xc2,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u32_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0xc2,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_eq_u32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0xc2,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u32_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0xc2,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_eq_u32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0xc2,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u32_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0xc2,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_eq_u32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0xc2,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u32_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0xc2,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_eq_u32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0xc2,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u32_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0xc2,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_eq_u32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0xc2,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u32_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0xc2,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_eq_u32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0xc2,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u32_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0xc2,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_eq_u32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u32_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_eq_u32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u32_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_eq_u32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u32_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_eq_u32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u32_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_eq_u32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u32_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_eq_u32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u32_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_eq_u32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u32_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_eq_u32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u32_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_eq_u32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u32_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_eq_u32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u32_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_eq_u32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u32_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_eq_u32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_u32_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_le_u32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u32_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_le_u32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0xc3,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u32_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0xc3,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_le_u32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0xc3,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u32_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0xc3,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_le_u32_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0xc3,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u32_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0xc3,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_le_u32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0xc3,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u32_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0xc3,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_le_u32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u32_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_le_u32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0xc3,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u32_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0xc3,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_le_u32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0xc3,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u32_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0xc3,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_le_u32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0xc3,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u32_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0xc3,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_le_u32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0xc3,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u32_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0xc3,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_le_u32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0xc3,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u32_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0xc3,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_le_u32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0xc3,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u32_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0xc3,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_le_u32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0xc3,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u32_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0xc3,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_le_u32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0xc3,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u32_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0xc3,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_le_u32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0xc3,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u32_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0xc3,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_le_u32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0xc3,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u32_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0xc3,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_le_u32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u32_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_le_u32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u32_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_le_u32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u32_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_le_u32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u32_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_le_u32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u32_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_le_u32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u32_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_le_u32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u32_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_le_u32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u32_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_le_u32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u32_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_le_u32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u32_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_le_u32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u32_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_le_u32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_u32_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_gt_u32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u32_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_gt_u32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0xc4,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u32_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0xc4,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_gt_u32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0xc4,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u32_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0xc4,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_gt_u32_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0xc4,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u32_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0xc4,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_gt_u32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0xc4,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u32_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0xc4,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_gt_u32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u32_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_gt_u32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0xc4,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u32_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0xc4,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_gt_u32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0xc4,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u32_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0xc4,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_gt_u32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0xc4,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u32_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0xc4,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_gt_u32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0xc4,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u32_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0xc4,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_gt_u32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0xc4,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u32_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0xc4,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_gt_u32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0xc4,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u32_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0xc4,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_gt_u32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0xc4,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u32_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0xc4,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_gt_u32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0xc4,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u32_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0xc4,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_gt_u32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0xc4,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u32_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0xc4,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_gt_u32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0xc4,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u32_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0xc4,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_gt_u32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u32_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_gt_u32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u32_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_gt_u32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u32_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_gt_u32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u32_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_gt_u32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u32_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_gt_u32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u32_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_gt_u32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u32_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_gt_u32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u32_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_gt_u32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u32_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_gt_u32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u32_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_gt_u32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u32_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_gt_u32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_u32_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_ne_u32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u32_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ne_u32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0xc5,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u32_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0xc5,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ne_u32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0xc5,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u32_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0xc5,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ne_u32_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0xc5,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u32_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0xc5,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ne_u32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0xc5,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u32_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0xc5,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_ne_u32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u32_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_ne_u32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0xc5,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u32_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0xc5,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_ne_u32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0xc5,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u32_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0xc5,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_ne_u32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0xc5,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u32_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0xc5,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_ne_u32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0xc5,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u32_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0xc5,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_ne_u32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0xc5,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u32_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0xc5,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_ne_u32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0xc5,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u32_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0xc5,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_ne_u32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0xc5,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u32_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0xc5,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_ne_u32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0xc5,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u32_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0xc5,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_ne_u32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0xc5,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u32_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0xc5,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_ne_u32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0xc5,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u32_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0xc5,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_ne_u32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u32_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_ne_u32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u32_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_ne_u32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u32_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_ne_u32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u32_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_ne_u32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u32_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_ne_u32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u32_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_ne_u32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u32_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_ne_u32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u32_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_ne_u32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u32_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_ne_u32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u32_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_ne_u32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u32_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_ne_u32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ne_u32_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_ge_u32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u32_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ge_u32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0xc6,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u32_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0xc6,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ge_u32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0xc6,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u32_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0xc6,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ge_u32_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0xc6,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u32_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0xc6,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ge_u32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0xc6,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u32_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0xc6,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_ge_u32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u32_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_ge_u32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0xc6,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u32_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0xc6,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_ge_u32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0xc6,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u32_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0xc6,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_ge_u32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0xc6,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u32_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0xc6,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_ge_u32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0xc6,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u32_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0xc6,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_ge_u32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0xc6,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u32_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0xc6,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_ge_u32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0xc6,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u32_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0xc6,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_ge_u32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0xc6,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u32_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0xc6,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_ge_u32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0xc6,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u32_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0xc6,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_ge_u32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0xc6,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u32_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0xc6,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_ge_u32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0xc6,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u32_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0xc6,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_ge_u32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u32_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_ge_u32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u32_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_ge_u32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u32_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_ge_u32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u32_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_ge_u32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u32_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_ge_u32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u32_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_ge_u32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u32_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_ge_u32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u32_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_ge_u32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u32_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_ge_u32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u32_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_ge_u32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u32_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_ge_u32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_u32_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_t_u32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u32_e64 s[10:11], v1, v2        ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_t_u32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0xc7,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u32_e64 s[12:13], v1, v2        ; encoding: [0x0c,0x00,0xc7,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_t_u32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0xc7,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u32_e64 s[100:101], v1, v2      ; encoding: [0x64,0x00,0xc7,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_t_u32_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0xc7,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u32_e64 vcc, v1, v2             ; encoding: [0x6a,0x00,0xc7,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_t_u32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0xc7,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u32_e64 s[10:11], v255, v2      ; encoding: [0x0a,0x00,0xc7,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_t_u32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u32_e64 s[10:11], s1, v2        ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_t_u32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0xc7,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u32_e64 s[10:11], s101, v2      ; encoding: [0x0a,0x00,0xc7,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_t_u32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0xc7,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u32_e64 s[10:11], vcc_lo, v2    ; encoding: [0x0a,0x00,0xc7,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_t_u32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0xc7,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u32_e64 s[10:11], vcc_hi, v2    ; encoding: [0x0a,0x00,0xc7,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_t_u32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0xc7,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u32_e64 s[10:11], m0, v2        ; encoding: [0x0a,0x00,0xc7,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_t_u32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0xc7,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u32_e64 s[10:11], exec_lo, v2   ; encoding: [0x0a,0x00,0xc7,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_t_u32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0xc7,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u32_e64 s[10:11], exec_hi, v2   ; encoding: [0x0a,0x00,0xc7,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_t_u32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0xc7,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u32_e64 s[10:11], 0, v2         ; encoding: [0x0a,0x00,0xc7,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_t_u32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0xc7,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u32_e64 s[10:11], -1, v2        ; encoding: [0x0a,0x00,0xc7,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_t_u32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0xc7,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u32_e64 s[10:11], 0.5, v2       ; encoding: [0x0a,0x00,0xc7,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_t_u32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0xc7,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u32_e64 s[10:11], -4.0, v2      ; encoding: [0x0a,0x00,0xc7,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_t_u32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u32_e64 s[10:11], v1, v255      ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_t_u32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u32_e64 s[10:11], v1, s2        ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_t_u32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u32_e64 s[10:11], v1, s101      ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_t_u32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u32_e64 s[10:11], v1, vcc_lo    ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_t_u32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u32_e64 s[10:11], v1, vcc_hi    ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_t_u32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u32_e64 s[10:11], v1, m0        ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_t_u32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u32_e64 s[10:11], v1, exec_lo   ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_t_u32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u32_e64 s[10:11], v1, exec_hi   ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_t_u32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u32_e64 s[10:11], v1, 0         ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_t_u32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u32_e64 s[10:11], v1, -1        ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_t_u32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u32_e64 s[10:11], v1, 0.5       ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_t_u32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_t_u32_e64 s[10:11], v1, -4.0      ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_f_f16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f16_e64 s[10:11], v1, v2        ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_f_f16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0xc8,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f16_e64 s[12:13], v1, v2        ; encoding: [0x0c,0x00,0xc8,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_f_f16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0xc8,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f16_e64 s[100:101], v1, v2      ; encoding: [0x64,0x00,0xc8,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_f_f16_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0xc8,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f16_e64 vcc, v1, v2             ; encoding: [0x6a,0x00,0xc8,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_f_f16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0xc8,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f16_e64 s[10:11], v255, v2      ; encoding: [0x0a,0x00,0xc8,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_f_f16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f16_e64 s[10:11], s1, v2        ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_f_f16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0xc8,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f16_e64 s[10:11], s101, v2      ; encoding: [0x0a,0x00,0xc8,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_f_f16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0xc8,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f16_e64 s[10:11], vcc_lo, v2    ; encoding: [0x0a,0x00,0xc8,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_f_f16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0xc8,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f16_e64 s[10:11], vcc_hi, v2    ; encoding: [0x0a,0x00,0xc8,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_f_f16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0xc8,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f16_e64 s[10:11], m0, v2        ; encoding: [0x0a,0x00,0xc8,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_f_f16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0xc8,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f16_e64 s[10:11], exec_lo, v2   ; encoding: [0x0a,0x00,0xc8,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_f_f16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0xc8,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f16_e64 s[10:11], exec_hi, v2   ; encoding: [0x0a,0x00,0xc8,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_f_f16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0xc8,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f16_e64 s[10:11], 0, v2         ; encoding: [0x0a,0x00,0xc8,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_f_f16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0xc8,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f16_e64 s[10:11], -1, v2        ; encoding: [0x0a,0x00,0xc8,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_f_f16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0xc8,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f16_e64 s[10:11], 0.5, v2       ; encoding: [0x0a,0x00,0xc8,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_f_f16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0xc8,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f16_e64 s[10:11], -4.0, v2      ; encoding: [0x0a,0x00,0xc8,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_f_f16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f16_e64 s[10:11], v1, v255      ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_f_f16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f16_e64 s[10:11], v1, s2        ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_f_f16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f16_e64 s[10:11], v1, s101      ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_f_f16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f16_e64 s[10:11], v1, vcc_lo    ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_f_f16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f16_e64 s[10:11], v1, vcc_hi    ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_f_f16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f16_e64 s[10:11], v1, m0        ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_f_f16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f16_e64 s[10:11], v1, exec_lo   ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_f_f16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f16_e64 s[10:11], v1, exec_hi   ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_f_f16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f16_e64 s[10:11], v1, 0         ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_f_f16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f16_e64 s[10:11], v1, -1        ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_f_f16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f16_e64 s[10:11], v1, 0.5       ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_f_f16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f16_e64 s[10:11], v1, -4.0      ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_f_f16_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f16_e64 s[10:11], -v1, v2       ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_f_f16_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f16_e64 s[10:11], v1, -v2       ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_f_f16_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f16_e64 s[10:11], -v1, -v2      ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_f_f16_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0xc8,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_f_f16_e64 s[10:11], v1, v2 clamp  ; encoding: [0x0a,0x80,0xc8,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lt_f16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f16_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lt_f16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0xc9,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f16_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0xc9,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lt_f16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0xc9,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f16_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0xc9,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lt_f16_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0xc9,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f16_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0xc9,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lt_f16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0xc9,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f16_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0xc9,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_lt_f16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f16_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_lt_f16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0xc9,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f16_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0xc9,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_lt_f16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0xc9,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f16_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0xc9,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_lt_f16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0xc9,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f16_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0xc9,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_lt_f16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0xc9,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f16_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0xc9,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_lt_f16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0xc9,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f16_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0xc9,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_lt_f16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0xc9,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f16_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0xc9,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_lt_f16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0xc9,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f16_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0xc9,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_lt_f16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0xc9,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f16_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0xc9,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_lt_f16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0xc9,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f16_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0xc9,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_lt_f16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0xc9,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f16_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0xc9,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_lt_f16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f16_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_lt_f16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f16_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_lt_f16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f16_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_lt_f16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f16_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_lt_f16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f16_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_lt_f16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f16_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_lt_f16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f16_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_lt_f16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f16_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_lt_f16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f16_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_lt_f16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f16_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_lt_f16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f16_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_lt_f16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f16_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_lt_f16_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f16_e64 s[10:11], -v1, v2      ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_lt_f16_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f16_e64 s[10:11], v1, -v2      ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_lt_f16_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f16_e64 s[10:11], -v1, -v2     ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_lt_f16_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0xc9,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lt_f16_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0xc9,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_eq_f16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0xca,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f16_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_eq_f16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0xca,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f16_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0xca,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_eq_f16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0xca,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f16_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0xca,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_eq_f16_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0xca,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f16_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0xca,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_eq_f16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0xca,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f16_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0xca,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_eq_f16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0xca,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f16_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_eq_f16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0xca,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f16_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0xca,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_eq_f16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0xca,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f16_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0xca,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_eq_f16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0xca,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f16_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0xca,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_eq_f16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0xca,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f16_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0xca,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_eq_f16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0xca,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f16_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0xca,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_eq_f16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0xca,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f16_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0xca,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_eq_f16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0xca,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f16_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0xca,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_eq_f16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0xca,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f16_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0xca,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_eq_f16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0xca,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f16_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0xca,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_eq_f16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0xca,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f16_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0xca,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_eq_f16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0xca,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f16_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_eq_f16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0xca,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f16_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_eq_f16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0xca,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f16_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_eq_f16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0xca,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f16_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_eq_f16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0xca,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f16_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_eq_f16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0xca,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f16_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_eq_f16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0xca,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f16_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_eq_f16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0xca,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f16_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_eq_f16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0xca,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f16_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_eq_f16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0xca,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f16_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_eq_f16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0xca,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f16_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_eq_f16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0xca,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f16_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_eq_f16_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0xca,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f16_e64 s[10:11], -v1, v2      ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_eq_f16_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0xca,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f16_e64 s[10:11], v1, -v2      ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_eq_f16_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0xca,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f16_e64 s[10:11], -v1, -v2     ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_eq_f16_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0xca,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_eq_f16_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0xca,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_le_f16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f16_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_le_f16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0xcb,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f16_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0xcb,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_le_f16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0xcb,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f16_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0xcb,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_le_f16_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0xcb,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f16_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0xcb,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_le_f16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0xcb,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f16_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0xcb,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_le_f16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f16_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_le_f16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0xcb,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f16_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0xcb,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_le_f16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0xcb,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f16_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0xcb,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_le_f16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0xcb,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f16_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0xcb,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_le_f16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0xcb,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f16_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0xcb,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_le_f16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0xcb,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f16_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0xcb,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_le_f16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0xcb,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f16_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0xcb,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_le_f16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0xcb,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f16_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0xcb,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_le_f16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0xcb,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f16_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0xcb,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_le_f16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0xcb,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f16_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0xcb,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_le_f16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0xcb,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f16_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0xcb,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_le_f16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f16_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_le_f16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f16_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_le_f16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f16_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_le_f16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f16_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_le_f16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f16_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_le_f16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f16_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_le_f16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f16_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_le_f16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f16_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_le_f16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f16_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_le_f16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f16_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_le_f16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f16_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_le_f16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f16_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_le_f16_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f16_e64 s[10:11], -v1, v2      ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_le_f16_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f16_e64 s[10:11], v1, -v2      ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_le_f16_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f16_e64 s[10:11], -v1, -v2     ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_le_f16_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0xcb,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_le_f16_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0xcb,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_gt_f16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f16_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_gt_f16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0xcc,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f16_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0xcc,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_gt_f16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0xcc,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f16_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0xcc,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_gt_f16_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0xcc,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f16_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0xcc,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_gt_f16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0xcc,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f16_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0xcc,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_gt_f16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f16_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_gt_f16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0xcc,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f16_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0xcc,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_gt_f16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0xcc,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f16_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0xcc,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_gt_f16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0xcc,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f16_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0xcc,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_gt_f16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0xcc,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f16_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0xcc,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_gt_f16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0xcc,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f16_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0xcc,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_gt_f16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0xcc,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f16_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0xcc,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_gt_f16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0xcc,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f16_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0xcc,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_gt_f16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0xcc,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f16_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0xcc,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_gt_f16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0xcc,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f16_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0xcc,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_gt_f16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0xcc,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f16_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0xcc,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_gt_f16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f16_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_gt_f16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f16_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_gt_f16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f16_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_gt_f16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f16_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_gt_f16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f16_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_gt_f16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f16_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_gt_f16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f16_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_gt_f16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f16_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_gt_f16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f16_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_gt_f16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f16_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_gt_f16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f16_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_gt_f16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f16_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_gt_f16_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f16_e64 s[10:11], -v1, v2      ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_gt_f16_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f16_e64 s[10:11], v1, -v2      ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_gt_f16_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f16_e64 s[10:11], -v1, -v2     ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_gt_f16_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0xcc,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_gt_f16_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0xcc,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lg_f16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f16_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lg_f16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0xcd,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f16_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0xcd,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lg_f16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0xcd,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f16_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0xcd,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lg_f16_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0xcd,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f16_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0xcd,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lg_f16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0xcd,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f16_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0xcd,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_lg_f16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f16_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_lg_f16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0xcd,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f16_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0xcd,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_lg_f16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0xcd,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f16_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0xcd,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_lg_f16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0xcd,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f16_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0xcd,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_lg_f16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0xcd,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f16_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0xcd,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_lg_f16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0xcd,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f16_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0xcd,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_lg_f16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0xcd,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f16_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0xcd,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_lg_f16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0xcd,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f16_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0xcd,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_lg_f16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0xcd,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f16_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0xcd,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_lg_f16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0xcd,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f16_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0xcd,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_lg_f16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0xcd,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f16_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0xcd,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_lg_f16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f16_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_lg_f16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f16_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_lg_f16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f16_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_lg_f16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f16_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_lg_f16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f16_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_lg_f16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f16_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_lg_f16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f16_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_lg_f16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f16_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_lg_f16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f16_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_lg_f16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f16_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_lg_f16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f16_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_lg_f16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f16_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_lg_f16_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f16_e64 s[10:11], -v1, v2      ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_lg_f16_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f16_e64 s[10:11], v1, -v2      ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_lg_f16_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f16_e64 s[10:11], -v1, -v2     ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_lg_f16_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0xcd,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_lg_f16_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0xcd,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ge_f16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0xce,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f16_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ge_f16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0xce,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f16_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0xce,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ge_f16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0xce,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f16_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0xce,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ge_f16_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0xce,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f16_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0xce,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ge_f16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0xce,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f16_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0xce,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_ge_f16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0xce,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f16_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_ge_f16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0xce,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f16_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0xce,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_ge_f16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0xce,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f16_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0xce,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_ge_f16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0xce,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f16_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0xce,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_ge_f16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0xce,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f16_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0xce,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_ge_f16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0xce,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f16_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0xce,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_ge_f16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0xce,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f16_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0xce,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_ge_f16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0xce,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f16_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0xce,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_ge_f16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0xce,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f16_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0xce,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_ge_f16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0xce,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f16_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0xce,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_ge_f16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0xce,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f16_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0xce,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_ge_f16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0xce,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f16_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_ge_f16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0xce,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f16_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_ge_f16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0xce,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f16_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_ge_f16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0xce,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f16_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_ge_f16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0xce,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f16_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_ge_f16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0xce,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f16_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_ge_f16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0xce,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f16_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_ge_f16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0xce,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f16_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_ge_f16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0xce,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f16_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_ge_f16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0xce,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f16_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_ge_f16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0xce,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f16_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_ge_f16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0xce,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f16_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_ge_f16_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0xce,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f16_e64 s[10:11], -v1, v2      ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_ge_f16_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0xce,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f16_e64 s[10:11], v1, -v2      ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_ge_f16_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0xce,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f16_e64 s[10:11], -v1, -v2     ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_ge_f16_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0xce,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
+// W64: v_cmp_ge_f16_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0xce,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_o_f16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f16_e64 s[10:11], v1, v2        ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_o_f16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0xcf,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f16_e64 s[12:13], v1, v2        ; encoding: [0x0c,0x00,0xcf,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_o_f16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0xcf,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f16_e64 s[100:101], v1, v2      ; encoding: [0x64,0x00,0xcf,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_o_f16_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0xcf,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f16_e64 vcc, v1, v2             ; encoding: [0x6a,0x00,0xcf,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_o_f16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0xcf,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f16_e64 s[10:11], v255, v2      ; encoding: [0x0a,0x00,0xcf,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_o_f16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f16_e64 s[10:11], s1, v2        ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_o_f16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0xcf,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f16_e64 s[10:11], s101, v2      ; encoding: [0x0a,0x00,0xcf,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_o_f16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0xcf,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f16_e64 s[10:11], vcc_lo, v2    ; encoding: [0x0a,0x00,0xcf,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_o_f16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0xcf,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f16_e64 s[10:11], vcc_hi, v2    ; encoding: [0x0a,0x00,0xcf,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_o_f16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0xcf,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f16_e64 s[10:11], m0, v2        ; encoding: [0x0a,0x00,0xcf,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_o_f16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0xcf,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f16_e64 s[10:11], exec_lo, v2   ; encoding: [0x0a,0x00,0xcf,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_o_f16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0xcf,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f16_e64 s[10:11], exec_hi, v2   ; encoding: [0x0a,0x00,0xcf,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_o_f16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0xcf,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f16_e64 s[10:11], 0, v2         ; encoding: [0x0a,0x00,0xcf,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_o_f16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0xcf,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f16_e64 s[10:11], -1, v2        ; encoding: [0x0a,0x00,0xcf,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_o_f16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0xcf,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f16_e64 s[10:11], 0.5, v2       ; encoding: [0x0a,0x00,0xcf,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_o_f16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0xcf,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f16_e64 s[10:11], -4.0, v2      ; encoding: [0x0a,0x00,0xcf,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_o_f16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f16_e64 s[10:11], v1, v255      ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_o_f16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f16_e64 s[10:11], v1, s2        ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_o_f16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f16_e64 s[10:11], v1, s101      ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_o_f16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f16_e64 s[10:11], v1, vcc_lo    ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_o_f16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f16_e64 s[10:11], v1, vcc_hi    ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_o_f16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f16_e64 s[10:11], v1, m0        ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_o_f16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f16_e64 s[10:11], v1, exec_lo   ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_o_f16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f16_e64 s[10:11], v1, exec_hi   ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_o_f16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f16_e64 s[10:11], v1, 0         ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_o_f16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f16_e64 s[10:11], v1, -1        ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_o_f16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f16_e64 s[10:11], v1, 0.5       ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_o_f16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f16_e64 s[10:11], v1, -4.0      ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_o_f16_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f16_e64 s[10:11], -v1, v2       ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_o_f16_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f16_e64 s[10:11], v1, -v2       ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_o_f16_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f16_e64 s[10:11], -v1, -v2      ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_o_f16_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0xcf,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_o_f16_e64 s[10:11], v1, v2 clamp  ; encoding: [0x0a,0x80,0xcf,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_u_f16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f16_e64 s[10:11], v1, v2        ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_u_f16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0xe8,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f16_e64 s[12:13], v1, v2        ; encoding: [0x0c,0x00,0xe8,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_u_f16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0xe8,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f16_e64 s[100:101], v1, v2      ; encoding: [0x64,0x00,0xe8,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_u_f16_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0xe8,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f16_e64 vcc, v1, v2             ; encoding: [0x6a,0x00,0xe8,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_u_f16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0xe8,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f16_e64 s[10:11], v255, v2      ; encoding: [0x0a,0x00,0xe8,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_u_f16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f16_e64 s[10:11], s1, v2        ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_u_f16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0xe8,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f16_e64 s[10:11], s101, v2      ; encoding: [0x0a,0x00,0xe8,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_u_f16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0xe8,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f16_e64 s[10:11], vcc_lo, v2    ; encoding: [0x0a,0x00,0xe8,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_u_f16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0xe8,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f16_e64 s[10:11], vcc_hi, v2    ; encoding: [0x0a,0x00,0xe8,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_u_f16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0xe8,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f16_e64 s[10:11], m0, v2        ; encoding: [0x0a,0x00,0xe8,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_u_f16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0xe8,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f16_e64 s[10:11], exec_lo, v2   ; encoding: [0x0a,0x00,0xe8,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_u_f16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0xe8,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f16_e64 s[10:11], exec_hi, v2   ; encoding: [0x0a,0x00,0xe8,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_u_f16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0xe8,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f16_e64 s[10:11], 0, v2         ; encoding: [0x0a,0x00,0xe8,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_u_f16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0xe8,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f16_e64 s[10:11], -1, v2        ; encoding: [0x0a,0x00,0xe8,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_u_f16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0xe8,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f16_e64 s[10:11], 0.5, v2       ; encoding: [0x0a,0x00,0xe8,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_u_f16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0xe8,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f16_e64 s[10:11], -4.0, v2      ; encoding: [0x0a,0x00,0xe8,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_u_f16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f16_e64 s[10:11], v1, v255      ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_u_f16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f16_e64 s[10:11], v1, s2        ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_u_f16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f16_e64 s[10:11], v1, s101      ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_u_f16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f16_e64 s[10:11], v1, vcc_lo    ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_u_f16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f16_e64 s[10:11], v1, vcc_hi    ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_u_f16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f16_e64 s[10:11], v1, m0        ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_u_f16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f16_e64 s[10:11], v1, exec_lo   ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_u_f16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f16_e64 s[10:11], v1, exec_hi   ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_u_f16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f16_e64 s[10:11], v1, 0         ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_u_f16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f16_e64 s[10:11], v1, -1        ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_u_f16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f16_e64 s[10:11], v1, 0.5       ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_u_f16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f16_e64 s[10:11], v1, -4.0      ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_u_f16_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f16_e64 s[10:11], -v1, v2       ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_u_f16_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f16_e64 s[10:11], v1, -v2       ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_u_f16_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f16_e64 s[10:11], -v1, -v2      ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_u_f16_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0xe8,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:17: error: invalid operand for instruction
+// W64: v_cmp_u_f16_e64 s[10:11], v1, v2 clamp  ; encoding: [0x0a,0x80,0xe8,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nge_f16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f16_e64 s[10:11], v1, v2      ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nge_f16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0xe9,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f16_e64 s[12:13], v1, v2      ; encoding: [0x0c,0x00,0xe9,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nge_f16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0xe9,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f16_e64 s[100:101], v1, v2    ; encoding: [0x64,0x00,0xe9,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nge_f16_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0xe9,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f16_e64 vcc, v1, v2           ; encoding: [0x6a,0x00,0xe9,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nge_f16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0xe9,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f16_e64 s[10:11], v255, v2    ; encoding: [0x0a,0x00,0xe9,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_nge_f16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f16_e64 s[10:11], s1, v2      ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_nge_f16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0xe9,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f16_e64 s[10:11], s101, v2    ; encoding: [0x0a,0x00,0xe9,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_nge_f16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0xe9,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f16_e64 s[10:11], vcc_lo, v2  ; encoding: [0x0a,0x00,0xe9,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_nge_f16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0xe9,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f16_e64 s[10:11], vcc_hi, v2  ; encoding: [0x0a,0x00,0xe9,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_nge_f16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0xe9,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f16_e64 s[10:11], m0, v2      ; encoding: [0x0a,0x00,0xe9,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_nge_f16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0xe9,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0xe9,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_nge_f16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0xe9,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0xe9,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_nge_f16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0xe9,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f16_e64 s[10:11], 0, v2       ; encoding: [0x0a,0x00,0xe9,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_nge_f16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0xe9,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f16_e64 s[10:11], -1, v2      ; encoding: [0x0a,0x00,0xe9,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_nge_f16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0xe9,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f16_e64 s[10:11], 0.5, v2     ; encoding: [0x0a,0x00,0xe9,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_nge_f16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0xe9,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f16_e64 s[10:11], -4.0, v2    ; encoding: [0x0a,0x00,0xe9,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_nge_f16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f16_e64 s[10:11], v1, v255    ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_nge_f16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f16_e64 s[10:11], v1, s2      ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_nge_f16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f16_e64 s[10:11], v1, s101    ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_nge_f16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f16_e64 s[10:11], v1, vcc_lo  ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_nge_f16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f16_e64 s[10:11], v1, vcc_hi  ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_nge_f16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f16_e64 s[10:11], v1, m0      ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_nge_f16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_nge_f16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_nge_f16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f16_e64 s[10:11], v1, 0       ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_nge_f16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f16_e64 s[10:11], v1, -1      ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_nge_f16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f16_e64 s[10:11], v1, 0.5     ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_nge_f16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f16_e64 s[10:11], v1, -4.0    ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_nge_f16_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f16_e64 s[10:11], -v1, v2     ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_nge_f16_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f16_e64 s[10:11], v1, -v2     ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_nge_f16_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f16_e64 s[10:11], -v1, -v2    ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_nge_f16_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0xe9,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nge_f16_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0xe9,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nlg_f16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0xea,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f16_e64 s[10:11], v1, v2      ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nlg_f16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0xea,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f16_e64 s[12:13], v1, v2      ; encoding: [0x0c,0x00,0xea,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nlg_f16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0xea,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f16_e64 s[100:101], v1, v2    ; encoding: [0x64,0x00,0xea,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nlg_f16_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0xea,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f16_e64 vcc, v1, v2           ; encoding: [0x6a,0x00,0xea,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nlg_f16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0xea,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f16_e64 s[10:11], v255, v2    ; encoding: [0x0a,0x00,0xea,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_nlg_f16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0xea,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f16_e64 s[10:11], s1, v2      ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_nlg_f16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0xea,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f16_e64 s[10:11], s101, v2    ; encoding: [0x0a,0x00,0xea,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_nlg_f16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0xea,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f16_e64 s[10:11], vcc_lo, v2  ; encoding: [0x0a,0x00,0xea,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_nlg_f16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0xea,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f16_e64 s[10:11], vcc_hi, v2  ; encoding: [0x0a,0x00,0xea,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_nlg_f16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0xea,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f16_e64 s[10:11], m0, v2      ; encoding: [0x0a,0x00,0xea,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_nlg_f16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0xea,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0xea,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_nlg_f16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0xea,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0xea,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_nlg_f16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0xea,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f16_e64 s[10:11], 0, v2       ; encoding: [0x0a,0x00,0xea,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_nlg_f16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0xea,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f16_e64 s[10:11], -1, v2      ; encoding: [0x0a,0x00,0xea,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_nlg_f16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0xea,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f16_e64 s[10:11], 0.5, v2     ; encoding: [0x0a,0x00,0xea,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_nlg_f16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0xea,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f16_e64 s[10:11], -4.0, v2    ; encoding: [0x0a,0x00,0xea,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_nlg_f16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0xea,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f16_e64 s[10:11], v1, v255    ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_nlg_f16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0xea,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f16_e64 s[10:11], v1, s2      ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_nlg_f16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0xea,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f16_e64 s[10:11], v1, s101    ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_nlg_f16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0xea,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f16_e64 s[10:11], v1, vcc_lo  ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_nlg_f16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0xea,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f16_e64 s[10:11], v1, vcc_hi  ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_nlg_f16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0xea,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f16_e64 s[10:11], v1, m0      ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_nlg_f16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0xea,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_nlg_f16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0xea,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_nlg_f16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0xea,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f16_e64 s[10:11], v1, 0       ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_nlg_f16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0xea,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f16_e64 s[10:11], v1, -1      ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_nlg_f16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0xea,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f16_e64 s[10:11], v1, 0.5     ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_nlg_f16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0xea,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f16_e64 s[10:11], v1, -4.0    ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_nlg_f16_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0xea,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f16_e64 s[10:11], -v1, v2     ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_nlg_f16_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0xea,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f16_e64 s[10:11], v1, -v2     ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_nlg_f16_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0xea,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f16_e64 s[10:11], -v1, -v2    ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_nlg_f16_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0xea,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlg_f16_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0xea,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ngt_f16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f16_e64 s[10:11], v1, v2      ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ngt_f16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0xeb,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f16_e64 s[12:13], v1, v2      ; encoding: [0x0c,0x00,0xeb,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ngt_f16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0xeb,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f16_e64 s[100:101], v1, v2    ; encoding: [0x64,0x00,0xeb,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ngt_f16_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0xeb,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f16_e64 vcc, v1, v2           ; encoding: [0x6a,0x00,0xeb,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_ngt_f16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0xeb,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f16_e64 s[10:11], v255, v2    ; encoding: [0x0a,0x00,0xeb,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_ngt_f16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f16_e64 s[10:11], s1, v2      ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_ngt_f16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0xeb,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f16_e64 s[10:11], s101, v2    ; encoding: [0x0a,0x00,0xeb,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_ngt_f16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0xeb,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f16_e64 s[10:11], vcc_lo, v2  ; encoding: [0x0a,0x00,0xeb,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_ngt_f16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0xeb,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f16_e64 s[10:11], vcc_hi, v2  ; encoding: [0x0a,0x00,0xeb,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_ngt_f16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0xeb,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f16_e64 s[10:11], m0, v2      ; encoding: [0x0a,0x00,0xeb,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_ngt_f16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0xeb,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0xeb,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_ngt_f16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0xeb,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0xeb,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_ngt_f16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0xeb,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f16_e64 s[10:11], 0, v2       ; encoding: [0x0a,0x00,0xeb,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_ngt_f16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0xeb,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f16_e64 s[10:11], -1, v2      ; encoding: [0x0a,0x00,0xeb,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_ngt_f16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0xeb,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f16_e64 s[10:11], 0.5, v2     ; encoding: [0x0a,0x00,0xeb,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_ngt_f16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0xeb,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f16_e64 s[10:11], -4.0, v2    ; encoding: [0x0a,0x00,0xeb,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_ngt_f16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f16_e64 s[10:11], v1, v255    ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_ngt_f16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f16_e64 s[10:11], v1, s2      ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_ngt_f16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f16_e64 s[10:11], v1, s101    ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_ngt_f16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f16_e64 s[10:11], v1, vcc_lo  ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_ngt_f16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f16_e64 s[10:11], v1, vcc_hi  ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_ngt_f16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f16_e64 s[10:11], v1, m0      ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_ngt_f16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_ngt_f16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_ngt_f16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f16_e64 s[10:11], v1, 0       ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_ngt_f16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f16_e64 s[10:11], v1, -1      ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_ngt_f16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f16_e64 s[10:11], v1, 0.5     ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_ngt_f16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f16_e64 s[10:11], v1, -4.0    ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_ngt_f16_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f16_e64 s[10:11], -v1, v2     ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_ngt_f16_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f16_e64 s[10:11], v1, -v2     ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_ngt_f16_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f16_e64 s[10:11], -v1, -v2    ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_ngt_f16_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0xeb,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_ngt_f16_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0xeb,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nle_f16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0xec,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f16_e64 s[10:11], v1, v2      ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nle_f16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0xec,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f16_e64 s[12:13], v1, v2      ; encoding: [0x0c,0x00,0xec,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nle_f16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0xec,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f16_e64 s[100:101], v1, v2    ; encoding: [0x64,0x00,0xec,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nle_f16_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0xec,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f16_e64 vcc, v1, v2           ; encoding: [0x6a,0x00,0xec,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nle_f16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0xec,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f16_e64 s[10:11], v255, v2    ; encoding: [0x0a,0x00,0xec,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_nle_f16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0xec,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f16_e64 s[10:11], s1, v2      ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_nle_f16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0xec,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f16_e64 s[10:11], s101, v2    ; encoding: [0x0a,0x00,0xec,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_nle_f16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0xec,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f16_e64 s[10:11], vcc_lo, v2  ; encoding: [0x0a,0x00,0xec,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_nle_f16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0xec,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f16_e64 s[10:11], vcc_hi, v2  ; encoding: [0x0a,0x00,0xec,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_nle_f16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0xec,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f16_e64 s[10:11], m0, v2      ; encoding: [0x0a,0x00,0xec,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_nle_f16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0xec,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0xec,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_nle_f16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0xec,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0xec,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_nle_f16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0xec,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f16_e64 s[10:11], 0, v2       ; encoding: [0x0a,0x00,0xec,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_nle_f16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0xec,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f16_e64 s[10:11], -1, v2      ; encoding: [0x0a,0x00,0xec,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_nle_f16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0xec,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f16_e64 s[10:11], 0.5, v2     ; encoding: [0x0a,0x00,0xec,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_nle_f16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0xec,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f16_e64 s[10:11], -4.0, v2    ; encoding: [0x0a,0x00,0xec,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_nle_f16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0xec,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f16_e64 s[10:11], v1, v255    ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_nle_f16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0xec,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f16_e64 s[10:11], v1, s2      ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_nle_f16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0xec,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f16_e64 s[10:11], v1, s101    ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_nle_f16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0xec,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f16_e64 s[10:11], v1, vcc_lo  ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_nle_f16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0xec,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f16_e64 s[10:11], v1, vcc_hi  ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_nle_f16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0xec,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f16_e64 s[10:11], v1, m0      ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_nle_f16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0xec,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_nle_f16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0xec,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_nle_f16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0xec,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f16_e64 s[10:11], v1, 0       ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_nle_f16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0xec,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f16_e64 s[10:11], v1, -1      ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_nle_f16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0xec,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f16_e64 s[10:11], v1, 0.5     ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_nle_f16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0xec,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f16_e64 s[10:11], v1, -4.0    ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_nle_f16_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0xec,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f16_e64 s[10:11], -v1, v2     ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_nle_f16_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0xec,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f16_e64 s[10:11], v1, -v2     ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_nle_f16_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0xec,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f16_e64 s[10:11], -v1, -v2    ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_nle_f16_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0xec,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nle_f16_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0xec,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_neq_f16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0xed,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f16_e64 s[10:11], v1, v2      ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_neq_f16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0xed,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f16_e64 s[12:13], v1, v2      ; encoding: [0x0c,0x00,0xed,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_neq_f16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0xed,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f16_e64 s[100:101], v1, v2    ; encoding: [0x64,0x00,0xed,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_neq_f16_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0xed,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f16_e64 vcc, v1, v2           ; encoding: [0x6a,0x00,0xed,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_neq_f16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0xed,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f16_e64 s[10:11], v255, v2    ; encoding: [0x0a,0x00,0xed,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_neq_f16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0xed,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f16_e64 s[10:11], s1, v2      ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_neq_f16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0xed,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f16_e64 s[10:11], s101, v2    ; encoding: [0x0a,0x00,0xed,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_neq_f16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0xed,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f16_e64 s[10:11], vcc_lo, v2  ; encoding: [0x0a,0x00,0xed,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_neq_f16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0xed,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f16_e64 s[10:11], vcc_hi, v2  ; encoding: [0x0a,0x00,0xed,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_neq_f16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0xed,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f16_e64 s[10:11], m0, v2      ; encoding: [0x0a,0x00,0xed,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_neq_f16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0xed,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0xed,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_neq_f16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0xed,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0xed,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_neq_f16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0xed,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f16_e64 s[10:11], 0, v2       ; encoding: [0x0a,0x00,0xed,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_neq_f16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0xed,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f16_e64 s[10:11], -1, v2      ; encoding: [0x0a,0x00,0xed,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_neq_f16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0xed,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f16_e64 s[10:11], 0.5, v2     ; encoding: [0x0a,0x00,0xed,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_neq_f16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0xed,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f16_e64 s[10:11], -4.0, v2    ; encoding: [0x0a,0x00,0xed,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_neq_f16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0xed,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f16_e64 s[10:11], v1, v255    ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_neq_f16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0xed,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f16_e64 s[10:11], v1, s2      ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_neq_f16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0xed,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f16_e64 s[10:11], v1, s101    ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_neq_f16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0xed,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f16_e64 s[10:11], v1, vcc_lo  ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_neq_f16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0xed,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f16_e64 s[10:11], v1, vcc_hi  ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_neq_f16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0xed,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f16_e64 s[10:11], v1, m0      ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_neq_f16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0xed,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_neq_f16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0xed,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_neq_f16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0xed,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f16_e64 s[10:11], v1, 0       ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_neq_f16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0xed,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f16_e64 s[10:11], v1, -1      ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_neq_f16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0xed,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f16_e64 s[10:11], v1, 0.5     ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_neq_f16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0xed,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f16_e64 s[10:11], v1, -4.0    ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_neq_f16_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0xed,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f16_e64 s[10:11], -v1, v2     ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_neq_f16_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0xed,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f16_e64 s[10:11], v1, -v2     ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_neq_f16_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0xed,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f16_e64 s[10:11], -v1, -v2    ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_neq_f16_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0xed,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_neq_f16_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0xed,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nlt_f16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0xee,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f16_e64 s[10:11], v1, v2      ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nlt_f16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0xee,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f16_e64 s[12:13], v1, v2      ; encoding: [0x0c,0x00,0xee,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nlt_f16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0xee,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f16_e64 s[100:101], v1, v2    ; encoding: [0x64,0x00,0xee,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nlt_f16_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0xee,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f16_e64 vcc, v1, v2           ; encoding: [0x6a,0x00,0xee,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_nlt_f16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0xee,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f16_e64 s[10:11], v255, v2    ; encoding: [0x0a,0x00,0xee,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_nlt_f16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0xee,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f16_e64 s[10:11], s1, v2      ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_nlt_f16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0xee,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f16_e64 s[10:11], s101, v2    ; encoding: [0x0a,0x00,0xee,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_nlt_f16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0xee,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f16_e64 s[10:11], vcc_lo, v2  ; encoding: [0x0a,0x00,0xee,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_nlt_f16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0xee,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f16_e64 s[10:11], vcc_hi, v2  ; encoding: [0x0a,0x00,0xee,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_nlt_f16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0xee,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f16_e64 s[10:11], m0, v2      ; encoding: [0x0a,0x00,0xee,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_nlt_f16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0xee,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0xee,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_nlt_f16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0xee,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0xee,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_nlt_f16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0xee,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f16_e64 s[10:11], 0, v2       ; encoding: [0x0a,0x00,0xee,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_nlt_f16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0xee,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f16_e64 s[10:11], -1, v2      ; encoding: [0x0a,0x00,0xee,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_nlt_f16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0xee,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f16_e64 s[10:11], 0.5, v2     ; encoding: [0x0a,0x00,0xee,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_nlt_f16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0xee,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f16_e64 s[10:11], -4.0, v2    ; encoding: [0x0a,0x00,0xee,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_nlt_f16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0xee,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f16_e64 s[10:11], v1, v255    ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_nlt_f16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0xee,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f16_e64 s[10:11], v1, s2      ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_nlt_f16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0xee,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f16_e64 s[10:11], v1, s101    ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_nlt_f16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0xee,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f16_e64 s[10:11], v1, vcc_lo  ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_nlt_f16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0xee,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f16_e64 s[10:11], v1, vcc_hi  ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_nlt_f16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0xee,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f16_e64 s[10:11], v1, m0      ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_nlt_f16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0xee,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_nlt_f16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0xee,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_nlt_f16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0xee,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f16_e64 s[10:11], v1, 0       ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_nlt_f16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0xee,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f16_e64 s[10:11], v1, -1      ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_nlt_f16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0xee,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f16_e64 s[10:11], v1, 0.5     ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_nlt_f16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0xee,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f16_e64 s[10:11], v1, -4.0    ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_nlt_f16_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0xee,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f16_e64 s[10:11], -v1, v2     ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_nlt_f16_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0xee,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f16_e64 s[10:11], v1, -v2     ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_nlt_f16_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0xee,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f16_e64 s[10:11], -v1, -v2    ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_nlt_f16_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0xee,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_nlt_f16_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0xee,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_tru_f16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0xef,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f16_e64 s[10:11], v1, v2      ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_tru_f16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0xef,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f16_e64 s[12:13], v1, v2      ; encoding: [0x0c,0x00,0xef,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_tru_f16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0xef,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f16_e64 s[100:101], v1, v2    ; encoding: [0x64,0x00,0xef,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_tru_f16_e64 vcc, v1, v2
-// W64: encoding: [0x6a,0x00,0xef,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f16_e64 vcc, v1, v2           ; encoding: [0x6a,0x00,0xef,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_tru_f16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0xef,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f16_e64 s[10:11], v255, v2    ; encoding: [0x0a,0x00,0xef,0xd4,0xff,0x05,0x02,0x00]
 
 v_cmp_tru_f16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0xef,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f16_e64 s[10:11], s1, v2      ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0x04,0x02,0x00]
 
 v_cmp_tru_f16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0xef,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f16_e64 s[10:11], s101, v2    ; encoding: [0x0a,0x00,0xef,0xd4,0x65,0x04,0x02,0x00]
 
 v_cmp_tru_f16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0xef,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f16_e64 s[10:11], vcc_lo, v2  ; encoding: [0x0a,0x00,0xef,0xd4,0x6a,0x04,0x02,0x00]
 
 v_cmp_tru_f16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0xef,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f16_e64 s[10:11], vcc_hi, v2  ; encoding: [0x0a,0x00,0xef,0xd4,0x6b,0x04,0x02,0x00]
 
 v_cmp_tru_f16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0xef,0xd4,0x7c,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f16_e64 s[10:11], m0, v2      ; encoding: [0x0a,0x00,0xef,0xd4,0x7c,0x04,0x02,0x00]
 
 v_cmp_tru_f16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0xef,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0xef,0xd4,0x7e,0x04,0x02,0x00]
 
 v_cmp_tru_f16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0xef,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0xef,0xd4,0x7f,0x04,0x02,0x00]
 
 v_cmp_tru_f16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0xef,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f16_e64 s[10:11], 0, v2       ; encoding: [0x0a,0x00,0xef,0xd4,0x80,0x04,0x02,0x00]
 
 v_cmp_tru_f16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0xef,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f16_e64 s[10:11], -1, v2      ; encoding: [0x0a,0x00,0xef,0xd4,0xc1,0x04,0x02,0x00]
 
 v_cmp_tru_f16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0xef,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f16_e64 s[10:11], 0.5, v2     ; encoding: [0x0a,0x00,0xef,0xd4,0xf0,0x04,0x02,0x00]
 
 v_cmp_tru_f16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0xef,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f16_e64 s[10:11], -4.0, v2    ; encoding: [0x0a,0x00,0xef,0xd4,0xf7,0x04,0x02,0x00]
 
 v_cmp_tru_f16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0xef,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f16_e64 s[10:11], v1, v255    ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0xff,0x03,0x00]
 
 v_cmp_tru_f16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0xef,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f16_e64 s[10:11], v1, s2      ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0x05,0x00,0x00]
 
 v_cmp_tru_f16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0xef,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f16_e64 s[10:11], v1, s101    ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0xcb,0x00,0x00]
 
 v_cmp_tru_f16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0xef,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f16_e64 s[10:11], v1, vcc_lo  ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0xd5,0x00,0x00]
 
 v_cmp_tru_f16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0xef,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f16_e64 s[10:11], v1, vcc_hi  ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0xd7,0x00,0x00]
 
 v_cmp_tru_f16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0xef,0xd4,0x01,0xf9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f16_e64 s[10:11], v1, m0      ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0xf9,0x00,0x00]
 
 v_cmp_tru_f16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0xef,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0xfd,0x00,0x00]
 
 v_cmp_tru_f16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0xef,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0xff,0x00,0x00]
 
 v_cmp_tru_f16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0xef,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f16_e64 s[10:11], v1, 0       ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0x01,0x01,0x00]
 
 v_cmp_tru_f16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0xef,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f16_e64 s[10:11], v1, -1      ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0x83,0x01,0x00]
 
 v_cmp_tru_f16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0xef,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f16_e64 s[10:11], v1, 0.5     ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0xe1,0x01,0x00]
 
 v_cmp_tru_f16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0xef,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f16_e64 s[10:11], v1, -4.0    ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0xef,0x01,0x00]
 
 v_cmp_tru_f16_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0xef,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f16_e64 s[10:11], -v1, v2     ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0x05,0x02,0x20]
 
 v_cmp_tru_f16_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0xef,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f16_e64 s[10:11], v1, -v2     ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0x05,0x02,0x40]
 
 v_cmp_tru_f16_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0xef,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f16_e64 s[10:11], -v1, -v2    ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0x05,0x02,0x60]
 
 v_cmp_tru_f16_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0xef,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32-ERR: :[[@LINE-1]]:19: error: invalid operand for instruction
+// W64: v_cmp_tru_f16_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0xef,0xd4,0x01,0x05,0x02,0x00]
 
 v_cmp_lt_u16_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u16_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u16_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0xa9,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u16_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0xa9,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u16_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0xa9,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u16_e64 s100, v1, v2           ; encoding: [0x64,0x00,0xa9,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u16_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0xa9,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u16_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0xa9,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u16_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0xa9,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u16_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0xa9,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u16_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u16_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u16_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0xa9,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u16_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0xa9,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u16_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0xa9,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u16_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0xa9,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u16_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0xa9,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u16_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0xa9,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u16_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0xa9,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u16_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0xa9,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u16_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0xa9,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u16_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0xa9,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u16_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0xa9,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u16_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0xa9,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u16_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0xa9,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u16_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0xa9,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u16_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0xa9,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u16_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0xa9,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u16_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0xa9,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u16_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0xa9,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u16_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0xa9,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u16_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0xa9,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u16_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u16_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u16_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u16_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u16_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u16_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u16_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u16_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u16_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u16_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u16_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u16_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u16_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u16_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u16_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u16_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u16_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u16_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u16_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u16_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u16_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u16_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u16_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u16_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u16_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u16_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u16_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0xaa,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u16_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0xaa,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u16_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0xaa,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u16_e64 s100, v1, v2           ; encoding: [0x64,0x00,0xaa,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u16_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0xaa,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u16_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0xaa,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u16_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0xaa,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u16_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0xaa,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u16_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u16_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u16_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0xaa,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u16_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0xaa,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u16_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0xaa,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u16_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0xaa,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u16_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0xaa,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u16_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0xaa,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u16_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0xaa,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u16_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0xaa,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u16_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0xaa,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u16_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0xaa,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u16_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0xaa,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u16_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0xaa,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u16_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0xaa,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u16_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0xaa,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u16_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0xaa,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u16_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0xaa,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u16_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0xaa,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u16_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0xaa,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u16_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0xaa,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u16_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0xaa,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u16_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u16_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u16_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u16_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u16_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u16_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u16_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u16_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u16_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u16_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u16_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u16_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u16_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u16_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u16_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u16_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u16_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u16_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u16_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u16_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u16_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u16_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u16_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u16_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u16_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0xab,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u16_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u16_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0xab,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u16_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0xab,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u16_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0xab,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u16_e64 s100, v1, v2           ; encoding: [0x64,0x00,0xab,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u16_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0xab,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u16_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0xab,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u16_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0xab,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u16_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0xab,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u16_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0xab,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u16_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u16_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0xab,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u16_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0xab,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u16_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0xab,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u16_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0xab,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u16_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0xab,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u16_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0xab,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u16_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0xab,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u16_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0xab,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u16_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0xab,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u16_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0xab,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u16_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0xab,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u16_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0xab,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u16_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0xab,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u16_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0xab,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u16_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0xab,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u16_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0xab,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u16_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0xab,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u16_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0xab,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u16_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0xab,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u16_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0xab,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u16_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0xab,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u16_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u16_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0xab,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u16_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u16_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0xab,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u16_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u16_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0xab,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u16_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u16_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0xab,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u16_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u16_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0xab,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u16_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u16_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0xab,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u16_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u16_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0xab,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u16_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u16_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0xab,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u16_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u16_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0xab,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u16_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u16_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0xab,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u16_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u16_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0xab,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u16_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u16_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0xac,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u16_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u16_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0xac,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u16_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0xac,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u16_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0xac,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u16_e64 s100, v1, v2           ; encoding: [0x64,0x00,0xac,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u16_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0xac,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u16_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0xac,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u16_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0xac,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u16_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0xac,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u16_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0xac,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u16_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u16_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0xac,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u16_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0xac,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u16_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0xac,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u16_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0xac,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u16_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0xac,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u16_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0xac,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u16_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0xac,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u16_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0xac,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u16_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0xac,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u16_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0xac,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u16_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0xac,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u16_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0xac,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u16_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0xac,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u16_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0xac,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u16_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0xac,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u16_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0xac,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u16_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0xac,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u16_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0xac,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u16_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0xac,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u16_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0xac,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u16_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0xac,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u16_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u16_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0xac,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u16_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u16_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0xac,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u16_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u16_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0xac,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u16_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u16_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0xac,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u16_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u16_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0xac,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u16_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u16_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0xac,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u16_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u16_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0xac,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u16_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u16_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0xac,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u16_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u16_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0xac,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u16_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u16_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0xac,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u16_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u16_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0xac,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u16_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u16_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0xad,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u16_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u16_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0xad,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u16_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0xad,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u16_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0xad,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u16_e64 s100, v1, v2           ; encoding: [0x64,0x00,0xad,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u16_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0xad,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u16_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0xad,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u16_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0xad,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u16_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0xad,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u16_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0xad,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u16_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u16_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0xad,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u16_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0xad,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u16_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0xad,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u16_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0xad,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u16_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0xad,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u16_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0xad,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u16_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0xad,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u16_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0xad,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u16_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0xad,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u16_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0xad,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u16_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0xad,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u16_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0xad,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u16_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0xad,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u16_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0xad,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u16_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0xad,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u16_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0xad,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u16_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0xad,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u16_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0xad,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u16_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0xad,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u16_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0xad,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u16_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0xad,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u16_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u16_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0xad,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u16_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u16_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0xad,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u16_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u16_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0xad,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u16_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u16_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0xad,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u16_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u16_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0xad,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u16_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u16_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0xad,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u16_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u16_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0xad,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u16_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u16_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0xad,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u16_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u16_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0xad,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u16_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u16_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0xad,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u16_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u16_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0xad,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u16_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u16_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0xae,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u16_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u16_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0xae,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u16_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0xae,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u16_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0xae,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u16_e64 s100, v1, v2           ; encoding: [0x64,0x00,0xae,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u16_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0xae,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u16_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0xae,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u16_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0xae,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u16_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0xae,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u16_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0xae,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u16_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u16_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0xae,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u16_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0xae,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u16_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0xae,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u16_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0xae,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u16_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0xae,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u16_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0xae,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u16_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0xae,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u16_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0xae,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u16_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0xae,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u16_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0xae,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u16_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0xae,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u16_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0xae,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u16_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0xae,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u16_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0xae,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u16_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0xae,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u16_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0xae,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u16_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0xae,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u16_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0xae,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u16_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0xae,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u16_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0xae,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u16_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0xae,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u16_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u16_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0xae,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u16_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u16_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0xae,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u16_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u16_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0xae,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u16_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u16_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0xae,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u16_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u16_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0xae,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u16_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u16_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0xae,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u16_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u16_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0xae,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u16_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u16_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0xae,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u16_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u16_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0xae,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u16_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u16_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0xae,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u16_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u16_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0xae,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u16_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_f_u32_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u32_e64 s10, v1, v2             ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u32_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0xc0,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u32_e64 s12, v1, v2             ; encoding: [0x0c,0x00,0xc0,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u32_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0xc0,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u32_e64 s100, v1, v2            ; encoding: [0x64,0x00,0xc0,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u32_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0xc0,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u32_e64 vcc_lo, v1, v2          ; encoding: [0x6a,0x00,0xc0,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u32_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0xc0,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u32_e64 s10, v255, v2           ; encoding: [0x0a,0x00,0xc0,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u32_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u32_e64 s10, s1, v2             ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u32_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0xc0,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u32_e64 s10, s101, v2           ; encoding: [0x0a,0x00,0xc0,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u32_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0xc0,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u32_e64 s10, vcc_lo, v2         ; encoding: [0x0a,0x00,0xc0,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u32_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0xc0,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u32_e64 s10, vcc_hi, v2         ; encoding: [0x0a,0x00,0xc0,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u32_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0xc0,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u32_e64 s10, m0, v2             ; encoding: [0x0a,0x00,0xc0,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u32_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0xc0,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u32_e64 s10, exec_lo, v2        ; encoding: [0x0a,0x00,0xc0,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u32_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0xc0,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u32_e64 s10, exec_hi, v2        ; encoding: [0x0a,0x00,0xc0,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u32_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0xc0,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u32_e64 s10, 0, v2              ; encoding: [0x0a,0x00,0xc0,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u32_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0xc0,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u32_e64 s10, -1, v2             ; encoding: [0x0a,0x00,0xc0,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u32_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0xc0,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u32_e64 s10, 0.5, v2            ; encoding: [0x0a,0x00,0xc0,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u32_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0xc0,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u32_e64 s10, -4.0, v2           ; encoding: [0x0a,0x00,0xc0,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u32_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u32_e64 s10, v1, v255           ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u32_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u32_e64 s10, v1, s2             ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u32_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u32_e64 s10, v1, s101           ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u32_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u32_e64 s10, v1, vcc_lo         ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u32_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u32_e64 s10, v1, vcc_hi         ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u32_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u32_e64 s10, v1, m0             ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u32_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u32_e64 s10, v1, exec_lo        ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u32_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u32_e64 s10, v1, exec_hi        ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u32_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u32_e64 s10, v1, 0              ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u32_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u32_e64 s10, v1, -1             ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u32_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u32_e64 s10, v1, 0.5            ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_u32_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_u32_e64 s10, v1, -4.0           ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_lt_u32_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u32_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u32_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0xc1,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u32_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0xc1,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u32_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0xc1,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u32_e64 s100, v1, v2           ; encoding: [0x64,0x00,0xc1,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u32_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0xc1,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u32_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0xc1,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u32_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0xc1,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u32_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0xc1,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u32_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u32_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u32_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0xc1,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u32_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0xc1,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u32_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0xc1,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u32_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0xc1,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u32_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0xc1,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u32_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0xc1,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u32_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0xc1,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u32_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0xc1,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u32_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0xc1,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u32_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0xc1,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u32_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0xc1,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u32_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0xc1,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u32_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0xc1,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u32_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0xc1,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u32_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0xc1,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u32_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0xc1,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u32_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0xc1,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u32_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0xc1,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u32_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0xc1,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u32_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0xc1,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u32_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u32_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u32_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u32_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u32_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u32_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u32_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u32_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u32_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u32_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u32_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u32_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u32_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u32_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u32_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u32_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u32_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u32_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u32_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u32_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u32_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u32_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_u32_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_u32_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u32_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u32_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u32_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0xc2,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u32_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0xc2,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u32_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0xc2,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u32_e64 s100, v1, v2           ; encoding: [0x64,0x00,0xc2,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u32_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0xc2,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u32_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0xc2,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u32_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0xc2,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u32_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0xc2,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u32_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u32_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u32_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0xc2,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u32_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0xc2,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u32_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0xc2,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u32_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0xc2,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u32_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0xc2,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u32_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0xc2,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u32_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0xc2,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u32_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0xc2,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u32_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0xc2,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u32_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0xc2,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u32_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0xc2,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u32_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0xc2,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u32_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0xc2,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u32_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0xc2,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u32_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0xc2,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u32_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0xc2,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u32_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0xc2,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u32_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0xc2,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u32_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0xc2,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u32_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0xc2,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u32_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u32_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u32_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u32_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u32_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u32_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u32_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u32_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u32_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u32_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u32_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u32_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u32_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u32_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u32_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u32_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u32_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u32_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u32_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u32_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u32_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u32_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_u32_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_u32_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u32_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u32_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u32_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0xc3,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u32_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0xc3,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u32_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0xc3,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u32_e64 s100, v1, v2           ; encoding: [0x64,0x00,0xc3,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u32_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0xc3,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u32_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0xc3,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u32_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0xc3,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u32_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0xc3,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u32_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u32_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u32_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0xc3,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u32_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0xc3,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u32_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0xc3,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u32_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0xc3,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u32_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0xc3,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u32_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0xc3,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u32_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0xc3,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u32_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0xc3,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u32_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0xc3,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u32_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0xc3,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u32_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0xc3,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u32_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0xc3,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u32_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0xc3,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u32_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0xc3,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u32_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0xc3,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u32_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0xc3,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u32_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0xc3,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u32_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0xc3,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u32_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0xc3,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u32_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0xc3,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u32_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u32_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u32_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u32_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u32_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u32_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u32_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u32_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u32_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u32_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u32_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u32_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u32_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u32_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u32_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u32_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u32_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u32_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u32_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u32_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u32_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u32_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_u32_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_u32_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u32_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u32_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u32_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0xc4,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u32_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0xc4,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u32_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0xc4,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u32_e64 s100, v1, v2           ; encoding: [0x64,0x00,0xc4,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u32_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0xc4,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u32_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0xc4,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u32_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0xc4,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u32_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0xc4,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u32_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u32_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u32_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0xc4,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u32_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0xc4,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u32_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0xc4,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u32_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0xc4,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u32_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0xc4,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u32_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0xc4,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u32_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0xc4,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u32_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0xc4,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u32_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0xc4,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u32_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0xc4,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u32_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0xc4,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u32_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0xc4,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u32_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0xc4,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u32_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0xc4,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u32_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0xc4,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u32_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0xc4,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u32_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0xc4,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u32_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0xc4,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u32_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0xc4,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u32_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0xc4,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u32_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u32_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u32_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u32_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u32_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u32_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u32_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u32_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u32_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u32_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u32_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u32_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u32_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u32_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u32_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u32_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u32_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u32_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u32_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u32_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u32_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u32_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_u32_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_u32_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u32_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u32_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u32_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0xc5,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u32_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0xc5,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u32_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0xc5,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u32_e64 s100, v1, v2           ; encoding: [0x64,0x00,0xc5,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u32_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0xc5,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u32_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0xc5,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u32_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0xc5,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u32_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0xc5,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u32_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u32_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u32_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0xc5,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u32_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0xc5,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u32_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0xc5,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u32_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0xc5,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u32_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0xc5,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u32_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0xc5,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u32_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0xc5,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u32_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0xc5,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u32_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0xc5,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u32_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0xc5,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u32_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0xc5,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u32_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0xc5,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u32_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0xc5,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u32_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0xc5,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u32_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0xc5,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u32_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0xc5,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u32_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0xc5,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u32_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0xc5,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u32_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0xc5,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u32_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0xc5,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u32_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u32_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u32_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u32_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u32_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u32_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u32_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u32_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u32_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u32_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u32_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u32_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u32_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u32_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u32_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u32_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u32_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u32_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u32_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u32_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u32_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u32_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ne_u32_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ne_u32_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u32_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u32_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u32_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0xc6,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u32_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0xc6,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u32_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0xc6,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u32_e64 s100, v1, v2           ; encoding: [0x64,0x00,0xc6,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u32_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0xc6,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u32_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0xc6,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u32_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0xc6,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u32_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0xc6,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u32_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u32_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u32_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0xc6,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u32_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0xc6,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u32_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0xc6,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u32_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0xc6,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u32_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0xc6,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u32_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0xc6,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u32_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0xc6,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u32_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0xc6,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u32_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0xc6,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u32_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0xc6,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u32_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0xc6,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u32_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0xc6,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u32_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0xc6,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u32_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0xc6,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u32_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0xc6,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u32_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0xc6,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u32_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0xc6,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u32_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0xc6,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u32_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0xc6,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u32_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0xc6,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u32_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u32_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u32_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u32_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u32_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u32_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u32_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u32_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u32_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u32_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u32_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u32_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u32_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u32_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u32_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u32_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u32_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u32_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u32_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u32_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u32_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u32_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_u32_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_u32_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_t_u32_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u32_e64 s10, v1, v2             ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u32_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0xc7,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u32_e64 s12, v1, v2             ; encoding: [0x0c,0x00,0xc7,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u32_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0xc7,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u32_e64 s100, v1, v2            ; encoding: [0x64,0x00,0xc7,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u32_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0xc7,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u32_e64 vcc_lo, v1, v2          ; encoding: [0x6a,0x00,0xc7,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u32_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0xc7,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u32_e64 s10, v255, v2           ; encoding: [0x0a,0x00,0xc7,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u32_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u32_e64 s10, s1, v2             ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u32_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0xc7,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u32_e64 s10, s101, v2           ; encoding: [0x0a,0x00,0xc7,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u32_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0xc7,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u32_e64 s10, vcc_lo, v2         ; encoding: [0x0a,0x00,0xc7,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u32_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0xc7,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u32_e64 s10, vcc_hi, v2         ; encoding: [0x0a,0x00,0xc7,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u32_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0xc7,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u32_e64 s10, m0, v2             ; encoding: [0x0a,0x00,0xc7,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u32_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0xc7,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u32_e64 s10, exec_lo, v2        ; encoding: [0x0a,0x00,0xc7,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u32_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0xc7,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u32_e64 s10, exec_hi, v2        ; encoding: [0x0a,0x00,0xc7,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u32_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0xc7,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u32_e64 s10, 0, v2              ; encoding: [0x0a,0x00,0xc7,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u32_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0xc7,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u32_e64 s10, -1, v2             ; encoding: [0x0a,0x00,0xc7,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u32_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0xc7,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u32_e64 s10, 0.5, v2            ; encoding: [0x0a,0x00,0xc7,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u32_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0xc7,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u32_e64 s10, -4.0, v2           ; encoding: [0x0a,0x00,0xc7,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u32_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u32_e64 s10, v1, v255           ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u32_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u32_e64 s10, v1, s2             ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u32_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u32_e64 s10, v1, s101           ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u32_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u32_e64 s10, v1, vcc_lo         ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u32_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u32_e64 s10, v1, vcc_hi         ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u32_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u32_e64 s10, v1, m0             ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u32_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u32_e64 s10, v1, exec_lo        ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u32_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u32_e64 s10, v1, exec_hi        ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u32_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u32_e64 s10, v1, 0              ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u32_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u32_e64 s10, v1, -1             ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u32_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u32_e64 s10, v1, 0.5            ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_t_u32_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_t_u32_e64 s10, v1, -4.0           ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f16_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f16_e64 s10, v1, v2             ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f16_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0xc8,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f16_e64 s12, v1, v2             ; encoding: [0x0c,0x00,0xc8,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f16_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0xc8,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f16_e64 s100, v1, v2            ; encoding: [0x64,0x00,0xc8,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f16_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0xc8,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f16_e64 vcc_lo, v1, v2          ; encoding: [0x6a,0x00,0xc8,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f16_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0xc8,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f16_e64 s10, v255, v2           ; encoding: [0x0a,0x00,0xc8,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f16_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f16_e64 s10, s1, v2             ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f16_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0xc8,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f16_e64 s10, s101, v2           ; encoding: [0x0a,0x00,0xc8,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f16_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0xc8,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f16_e64 s10, vcc_lo, v2         ; encoding: [0x0a,0x00,0xc8,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f16_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0xc8,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f16_e64 s10, vcc_hi, v2         ; encoding: [0x0a,0x00,0xc8,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f16_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0xc8,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f16_e64 s10, m0, v2             ; encoding: [0x0a,0x00,0xc8,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f16_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0xc8,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f16_e64 s10, exec_lo, v2        ; encoding: [0x0a,0x00,0xc8,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f16_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0xc8,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f16_e64 s10, exec_hi, v2        ; encoding: [0x0a,0x00,0xc8,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f16_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0xc8,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f16_e64 s10, 0, v2              ; encoding: [0x0a,0x00,0xc8,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f16_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0xc8,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f16_e64 s10, -1, v2             ; encoding: [0x0a,0x00,0xc8,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f16_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0xc8,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f16_e64 s10, 0.5, v2            ; encoding: [0x0a,0x00,0xc8,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f16_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0xc8,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f16_e64 s10, -4.0, v2           ; encoding: [0x0a,0x00,0xc8,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f16_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f16_e64 s10, v1, v255           ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f16_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f16_e64 s10, v1, s2             ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f16_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f16_e64 s10, v1, s101           ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f16_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f16_e64 s10, v1, vcc_lo         ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f16_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f16_e64 s10, v1, vcc_hi         ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f16_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f16_e64 s10, v1, m0             ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f16_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f16_e64 s10, v1, exec_lo        ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f16_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f16_e64 s10, v1, exec_hi        ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f16_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f16_e64 s10, v1, 0              ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f16_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f16_e64 s10, v1, -1             ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f16_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f16_e64 s10, v1, 0.5            ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f16_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f16_e64 s10, v1, -4.0           ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f16_e64 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f16_e64 s10, -v1, v2            ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f16_e64 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f16_e64 s10, v1, -v2            ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f16_e64 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f16_e64 s10, -v1, -v2           ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_f_f16_e64 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0xc8,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_f_f16_e64 s10, v1, v2 clamp       ; encoding: [0x0a,0x80,0xc8,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_lt_f16_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f16_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f16_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0xc9,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f16_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0xc9,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f16_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0xc9,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f16_e64 s100, v1, v2           ; encoding: [0x64,0x00,0xc9,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f16_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0xc9,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f16_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0xc9,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f16_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0xc9,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f16_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0xc9,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f16_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f16_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f16_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0xc9,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f16_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0xc9,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f16_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0xc9,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f16_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0xc9,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f16_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0xc9,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f16_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0xc9,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f16_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0xc9,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f16_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0xc9,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f16_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0xc9,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f16_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0xc9,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f16_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0xc9,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f16_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0xc9,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f16_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0xc9,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f16_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0xc9,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f16_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0xc9,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f16_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0xc9,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f16_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0xc9,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f16_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0xc9,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f16_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0xc9,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f16_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0xc9,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f16_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f16_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f16_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f16_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f16_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f16_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f16_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f16_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f16_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f16_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f16_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f16_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f16_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f16_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f16_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f16_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f16_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f16_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f16_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f16_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f16_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f16_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f16_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f16_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f16_e64 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f16_e64 s10, -v1, v2           ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f16_e64 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f16_e64 s10, v1, -v2           ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f16_e64 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f16_e64 s10, -v1, -v2          ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lt_f16_e64 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0xc9,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lt_f16_e64 s10, v1, v2 clamp      ; encoding: [0x0a,0x80,0xc9,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f16_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0xca,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f16_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f16_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0xca,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f16_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0xca,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f16_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0xca,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f16_e64 s100, v1, v2           ; encoding: [0x64,0x00,0xca,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f16_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0xca,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f16_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0xca,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f16_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0xca,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f16_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0xca,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f16_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0xca,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f16_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f16_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0xca,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f16_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0xca,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f16_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0xca,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f16_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0xca,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f16_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0xca,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f16_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0xca,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f16_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0xca,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f16_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0xca,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f16_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0xca,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f16_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0xca,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f16_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0xca,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f16_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0xca,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f16_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0xca,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f16_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0xca,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f16_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0xca,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f16_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0xca,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f16_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0xca,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f16_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0xca,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f16_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0xca,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f16_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0xca,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f16_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0xca,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f16_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f16_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0xca,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f16_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f16_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0xca,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f16_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f16_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0xca,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f16_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f16_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0xca,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f16_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f16_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0xca,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f16_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f16_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0xca,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f16_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f16_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0xca,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f16_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f16_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0xca,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f16_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f16_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0xca,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f16_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f16_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0xca,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f16_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f16_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0xca,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f16_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f16_e64 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0xca,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f16_e64 s10, -v1, v2           ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f16_e64 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0xca,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f16_e64 s10, v1, -v2           ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f16_e64 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0xca,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f16_e64 s10, -v1, -v2          ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_eq_f16_e64 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0xca,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_eq_f16_e64 s10, v1, v2 clamp      ; encoding: [0x0a,0x80,0xca,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f16_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f16_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f16_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0xcb,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f16_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0xcb,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f16_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0xcb,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f16_e64 s100, v1, v2           ; encoding: [0x64,0x00,0xcb,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f16_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0xcb,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f16_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0xcb,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f16_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0xcb,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f16_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0xcb,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f16_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f16_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f16_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0xcb,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f16_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0xcb,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f16_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0xcb,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f16_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0xcb,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f16_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0xcb,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f16_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0xcb,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f16_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0xcb,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f16_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0xcb,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f16_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0xcb,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f16_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0xcb,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f16_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0xcb,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f16_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0xcb,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f16_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0xcb,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f16_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0xcb,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f16_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0xcb,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f16_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0xcb,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f16_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0xcb,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f16_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0xcb,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f16_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0xcb,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f16_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0xcb,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f16_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f16_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f16_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f16_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f16_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f16_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f16_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f16_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f16_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f16_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f16_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f16_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f16_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f16_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f16_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f16_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f16_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f16_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f16_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f16_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f16_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f16_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f16_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f16_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f16_e64 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f16_e64 s10, -v1, v2           ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f16_e64 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f16_e64 s10, v1, -v2           ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f16_e64 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f16_e64 s10, -v1, -v2          ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_le_f16_e64 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0xcb,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_le_f16_e64 s10, v1, v2 clamp      ; encoding: [0x0a,0x80,0xcb,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f16_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f16_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f16_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0xcc,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f16_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0xcc,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f16_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0xcc,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f16_e64 s100, v1, v2           ; encoding: [0x64,0x00,0xcc,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f16_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0xcc,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f16_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0xcc,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f16_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0xcc,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f16_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0xcc,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f16_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f16_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f16_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0xcc,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f16_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0xcc,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f16_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0xcc,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f16_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0xcc,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f16_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0xcc,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f16_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0xcc,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f16_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0xcc,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f16_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0xcc,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f16_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0xcc,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f16_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0xcc,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f16_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0xcc,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f16_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0xcc,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f16_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0xcc,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f16_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0xcc,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f16_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0xcc,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f16_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0xcc,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f16_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0xcc,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f16_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0xcc,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f16_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0xcc,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f16_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0xcc,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f16_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f16_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f16_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f16_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f16_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f16_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f16_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f16_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f16_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f16_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f16_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f16_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f16_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f16_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f16_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f16_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f16_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f16_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f16_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f16_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f16_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f16_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f16_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f16_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f16_e64 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f16_e64 s10, -v1, v2           ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f16_e64 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f16_e64 s10, v1, -v2           ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f16_e64 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f16_e64 s10, -v1, -v2          ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_gt_f16_e64 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0xcc,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_gt_f16_e64 s10, v1, v2 clamp      ; encoding: [0x0a,0x80,0xcc,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f16_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f16_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f16_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0xcd,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f16_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0xcd,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f16_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0xcd,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f16_e64 s100, v1, v2           ; encoding: [0x64,0x00,0xcd,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f16_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0xcd,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f16_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0xcd,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f16_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0xcd,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f16_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0xcd,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f16_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f16_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f16_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0xcd,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f16_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0xcd,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f16_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0xcd,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f16_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0xcd,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f16_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0xcd,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f16_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0xcd,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f16_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0xcd,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f16_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0xcd,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f16_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0xcd,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f16_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0xcd,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f16_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0xcd,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f16_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0xcd,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f16_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0xcd,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f16_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0xcd,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f16_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0xcd,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f16_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0xcd,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f16_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0xcd,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f16_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0xcd,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f16_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0xcd,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f16_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0xcd,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f16_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f16_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f16_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f16_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f16_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f16_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f16_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f16_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f16_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f16_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f16_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f16_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f16_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f16_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f16_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f16_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f16_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f16_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f16_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f16_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f16_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f16_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f16_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f16_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f16_e64 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f16_e64 s10, -v1, v2           ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f16_e64 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f16_e64 s10, v1, -v2           ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f16_e64 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f16_e64 s10, -v1, -v2          ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_lg_f16_e64 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0xcd,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_lg_f16_e64 s10, v1, v2 clamp      ; encoding: [0x0a,0x80,0xcd,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f16_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0xce,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f16_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f16_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0xce,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f16_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0xce,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f16_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0xce,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f16_e64 s100, v1, v2           ; encoding: [0x64,0x00,0xce,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f16_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0xce,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f16_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0xce,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f16_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0xce,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f16_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0xce,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f16_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0xce,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f16_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f16_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0xce,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f16_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0xce,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f16_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0xce,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f16_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0xce,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f16_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0xce,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f16_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0xce,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f16_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0xce,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f16_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0xce,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f16_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0xce,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f16_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0xce,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f16_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0xce,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f16_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0xce,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f16_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0xce,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f16_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0xce,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f16_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0xce,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f16_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0xce,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f16_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0xce,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f16_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0xce,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f16_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0xce,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f16_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0xce,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f16_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0xce,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f16_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f16_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0xce,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f16_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f16_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0xce,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f16_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f16_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0xce,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f16_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f16_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0xce,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f16_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f16_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0xce,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f16_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f16_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0xce,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f16_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f16_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0xce,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f16_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f16_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0xce,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f16_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f16_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0xce,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f16_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f16_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0xce,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f16_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f16_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0xce,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f16_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f16_e64 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0xce,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f16_e64 s10, -v1, v2           ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f16_e64 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0xce,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f16_e64 s10, v1, -v2           ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f16_e64 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0xce,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f16_e64 s10, -v1, -v2          ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_ge_f16_e64 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0xce,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ge_f16_e64 s10, v1, v2 clamp      ; encoding: [0x0a,0x80,0xce,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_cmp_o_f16_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f16_e64 s10, v1, v2             ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f16_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0xcf,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f16_e64 s12, v1, v2             ; encoding: [0x0c,0x00,0xcf,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f16_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0xcf,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f16_e64 s100, v1, v2            ; encoding: [0x64,0x00,0xcf,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f16_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0xcf,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f16_e64 vcc_lo, v1, v2          ; encoding: [0x6a,0x00,0xcf,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f16_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0xcf,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f16_e64 s10, v255, v2           ; encoding: [0x0a,0x00,0xcf,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f16_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f16_e64 s10, s1, v2             ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f16_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0xcf,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f16_e64 s10, s101, v2           ; encoding: [0x0a,0x00,0xcf,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f16_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0xcf,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f16_e64 s10, vcc_lo, v2         ; encoding: [0x0a,0x00,0xcf,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f16_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0xcf,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f16_e64 s10, vcc_hi, v2         ; encoding: [0x0a,0x00,0xcf,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f16_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0xcf,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f16_e64 s10, m0, v2             ; encoding: [0x0a,0x00,0xcf,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f16_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0xcf,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f16_e64 s10, exec_lo, v2        ; encoding: [0x0a,0x00,0xcf,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f16_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0xcf,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f16_e64 s10, exec_hi, v2        ; encoding: [0x0a,0x00,0xcf,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f16_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0xcf,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f16_e64 s10, 0, v2              ; encoding: [0x0a,0x00,0xcf,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f16_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0xcf,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f16_e64 s10, -1, v2             ; encoding: [0x0a,0x00,0xcf,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f16_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0xcf,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f16_e64 s10, 0.5, v2            ; encoding: [0x0a,0x00,0xcf,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f16_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0xcf,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f16_e64 s10, -4.0, v2           ; encoding: [0x0a,0x00,0xcf,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f16_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f16_e64 s10, v1, v255           ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f16_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f16_e64 s10, v1, s2             ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f16_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f16_e64 s10, v1, s101           ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f16_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f16_e64 s10, v1, vcc_lo         ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f16_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f16_e64 s10, v1, vcc_hi         ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f16_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f16_e64 s10, v1, m0             ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f16_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f16_e64 s10, v1, exec_lo        ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f16_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f16_e64 s10, v1, exec_hi        ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f16_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f16_e64 s10, v1, 0              ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f16_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f16_e64 s10, v1, -1             ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f16_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f16_e64 s10, v1, 0.5            ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f16_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f16_e64 s10, v1, -4.0           ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f16_e64 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f16_e64 s10, -v1, v2            ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f16_e64 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f16_e64 s10, v1, -v2            ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f16_e64 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f16_e64 s10, -v1, -v2           ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_o_f16_e64 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0xcf,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_o_f16_e64 s10, v1, v2 clamp       ; encoding: [0x0a,0x80,0xcf,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f16_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f16_e64 s10, v1, v2             ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f16_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0xe8,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f16_e64 s12, v1, v2             ; encoding: [0x0c,0x00,0xe8,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f16_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0xe8,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f16_e64 s100, v1, v2            ; encoding: [0x64,0x00,0xe8,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f16_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0xe8,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f16_e64 vcc_lo, v1, v2          ; encoding: [0x6a,0x00,0xe8,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f16_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0xe8,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f16_e64 s10, v255, v2           ; encoding: [0x0a,0x00,0xe8,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f16_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f16_e64 s10, s1, v2             ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f16_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0xe8,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f16_e64 s10, s101, v2           ; encoding: [0x0a,0x00,0xe8,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f16_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0xe8,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f16_e64 s10, vcc_lo, v2         ; encoding: [0x0a,0x00,0xe8,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f16_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0xe8,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f16_e64 s10, vcc_hi, v2         ; encoding: [0x0a,0x00,0xe8,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f16_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0xe8,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f16_e64 s10, m0, v2             ; encoding: [0x0a,0x00,0xe8,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f16_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0xe8,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f16_e64 s10, exec_lo, v2        ; encoding: [0x0a,0x00,0xe8,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f16_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0xe8,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f16_e64 s10, exec_hi, v2        ; encoding: [0x0a,0x00,0xe8,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f16_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0xe8,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f16_e64 s10, 0, v2              ; encoding: [0x0a,0x00,0xe8,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f16_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0xe8,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f16_e64 s10, -1, v2             ; encoding: [0x0a,0x00,0xe8,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f16_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0xe8,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f16_e64 s10, 0.5, v2            ; encoding: [0x0a,0x00,0xe8,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f16_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0xe8,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f16_e64 s10, -4.0, v2           ; encoding: [0x0a,0x00,0xe8,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f16_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f16_e64 s10, v1, v255           ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f16_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f16_e64 s10, v1, s2             ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f16_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f16_e64 s10, v1, s101           ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f16_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f16_e64 s10, v1, vcc_lo         ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f16_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f16_e64 s10, v1, vcc_hi         ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f16_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f16_e64 s10, v1, m0             ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f16_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f16_e64 s10, v1, exec_lo        ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f16_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f16_e64 s10, v1, exec_hi        ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f16_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f16_e64 s10, v1, 0              ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f16_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f16_e64 s10, v1, -1             ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f16_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f16_e64 s10, v1, 0.5            ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f16_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f16_e64 s10, v1, -4.0           ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f16_e64 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f16_e64 s10, -v1, v2            ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f16_e64 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f16_e64 s10, v1, -v2            ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f16_e64 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f16_e64 s10, -v1, -v2           ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_u_f16_e64 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0xe8,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_u_f16_e64 s10, v1, v2 clamp       ; encoding: [0x0a,0x80,0xe8,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:17: error: invalid operand for instruction
 
 v_cmp_nge_f16_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f16_e64 s10, v1, v2           ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f16_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0xe9,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f16_e64 s12, v1, v2           ; encoding: [0x0c,0x00,0xe9,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f16_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0xe9,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f16_e64 s100, v1, v2          ; encoding: [0x64,0x00,0xe9,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f16_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0xe9,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f16_e64 vcc_lo, v1, v2        ; encoding: [0x6a,0x00,0xe9,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f16_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0xe9,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f16_e64 s10, v255, v2         ; encoding: [0x0a,0x00,0xe9,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f16_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f16_e64 s10, s1, v2           ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f16_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0xe9,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f16_e64 s10, s101, v2         ; encoding: [0x0a,0x00,0xe9,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f16_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0xe9,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f16_e64 s10, vcc_lo, v2       ; encoding: [0x0a,0x00,0xe9,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f16_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0xe9,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f16_e64 s10, vcc_hi, v2       ; encoding: [0x0a,0x00,0xe9,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f16_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0xe9,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f16_e64 s10, m0, v2           ; encoding: [0x0a,0x00,0xe9,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f16_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0xe9,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f16_e64 s10, exec_lo, v2      ; encoding: [0x0a,0x00,0xe9,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f16_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0xe9,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f16_e64 s10, exec_hi, v2      ; encoding: [0x0a,0x00,0xe9,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f16_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0xe9,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f16_e64 s10, 0, v2            ; encoding: [0x0a,0x00,0xe9,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f16_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0xe9,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f16_e64 s10, -1, v2           ; encoding: [0x0a,0x00,0xe9,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f16_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0xe9,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f16_e64 s10, 0.5, v2          ; encoding: [0x0a,0x00,0xe9,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f16_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0xe9,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f16_e64 s10, -4.0, v2         ; encoding: [0x0a,0x00,0xe9,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f16_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f16_e64 s10, v1, v255         ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f16_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f16_e64 s10, v1, s2           ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f16_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f16_e64 s10, v1, s101         ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f16_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f16_e64 s10, v1, vcc_lo       ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f16_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f16_e64 s10, v1, vcc_hi       ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f16_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f16_e64 s10, v1, m0           ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f16_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f16_e64 s10, v1, exec_lo      ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f16_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f16_e64 s10, v1, exec_hi      ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f16_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f16_e64 s10, v1, 0            ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f16_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f16_e64 s10, v1, -1           ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f16_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f16_e64 s10, v1, 0.5          ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f16_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f16_e64 s10, v1, -4.0         ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f16_e64 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f16_e64 s10, -v1, v2          ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f16_e64 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f16_e64 s10, v1, -v2          ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f16_e64 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f16_e64 s10, -v1, -v2         ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nge_f16_e64 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0xe9,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nge_f16_e64 s10, v1, v2 clamp     ; encoding: [0x0a,0x80,0xe9,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f16_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0xea,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f16_e64 s10, v1, v2           ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f16_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0xea,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f16_e64 s12, v1, v2           ; encoding: [0x0c,0x00,0xea,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f16_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0xea,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f16_e64 s100, v1, v2          ; encoding: [0x64,0x00,0xea,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f16_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0xea,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f16_e64 vcc_lo, v1, v2        ; encoding: [0x6a,0x00,0xea,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f16_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0xea,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f16_e64 s10, v255, v2         ; encoding: [0x0a,0x00,0xea,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f16_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0xea,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f16_e64 s10, s1, v2           ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f16_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0xea,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f16_e64 s10, s101, v2         ; encoding: [0x0a,0x00,0xea,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f16_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0xea,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f16_e64 s10, vcc_lo, v2       ; encoding: [0x0a,0x00,0xea,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f16_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0xea,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f16_e64 s10, vcc_hi, v2       ; encoding: [0x0a,0x00,0xea,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f16_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0xea,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f16_e64 s10, m0, v2           ; encoding: [0x0a,0x00,0xea,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f16_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0xea,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f16_e64 s10, exec_lo, v2      ; encoding: [0x0a,0x00,0xea,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f16_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0xea,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f16_e64 s10, exec_hi, v2      ; encoding: [0x0a,0x00,0xea,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f16_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0xea,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f16_e64 s10, 0, v2            ; encoding: [0x0a,0x00,0xea,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f16_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0xea,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f16_e64 s10, -1, v2           ; encoding: [0x0a,0x00,0xea,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f16_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0xea,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f16_e64 s10, 0.5, v2          ; encoding: [0x0a,0x00,0xea,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f16_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0xea,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f16_e64 s10, -4.0, v2         ; encoding: [0x0a,0x00,0xea,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f16_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0xea,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f16_e64 s10, v1, v255         ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f16_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0xea,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f16_e64 s10, v1, s2           ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f16_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0xea,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f16_e64 s10, v1, s101         ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f16_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0xea,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f16_e64 s10, v1, vcc_lo       ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f16_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0xea,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f16_e64 s10, v1, vcc_hi       ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f16_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0xea,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f16_e64 s10, v1, m0           ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f16_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0xea,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f16_e64 s10, v1, exec_lo      ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f16_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0xea,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f16_e64 s10, v1, exec_hi      ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f16_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0xea,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f16_e64 s10, v1, 0            ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f16_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0xea,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f16_e64 s10, v1, -1           ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f16_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0xea,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f16_e64 s10, v1, 0.5          ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f16_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0xea,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f16_e64 s10, v1, -4.0         ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f16_e64 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0xea,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f16_e64 s10, -v1, v2          ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f16_e64 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0xea,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f16_e64 s10, v1, -v2          ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f16_e64 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0xea,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f16_e64 s10, -v1, -v2         ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlg_f16_e64 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0xea,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlg_f16_e64 s10, v1, v2 clamp     ; encoding: [0x0a,0x80,0xea,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f16_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f16_e64 s10, v1, v2           ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f16_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0xeb,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f16_e64 s12, v1, v2           ; encoding: [0x0c,0x00,0xeb,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f16_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0xeb,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f16_e64 s100, v1, v2          ; encoding: [0x64,0x00,0xeb,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f16_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0xeb,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f16_e64 vcc_lo, v1, v2        ; encoding: [0x6a,0x00,0xeb,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f16_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0xeb,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f16_e64 s10, v255, v2         ; encoding: [0x0a,0x00,0xeb,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f16_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f16_e64 s10, s1, v2           ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f16_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0xeb,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f16_e64 s10, s101, v2         ; encoding: [0x0a,0x00,0xeb,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f16_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0xeb,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f16_e64 s10, vcc_lo, v2       ; encoding: [0x0a,0x00,0xeb,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f16_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0xeb,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f16_e64 s10, vcc_hi, v2       ; encoding: [0x0a,0x00,0xeb,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f16_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0xeb,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f16_e64 s10, m0, v2           ; encoding: [0x0a,0x00,0xeb,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f16_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0xeb,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f16_e64 s10, exec_lo, v2      ; encoding: [0x0a,0x00,0xeb,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f16_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0xeb,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f16_e64 s10, exec_hi, v2      ; encoding: [0x0a,0x00,0xeb,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f16_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0xeb,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f16_e64 s10, 0, v2            ; encoding: [0x0a,0x00,0xeb,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f16_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0xeb,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f16_e64 s10, -1, v2           ; encoding: [0x0a,0x00,0xeb,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f16_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0xeb,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f16_e64 s10, 0.5, v2          ; encoding: [0x0a,0x00,0xeb,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f16_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0xeb,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f16_e64 s10, -4.0, v2         ; encoding: [0x0a,0x00,0xeb,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f16_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f16_e64 s10, v1, v255         ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f16_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f16_e64 s10, v1, s2           ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f16_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f16_e64 s10, v1, s101         ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f16_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f16_e64 s10, v1, vcc_lo       ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f16_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f16_e64 s10, v1, vcc_hi       ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f16_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f16_e64 s10, v1, m0           ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f16_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f16_e64 s10, v1, exec_lo      ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f16_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f16_e64 s10, v1, exec_hi      ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f16_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f16_e64 s10, v1, 0            ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f16_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f16_e64 s10, v1, -1           ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f16_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f16_e64 s10, v1, 0.5          ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f16_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f16_e64 s10, v1, -4.0         ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f16_e64 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f16_e64 s10, -v1, v2          ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f16_e64 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f16_e64 s10, v1, -v2          ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f16_e64 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f16_e64 s10, -v1, -v2         ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_ngt_f16_e64 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0xeb,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_ngt_f16_e64 s10, v1, v2 clamp     ; encoding: [0x0a,0x80,0xeb,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f16_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0xec,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f16_e64 s10, v1, v2           ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f16_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0xec,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f16_e64 s12, v1, v2           ; encoding: [0x0c,0x00,0xec,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f16_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0xec,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f16_e64 s100, v1, v2          ; encoding: [0x64,0x00,0xec,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f16_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0xec,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f16_e64 vcc_lo, v1, v2        ; encoding: [0x6a,0x00,0xec,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f16_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0xec,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f16_e64 s10, v255, v2         ; encoding: [0x0a,0x00,0xec,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f16_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0xec,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f16_e64 s10, s1, v2           ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f16_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0xec,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f16_e64 s10, s101, v2         ; encoding: [0x0a,0x00,0xec,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f16_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0xec,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f16_e64 s10, vcc_lo, v2       ; encoding: [0x0a,0x00,0xec,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f16_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0xec,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f16_e64 s10, vcc_hi, v2       ; encoding: [0x0a,0x00,0xec,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f16_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0xec,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f16_e64 s10, m0, v2           ; encoding: [0x0a,0x00,0xec,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f16_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0xec,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f16_e64 s10, exec_lo, v2      ; encoding: [0x0a,0x00,0xec,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f16_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0xec,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f16_e64 s10, exec_hi, v2      ; encoding: [0x0a,0x00,0xec,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f16_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0xec,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f16_e64 s10, 0, v2            ; encoding: [0x0a,0x00,0xec,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f16_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0xec,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f16_e64 s10, -1, v2           ; encoding: [0x0a,0x00,0xec,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f16_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0xec,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f16_e64 s10, 0.5, v2          ; encoding: [0x0a,0x00,0xec,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f16_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0xec,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f16_e64 s10, -4.0, v2         ; encoding: [0x0a,0x00,0xec,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f16_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0xec,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f16_e64 s10, v1, v255         ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f16_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0xec,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f16_e64 s10, v1, s2           ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f16_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0xec,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f16_e64 s10, v1, s101         ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f16_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0xec,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f16_e64 s10, v1, vcc_lo       ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f16_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0xec,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f16_e64 s10, v1, vcc_hi       ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f16_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0xec,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f16_e64 s10, v1, m0           ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f16_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0xec,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f16_e64 s10, v1, exec_lo      ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f16_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0xec,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f16_e64 s10, v1, exec_hi      ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f16_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0xec,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f16_e64 s10, v1, 0            ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f16_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0xec,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f16_e64 s10, v1, -1           ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f16_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0xec,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f16_e64 s10, v1, 0.5          ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f16_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0xec,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f16_e64 s10, v1, -4.0         ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f16_e64 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0xec,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f16_e64 s10, -v1, v2          ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f16_e64 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0xec,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f16_e64 s10, v1, -v2          ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f16_e64 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0xec,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f16_e64 s10, -v1, -v2         ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nle_f16_e64 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0xec,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nle_f16_e64 s10, v1, v2 clamp     ; encoding: [0x0a,0x80,0xec,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f16_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0xed,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f16_e64 s10, v1, v2           ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f16_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0xed,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f16_e64 s12, v1, v2           ; encoding: [0x0c,0x00,0xed,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f16_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0xed,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f16_e64 s100, v1, v2          ; encoding: [0x64,0x00,0xed,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f16_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0xed,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f16_e64 vcc_lo, v1, v2        ; encoding: [0x6a,0x00,0xed,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f16_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0xed,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f16_e64 s10, v255, v2         ; encoding: [0x0a,0x00,0xed,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f16_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0xed,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f16_e64 s10, s1, v2           ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f16_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0xed,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f16_e64 s10, s101, v2         ; encoding: [0x0a,0x00,0xed,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f16_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0xed,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f16_e64 s10, vcc_lo, v2       ; encoding: [0x0a,0x00,0xed,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f16_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0xed,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f16_e64 s10, vcc_hi, v2       ; encoding: [0x0a,0x00,0xed,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f16_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0xed,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f16_e64 s10, m0, v2           ; encoding: [0x0a,0x00,0xed,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f16_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0xed,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f16_e64 s10, exec_lo, v2      ; encoding: [0x0a,0x00,0xed,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f16_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0xed,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f16_e64 s10, exec_hi, v2      ; encoding: [0x0a,0x00,0xed,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f16_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0xed,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f16_e64 s10, 0, v2            ; encoding: [0x0a,0x00,0xed,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f16_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0xed,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f16_e64 s10, -1, v2           ; encoding: [0x0a,0x00,0xed,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f16_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0xed,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f16_e64 s10, 0.5, v2          ; encoding: [0x0a,0x00,0xed,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f16_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0xed,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f16_e64 s10, -4.0, v2         ; encoding: [0x0a,0x00,0xed,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f16_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0xed,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f16_e64 s10, v1, v255         ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f16_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0xed,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f16_e64 s10, v1, s2           ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f16_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0xed,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f16_e64 s10, v1, s101         ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f16_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0xed,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f16_e64 s10, v1, vcc_lo       ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f16_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0xed,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f16_e64 s10, v1, vcc_hi       ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f16_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0xed,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f16_e64 s10, v1, m0           ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f16_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0xed,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f16_e64 s10, v1, exec_lo      ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f16_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0xed,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f16_e64 s10, v1, exec_hi      ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f16_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0xed,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f16_e64 s10, v1, 0            ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f16_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0xed,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f16_e64 s10, v1, -1           ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f16_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0xed,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f16_e64 s10, v1, 0.5          ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f16_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0xed,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f16_e64 s10, v1, -4.0         ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f16_e64 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0xed,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f16_e64 s10, -v1, v2          ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f16_e64 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0xed,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f16_e64 s10, v1, -v2          ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f16_e64 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0xed,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f16_e64 s10, -v1, -v2         ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_neq_f16_e64 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0xed,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_neq_f16_e64 s10, v1, v2 clamp     ; encoding: [0x0a,0x80,0xed,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f16_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0xee,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f16_e64 s10, v1, v2           ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f16_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0xee,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f16_e64 s12, v1, v2           ; encoding: [0x0c,0x00,0xee,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f16_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0xee,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f16_e64 s100, v1, v2          ; encoding: [0x64,0x00,0xee,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f16_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0xee,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f16_e64 vcc_lo, v1, v2        ; encoding: [0x6a,0x00,0xee,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f16_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0xee,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f16_e64 s10, v255, v2         ; encoding: [0x0a,0x00,0xee,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f16_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0xee,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f16_e64 s10, s1, v2           ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f16_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0xee,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f16_e64 s10, s101, v2         ; encoding: [0x0a,0x00,0xee,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f16_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0xee,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f16_e64 s10, vcc_lo, v2       ; encoding: [0x0a,0x00,0xee,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f16_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0xee,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f16_e64 s10, vcc_hi, v2       ; encoding: [0x0a,0x00,0xee,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f16_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0xee,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f16_e64 s10, m0, v2           ; encoding: [0x0a,0x00,0xee,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f16_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0xee,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f16_e64 s10, exec_lo, v2      ; encoding: [0x0a,0x00,0xee,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f16_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0xee,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f16_e64 s10, exec_hi, v2      ; encoding: [0x0a,0x00,0xee,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f16_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0xee,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f16_e64 s10, 0, v2            ; encoding: [0x0a,0x00,0xee,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f16_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0xee,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f16_e64 s10, -1, v2           ; encoding: [0x0a,0x00,0xee,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f16_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0xee,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f16_e64 s10, 0.5, v2          ; encoding: [0x0a,0x00,0xee,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f16_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0xee,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f16_e64 s10, -4.0, v2         ; encoding: [0x0a,0x00,0xee,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f16_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0xee,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f16_e64 s10, v1, v255         ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f16_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0xee,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f16_e64 s10, v1, s2           ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f16_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0xee,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f16_e64 s10, v1, s101         ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f16_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0xee,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f16_e64 s10, v1, vcc_lo       ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f16_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0xee,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f16_e64 s10, v1, vcc_hi       ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f16_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0xee,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f16_e64 s10, v1, m0           ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f16_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0xee,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f16_e64 s10, v1, exec_lo      ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f16_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0xee,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f16_e64 s10, v1, exec_hi      ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f16_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0xee,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f16_e64 s10, v1, 0            ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f16_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0xee,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f16_e64 s10, v1, -1           ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f16_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0xee,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f16_e64 s10, v1, 0.5          ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f16_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0xee,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f16_e64 s10, v1, -4.0         ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f16_e64 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0xee,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f16_e64 s10, -v1, v2          ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f16_e64 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0xee,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f16_e64 s10, v1, -v2          ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f16_e64 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0xee,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f16_e64 s10, -v1, -v2         ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_nlt_f16_e64 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0xee,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_nlt_f16_e64 s10, v1, v2 clamp     ; encoding: [0x0a,0x80,0xee,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f16_e64 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0xef,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f16_e64 s10, v1, v2           ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f16_e64 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0xef,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f16_e64 s12, v1, v2           ; encoding: [0x0c,0x00,0xef,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f16_e64 s100, v1, v2
-// W32: encoding: [0x64,0x00,0xef,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f16_e64 s100, v1, v2          ; encoding: [0x64,0x00,0xef,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f16_e64 vcc_lo, v1, v2
-// W32: encoding: [0x6a,0x00,0xef,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f16_e64 vcc_lo, v1, v2        ; encoding: [0x6a,0x00,0xef,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f16_e64 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0xef,0xd4,0xff,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f16_e64 s10, v255, v2         ; encoding: [0x0a,0x00,0xef,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f16_e64 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0xef,0xd4,0x01,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f16_e64 s10, s1, v2           ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f16_e64 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0xef,0xd4,0x65,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f16_e64 s10, s101, v2         ; encoding: [0x0a,0x00,0xef,0xd4,0x65,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f16_e64 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0xef,0xd4,0x6a,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f16_e64 s10, vcc_lo, v2       ; encoding: [0x0a,0x00,0xef,0xd4,0x6a,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f16_e64 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0xef,0xd4,0x6b,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f16_e64 s10, vcc_hi, v2       ; encoding: [0x0a,0x00,0xef,0xd4,0x6b,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f16_e64 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0xef,0xd4,0x7c,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f16_e64 s10, m0, v2           ; encoding: [0x0a,0x00,0xef,0xd4,0x7c,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f16_e64 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0xef,0xd4,0x7e,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f16_e64 s10, exec_lo, v2      ; encoding: [0x0a,0x00,0xef,0xd4,0x7e,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f16_e64 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0xef,0xd4,0x7f,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f16_e64 s10, exec_hi, v2      ; encoding: [0x0a,0x00,0xef,0xd4,0x7f,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f16_e64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0xef,0xd4,0x80,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f16_e64 s10, 0, v2            ; encoding: [0x0a,0x00,0xef,0xd4,0x80,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f16_e64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0xef,0xd4,0xc1,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f16_e64 s10, -1, v2           ; encoding: [0x0a,0x00,0xef,0xd4,0xc1,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f16_e64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0xef,0xd4,0xf0,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f16_e64 s10, 0.5, v2          ; encoding: [0x0a,0x00,0xef,0xd4,0xf0,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f16_e64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0xef,0xd4,0xf7,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f16_e64 s10, -4.0, v2         ; encoding: [0x0a,0x00,0xef,0xd4,0xf7,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f16_e64 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0xef,0xd4,0x01,0xff,0x03,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f16_e64 s10, v1, v255         ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f16_e64 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0xef,0xd4,0x01,0x05,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f16_e64 s10, v1, s2           ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f16_e64 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0xef,0xd4,0x01,0xcb,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f16_e64 s10, v1, s101         ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0xcb,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f16_e64 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0xef,0xd4,0x01,0xd5,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f16_e64 s10, v1, vcc_lo       ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0xd5,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f16_e64 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0xef,0xd4,0x01,0xd7,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f16_e64 s10, v1, vcc_hi       ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0xd7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f16_e64 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0xef,0xd4,0x01,0xf9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f16_e64 s10, v1, m0           ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0xf9,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f16_e64 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0xef,0xd4,0x01,0xfd,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f16_e64 s10, v1, exec_lo      ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0xfd,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f16_e64 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0xef,0xd4,0x01,0xff,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f16_e64 s10, v1, exec_hi      ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0xff,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f16_e64 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0xef,0xd4,0x01,0x01,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f16_e64 s10, v1, 0            ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0x01,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f16_e64 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0xef,0xd4,0x01,0x83,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f16_e64 s10, v1, -1           ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0x83,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f16_e64 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0xef,0xd4,0x01,0xe1,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f16_e64 s10, v1, 0.5          ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0xe1,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f16_e64 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0xef,0xd4,0x01,0xef,0x01,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f16_e64 s10, v1, -4.0         ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0xef,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f16_e64 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0xef,0xd4,0x01,0x05,0x02,0x20]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f16_e64 s10, -v1, v2          ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0x05,0x02,0x20]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f16_e64 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0xef,0xd4,0x01,0x05,0x02,0x40]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f16_e64 s10, v1, -v2          ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0x05,0x02,0x40]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f16_e64 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0xef,0xd4,0x01,0x05,0x02,0x60]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f16_e64 s10, -v1, -v2         ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0x05,0x02,0x60]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction
 
 v_cmp_tru_f16_e64 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0xef,0xd4,0x01,0x05,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// W32: v_cmp_tru_f16_e64 s10, v1, v2 clamp     ; encoding: [0x0a,0x80,0xef,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:19: error: invalid operand for instruction

diff  --git a/llvm/test/MC/AMDGPU/gfx11_asm_operands.s b/llvm/test/MC/AMDGPU/gfx11_asm_operands.s
index 811789e1068c0..94bd5332e1f22 100644
--- a/llvm/test/MC/AMDGPU/gfx11_asm_operands.s
+++ b/llvm/test/MC/AMDGPU/gfx11_asm_operands.s
@@ -1,3 +1,4 @@
+// NOTE: Assertions have been autogenerated by utils/update_mc_test_checks.py UTC_ARGS: --version 6
 // RUN: llvm-mc -triple=amdgcn -mcpu=gfx1030 -show-encoding %s | FileCheck --check-prefix=GFX10 %s
 // RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1100 -show-encoding %s | FileCheck --check-prefix=GFX11 %s
 // RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1100 -filetype=null %s 2>&1 | FileCheck --check-prefixes=GFX11-ERR %s
@@ -11,133 +12,133 @@
 //---------------------------------------------------------------------------//
 
 s_cbranch_execz 0x100
-// GFX10: encoding: [0x00,0x01,0x88,0xbf]
-// GFX11: encoding: [0x00,0x01,0xa5,0xbf]
+// GFX10: s_cbranch_execz 256                     ; encoding: [0x00,0x01,0x88,0xbf]
+// GFX11: s_cbranch_execz 256                     ; encoding: [0x00,0x01,0xa5,0xbf]
 
 s_add_i32 s0, execz, s2
-// GFX10: encoding: [0xfc,0x02,0x00,0x81]
-// GFX11-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: src_execz register not available on this GPU
+// GFX10: s_add_i32 s0, src_execz, s2             ; encoding: [0xfc,0x02,0x00,0x81]
+// GFX11-ERR: :[[@LINE-2]]:15: error: src_execz register not available on this GPU
 
 s_add_i32 s0, src_execz, s2
-// GFX10: encoding: [0xfc,0x02,0x00,0x81]
-// GFX11-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: src_execz register not available on this GPU
+// GFX10: s_add_i32 s0, src_execz, s2             ; encoding: [0xfc,0x02,0x00,0x81]
+// GFX11-ERR: :[[@LINE-2]]:15: error: src_execz register not available on this GPU
 
 s_add_i32 s0, s1, execz
-// GFX10: encoding: [0x01,0xfc,0x00,0x81]
-// GFX11-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: src_execz register not available on this GPU
+// GFX10: s_add_i32 s0, s1, src_execz             ; encoding: [0x01,0xfc,0x00,0x81]
+// GFX11-ERR: :[[@LINE-2]]:19: error: src_execz register not available on this GPU
 
 s_add_i32 s0, s1, src_execz
-// GFX10: encoding: [0x01,0xfc,0x00,0x81]
-// GFX11-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: src_execz register not available on this GPU
+// GFX10: s_add_i32 s0, s1, src_execz             ; encoding: [0x01,0xfc,0x00,0x81]
+// GFX11-ERR: :[[@LINE-2]]:19: error: src_execz register not available on this GPU
 
 v_add_f64 v[0:1], execz, v[2:3]
-// GFX10: encoding: [0x00,0x00,0x64,0xd5,0xfc,0x04,0x02,0x00]
-// GFX11-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: src_execz register not available on this GPU
+// GFX10: v_add_f64 v[0:1], src_execz, v[2:3]     ; encoding: [0x00,0x00,0x64,0xd5,0xfc,0x04,0x02,0x00]
+// GFX11-ERR: :[[@LINE-2]]:19: error: src_execz register not available on this GPU
 
 v_add_f64 v[0:1], src_execz, v[2:3]
-// GFX10: encoding: [0x00,0x00,0x64,0xd5,0xfc,0x04,0x02,0x00]
-// GFX11-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: src_execz register not available on this GPU
+// GFX10: v_add_f64 v[0:1], src_execz, v[2:3]     ; encoding: [0x00,0x00,0x64,0xd5,0xfc,0x04,0x02,0x00]
+// GFX11-ERR: :[[@LINE-2]]:19: error: src_execz register not available on this GPU
 
 v_add_f64 v[0:1], v[1:2], execz
-// GFX10: encoding: [0x00,0x00,0x64,0xd5,0x01,0xf9,0x01,0x00]
-// GFX11-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: src_execz register not available on this GPU
+// GFX10: v_add_f64 v[0:1], v[1:2], src_execz     ; encoding: [0x00,0x00,0x64,0xd5,0x01,0xf9,0x01,0x00]
+// GFX11-ERR: :[[@LINE-2]]:27: error: src_execz register not available on this GPU
 
 v_add_f64 v[0:1], v[1:2], src_execz
-// GFX10: encoding: [0x00,0x00,0x64,0xd5,0x01,0xf9,0x01,0x00]
-// GFX11-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: src_execz register not available on this GPU
+// GFX10: v_add_f64 v[0:1], v[1:2], src_execz     ; encoding: [0x00,0x00,0x64,0xd5,0x01,0xf9,0x01,0x00]
+// GFX11-ERR: :[[@LINE-2]]:27: error: src_execz register not available on this GPU
 
 //---------------------------------------------------------------------------//
 // VCCZ
 //---------------------------------------------------------------------------//
 
 s_cbranch_vccz 0x100
-// GFX10: encoding: [0x00,0x01,0x86,0xbf]
-// GFX11: encoding: [0x00,0x01,0xa3,0xbf]
+// GFX10: s_cbranch_vccz 256                      ; encoding: [0x00,0x01,0x86,0xbf]
+// GFX11: s_cbranch_vccz 256                      ; encoding: [0x00,0x01,0xa3,0xbf]
 
 s_add_i32 s0, vccz, s2
-// GFX10: encoding: [0xfb,0x02,0x00,0x81]
-// GFX11-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: src_vccz register not available on this GPU
+// GFX10: s_add_i32 s0, src_vccz, s2              ; encoding: [0xfb,0x02,0x00,0x81]
+// GFX11-ERR: :[[@LINE-2]]:15: error: src_vccz register not available on this GPU
 
 s_add_i32 s0, src_vccz, s2
-// GFX10: encoding: [0xfb,0x02,0x00,0x81]
-// GFX11-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: src_vccz register not available on this GPU
+// GFX10: s_add_i32 s0, src_vccz, s2              ; encoding: [0xfb,0x02,0x00,0x81]
+// GFX11-ERR: :[[@LINE-2]]:15: error: src_vccz register not available on this GPU
 
 s_add_i32 s0, s1, vccz
-// GFX10: encoding: [0x01,0xfb,0x00,0x81]
-// GFX11-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: src_vccz register not available on this GPU
+// GFX10: s_add_i32 s0, s1, src_vccz              ; encoding: [0x01,0xfb,0x00,0x81]
+// GFX11-ERR: :[[@LINE-2]]:19: error: src_vccz register not available on this GPU
 
 s_add_i32 s0, s1, src_vccz
-// GFX10: encoding: [0x01,0xfb,0x00,0x81]
-// GFX11-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: src_vccz register not available on this GPU
+// GFX10: s_add_i32 s0, s1, src_vccz              ; encoding: [0x01,0xfb,0x00,0x81]
+// GFX11-ERR: :[[@LINE-2]]:19: error: src_vccz register not available on this GPU
 
 v_add_f64 v[0:1], vccz, v[2:3]
-// GFX10: encoding: [0x00,0x00,0x64,0xd5,0xfb,0x04,0x02,0x00]
-// GFX11-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: src_vccz register not available on this GPU
+// GFX10: v_add_f64 v[0:1], src_vccz, v[2:3]      ; encoding: [0x00,0x00,0x64,0xd5,0xfb,0x04,0x02,0x00]
+// GFX11-ERR: :[[@LINE-2]]:19: error: src_vccz register not available on this GPU
 
 v_add_f64 v[0:1], src_vccz, v[2:3]
-// GFX10: encoding: [0x00,0x00,0x64,0xd5,0xfb,0x04,0x02,0x00]
-// GFX11-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: src_vccz register not available on this GPU
+// GFX10: v_add_f64 v[0:1], src_vccz, v[2:3]      ; encoding: [0x00,0x00,0x64,0xd5,0xfb,0x04,0x02,0x00]
+// GFX11-ERR: :[[@LINE-2]]:19: error: src_vccz register not available on this GPU
 
 v_add_f64 v[0:1], v[1:2], vccz
-// GFX10: encoding: [0x00,0x00,0x64,0xd5,0x01,0xf7,0x01,0x00]
-// GFX11-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: src_vccz register not available on this GPU
+// GFX10: v_add_f64 v[0:1], v[1:2], src_vccz      ; encoding: [0x00,0x00,0x64,0xd5,0x01,0xf7,0x01,0x00]
+// GFX11-ERR: :[[@LINE-2]]:27: error: src_vccz register not available on this GPU
 
 v_add_f64 v[0:1], v[1:2], src_vccz
-// GFX10: encoding: [0x00,0x00,0x64,0xd5,0x01,0xf7,0x01,0x00]
-// GFX11-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: src_vccz register not available on this GPU
+// GFX10: v_add_f64 v[0:1], v[1:2], src_vccz      ; encoding: [0x00,0x00,0x64,0xd5,0x01,0xf7,0x01,0x00]
+// GFX11-ERR: :[[@LINE-2]]:27: error: src_vccz register not available on this GPU
 
 //---------------------------------------------------------------------------//
 // LDS_DIRECT
 //---------------------------------------------------------------------------//
 
 v_readfirstlane_b32 s0, lds_direct
-// GFX10: encoding: [0xfe,0x04,0x00,0x7e]
-// GFX11-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: lds_direct is not supported on this GPU
+// GFX10: v_readfirstlane_b32 s0, src_lds_direct  ; encoding: [0xfe,0x04,0x00,0x7e]
+// GFX11-ERR: :[[@LINE-2]]:25: error: lds_direct is not supported on this GPU
 
 v_readfirstlane_b32 s0, src_lds_direct
-// GFX10: encoding: [0xfe,0x04,0x00,0x7e]
-// GFX11-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: lds_direct is not supported on this GPU
+// GFX10: v_readfirstlane_b32 s0, src_lds_direct  ; encoding: [0xfe,0x04,0x00,0x7e]
+// GFX11-ERR: :[[@LINE-2]]:25: error: lds_direct is not supported on this GPU
 
 v_mov_b32 v0, lds_direct
-// GFX10: encoding: [0xfe,0x02,0x00,0x7e]
-// GFX11-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: lds_direct is not supported on this GPU
+// GFX10: v_mov_b32_e32 v0, src_lds_direct        ; encoding: [0xfe,0x02,0x00,0x7e]
+// GFX11-ERR: :[[@LINE-2]]:15: error: lds_direct is not supported on this GPU
 
 v_mov_b32 v0, src_lds_direct
-// GFX10: encoding: [0xfe,0x02,0x00,0x7e]
-// GFX11-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: lds_direct is not supported on this GPU
+// GFX10: v_mov_b32_e32 v0, src_lds_direct        ; encoding: [0xfe,0x02,0x00,0x7e]
+// GFX11-ERR: :[[@LINE-2]]:15: error: lds_direct is not supported on this GPU
 
 //---------------------------------------------------------------------------//
 // POPS_EXITING_WAVE_ID
 //---------------------------------------------------------------------------//
 
 s_add_i32 s0, src_pops_exiting_wave_id, s1
-// GFX10: encoding: [0xef,0x01,0x00,0x81]
-// GFX11-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: src_pops_exiting_wave_id register not available on this GPU
+// GFX10: s_add_i32 s0, src_pops_exiting_wave_id, s1 ; encoding: [0xef,0x01,0x00,0x81]
+// GFX11-ERR: :[[@LINE-2]]:15: error: src_pops_exiting_wave_id register not available on this GPU
 
 s_add_i32 s0, s1, src_pops_exiting_wave_id
-// GFX10: encoding: [0x01,0xef,0x00,0x81]
-// GFX11-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: src_pops_exiting_wave_id register not available on this GPU
+// GFX10: s_add_i32 s0, s1, src_pops_exiting_wave_id ; encoding: [0x01,0xef,0x00,0x81]
+// GFX11-ERR: :[[@LINE-2]]:19: error: src_pops_exiting_wave_id register not available on this GPU
 
 s_add_i32 s0, pops_exiting_wave_id, s1
-// GFX10: encoding: [0xef,0x01,0x00,0x81]
-// GFX11-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: src_pops_exiting_wave_id register not available on this GPU
+// GFX10: s_add_i32 s0, src_pops_exiting_wave_id, s1 ; encoding: [0xef,0x01,0x00,0x81]
+// GFX11-ERR: :[[@LINE-2]]:15: error: src_pops_exiting_wave_id register not available on this GPU
 
 s_add_i32 s0, s1, pops_exiting_wave_id
-// GFX10: encoding: [0x01,0xef,0x00,0x81]
-// GFX11-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: src_pops_exiting_wave_id register not available on this GPU
+// GFX10: s_add_i32 s0, s1, src_pops_exiting_wave_id ; encoding: [0x01,0xef,0x00,0x81]
+// GFX11-ERR: :[[@LINE-2]]:19: error: src_pops_exiting_wave_id register not available on this GPU
 
 v_add_co_u32 v0, s0, pops_exiting_wave_id, v1
-// GFX10: encoding: [0x00,0x00,0x0f,0xd7,0xef,0x02,0x02,0x00]
-// GFX11-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: src_pops_exiting_wave_id register not available on this GPU
+// GFX10: v_add_co_u32 v0, s0, src_pops_exiting_wave_id, v1 ; encoding: [0x00,0x00,0x0f,0xd7,0xef,0x02,0x02,0x00]
+// GFX11-ERR: :[[@LINE-2]]:22: error: src_pops_exiting_wave_id register not available on this GPU
 
 v_add_co_u32 v0, s0, src_pops_exiting_wave_id, v1
-// GFX10: encoding: [0x00,0x00,0x0f,0xd7,0xef,0x02,0x02,0x00]
-// GFX11-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: src_pops_exiting_wave_id register not available on this GPU
+// GFX10: v_add_co_u32 v0, s0, src_pops_exiting_wave_id, v1 ; encoding: [0x00,0x00,0x0f,0xd7,0xef,0x02,0x02,0x00]
+// GFX11-ERR: :[[@LINE-2]]:22: error: src_pops_exiting_wave_id register not available on this GPU
 
 v_add_co_u32 v0, s0, v1, pops_exiting_wave_id
-// GFX10: encoding: [0x00,0x00,0x0f,0xd7,0x01,0xdf,0x01,0x00]
-// GFX11-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: src_pops_exiting_wave_id register not available on this GPU
+// GFX10: v_add_co_u32 v0, s0, v1, src_pops_exiting_wave_id ; encoding: [0x00,0x00,0x0f,0xd7,0x01,0xdf,0x01,0x00]
+// GFX11-ERR: :[[@LINE-2]]:26: error: src_pops_exiting_wave_id register not available on this GPU
 
 v_add_co_u32 v0, s0, v1, src_pops_exiting_wave_id
-// GFX10: encoding: [0x00,0x00,0x0f,0xd7,0x01,0xdf,0x01,0x00]
-// GFX11-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: src_pops_exiting_wave_id register not available on this GPU
+// GFX10: v_add_co_u32 v0, s0, v1, src_pops_exiting_wave_id ; encoding: [0x00,0x00,0x0f,0xd7,0x01,0xdf,0x01,0x00]
+// GFX11-ERR: :[[@LINE-2]]:26: error: src_pops_exiting_wave_id register not available on this GPU

diff  --git a/llvm/test/MC/AMDGPU/lds_direct-gfx10.s b/llvm/test/MC/AMDGPU/lds_direct-gfx10.s
index 6a9ad98498cfa..9df7195ba2ca9 100644
--- a/llvm/test/MC/AMDGPU/lds_direct-gfx10.s
+++ b/llvm/test/MC/AMDGPU/lds_direct-gfx10.s
@@ -1,59 +1,60 @@
+// NOTE: Assertions have been autogenerated by utils/update_mc_test_checks.py UTC_ARGS: --version 6
 // RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1010 -show-encoding %s | FileCheck %s --check-prefix=GFX10
 // RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1010 %s -filetype=null 2>&1 | FileCheck %s --check-prefix=NOGFX10 --implicit-check-not=error:
 
 v_readfirstlane_b32 s0, lds_direct
-// GFX10: v_readfirstlane_b32 s0, src_lds_direct ; encoding: [0xfe,0x04,0x00,0x7e]
+// GFX10: v_readfirstlane_b32 s0, src_lds_direct  ; encoding: [0xfe,0x04,0x00,0x7e]
 
 v_readlane_b32 s0, lds_direct, s0
-// GFX10: v_readlane_b32 s0, src_lds_direct, s0 ; encoding: [0x00,0x00,0x60,0xd7,0xfe,0x00,0x00,0x00]
+// GFX10: v_readlane_b32 s0, src_lds_direct, s0   ; encoding: [0x00,0x00,0x60,0xd7,0xfe,0x00,0x00,0x00]
 
 v_writelane_b32 v0, lds_direct, s0
-// GFX10: v_writelane_b32 v0, src_lds_direct, s0 ; encoding: [0x00,0x00,0x61,0xd7,0xfe,0x00,0x00,0x00]
+// GFX10: v_writelane_b32 v0, src_lds_direct, s0  ; encoding: [0x00,0x00,0x61,0xd7,0xfe,0x00,0x00,0x00]
 
 v_permlane16_b32 v0, lds_direct, s0, s0
-// NOGFX10: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction
+// NOGFX10: :[[@LINE-1]]:22: error: invalid operand for instruction
 
 v_permlanex16_b32 v0, lds_direct, s0, s0
-// NOGFX10: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction
+// NOGFX10: :[[@LINE-1]]:23: error: invalid operand for instruction
 
 v_ashrrev_i16 v0, src_lds_direct, v0
-// NOGFX10: :[[@LINE-1]]:{{[0-9]+}}: error: lds_direct cannot be used with this instruction
+// NOGFX10: :[[@LINE-1]]:19: error: lds_direct cannot be used with this instruction
 
 v_ashrrev_i32 v0, src_lds_direct, v0
-// NOGFX10: :[[@LINE-1]]:{{[0-9]+}}: error: lds_direct cannot be used with this instruction
+// NOGFX10: :[[@LINE-1]]:19: error: lds_direct cannot be used with this instruction
 
 v_lshlrev_b16 v0, src_lds_direct, v0
-// NOGFX10: :[[@LINE-1]]:{{[0-9]+}}: error: lds_direct cannot be used with this instruction
+// NOGFX10: :[[@LINE-1]]:19: error: lds_direct cannot be used with this instruction
 
 v_lshlrev_b32 v0, src_lds_direct, v0
-// NOGFX10: :[[@LINE-1]]:{{[0-9]+}}: error: lds_direct cannot be used with this instruction
+// NOGFX10: :[[@LINE-1]]:19: error: lds_direct cannot be used with this instruction
 
 v_lshrrev_b16 v0, src_lds_direct, v0
-// NOGFX10: :[[@LINE-1]]:{{[0-9]+}}: error: lds_direct cannot be used with this instruction
+// NOGFX10: :[[@LINE-1]]:19: error: lds_direct cannot be used with this instruction
 
 v_lshrrev_b32 v0, src_lds_direct, v0
-// NOGFX10: :[[@LINE-1]]:{{[0-9]+}}: error: lds_direct cannot be used with this instruction
+// NOGFX10: :[[@LINE-1]]:19: error: lds_direct cannot be used with this instruction
 
 v_pk_ashrrev_i16 v0, src_lds_direct, v0
-// NOGFX10: :[[@LINE-1]]:{{[0-9]+}}: error: lds_direct cannot be used with this instruction
+// NOGFX10: :[[@LINE-1]]:22: error: lds_direct cannot be used with this instruction
 
 v_pk_lshlrev_b16 v0, src_lds_direct, v0
-// NOGFX10: :[[@LINE-1]]:{{[0-9]+}}: error: lds_direct cannot be used with this instruction
+// NOGFX10: :[[@LINE-1]]:22: error: lds_direct cannot be used with this instruction
 
 v_pk_lshrrev_b16 v0, src_lds_direct, v0
-// NOGFX10: :[[@LINE-1]]:{{[0-9]+}}: error: lds_direct cannot be used with this instruction
+// NOGFX10: :[[@LINE-1]]:22: error: lds_direct cannot be used with this instruction
 
 v_subrev_co_ci_u32 v0, vcc_lo, src_lds_direct, v0, vcc_lo
-// NOGFX10: :[[@LINE-1]]:{{[0-9]+}}: error: lds_direct cannot be used with this instruction
+// NOGFX10: :[[@LINE-1]]:32: error: lds_direct cannot be used with this instruction
 
 v_subrev_co_u32 v0, s0, src_lds_direct, v0
-// NOGFX10: :[[@LINE-1]]:{{[0-9]+}}: error: lds_direct cannot be used with this instruction
+// NOGFX10: :[[@LINE-1]]:25: error: lds_direct cannot be used with this instruction
 
 v_subrev_f16 v0, src_lds_direct, v0
-// NOGFX10: :[[@LINE-1]]:{{[0-9]+}}: error: lds_direct cannot be used with this instruction
+// NOGFX10: :[[@LINE-1]]:18: error: lds_direct cannot be used with this instruction
 
 v_subrev_f32 v0, src_lds_direct, v0
-// NOGFX10: :[[@LINE-1]]:{{[0-9]+}}: error: lds_direct cannot be used with this instruction
+// NOGFX10: :[[@LINE-1]]:18: error: lds_direct cannot be used with this instruction
 
 v_subrev_nc_u32 v0, src_lds_direct, v0
-// NOGFX10: :[[@LINE-1]]:{{[0-9]+}}: error: lds_direct cannot be used with this instruction
+// NOGFX10: :[[@LINE-1]]:21: error: lds_direct cannot be used with this instruction

diff  --git a/llvm/test/MC/AMDGPU/literalv216.s b/llvm/test/MC/AMDGPU/literalv216.s
index c89d138ae6b52..3d0df70d3eae9 100644
--- a/llvm/test/MC/AMDGPU/literalv216.s
+++ b/llvm/test/MC/AMDGPU/literalv216.s
@@ -1,3 +1,4 @@
+// NOTE: Assertions have been autogenerated by utils/update_mc_test_checks.py UTC_ARGS: --version 6
 // RUN: not llvm-mc -triple=amdgcn -mcpu=gfx900 -show-encoding %s | FileCheck %s --check-prefix=GFX9
 // RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1010 -show-encoding %s | FileCheck %s --check-prefix=GFX10
 
@@ -9,280 +10,280 @@
 //===----------------------------------------------------------------------===//
 
 v_pk_add_f16 v1, 0, v2
-// GFX9: v_pk_add_f16 v1, 0, v2 ; encoding: [0x01,0x40,0x8f,0xd3,0x80,0x04,0x02,0x18]
-// GFX10: v_pk_add_f16 v1, 0, v2 ; encoding: [0x01,0x40,0x0f,0xcc,0x80,0x04,0x02,0x18]
+// GFX10: v_pk_add_f16 v1, 0, v2                  ; encoding: [0x01,0x40,0x0f,0xcc,0x80,0x04,0x02,0x18]
+// GFX9: v_pk_add_f16 v1, 0, v2                  ; encoding: [0x01,0x40,0x8f,0xd3,0x80,0x04,0x02,0x18]
 
 v_pk_add_f16 v1, 0.0, v2
-// GFX9: v_pk_add_f16 v1, 0, v2 ; encoding: [0x01,0x40,0x8f,0xd3,0x80,0x04,0x02,0x18]
-// GFX10: v_pk_add_f16 v1, 0, v2 ; encoding: [0x01,0x40,0x0f,0xcc,0x80,0x04,0x02,0x18]
+// GFX10: v_pk_add_f16 v1, 0, v2                  ; encoding: [0x01,0x40,0x0f,0xcc,0x80,0x04,0x02,0x18]
+// GFX9: v_pk_add_f16 v1, 0, v2                  ; encoding: [0x01,0x40,0x8f,0xd3,0x80,0x04,0x02,0x18]
 
 v_pk_add_f16 v1, v2, 0
-// GFX9: v_pk_add_f16 v1, v2, 0 ; encoding: [0x01,0x40,0x8f,0xd3,0x02,0x01,0x01,0x18]
-// GFX10: v_pk_add_f16 v1, v2, 0 ; encoding: [0x01,0x40,0x0f,0xcc,0x02,0x01,0x01,0x18]
+// GFX10: v_pk_add_f16 v1, v2, 0                  ; encoding: [0x01,0x40,0x0f,0xcc,0x02,0x01,0x01,0x18]
+// GFX9: v_pk_add_f16 v1, v2, 0                  ; encoding: [0x01,0x40,0x8f,0xd3,0x02,0x01,0x01,0x18]
 
 v_pk_add_f16 v1, v2, 0.0
-// GFX9: v_pk_add_f16 v1, v2, 0 ; encoding: [0x01,0x40,0x8f,0xd3,0x02,0x01,0x01,0x18]
-// GFX10: v_pk_add_f16 v1, v2, 0 ; encoding: [0x01,0x40,0x0f,0xcc,0x02,0x01,0x01,0x18]
+// GFX10: v_pk_add_f16 v1, v2, 0                  ; encoding: [0x01,0x40,0x0f,0xcc,0x02,0x01,0x01,0x18]
+// GFX9: v_pk_add_f16 v1, v2, 0                  ; encoding: [0x01,0x40,0x8f,0xd3,0x02,0x01,0x01,0x18]
 
 v_pk_add_f16 v1, 1.0, v2
-// GFX9: v_pk_add_f16 v1, 1.0, v2 ; encoding: [0x01,0x40,0x8f,0xd3,0xf2,0x04,0x02,0x18]
-// GFX10: v_pk_add_f16 v1, 1.0, v2 ; encoding: [0x01,0x40,0x0f,0xcc,0xf2,0x04,0x02,0x18]
+// GFX10: v_pk_add_f16 v1, 1.0, v2                ; encoding: [0x01,0x40,0x0f,0xcc,0xf2,0x04,0x02,0x18]
+// GFX9: v_pk_add_f16 v1, 1.0, v2                ; encoding: [0x01,0x40,0x8f,0xd3,0xf2,0x04,0x02,0x18]
 
 v_pk_add_f16 v1, -1.0, v2
-// GFX9: v_pk_add_f16 v1, -1.0, v2 ; encoding: [0x01,0x40,0x8f,0xd3,0xf3,0x04,0x02,0x18]
-// GFX10: v_pk_add_f16 v1, -1.0, v2 ; encoding: [0x01,0x40,0x0f,0xcc,0xf3,0x04,0x02,0x18]
+// GFX10: v_pk_add_f16 v1, -1.0, v2               ; encoding: [0x01,0x40,0x0f,0xcc,0xf3,0x04,0x02,0x18]
+// GFX9: v_pk_add_f16 v1, -1.0, v2               ; encoding: [0x01,0x40,0x8f,0xd3,0xf3,0x04,0x02,0x18]
 
 v_pk_add_f16 v1, -0.5, v2
-// GFX9: v_pk_add_f16 v1, -0.5, v2 ; encoding: [0x01,0x40,0x8f,0xd3,0xf1,0x04,0x02,0x18]
-// GFX10: v_pk_add_f16 v1, -0.5, v2 ; encoding: [0x01,0x40,0x0f,0xcc,0xf1,0x04,0x02,0x18]
+// GFX10: v_pk_add_f16 v1, -0.5, v2               ; encoding: [0x01,0x40,0x0f,0xcc,0xf1,0x04,0x02,0x18]
+// GFX9: v_pk_add_f16 v1, -0.5, v2               ; encoding: [0x01,0x40,0x8f,0xd3,0xf1,0x04,0x02,0x18]
 
 v_pk_add_f16 v1, 0.5, v2
-// GFX9: v_pk_add_f16 v1, 0.5, v2 ; encoding: [0x01,0x40,0x8f,0xd3,0xf0,0x04,0x02,0x18]
-// GFX10: v_pk_add_f16 v1, 0.5, v2 ; encoding: [0x01,0x40,0x0f,0xcc,0xf0,0x04,0x02,0x18]
+// GFX10: v_pk_add_f16 v1, 0.5, v2                ; encoding: [0x01,0x40,0x0f,0xcc,0xf0,0x04,0x02,0x18]
+// GFX9: v_pk_add_f16 v1, 0.5, v2                ; encoding: [0x01,0x40,0x8f,0xd3,0xf0,0x04,0x02,0x18]
 
 v_pk_add_f16 v1, 2.0, v2
-// GFX9: v_pk_add_f16 v1, 2.0, v2 ; encoding: [0x01,0x40,0x8f,0xd3,0xf4,0x04,0x02,0x18]
-// GFX10: v_pk_add_f16 v1, 2.0, v2 ; encoding: [0x01,0x40,0x0f,0xcc,0xf4,0x04,0x02,0x18]
+// GFX10: v_pk_add_f16 v1, 2.0, v2                ; encoding: [0x01,0x40,0x0f,0xcc,0xf4,0x04,0x02,0x18]
+// GFX9: v_pk_add_f16 v1, 2.0, v2                ; encoding: [0x01,0x40,0x8f,0xd3,0xf4,0x04,0x02,0x18]
 
 v_pk_add_f16 v1, -2.0, v2
-// GFX9: v_pk_add_f16 v1, -2.0, v2 ; encoding: [0x01,0x40,0x8f,0xd3,0xf5,0x04,0x02,0x18]
-// GFX10: v_pk_add_f16 v1, -2.0, v2 ; encoding: [0x01,0x40,0x0f,0xcc,0xf5,0x04,0x02,0x18]
+// GFX10: v_pk_add_f16 v1, -2.0, v2               ; encoding: [0x01,0x40,0x0f,0xcc,0xf5,0x04,0x02,0x18]
+// GFX9: v_pk_add_f16 v1, -2.0, v2               ; encoding: [0x01,0x40,0x8f,0xd3,0xf5,0x04,0x02,0x18]
 
 v_pk_add_f16 v1, 4.0, v2
-// GFX9: v_pk_add_f16 v1, 4.0, v2 ; encoding: [0x01,0x40,0x8f,0xd3,0xf6,0x04,0x02,0x18]
-// GFX10: v_pk_add_f16 v1, 4.0, v2 ; encoding: [0x01,0x40,0x0f,0xcc,0xf6,0x04,0x02,0x18]
+// GFX10: v_pk_add_f16 v1, 4.0, v2                ; encoding: [0x01,0x40,0x0f,0xcc,0xf6,0x04,0x02,0x18]
+// GFX9: v_pk_add_f16 v1, 4.0, v2                ; encoding: [0x01,0x40,0x8f,0xd3,0xf6,0x04,0x02,0x18]
 
 v_pk_add_f16 v1, -4.0, v2
-// GFX9: v_pk_add_f16 v1, -4.0, v2 ; encoding: [0x01,0x40,0x8f,0xd3,0xf7,0x04,0x02,0x18]
-// GFX10: v_pk_add_f16 v1, -4.0, v2 ; encoding: [0x01,0x40,0x0f,0xcc,0xf7,0x04,0x02,0x18]
+// GFX10: v_pk_add_f16 v1, -4.0, v2               ; encoding: [0x01,0x40,0x0f,0xcc,0xf7,0x04,0x02,0x18]
+// GFX9: v_pk_add_f16 v1, -4.0, v2               ; encoding: [0x01,0x40,0x8f,0xd3,0xf7,0x04,0x02,0x18]
 
 v_pk_add_f16 v1, 0.15915494, v2
-// GFX9: v_pk_add_f16 v1, 0.15915494, v2 ; encoding: [0x01,0x40,0x8f,0xd3,0xf8,0x04,0x02,0x18]
-// GFX10: v_pk_add_f16 v1, 0.15915494, v2 ; encoding: [0x01,0x40,0x0f,0xcc,0xf8,0x04,0x02,0x18]
+// GFX10: v_pk_add_f16 v1, 0.15915494, v2         ; encoding: [0x01,0x40,0x0f,0xcc,0xf8,0x04,0x02,0x18]
+// GFX9: v_pk_add_f16 v1, 0.15915494, v2         ; encoding: [0x01,0x40,0x8f,0xd3,0xf8,0x04,0x02,0x18]
 
 v_pk_add_f16 v1, -1, v2
-// GFX9: v_pk_add_f16 v1, -1, v2 ; encoding: [0x01,0x40,0x8f,0xd3,0xc1,0x04,0x02,0x18]
-// GFX10: v_pk_add_f16 v1, -1, v2 ; encoding: [0x01,0x40,0x0f,0xcc,0xc1,0x04,0x02,0x18]
+// GFX10: v_pk_add_f16 v1, -1, v2                 ; encoding: [0x01,0x40,0x0f,0xcc,0xc1,0x04,0x02,0x18]
+// GFX9: v_pk_add_f16 v1, -1, v2                 ; encoding: [0x01,0x40,0x8f,0xd3,0xc1,0x04,0x02,0x18]
 
 v_pk_add_f16 v1, -2, v2
-// GFX9: v_pk_add_f16 v1, -2, v2 ; encoding: [0x01,0x40,0x8f,0xd3,0xc2,0x04,0x02,0x18]
-// GFX10: v_pk_add_f16 v1, -2, v2 ; encoding: [0x01,0x40,0x0f,0xcc,0xc2,0x04,0x02,0x18]
+// GFX10: v_pk_add_f16 v1, -2, v2                 ; encoding: [0x01,0x40,0x0f,0xcc,0xc2,0x04,0x02,0x18]
+// GFX9: v_pk_add_f16 v1, -2, v2                 ; encoding: [0x01,0x40,0x8f,0xd3,0xc2,0x04,0x02,0x18]
 
 v_pk_add_f16 v1, -3, v2
-// GFX9: v_pk_add_f16 v1, -3, v2 ; encoding: [0x01,0x40,0x8f,0xd3,0xc3,0x04,0x02,0x18]
-// GFX10: v_pk_add_f16 v1, -3, v2 ; encoding: [0x01,0x40,0x0f,0xcc,0xc3,0x04,0x02,0x18]
+// GFX10: v_pk_add_f16 v1, -3, v2                 ; encoding: [0x01,0x40,0x0f,0xcc,0xc3,0x04,0x02,0x18]
+// GFX9: v_pk_add_f16 v1, -3, v2                 ; encoding: [0x01,0x40,0x8f,0xd3,0xc3,0x04,0x02,0x18]
 
 v_pk_add_f16 v1, -16, v2
-// GFX9: v_pk_add_f16 v1, -16, v2 ; encoding: [0x01,0x40,0x8f,0xd3,0xd0,0x04,0x02,0x18]
-// GFX10: v_pk_add_f16 v1, -16, v2 ; encoding: [0x01,0x40,0x0f,0xcc,0xd0,0x04,0x02,0x18]
+// GFX10: v_pk_add_f16 v1, -16, v2                ; encoding: [0x01,0x40,0x0f,0xcc,0xd0,0x04,0x02,0x18]
+// GFX9: v_pk_add_f16 v1, -16, v2                ; encoding: [0x01,0x40,0x8f,0xd3,0xd0,0x04,0x02,0x18]
 
 v_pk_add_f16 v1, 1, v2
-// GFX9: v_pk_add_f16 v1, 1, v2 ; encoding: [0x01,0x40,0x8f,0xd3,0x81,0x04,0x02,0x18]
-// GFX10: v_pk_add_f16 v1, 1, v2 ; encoding: [0x01,0x40,0x0f,0xcc,0x81,0x04,0x02,0x18]
+// GFX10: v_pk_add_f16 v1, 1, v2                  ; encoding: [0x01,0x40,0x0f,0xcc,0x81,0x04,0x02,0x18]
+// GFX9: v_pk_add_f16 v1, 1, v2                  ; encoding: [0x01,0x40,0x8f,0xd3,0x81,0x04,0x02,0x18]
 
 v_pk_add_f16 v1, 2, v2
-// GFX9: v_pk_add_f16 v1, 2, v2 ; encoding: [0x01,0x40,0x8f,0xd3,0x82,0x04,0x02,0x18]
-// GFX10: v_pk_add_f16 v1, 2, v2 ; encoding: [0x01,0x40,0x0f,0xcc,0x82,0x04,0x02,0x18]
+// GFX10: v_pk_add_f16 v1, 2, v2                  ; encoding: [0x01,0x40,0x0f,0xcc,0x82,0x04,0x02,0x18]
+// GFX9: v_pk_add_f16 v1, 2, v2                  ; encoding: [0x01,0x40,0x8f,0xd3,0x82,0x04,0x02,0x18]
 
 v_pk_add_f16 v1, 3, v2
-// GFX9: v_pk_add_f16 v1, 3, v2 ; encoding: [0x01,0x40,0x8f,0xd3,0x83,0x04,0x02,0x18]
-// GFX10: v_pk_add_f16 v1, 3, v2 ; encoding: [0x01,0x40,0x0f,0xcc,0x83,0x04,0x02,0x18]
+// GFX10: v_pk_add_f16 v1, 3, v2                  ; encoding: [0x01,0x40,0x0f,0xcc,0x83,0x04,0x02,0x18]
+// GFX9: v_pk_add_f16 v1, 3, v2                  ; encoding: [0x01,0x40,0x8f,0xd3,0x83,0x04,0x02,0x18]
 
 v_pk_add_f16 v1, 4, v2
-// GFX9: v_pk_add_f16 v1, 4, v2 ; encoding: [0x01,0x40,0x8f,0xd3,0x84,0x04,0x02,0x18]
-// GFX10: v_pk_add_f16 v1, 4, v2 ; encoding: [0x01,0x40,0x0f,0xcc,0x84,0x04,0x02,0x18]
+// GFX10: v_pk_add_f16 v1, 4, v2                  ; encoding: [0x01,0x40,0x0f,0xcc,0x84,0x04,0x02,0x18]
+// GFX9: v_pk_add_f16 v1, 4, v2                  ; encoding: [0x01,0x40,0x8f,0xd3,0x84,0x04,0x02,0x18]
 
 v_pk_add_f16 v1, 15, v2
-// GFX9: v_pk_add_f16 v1, 15, v2 ; encoding: [0x01,0x40,0x8f,0xd3,0x8f,0x04,0x02,0x18]
-// GFX10: v_pk_add_f16 v1, 15, v2 ; encoding: [0x01,0x40,0x0f,0xcc,0x8f,0x04,0x02,0x18]
+// GFX10: v_pk_add_f16 v1, 15, v2                 ; encoding: [0x01,0x40,0x0f,0xcc,0x8f,0x04,0x02,0x18]
+// GFX9: v_pk_add_f16 v1, 15, v2                 ; encoding: [0x01,0x40,0x8f,0xd3,0x8f,0x04,0x02,0x18]
 
 v_pk_add_f16 v1, 16, v2
-// GFX9: v_pk_add_f16 v1, 16, v2 ; encoding: [0x01,0x40,0x8f,0xd3,0x90,0x04,0x02,0x18]
-// GFX10: v_pk_add_f16 v1, 16, v2 ; encoding: [0x01,0x40,0x0f,0xcc,0x90,0x04,0x02,0x18]
+// GFX10: v_pk_add_f16 v1, 16, v2                 ; encoding: [0x01,0x40,0x0f,0xcc,0x90,0x04,0x02,0x18]
+// GFX9: v_pk_add_f16 v1, 16, v2                 ; encoding: [0x01,0x40,0x8f,0xd3,0x90,0x04,0x02,0x18]
 
 v_pk_add_f16 v1, 63, v2
-// GFX9: v_pk_add_f16 v1, 63, v2 ; encoding: [0x01,0x40,0x8f,0xd3,0xbf,0x04,0x02,0x18]
-// GFX10: v_pk_add_f16 v1, 63, v2 ; encoding: [0x01,0x40,0x0f,0xcc,0xbf,0x04,0x02,0x18]
+// GFX10: v_pk_add_f16 v1, 63, v2                 ; encoding: [0x01,0x40,0x0f,0xcc,0xbf,0x04,0x02,0x18]
+// GFX9: v_pk_add_f16 v1, 63, v2                 ; encoding: [0x01,0x40,0x8f,0xd3,0xbf,0x04,0x02,0x18]
 
 v_pk_add_f16 v1, 64, v2
-// GFX9: v_pk_add_f16 v1, 64, v2 ; encoding: [0x01,0x40,0x8f,0xd3,0xc0,0x04,0x02,0x18]
-// GFX10: v_pk_add_f16 v1, 64, v2 ; encoding: [0x01,0x40,0x0f,0xcc,0xc0,0x04,0x02,0x18]
+// GFX10: v_pk_add_f16 v1, 64, v2                 ; encoding: [0x01,0x40,0x0f,0xcc,0xc0,0x04,0x02,0x18]
+// GFX9: v_pk_add_f16 v1, 64, v2                 ; encoding: [0x01,0x40,0x8f,0xd3,0xc0,0x04,0x02,0x18]
 
 v_pk_add_f16 v1, 0x0001, v2
-// GFX9: v_pk_add_f16 v1, 1, v2 ; encoding: [0x01,0x40,0x8f,0xd3,0x81,0x04,0x02,0x18]
-// GFX10: v_pk_add_f16 v1, 1, v2  ; encoding: [0x01,0x40,0x0f,0xcc,0x81,0x04,0x02,0x18]
+// GFX10: v_pk_add_f16 v1, 1, v2                  ; encoding: [0x01,0x40,0x0f,0xcc,0x81,0x04,0x02,0x18]
+// GFX9: v_pk_add_f16 v1, 1, v2                  ; encoding: [0x01,0x40,0x8f,0xd3,0x81,0x04,0x02,0x18]
 
 v_pk_add_f16 v1, 0xffff, v2
-// NOGFX9: :[[@LINE-1]]:{{[0-9]+}}: error: literal operands are not supported
-// GFX10: v_pk_add_f16 v1, 0xffff, v2 ; encoding: [0x01,0x40,0x0f,0xcc,0xff,0x04,0x02,0x18,0xff,0xff,0x00,0x00]
+// GFX10: v_pk_add_f16 v1, 0xffff, v2             ; encoding: [0x01,0x40,0x0f,0xcc,0xff,0x04,0x02,0x18,0xff,0xff,0x00,0x00]
+// NOGFX9: :[[@LINE-2]]:18: error: literal operands are not supported
 
 v_pk_add_f16 v1, 0xffffffff, v2
-// GFX9: v_pk_add_f16 v1, -1, v2 ; encoding: [0x01,0x40,0x8f,0xd3,0xc1,0x04,0x02,0x18]
-// GFX10: v_pk_add_f16 v1, -1, v2 ; encoding: [0x01,0x40,0x0f,0xcc,0xc1,0x04,0x02,0x18]
+// GFX10: v_pk_add_f16 v1, -1, v2                 ; encoding: [0x01,0x40,0x0f,0xcc,0xc1,0x04,0x02,0x18]
+// GFX9: v_pk_add_f16 v1, -1, v2                 ; encoding: [0x01,0x40,0x8f,0xd3,0xc1,0x04,0x02,0x18]
 
 v_pk_add_f16 v1, 0x3c00, v2
-// GFX9: v_pk_add_f16 v1, 1.0, v2 ; encoding: [0x01,0x40,0x8f,0xd3,0xf2,0x04,0x02,0x18]
-// GFX10: v_pk_add_f16 v1, 1.0, v2 ; encoding: [0x01,0x40,0x0f,0xcc,0xf2,0x04,0x02,0x18]
+// GFX10: v_pk_add_f16 v1, 1.0, v2                ; encoding: [0x01,0x40,0x0f,0xcc,0xf2,0x04,0x02,0x18]
+// GFX9: v_pk_add_f16 v1, 1.0, v2                ; encoding: [0x01,0x40,0x8f,0xd3,0xf2,0x04,0x02,0x18]
 
 v_pk_add_f16 v1, 0xbc00, v2
-// GFX9: v_pk_add_f16 v1, -1.0, v2 ; encoding: [0x01,0x40,0x8f,0xd3,0xf3,0x04,0x02,0x18]
-// GFX10: v_pk_add_f16 v1, -1.0, v2 ; encoding: [0x01,0x40,0x0f,0xcc,0xf3,0x04,0x02,0x18]
+// GFX10: v_pk_add_f16 v1, -1.0, v2               ; encoding: [0x01,0x40,0x0f,0xcc,0xf3,0x04,0x02,0x18]
+// GFX9: v_pk_add_f16 v1, -1.0, v2               ; encoding: [0x01,0x40,0x8f,0xd3,0xf3,0x04,0x02,0x18]
 
 v_pk_add_f16 v1, 0x3800, v2
-// GFX9: v_pk_add_f16 v1, 0.5, v2 ; encoding: [0x01,0x40,0x8f,0xd3,0xf0,0x04,0x02,0x18]
-// GFX10: v_pk_add_f16 v1, 0.5, v2 ; encoding: [0x01,0x40,0x0f,0xcc,0xf0,0x04,0x02,0x18]
+// GFX10: v_pk_add_f16 v1, 0.5, v2                ; encoding: [0x01,0x40,0x0f,0xcc,0xf0,0x04,0x02,0x18]
+// GFX9: v_pk_add_f16 v1, 0.5, v2                ; encoding: [0x01,0x40,0x8f,0xd3,0xf0,0x04,0x02,0x18]
 
 v_pk_add_f16 v1, 0xb800, v2
-// GFX9: v_pk_add_f16 v1, -0.5, v2 ; encoding: [0x01,0x40,0x8f,0xd3,0xf1,0x04,0x02,0x18]
-// GFX10: v_pk_add_f16 v1, -0.5, v2 ; encoding: [0x01,0x40,0x0f,0xcc,0xf1,0x04,0x02,0x18]
+// GFX10: v_pk_add_f16 v1, -0.5, v2               ; encoding: [0x01,0x40,0x0f,0xcc,0xf1,0x04,0x02,0x18]
+// GFX9: v_pk_add_f16 v1, -0.5, v2               ; encoding: [0x01,0x40,0x8f,0xd3,0xf1,0x04,0x02,0x18]
 
 v_pk_add_f16 v1, 0x4000, v2
-// GFX9: v_pk_add_f16 v1, 2.0, v2 ; encoding: [0x01,0x40,0x8f,0xd3,0xf4,0x04,0x02,0x18]
-// GFX10: v_pk_add_f16 v1, 2.0, v2 ; encoding: [0x01,0x40,0x0f,0xcc,0xf4,0x04,0x02,0x18]
+// GFX10: v_pk_add_f16 v1, 2.0, v2                ; encoding: [0x01,0x40,0x0f,0xcc,0xf4,0x04,0x02,0x18]
+// GFX9: v_pk_add_f16 v1, 2.0, v2                ; encoding: [0x01,0x40,0x8f,0xd3,0xf4,0x04,0x02,0x18]
 
 v_pk_add_f16 v1, 0xc000, v2
-// GFX9: v_pk_add_f16 v1, -2.0, v2 ; encoding: [0x01,0x40,0x8f,0xd3,0xf5,0x04,0x02,0x18]
-// GFX10: v_pk_add_f16 v1, -2.0, v2 ; encoding: [0x01,0x40,0x0f,0xcc,0xf5,0x04,0x02,0x18]
+// GFX10: v_pk_add_f16 v1, -2.0, v2               ; encoding: [0x01,0x40,0x0f,0xcc,0xf5,0x04,0x02,0x18]
+// GFX9: v_pk_add_f16 v1, -2.0, v2               ; encoding: [0x01,0x40,0x8f,0xd3,0xf5,0x04,0x02,0x18]
 
 v_pk_add_f16 v1, 0x4400, v2
-// GFX9: v_pk_add_f16 v1, 4.0, v2 ; encoding: [0x01,0x40,0x8f,0xd3,0xf6,0x04,0x02,0x18]
-// GFX10: v_pk_add_f16 v1, 4.0, v2 ; encoding: [0x01,0x40,0x0f,0xcc,0xf6,0x04,0x02,0x18]
+// GFX10: v_pk_add_f16 v1, 4.0, v2                ; encoding: [0x01,0x40,0x0f,0xcc,0xf6,0x04,0x02,0x18]
+// GFX9: v_pk_add_f16 v1, 4.0, v2                ; encoding: [0x01,0x40,0x8f,0xd3,0xf6,0x04,0x02,0x18]
 
 v_pk_add_f16 v1, 0xc400, v2
-// GFX9: v_pk_add_f16 v1, -4.0, v2 ; encoding: [0x01,0x40,0x8f,0xd3,0xf7,0x04,0x02,0x18]
-// GFX10: v_pk_add_f16 v1, -4.0, v2 ; encoding: [0x01,0x40,0x0f,0xcc,0xf7,0x04,0x02,0x18]
+// GFX10: v_pk_add_f16 v1, -4.0, v2               ; encoding: [0x01,0x40,0x0f,0xcc,0xf7,0x04,0x02,0x18]
+// GFX9: v_pk_add_f16 v1, -4.0, v2               ; encoding: [0x01,0x40,0x8f,0xd3,0xf7,0x04,0x02,0x18]
 
 v_pk_add_f16 v1, 0x3118, v2
-// GFX9: v_pk_add_f16 v1, 0.15915494, v2 ; encoding: [0x01,0x40,0x8f,0xd3,0xf8,0x04,0x02,0x18]
-// GFX10: v_pk_add_f16 v1, 0.15915494, v2 ; encoding: [0x01,0x40,0x0f,0xcc,0xf8,0x04,0x02,0x18]
+// GFX10: v_pk_add_f16 v1, 0.15915494, v2         ; encoding: [0x01,0x40,0x0f,0xcc,0xf8,0x04,0x02,0x18]
+// GFX9: v_pk_add_f16 v1, 0.15915494, v2         ; encoding: [0x01,0x40,0x8f,0xd3,0xf8,0x04,0x02,0x18]
 
 v_pk_add_f16 v1, 65535, v2
-// NOGFX9: :[[@LINE-1]]:{{[0-9]+}}: error: literal operands are not supported
-// GFX10: v_pk_add_f16 v1, 0xffff, v2 ; encoding: [0x01,0x40,0x0f,0xcc,0xff,0x04,0x02,0x18,0xff,0xff,0x00,0x00]
+// GFX10: v_pk_add_f16 v1, 0xffff, v2             ; encoding: [0x01,0x40,0x0f,0xcc,0xff,0x04,0x02,0x18,0xff,0xff,0x00,0x00]
+// NOGFX9: :[[@LINE-2]]:18: error: literal operands are not supported
 
 v_pk_add_f16 v1, 4294967295, v2
-// GFX9: v_pk_add_f16 v1, -1, v2 ; encoding: [0x01,0x40,0x8f,0xd3,0xc1,0x04,0x02,0x18]
-// GFX10: v_pk_add_f16 v1, -1, v2 ; encoding: [0x01,0x40,0x0f,0xcc,0xc1,0x04,0x02,0x18]
+// GFX10: v_pk_add_f16 v1, -1, v2                 ; encoding: [0x01,0x40,0x0f,0xcc,0xc1,0x04,0x02,0x18]
+// GFX9: v_pk_add_f16 v1, -1, v2                 ; encoding: [0x01,0x40,0x8f,0xd3,0xc1,0x04,0x02,0x18]
 
 //===----------------------------------------------------------------------===//
 // Integer literals
 //===----------------------------------------------------------------------===//
 
 v_pk_add_f16 v5, v1, 0x12345678
-// NOGFX9: :[[@LINE-1]]:{{[0-9]+}}: error: literal operands are not supported
-// GFX10: v_pk_add_f16 v5, v1, 0x12345678 ; encoding: [0x05,0x40,0x0f,0xcc,0x01,0xff,0x01,0x18,0x78,0x56,0x34,0x12]
+// GFX10: v_pk_add_f16 v5, v1, 0x12345678         ; encoding: [0x05,0x40,0x0f,0xcc,0x01,0xff,0x01,0x18,0x78,0x56,0x34,0x12]
+// NOGFX9: :[[@LINE-2]]:22: error: literal operands are not supported
 
 v_pk_add_f16 v5, 0x12345678, v2
-// NOGFX9: :[[@LINE-1]]:{{[0-9]+}}: error: literal operands are not supported
-// GFX10: v_pk_add_f16 v5, 0x12345678, v2 ; encoding: [0x05,0x40,0x0f,0xcc,0xff,0x04,0x02,0x18,0x78,0x56,0x34,0x12]
+// GFX10: v_pk_add_f16 v5, 0x12345678, v2         ; encoding: [0x05,0x40,0x0f,0xcc,0xff,0x04,0x02,0x18,0x78,0x56,0x34,0x12]
+// NOGFX9: :[[@LINE-2]]:18: error: literal operands are not supported
 
 v_pk_add_f16 v5, -256, v2
-// NOGFX9: :[[@LINE-1]]:{{[0-9]+}}: error: literal operands are not supported
-// GFX10: v_pk_add_f16 v5, 0xffffff00, v2 ; encoding: [0x05,0x40,0x0f,0xcc,0xff,0x04,0x02,0x18,0x00,0xff,0xff,0xff]
+// GFX10: v_pk_add_f16 v5, 0xffffff00, v2         ; encoding: [0x05,0x40,0x0f,0xcc,0xff,0x04,0x02,0x18,0x00,0xff,0xff,0xff]
+// NOGFX9: :[[@LINE-2]]:18: error: literal operands are not supported
 
 v_pk_add_f16 v5, v1, 256
-// NOGFX9: :[[@LINE-1]]:{{[0-9]+}}: error: literal operands are not supported
-// GFX10: v_pk_add_f16 v5, v1, 0x100      ; encoding: [0x05,0x40,0x0f,0xcc,0x01,0xff,0x01,0x18,0x00,0x01,0x00,0x00]
+// GFX10: v_pk_add_f16 v5, v1, 0x100              ; encoding: [0x05,0x40,0x0f,0xcc,0x01,0xff,0x01,0x18,0x00,0x01,0x00,0x00]
+// NOGFX9: :[[@LINE-2]]:22: error: literal operands are not supported
 
 v_pk_add_u16 v5, v1, 0x12345678
-// NOGFX9: :[[@LINE-1]]:{{[0-9]+}}: error: literal operands are not supported
-// GFX10: v_pk_add_u16 v5, v1, 0x12345678 ; encoding: [0x05,0x40,0x0a,0xcc,0x01,0xff,0x01,0x18,0x78,0x56,0x34,0x12]
+// GFX10: v_pk_add_u16 v5, v1, 0x12345678         ; encoding: [0x05,0x40,0x0a,0xcc,0x01,0xff,0x01,0x18,0x78,0x56,0x34,0x12]
+// NOGFX9: :[[@LINE-2]]:22: error: literal operands are not supported
 
 v_pk_add_u16 v5, 0x12345678, v2
-// NOGFX9: :[[@LINE-1]]:{{[0-9]+}}: error: literal operands are not supported
-// GFX10: v_pk_add_u16 v5, 0x12345678, v2 ; encoding: [0x05,0x40,0x0a,0xcc,0xff,0x04,0x02,0x18,0x78,0x56,0x34,0x12]
+// GFX10: v_pk_add_u16 v5, 0x12345678, v2         ; encoding: [0x05,0x40,0x0a,0xcc,0xff,0x04,0x02,0x18,0x78,0x56,0x34,0x12]
+// NOGFX9: :[[@LINE-2]]:18: error: literal operands are not supported
 
 v_pk_add_u16 v5, -256, v2
-// NOGFX9: :[[@LINE-1]]:{{[0-9]+}}: error: literal operands are not supported
-// GFX10: v_pk_add_u16 v5, 0xffffff00, v2 ; encoding: [0x05,0x40,0x0a,0xcc,0xff,0x04,0x02,0x18,0x00,0xff,0xff,0xff]
+// GFX10: v_pk_add_u16 v5, 0xffffff00, v2         ; encoding: [0x05,0x40,0x0a,0xcc,0xff,0x04,0x02,0x18,0x00,0xff,0xff,0xff]
+// NOGFX9: :[[@LINE-2]]:18: error: literal operands are not supported
 
 v_pk_add_u16 v5, v1, 256
-// NOGFX9: :[[@LINE-1]]:{{[0-9]+}}: error: literal operands are not supported
-// GFX10: v_pk_add_u16 v5, v1, 0x100      ; encoding: [0x05,0x40,0x0a,0xcc,0x01,0xff,0x01,0x18,0x00,0x01,0x00,0x00]
+// GFX10: v_pk_add_u16 v5, v1, 0x100              ; encoding: [0x05,0x40,0x0a,0xcc,0x01,0xff,0x01,0x18,0x00,0x01,0x00,0x00]
+// NOGFX9: :[[@LINE-2]]:22: error: literal operands are not supported
 
 v_pk_add_f16 v5, v1, 0x123456780
-// NOGFX9: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction
-// NOGFX10: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// NOGFX10: :[[@LINE-1]]:22: error: invalid operand for instruction
+// NOGFX9: :[[@LINE-2]]:22: error: invalid operand for instruction
 
 v_pk_add_u16 v5, v1, 0x123456780
-// NOGFX9: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction
-// NOGFX10: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// NOGFX10: :[[@LINE-1]]:22: error: invalid operand for instruction
+// NOGFX9: :[[@LINE-2]]:22: error: invalid operand for instruction
 
 v_pk_fma_f16 v5, 0xaf123456, v2, v3
-// NOGFX9: :[[@LINE-1]]:{{[0-9]+}}: error: literal operands are not supported
-// GFX10: v_pk_fma_f16 v5, 0xaf123456, v2, v3 ; encoding: [0x05,0x40,0x0e,0xcc,0xff,0x04,0x0e,0x1c,0x56,0x34,0x12,0xaf]
+// GFX10: v_pk_fma_f16 v5, 0xaf123456, v2, v3     ; encoding: [0x05,0x40,0x0e,0xcc,0xff,0x04,0x0e,0x1c,0x56,0x34,0x12,0xaf]
+// NOGFX9: :[[@LINE-2]]:18: error: literal operands are not supported
 
 v_pk_fma_f16 v5, v1, 0xaf123456, v3
-// NOGFX9: :[[@LINE-1]]:{{[0-9]+}}: error: literal operands are not supported
-// GFX10: v_pk_fma_f16 v5, v1, 0xaf123456, v3 ; encoding: [0x05,0x40,0x0e,0xcc,0x01,0xff,0x0d,0x1c,0x56,0x34,0x12,0xaf]
+// GFX10: v_pk_fma_f16 v5, v1, 0xaf123456, v3     ; encoding: [0x05,0x40,0x0e,0xcc,0x01,0xff,0x0d,0x1c,0x56,0x34,0x12,0xaf]
+// NOGFX9: :[[@LINE-2]]:22: error: literal operands are not supported
 
 v_pk_fma_f16 v5, v1, v2, 0xaf123456
-// NOGFX9: :[[@LINE-1]]:{{[0-9]+}}: error: literal operands are not supported
-// GFX10: v_pk_fma_f16 v5, v1, v2, 0xaf123456 ; encoding: [0x05,0x40,0x0e,0xcc,0x01,0x05,0xfe,0x1b,0x56,0x34,0x12,0xaf]
+// GFX10: v_pk_fma_f16 v5, v1, v2, 0xaf123456     ; encoding: [0x05,0x40,0x0e,0xcc,0x01,0x05,0xfe,0x1b,0x56,0x34,0x12,0xaf]
+// NOGFX9: :[[@LINE-2]]:26: error: literal operands are not supported
 
 v_pk_mad_i16 v5, 0xaf123456, v2, v3
-// NOGFX9: :[[@LINE-1]]:{{[0-9]+}}: error: literal operands are not supported
-// GFX10: v_pk_mad_i16 v5, 0xaf123456, v2, v3 ; encoding: [0x05,0x40,0x00,0xcc,0xff,0x04,0x0e,0x1c,0x56,0x34,0x12,0xaf]
+// GFX10: v_pk_mad_i16 v5, 0xaf123456, v2, v3     ; encoding: [0x05,0x40,0x00,0xcc,0xff,0x04,0x0e,0x1c,0x56,0x34,0x12,0xaf]
+// NOGFX9: :[[@LINE-2]]:18: error: literal operands are not supported
 
 v_pk_mad_i16 v5, v1, 0xaf123456, v3
-// NOGFX9: :[[@LINE-1]]:{{[0-9]+}}: error: literal operands are not supported
-// GFX10: v_pk_mad_i16 v5, v1, 0xaf123456, v3 ; encoding: [0x05,0x40,0x00,0xcc,0x01,0xff,0x0d,0x1c,0x56,0x34,0x12,0xaf]
+// GFX10: v_pk_mad_i16 v5, v1, 0xaf123456, v3     ; encoding: [0x05,0x40,0x00,0xcc,0x01,0xff,0x0d,0x1c,0x56,0x34,0x12,0xaf]
+// NOGFX9: :[[@LINE-2]]:22: error: literal operands are not supported
 
 v_pk_mad_i16 v5, v1, v2, 0xaf123456
-// NOGFX9: :[[@LINE-1]]:{{[0-9]+}}: error: literal operands are not supported
-// GFX10: v_pk_mad_i16 v5, v1, v2, 0xaf123456 ; encoding: [0x05,0x40,0x00,0xcc,0x01,0x05,0xfe,0x1b,0x56,0x34,0x12,0xaf]
+// GFX10: v_pk_mad_i16 v5, v1, v2, 0xaf123456     ; encoding: [0x05,0x40,0x00,0xcc,0x01,0x05,0xfe,0x1b,0x56,0x34,0x12,0xaf]
+// NOGFX9: :[[@LINE-2]]:26: error: literal operands are not supported
 
 v_pk_ashrrev_i16 v5, 0x12345678, v2
-// NOGFX9: :[[@LINE-1]]:{{[0-9]+}}: error: literal operands are not supported
-// GFX10: v_pk_ashrrev_i16 v5, 0x12345678, v2 ; encoding: [0x05,0x40,0x06,0xcc,0xff,0x04,0x02,0x18,0x78,0x56,0x34,0x12]
+// GFX10: v_pk_ashrrev_i16 v5, 0x12345678, v2     ; encoding: [0x05,0x40,0x06,0xcc,0xff,0x04,0x02,0x18,0x78,0x56,0x34,0x12]
+// NOGFX9: :[[@LINE-2]]:22: error: literal operands are not supported
 
 v_pk_ashrrev_i16 v5, v1, 0x12345678
-// NOGFX9: :[[@LINE-1]]:{{[0-9]+}}: error: literal operands are not supported
-// GFX10: v_pk_ashrrev_i16 v5, v1, 0x12345678 ; encoding: [0x05,0x40,0x06,0xcc,0x01,0xff,0x01,0x18,0x78,0x56,0x34,0x12]
+// GFX10: v_pk_ashrrev_i16 v5, v1, 0x12345678     ; encoding: [0x05,0x40,0x06,0xcc,0x01,0xff,0x01,0x18,0x78,0x56,0x34,0x12]
+// NOGFX9: :[[@LINE-2]]:26: error: literal operands are not supported
 
 //===----------------------------------------------------------------------===//
 // Floating-point literals (allowed if lossless conversion to f16 is possible)
 //===----------------------------------------------------------------------===//
 
 v_pk_add_f16 v5, v1, 0.1234
-// NOGFX9: :[[@LINE-1]]:{{[0-9]+}}: error: literal operands are not supported
-// GFX10: v_pk_add_f16 v5, v1, 0x2fe6     ; encoding: [0x05,0x40,0x0f,0xcc,0x01,0xff,0x01,0x18,0xe6,0x2f,0x00,0x00]
+// GFX10: v_pk_add_f16 v5, v1, 0x2fe6             ; encoding: [0x05,0x40,0x0f,0xcc,0x01,0xff,0x01,0x18,0xe6,0x2f,0x00,0x00]
+// NOGFX9: :[[@LINE-2]]:22: error: literal operands are not supported
 
 v_pk_add_u16 v5, v1, 0.1234
-// NOGFX9: :[[@LINE-1]]:{{[0-9]+}}: error: literal operands are not supported
-// GFX10: v_pk_add_u16 v5, v1, 0x3dfcb924 ; encoding: [0x05,0x40,0x0a,0xcc,0x01,0xff,0x01,0x18,0x24,0xb9,0xfc,0x3d]
+// GFX10: v_pk_add_u16 v5, v1, 0x3dfcb924         ; encoding: [0x05,0x40,0x0a,0xcc,0x01,0xff,0x01,0x18,0x24,0xb9,0xfc,0x3d]
+// NOGFX9: :[[@LINE-2]]:22: error: literal operands are not supported
 
 v_pk_fma_f16 v5, 0.1234, v2, v3
-// NOGFX9: :[[@LINE-1]]:{{[0-9]+}}: error: literal operands are not supported
-// GFX10: v_pk_fma_f16 v5, 0x2fe6, v2, v3 ; encoding: [0x05,0x40,0x0e,0xcc,0xff,0x04,0x0e,0x1c,0xe6,0x2f,0x00,0x00]
+// GFX10: v_pk_fma_f16 v5, 0x2fe6, v2, v3         ; encoding: [0x05,0x40,0x0e,0xcc,0xff,0x04,0x0e,0x1c,0xe6,0x2f,0x00,0x00]
+// NOGFX9: :[[@LINE-2]]:18: error: literal operands are not supported
 
 v_pk_fma_f16 v5, v1, 0.1234, v3
-// NOGFX9: :[[@LINE-1]]:{{[0-9]+}}: error: literal operands are not supported
-// GFX10: v_pk_fma_f16 v5, v1, 0x2fe6, v3 ; encoding: [0x05,0x40,0x0e,0xcc,0x01,0xff,0x0d,0x1c,0xe6,0x2f,0x00,0x00]
+// GFX10: v_pk_fma_f16 v5, v1, 0x2fe6, v3         ; encoding: [0x05,0x40,0x0e,0xcc,0x01,0xff,0x0d,0x1c,0xe6,0x2f,0x00,0x00]
+// NOGFX9: :[[@LINE-2]]:22: error: literal operands are not supported
 
 v_pk_fma_f16 v5, v1, v2, 0.1234
-// NOGFX9: :[[@LINE-1]]:{{[0-9]+}}: error: literal operands are not supported
-// GFX10: v_pk_fma_f16 v5, v1, v2, 0x2fe6 ; encoding: [0x05,0x40,0x0e,0xcc,0x01,0x05,0xfe,0x1b,0xe6,0x2f,0x00,0x00]
+// GFX10: v_pk_fma_f16 v5, v1, v2, 0x2fe6         ; encoding: [0x05,0x40,0x0e,0xcc,0x01,0x05,0xfe,0x1b,0xe6,0x2f,0x00,0x00]
+// NOGFX9: :[[@LINE-2]]:26: error: literal operands are not supported
 
 v_pk_mad_i16 v5, 0.1234, v2, v3
-// NOGFX9: :[[@LINE-1]]:{{[0-9]+}}: error: literal operands are not supported
-// GFX10: v_pk_mad_i16 v5, 0x3dfcb924, v2, v3 ; encoding: [0x05,0x40,0x00,0xcc,0xff,0x04,0x0e,0x1c,0x24,0xb9,0xfc,0x3d]
+// GFX10: v_pk_mad_i16 v5, 0x3dfcb924, v2, v3     ; encoding: [0x05,0x40,0x00,0xcc,0xff,0x04,0x0e,0x1c,0x24,0xb9,0xfc,0x3d]
+// NOGFX9: :[[@LINE-2]]:18: error: literal operands are not supported
 
 v_pk_mad_i16 v5, v1, 0.1234, v3
-// NOGFX9: :[[@LINE-1]]:{{[0-9]+}}: error: literal operands are not supported
-// GFX10: v_pk_mad_i16 v5, v1, 0x3dfcb924, v3 ; encoding: [0x05,0x40,0x00,0xcc,0x01,0xff,0x0d,0x1c,0x24,0xb9,0xfc,0x3d]
+// GFX10: v_pk_mad_i16 v5, v1, 0x3dfcb924, v3     ; encoding: [0x05,0x40,0x00,0xcc,0x01,0xff,0x0d,0x1c,0x24,0xb9,0xfc,0x3d]
+// NOGFX9: :[[@LINE-2]]:22: error: literal operands are not supported
 
 v_pk_mad_i16 v5, v1, v2, 0.1234
-// NOGFX9: :[[@LINE-1]]:{{[0-9]+}}: error: literal operands are not supported
-// GFX10: v_pk_mad_i16 v5, v1, v2, 0x3dfcb924 ; encoding: [0x05,0x40,0x00,0xcc,0x01,0x05,0xfe,0x1b,0x24,0xb9,0xfc,0x3d]
+// GFX10: v_pk_mad_i16 v5, v1, v2, 0x3dfcb924     ; encoding: [0x05,0x40,0x00,0xcc,0x01,0x05,0xfe,0x1b,0x24,0xb9,0xfc,0x3d]
+// NOGFX9: :[[@LINE-2]]:26: error: literal operands are not supported
 
 v_pk_add_f16 v5, v1, 123456.0
-// NOGFX9: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction
-// NOGFX10: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+// NOGFX10: :[[@LINE-1]]:22: error: invalid operand for instruction
+// NOGFX9: :[[@LINE-2]]:22: error: invalid operand for instruction
 
 v_pk_add_u16 v5, v1, 123456.0
-// NOGFX9: :[[@LINE-1]]:{{[0-9]+}}: error: literal operands are not supported
-// GFX10: v_pk_add_u16 v5, v1, 0x47f12000 ; encoding: [0x05,0x40,0x0a,0xcc,0x01,0xff,0x01,0x18,0x00,0x20,0xf1,0x47]
+// GFX10: v_pk_add_u16 v5, v1, 0x47f12000         ; encoding: [0x05,0x40,0x0a,0xcc,0x01,0xff,0x01,0x18,0x00,0x20,0xf1,0x47]
+// NOGFX9: :[[@LINE-2]]:22: error: literal operands are not supported
 
 //===----------------------------------------------------------------------===//
 // Packed VOP2
@@ -290,5 +291,5 @@ v_pk_add_u16 v5, v1, 123456.0
 
 // FIXME: v_pk_fmac_f16 cannot be promoted to VOP3 so '_e32' suffix is not valid
 v_pk_fmac_f16 v5, 0x12345678, v2
-// NOGFX9: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
-// GFX10: v_pk_fmac_f16 v5, 0x12345678, v2 ; encoding: [0xff,0x04,0x0a,0x78,0x78,0x56,0x34,0x12]
+// GFX10: v_pk_fmac_f16 v5, 0x12345678, v2        ; encoding: [0xff,0x04,0x0a,0x78,0x78,0x56,0x34,0x12]
+// NOGFX9: :[[@LINE-2]]:1: error: instruction not supported on this GPU

diff  --git a/llvm/test/MC/AMDGPU/wave32.s b/llvm/test/MC/AMDGPU/wave32.s
index 855da03f92ee4..0efb3bff66406 100644
--- a/llvm/test/MC/AMDGPU/wave32.s
+++ b/llvm/test/MC/AMDGPU/wave32.s
@@ -1,19 +1,20 @@
+// NOTE: Assertions have been autogenerated by utils/update_mc_test_checks.py UTC_ARGS: --version 6
 // RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize32 -show-encoding %s | FileCheck -check-prefix=GFX1032 %s
 // RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize64 -show-encoding %s | FileCheck -check-prefix=GFX1064 %s
 // RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize32 %s -filetype=null 2>&1 | FileCheck -check-prefix=GFX1032-ERR --implicit-check-not=error: %s
 // RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize64 %s -filetype=null 2>&1 | FileCheck -check-prefix=GFX1064-ERR --implicit-check-not=error: %s
 
 v_cmp_ge_i32_e32 s0, v0
-// GFX1032: v_cmp_ge_i32_e32 vcc_lo, s0, v0 ; encoding: [0x00,0x00,0x0c,0x7d]
-// GFX1064: v_cmp_ge_i32_e32 vcc, s0, v0 ; encoding: [0x00,0x00,0x0c,0x7d]
+// GFX1032: v_cmp_ge_i32_e32 vcc_lo, s0, v0         ; encoding: [0x00,0x00,0x0c,0x7d]
+// GFX1064: v_cmp_ge_i32_e32 vcc, s0, v0            ; encoding: [0x00,0x00,0x0c,0x7d]
 
 v_cmp_ge_i32_e32 vcc_lo, s0, v1
-// GFX1032: v_cmp_ge_i32_e32 vcc_lo, s0, v1 ; encoding: [0x00,0x02,0x0c,0x7d]
+// GFX1032: v_cmp_ge_i32_e32 vcc_lo, s0, v1         ; encoding: [0x00,0x02,0x0c,0x7d]
 // GFX1064-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_cmp_ge_i32_e32 vcc, s0, v2
 // GFX1032-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
-// GFX1064: v_cmp_ge_i32_e32 vcc, s0, v2 ; encoding: [0x00,0x04,0x0c,0x7d]
+// GFX1064: v_cmp_ge_i32_e32 vcc, s0, v2            ; encoding: [0x00,0x04,0x0c,0x7d]
 
 v_cmp_le_f16_sdwa s0, v3, v4 src0_sel:WORD_1 src1_sel:DWORD
 // GFX1032: v_cmp_le_f16_sdwa s0, v3, v4 src0_sel:WORD_1 src1_sel:DWORD ; encoding: [0xf9,0x08,0x96,0x7d,0x03,0x80,0x05,0x06]
@@ -24,12 +25,12 @@ v_cmp_le_f16_sdwa s[0:1], v3, v4 src0_sel:WORD_1 src1_sel:DWORD
 // GFX1064: v_cmp_le_f16_sdwa s[0:1], v3, v4 src0_sel:WORD_1 src1_sel:DWORD ; encoding: [0xf9,0x08,0x96,0x7d,0x03,0x80,0x05,0x06]
 
 v_cmp_class_f32_e32 vcc_lo, s0, v0
-// GFX1032: v_cmp_class_f32_e32 vcc_lo, s0, v0 ; encoding: [0x00,0x00,0x10,0x7d]
+// GFX1032: v_cmp_class_f32_e32 vcc_lo, s0, v0      ; encoding: [0x00,0x00,0x10,0x7d]
 // GFX1064-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_cmp_class_f32_e32 vcc, s0, v0
 // GFX1032-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
-// GFX1064: v_cmp_class_f32_e32 vcc, s0, v0 ; encoding: [0x00,0x00,0x10,0x7d]
+// GFX1064: v_cmp_class_f32_e32 vcc, s0, v0         ; encoding: [0x00,0x00,0x10,0x7d]
 
 // TODO-GFX10: The following encoding does not match SP3's encoding, which is:
 //  [0xf9,0x04,0x1e,0x7d,0x01,0x06,0x06,0x06]
@@ -52,40 +53,40 @@ v_cmp_class_f16_sdwa s[0:1], v1, v2 src0_sel:DWORD src1_sel:DWORD
 // GFX1064: v_cmp_class_f16_sdwa s[0:1], v1, v2 src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x1e,0x7d,0x01,0x80,0x06,0x06]
 
 v_cndmask_b32_e32 v1, v2, v3,
-// GFX1032: v_cndmask_b32_e32 v1, v2, v3, vcc_lo ; encoding: [0x02,0x07,0x02,0x02]
-// GFX1064: v_cndmask_b32_e32 v1, v2, v3, vcc ; encoding: [0x02,0x07,0x02,0x02]
+// GFX1032: v_cndmask_b32_e32 v1, v2, v3, vcc_lo    ; encoding: [0x02,0x07,0x02,0x02]
+// GFX1064: v_cndmask_b32_e32 v1, v2, v3, vcc       ; encoding: [0x02,0x07,0x02,0x02]
 
 v_cndmask_b32_e32 v1, v2, v3, vcc_lo
-// GFX1032: v_cndmask_b32_e32 v1, v2, v3, vcc_lo ; encoding: [0x02,0x07,0x02,0x02]
+// GFX1032: v_cndmask_b32_e32 v1, v2, v3, vcc_lo    ; encoding: [0x02,0x07,0x02,0x02]
 // GFX1064-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_cndmask_b32_e32 v1, v2, v3, vcc
 // GFX1032-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
-// GFX1064: v_cndmask_b32_e32 v1, v2, v3, vcc ; encoding: [0x02,0x07,0x02,0x02]
+// GFX1064: v_cndmask_b32_e32 v1, v2, v3, vcc       ; encoding: [0x02,0x07,0x02,0x02]
 
 v_cndmask_b32_sdwa v5, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD
-// GFX1032: v_cndmask_b32_sdwa v5, v1, v2, vcc_lo  dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x02,0x01,0x16,0x06,0x06]
-// GFX1064: v_cndmask_b32_sdwa v5, v1, v2, vcc  dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x02,0x01,0x16,0x06,0x06]
+// GFX1032: v_cndmask_b32_sdwa v5, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x02,0x01,0x16,0x06,0x06]
+// GFX1064: v_cndmask_b32_sdwa v5, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x02,0x01,0x16,0x06,0x06]
 
 v_cndmask_b32_sdwa v5, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD
-// GFX1032: v_cndmask_b32_sdwa v5, v1, v2, vcc_lo  dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x02,0x01,0x16,0x06,0x06]
+// GFX1032: v_cndmask_b32_sdwa v5, v1, v2, vcc_lo dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x02,0x01,0x16,0x06,0x06]
 // GFX1064-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_cndmask_b32_sdwa v5, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD
 // GFX1032-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
-// GFX1064: v_cndmask_b32_sdwa v5, v1, v2, vcc  dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x02,0x01,0x16,0x06,0x06]
+// GFX1064: v_cndmask_b32_sdwa v5, v1, v2, vcc dst_sel:DWORD dst_unused:UNUSED_PRESERVE src0_sel:DWORD src1_sel:DWORD ; encoding: [0xf9,0x04,0x0a,0x02,0x01,0x16,0x06,0x06]
 
 v_cndmask_b32_dpp v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX1032: v_cndmask_b32_dpp v5, v1, v2, vcc_lo  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x02,0x01,0xe4,0x00,0x00]
-// GFX1064: v_cndmask_b32_dpp v5, v1, v2, vcc  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x02,0x01,0xe4,0x00,0x00]
+// GFX1032: v_cndmask_b32_dpp v5, v1, v2, vcc_lo quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x02,0x01,0xe4,0x00,0x00]
+// GFX1064: v_cndmask_b32_dpp v5, v1, v2, vcc quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x02,0x01,0xe4,0x00,0x00]
 
 v_cndmask_b32_dpp v5, v1, v2, vcc_lo quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
-// GFX1032: v_cndmask_b32_dpp v5, v1, v2, vcc_lo  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x02,0x01,0xe4,0x00,0x00]
+// GFX1032: v_cndmask_b32_dpp v5, v1, v2, vcc_lo quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x02,0x01,0xe4,0x00,0x00]
 // GFX1064-ERR: :[[@LINE-2]]:1: error: operands are not valid for this GPU or mode
 
 v_cndmask_b32_dpp v5, v1, v2, vcc quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
 // GFX1032-ERR: :[[@LINE-1]]:1: error: operands are not valid for this GPU or mode
-// GFX1064: v_cndmask_b32_dpp v5, v1, v2, vcc  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x02,0x01,0xe4,0x00,0x00]
+// GFX1064: v_cndmask_b32_dpp v5, v1, v2, vcc quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x02,0x01,0xe4,0x00,0x00]
 
 v_add_co_u32_e32 v2, vcc_lo, s0, v2
 // GFX1032-ERR: :[[@LINE-1]]:1: error: e32 variant of this instruction is not supported
@@ -296,35 +297,35 @@ v_subrev_co_ci_u32_dpp v5, vcc, v1, v2, vcc quad_perm:[0,1,2,3] row_mask:0x0 ban
 // GFX1064: v_subrev_co_ci_u32_dpp v5, vcc, v1, v2, vcc quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 ; encoding: [0xfa,0x04,0x0a,0x54,0x01,0xe4,0x00,0x00]
 
 v_add_co_u32 v0, s0, v0, v2
-// GFX1032: v_add_co_u32 v0, s0, v0, v2 ; encoding: [0x00,0x00,0x0f,0xd7,0x00,0x05,0x02,0x00]
+// GFX1032: v_add_co_u32 v0, s0, v0, v2             ; encoding: [0x00,0x00,0x0f,0xd7,0x00,0x05,0x02,0x00]
 // GFX1064-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_add_co_u32_e64 v0, s0, v0, v2
-// GFX1032: v_add_co_u32 v0, s0, v0, v2 ; encoding: [0x00,0x00,0x0f,0xd7,0x00,0x05,0x02,0x00]
+// GFX1032: v_add_co_u32 v0, s0, v0, v2             ; encoding: [0x00,0x00,0x0f,0xd7,0x00,0x05,0x02,0x00]
 // GFX1064-ERR: :[[@LINE-2]]:22: error: invalid operand for instruction
 
 v_add_co_ci_u32_e64 v4, s0, v1, v5, s2
-// GFX1032: v_add_co_ci_u32_e64 v4, s0, v1, v5, s2 ; encoding: [0x04,0x00,0x28,0xd5,0x01,0x0b,0x0a,0x00]
+// GFX1032: v_add_co_ci_u32_e64 v4, s0, v1, v5, s2  ; encoding: [0x04,0x00,0x28,0xd5,0x01,0x0b,0x0a,0x00]
 // GFX1064-ERR: :[[@LINE-2]]:25: error: invalid operand for instruction
 
 v_sub_co_u32 v0, s0, v0, v2
-// GFX1032: v_sub_co_u32 v0, s0, v0, v2 ; encoding: [0x00,0x00,0x10,0xd7,0x00,0x05,0x02,0x00]
+// GFX1032: v_sub_co_u32 v0, s0, v0, v2             ; encoding: [0x00,0x00,0x10,0xd7,0x00,0x05,0x02,0x00]
 // GFX1064-ERR: :[[@LINE-2]]:18: error: invalid operand for instruction
 
 v_sub_co_u32_e64 v0, s0, v0, v2
-// GFX1032: v_sub_co_u32 v0, s0, v0, v2 ; encoding: [0x00,0x00,0x10,0xd7,0x00,0x05,0x02,0x00]
+// GFX1032: v_sub_co_u32 v0, s0, v0, v2             ; encoding: [0x00,0x00,0x10,0xd7,0x00,0x05,0x02,0x00]
 // GFX1064-ERR: :[[@LINE-2]]:22: error: invalid operand for instruction
 
 v_sub_co_ci_u32_e64 v4, s0, v1, v5, s2
-// GFX1032: v_sub_co_ci_u32_e64 v4, s0, v1, v5, s2 ; encoding: [0x04,0x00,0x29,0xd5,0x01,0x0b,0x0a,0x00]
+// GFX1032: v_sub_co_ci_u32_e64 v4, s0, v1, v5, s2  ; encoding: [0x04,0x00,0x29,0xd5,0x01,0x0b,0x0a,0x00]
 // GFX1064-ERR: :[[@LINE-2]]:25: error: invalid operand for instruction
 
 v_subrev_co_u32 v0, s0, v0, v2
-// GFX1032: v_subrev_co_u32 v0, s0, v0, v2 ; encoding: [0x00,0x00,0x19,0xd7,0x00,0x05,0x02,0x00]
+// GFX1032: v_subrev_co_u32 v0, s0, v0, v2          ; encoding: [0x00,0x00,0x19,0xd7,0x00,0x05,0x02,0x00]
 // GFX1064-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_subrev_co_u32_e64 v0, s0, v0, v2
-// GFX1032: v_subrev_co_u32 v0, s0, v0, v2 ; encoding: [0x00,0x00,0x19,0xd7,0x00,0x05,0x02,0x00]
+// GFX1032: v_subrev_co_u32 v0, s0, v0, v2          ; encoding: [0x00,0x00,0x19,0xd7,0x00,0x05,0x02,0x00]
 // GFX1064-ERR: :[[@LINE-2]]:25: error: invalid operand for instruction
 
 v_subrev_co_ci_u32_e64 v4, s0, v1, v5, s2
@@ -333,11 +334,11 @@ v_subrev_co_ci_u32_e64 v4, s0, v1, v5, s2
 
 v_add_co_u32 v0, s[0:1], v0, v2
 // GFX1032-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
-// GFX1064: v_add_co_u32 v0, s[0:1], v0, v2 ; encoding: [0x00,0x00,0x0f,0xd7,0x00,0x05,0x02,0x00]
+// GFX1064: v_add_co_u32 v0, s[0:1], v0, v2         ; encoding: [0x00,0x00,0x0f,0xd7,0x00,0x05,0x02,0x00]
 
 v_add_co_u32_e64 v0, s[0:1], v0, v2
 // GFX1032-ERR: :[[@LINE-1]]:22: error: invalid operand for instruction
-// GFX1064: v_add_co_u32 v0, s[0:1], v0, v2 ; encoding: [0x00,0x00,0x0f,0xd7,0x00,0x05,0x02,0x00]
+// GFX1064: v_add_co_u32 v0, s[0:1], v0, v2         ; encoding: [0x00,0x00,0x0f,0xd7,0x00,0x05,0x02,0x00]
 
 v_add_co_ci_u32_e64 v4, s[0:1], v1, v5, s[2:3]
 // GFX1032-ERR: :[[@LINE-1]]:25: error: invalid operand for instruction
@@ -345,11 +346,11 @@ v_add_co_ci_u32_e64 v4, s[0:1], v1, v5, s[2:3]
 
 v_sub_co_u32 v0, s[0:1], v0, v2
 // GFX1032-ERR: :[[@LINE-1]]:18: error: invalid operand for instruction
-// GFX1064: v_sub_co_u32 v0, s[0:1], v0, v2 ; encoding: [0x00,0x00,0x10,0xd7,0x00,0x05,0x02,0x00]
+// GFX1064: v_sub_co_u32 v0, s[0:1], v0, v2         ; encoding: [0x00,0x00,0x10,0xd7,0x00,0x05,0x02,0x00]
 
 v_sub_co_u32_e64 v0, s[0:1], v0, v2
 // GFX1032-ERR: :[[@LINE-1]]:22: error: invalid operand for instruction
-// GFX1064: v_sub_co_u32 v0, s[0:1], v0, v2 ; encoding: [0x00,0x00,0x10,0xd7,0x00,0x05,0x02,0x00]
+// GFX1064: v_sub_co_u32 v0, s[0:1], v0, v2         ; encoding: [0x00,0x00,0x10,0xd7,0x00,0x05,0x02,0x00]
 
 v_sub_co_ci_u32_e64 v4, s[0:1], v1, v5, s[2:3]
 // GFX1032-ERR: :[[@LINE-1]]:25: error: invalid operand for instruction
@@ -357,11 +358,11 @@ v_sub_co_ci_u32_e64 v4, s[0:1], v1, v5, s[2:3]
 
 v_subrev_co_u32 v0, s[0:1], v0, v2
 // GFX1032-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
-// GFX1064: v_subrev_co_u32 v0, s[0:1], v0, v2 ; encoding: [0x00,0x00,0x19,0xd7,0x00,0x05,0x02,0x00]
+// GFX1064: v_subrev_co_u32 v0, s[0:1], v0, v2      ; encoding: [0x00,0x00,0x19,0xd7,0x00,0x05,0x02,0x00]
 
 v_subrev_co_u32_e64 v0, s[0:1], v0, v2
 // GFX1032-ERR: :[[@LINE-1]]:25: error: invalid operand for instruction
-// GFX1064: v_subrev_co_u32 v0, s[0:1], v0, v2 ; encoding: [0x00,0x00,0x19,0xd7,0x00,0x05,0x02,0x00]
+// GFX1064: v_subrev_co_u32 v0, s[0:1], v0, v2      ; encoding: [0x00,0x00,0x19,0xd7,0x00,0x05,0x02,0x00]
 
 v_subrev_co_ci_u32_e64 v4, s[0:1], v1, v5, s[2:3]
 // GFX1032-ERR: :[[@LINE-1]]:28: error: invalid operand for instruction
@@ -384,12 +385,12 @@ v_add_co_ci_u32_e64 v4, s[0:1], v1, v5, vcc
 // GFX1064: v_add_co_ci_u32_e64 v4, s[0:1], v1, v5, vcc ; encoding: [0x04,0x00,0x28,0xd5,0x01,0x0b,0xaa,0x01]
 
 v_div_scale_f32 v2, s2, v0, v0, v2
-// GFX1032: v_div_scale_f32 v2, s2, v0, v0, v2 ; encoding: [0x02,0x02,0x6d,0xd5,0x00,0x01,0x0a,0x04]
+// GFX1032: v_div_scale_f32 v2, s2, v0, v0, v2      ; encoding: [0x02,0x02,0x6d,0xd5,0x00,0x01,0x0a,0x04]
 // GFX1064-ERR: :[[@LINE-2]]:21: error: invalid operand for instruction
 
 v_div_scale_f32 v2, s[2:3], v0, v0, v2
 // GFX1032-ERR: :[[@LINE-1]]:21: error: invalid operand for instruction
-// GFX1064: v_div_scale_f32 v2, s[2:3], v0, v0, v2 ; encoding: [0x02,0x02,0x6d,0xd5,0x00,0x01,0x0a,0x04]
+// GFX1064: v_div_scale_f32 v2, s[2:3], v0, v0, v2  ; encoding: [0x02,0x02,0x6d,0xd5,0x00,0x01,0x0a,0x04]
 
 v_div_scale_f64 v[2:3], s2, v[0:1], v[0:1], v[2:3]
 // GFX1032: v_div_scale_f64 v[2:3], s2, v[0:1], v[0:1], v[2:3] ; encoding: [0x02,0x02,0x6e,0xd5,0x00,0x01,0x0a,0x04]
@@ -416,8 +417,8 @@ v_mad_u64_u32 v[0:1], s[6:7], v0, v1, v[2:3]
 // GFX1064: v_mad_u64_u32 v[0:1], s[6:7], v0, v1, v[2:3] ; encoding: [0x00,0x06,0x76,0xd5,0x00,0x03,0x0a,0x04]
 
 v_cmpx_neq_f32_e32 v0, v1
-// GFX1032: v_cmpx_neq_f32_e32 v0, v1 ; encoding: [0x00,0x03,0x3a,0x7c]
-// GFX1064: v_cmpx_neq_f32_e32 v0, v1 ; encoding: [0x00,0x03,0x3a,0x7c]
+// GFX1032: v_cmpx_neq_f32_e32 v0, v1               ; encoding: [0x00,0x03,0x3a,0x7c]
+// GFX1064: v_cmpx_neq_f32_e32 v0, v1               ; encoding: [0x00,0x03,0x3a,0x7c]
 
 v_cmpx_neq_f32_sdwa v0, v1 src0_sel:WORD_1 src1_sel:DWORD
 // GFX1032: v_cmpx_neq_f32_sdwa v0, v1 src0_sel:WORD_1 src1_sel:DWORD ; encoding: [0xf9,0x02,0x3a,0x7c,0x00,0x00,0x05,0x06]
@@ -428,8 +429,8 @@ v_cmpx_eq_u32_sdwa v0, 1 src0_sel:WORD_1 src1_sel:DWORD
 // GFX1064: v_cmpx_eq_u32_sdwa v0, 1 src0_sel:WORD_1 src1_sel:DWORD ; encoding: [0xf9,0x02,0xa5,0x7d,0x00,0x00,0x05,0x86]
 
 v_cmpx_class_f32_e64 v0, 1
-// GFX1032: v_cmpx_class_f32_e64 v0, 1 ; encoding: [0x7e,0x00,0x98,0xd4,0x00,0x03,0x01,0x00]
-// GFX1064: v_cmpx_class_f32_e64 v0, 1 ; encoding: [0x7e,0x00,0x98,0xd4,0x00,0x03,0x01,0x00]
+// GFX1032: v_cmpx_class_f32_e64 v0, 1              ; encoding: [0x7e,0x00,0x98,0xd4,0x00,0x03,0x01,0x00]
+// GFX1064: v_cmpx_class_f32_e64 v0, 1              ; encoding: [0x7e,0x00,0x98,0xd4,0x00,0x03,0x01,0x00]
 
 v_cmpx_class_f32_sdwa v0, 1 src0_sel:WORD_1 src1_sel:DWORD
 // GFX1032: v_cmpx_class_f32_sdwa v0, 1 src0_sel:WORD_1 src1_sel:DWORD ; encoding: [0xf9,0x02,0x31,0x7d,0x00,0x00,0x05,0x86]


        


More information about the llvm-commits mailing list